File: /var/www/ippmt.kauko.lt/wp-content/uploads/wp-migrate-db/conference-20230223071218-xljug.sql
# WordPress MySQL database migration
#
# Generated: Thursday 23. February 2023 07:12 UTC
# Hostname: localhost
# Database: `ippmt`
# URL: //ippmt.kauko.lt
# Path: /var/www/ippmt.kauko.lt
# Tables: wp_commentmeta, wp_comments, wp_e_events, wp_links, wp_litespeed_url, wp_litespeed_url_file, wp_options, wp_postmeta, wp_posts, wp_smush_dir_images, wp_term_relationships, wp_term_taxonomy, wp_termmeta, wp_terms, wp_tm_taskmeta, wp_tm_tasks, wp_usermeta, wp_users
# Table Prefix: wp_
# Post Types: revision, attachment, elementor_library, nav_menu_item, page, post
# Protocol: https
# Multisite: false
# Subsite Export: false
# --------------------------------------------------------
/*!40101 SET NAMES utf8mb4 */;
SET sql_mode='NO_AUTO_VALUE_ON_ZERO';
#
# Delete any existing table `wp_commentmeta`
#
DROP TABLE IF EXISTS `wp_commentmeta`;
#
# Table structure of table `wp_commentmeta`
#
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_commentmeta`
#
#
# End of data contents of table `wp_commentmeta`
# --------------------------------------------------------
#
# Delete any existing table `wp_comments`
#
DROP TABLE IF EXISTS `wp_comments`;
#
# Table structure of table `wp_comments`
#
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) 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 NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_comments`
#
#
# End of data contents of table `wp_comments`
# --------------------------------------------------------
#
# Delete any existing table `wp_e_events`
#
DROP TABLE IF EXISTS `wp_e_events`;
#
# Table structure of table `wp_e_events`
#
CREATE TABLE `wp_e_events` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event_data` text DEFAULT NULL,
`created_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
#
# Data contents of table `wp_e_events`
#
#
# End of data contents of table `wp_e_events`
# --------------------------------------------------------
#
# Delete any existing table `wp_links`
#
DROP TABLE IF EXISTS `wp_links`;
#
# Table structure of table `wp_links`
#
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) 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) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_links`
#
#
# End of data contents of table `wp_links`
# --------------------------------------------------------
#
# Delete any existing table `wp_litespeed_url`
#
DROP TABLE IF EXISTS `wp_litespeed_url`;
#
# Table structure of table `wp_litespeed_url`
#
CREATE TABLE `wp_litespeed_url` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`url` varchar(500) NOT NULL,
`cache_tags` varchar(1000) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `url` (`url`(191)),
KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
#
# Data contents of table `wp_litespeed_url`
#
#
# End of data contents of table `wp_litespeed_url`
# --------------------------------------------------------
#
# Delete any existing table `wp_litespeed_url_file`
#
DROP TABLE IF EXISTS `wp_litespeed_url_file`;
#
# Table structure of table `wp_litespeed_url_file`
#
CREATE TABLE `wp_litespeed_url_file` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`url_id` bigint(20) NOT NULL,
`vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
`filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
`type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
`mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
`webp` tinyint(4) NOT NULL COMMENT 'webp=1',
`expired` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `filename` (`filename`),
KEY `type` (`type`),
KEY `url_id_2` (`url_id`,`vary`,`type`),
KEY `filename_2` (`filename`,`expired`),
KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
#
# Data contents of table `wp_litespeed_url_file`
#
#
# End of data contents of table `wp_litespeed_url_file`
# --------------------------------------------------------
#
# Delete any existing table `wp_options`
#
DROP TABLE IF EXISTS `wp_options`;
#
# Table structure of table `wp_options`
#
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=22881 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_options`
#
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://ippmt.kauko.lt', 'yes'),
(2, 'home', 'https://ippmt.kauko.lt', 'yes'),
(3, 'blogname', 'Conference', 'yes'),
(4, 'blogdescription', 'International Scientific-Practical Conference Innovations in Publishing, Printing and Multimedia Technologies', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'dominykas.repecka@go.kauko.lt', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '0', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:111:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:42:"e-landing-page/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:52:"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:72:"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:31:"e-landing-page/([^/]+)/embed/?$";s:47:"index.php?e-landing-page=$matches[1]&embed=true";s:35:"e-landing-page/([^/]+)/trackback/?$";s:41:"index.php?e-landing-page=$matches[1]&tb=1";s:43:"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$";s:54:"index.php?e-landing-page=$matches[1]&paged=$matches[2]";s:50:"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$";s:54:"index.php?e-landing-page=$matches[1]&cpage=$matches[2]";s:39:"e-landing-page/([^/]+)(?:/([0-9]+))?/?$";s:53:"index.php?e-landing-page=$matches[1]&page=$matches[2]";s:31:"e-landing-page/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"e-landing-page/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:37:"e-landing-page/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:38:"index.php?&page_id=6&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '53496', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:4:{s:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}s:27:"wp-optimize/wp-optimize.php";s:21:"wpo_uninstall_actions";s:49:"host-analyticsjs-local/host-analyticsjs-local.php";s:18:"CAOS::do_uninstall";s:35:"litespeed-cache/litespeed-cache.php";s:47:"LiteSpeed\\Activation::uninstall_litespeed_cache";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '6', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'initial_db_version', '44719', 'yes'),
(94, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:9:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:0:{}s:9:"sidebar-2";a:0:{}s:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(102, 'cron', 'a:13:{i:1663916422;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:1663930821;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:1663930822;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1663930828;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:1663930829;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:1663949862;a:1:{s:18:"wp_https_detection";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1663952046;a:2:{s:24:"caos_update_analytics_js";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:28:"elementor/tracker/send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1664468262;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:1676460704;a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1676879414;a:1:{s:32:"ocean_admin_notifications_update";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1676996989;a:2:{s:27:"litespeed_task_imgoptm_pull";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:16:"litespeed_filter";s:4:"args";a:0:{}s:8:"interval";i:60;}}s:19:"litespeed_task_lqip";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:16:"litespeed_filter";s:4:"args";a:0:{}s:8:"interval";i:60;}}}i:1677135434;a:1:{s:34:"elementor_1_elementor_updater_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:43:"elementor_1_elementor_updater_cron_interval";s:4:"args";a:0:{}s:8:"interval";i:300;}}}s:7:"version";i:2;}', 'yes'),
(103, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(106, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(113, 'theme_mods_twentynineteen', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1564043527;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'),
(114, 'recovery_keys', 'a:0:{}', 'yes'),
(157, 'current_theme', 'OceanWP Child', 'yes'),
(158, 'theme_mods_oceanwp', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:9:"main_menu";i:2;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1634142844;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:0:{}s:9:"sidebar-2";a:0:{}s:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}}}s:18:"custom_css_post_id";i:-1;}', 'yes'),
(159, 'theme_switched', '', 'yes'),
(162, 'ocean-extra-version', '1.8.2', 'yes'),
(165, 'elementor_version', '3.11.1', 'yes'),
(166, 'widget_ocean_about_me', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(167, 'widget_ocean_contact_info', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(168, 'widget_ocean_custom_links', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(169, 'widget_ocean_custom_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(170, 'widget_ocean_facebook', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(171, 'widget_ocean_flickr', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(172, 'widget_ocean_instagram', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(173, 'widget_ocean_mailchimp', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(174, 'widget_ocean_recent_posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(175, 'widget_ocean_social', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(176, 'widget_ocean_social_share', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(177, 'widget_ocean_tags', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(178, 'widget_ocean_twitter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(179, 'widget_ocean_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(180, 'widget_ocean_custom_header_logo', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(181, 'widget_ocean_custom_header_nav', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(184, 'elementor_remote_info_library', 'a:3:{s:10:"types_data";a:4:{s:5:"block";a:2:{s:10:"categories";a:27:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:3:"faq";i:9;s:8:"features";i:10;s:6:"footer";i:11;s:7:"Gallery";i:12;s:6:"header";i:13;s:4:"hero";i:14;s:9:"portfolio";i:15;s:7:"pricing";i:16;s:15:"product archive";i:17;s:5:"Quote";i:18;s:15:"Service Details";i:19;s:8:"services";i:20;s:11:"single page";i:21;s:11:"single post";i:22;s:14:"single product";i:23;s:5:"stats";i:24;s:9:"subscribe";i:25;s:4:"team";i:26;s:12:"testimonials";}s:4:"sets";a:5:{i:0;s:11:"Boxing Club";i:1;s:19:"Business Consultant";i:2;s:16:"Marketing Agency";i:3;s:9:"Wireframe";i:4;s:15:"Workshop Center";}}s:5:"popup";a:1:{s:10:"categories";a:6:{i:0;s:10:"bottom bar";i:1;s:7:"classic";i:2;s:6:"fly-in";i:3;s:11:"full screen";i:4;s:9:"hello bar";i:5;s:8:"slide-in";}}s:2:"lp";a:1:{s:10:"categories";a:15:{i:0;s:8:"Business";i:1;s:16:"Coming Soon Page";i:2;s:9:"eCommerce";i:3;s:9:"Education";i:4;s:6:"Events";i:5;s:18:"Health and Fitness";i:6;s:3:"NFT";i:7;s:14:"Online Service";i:8;s:7:"Product";i:9;s:11:"Real Estate";i:10;s:18:"Social Involvement";i:11;s:14:"Thank You Page";i:12;s:6:"Travel";i:13;s:18:"Under Construction";i:14;s:9:"Wireframe";}}s:2:"lb";a:1:{s:10:"categories";a:2:{i:0;s:4:"post";i:1;s:7:"product";}}}s:10:"categories";a:27:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:3:"faq";i:9;s:8:"features";i:10;s:6:"footer";i:11;s:7:"Gallery";i:12;s:6:"header";i:13;s:4:"hero";i:14;s:9:"portfolio";i:15;s:7:"pricing";i:16;s:15:"product archive";i:17;s:5:"Quote";i:18;s:15:"Service Details";i:19;s:8:"services";i:20;s:11:"single page";i:21;s:11:"single post";i:22;s:14:"single product";i:23;s:5:"stats";i:24;s:9:"subscribe";i:25;s:4:"team";i:26;s:12:"testimonials";}s:9:"templates";a:825:{i:0;a:18:{s:4:"tmpl";i:1280;s:2:"id";i:22403;s:5:"title";s:40:"Hello Bar | Subscribe | Aesthetic Clinic";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg";s:12:"tmpl_created";i:1647354307;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:48:"["Barbershop","Business","Discount","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:1;a:18:{s:4:"tmpl";i:1281;s:2:"id";i:22410;s:5:"title";s:32:"Fly-In | Discount | Hair Stylist";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg";s:12:"tmpl_created";i:1647354614;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:32:"["Barbershop","Discount","Hair"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:2;a:18:{s:4:"tmpl";i:1285;s:2:"id";i:22440;s:5:"title";s:32:"Classic | Subscribe | Shoe Store";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg";s:12:"tmpl_created";i:1647418620;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:37:"["Ecommerce","Marketing","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:3;a:18:{s:4:"tmpl";i:1286;s:2:"id";i:22446;s:5:"title";s:37:"Full Screen | Subscribe | Denim Store";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg";s:12:"tmpl_created";i:1647419614;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:35:"["Ecommerce","Fashion","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:4;a:18:{s:4:"tmpl";i:1287;s:2:"id";i:22452;s:5:"title";s:37:"Fly-In | Subscribe | Pizza Restaurant";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg";s:12:"tmpl_created";i:1647420733;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:19:"["Business","Food"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:5;a:18:{s:4:"tmpl";i:1288;s:2:"id";i:22458;s:5:"title";s:38:"Full Screen | Subscribe | Fashion Shop";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg";s:12:"tmpl_created";i:1647426379;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:31:"["Ecommerce","Fashion","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:6;a:18:{s:4:"tmpl";i:1289;s:2:"id";i:22464;s:5:"title";s:32:"Fly-In | Contact | Makeup Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg";s:12:"tmpl_created";i:1647427026;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:22:"["Business","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:7;a:18:{s:4:"tmpl";i:1290;s:2:"id";i:22470;s:5:"title";s:32:"Fly-In | Contact | Design Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg";s:12:"tmpl_created";i:1647428250;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:39:"["Business","Contact","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:8;a:18:{s:4:"tmpl";i:1291;s:2:"id";i:22480;s:5:"title";s:27:"Classic | CTA | MasterClass";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg";s:12:"tmpl_created";i:1647428474;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["cta","Magazine","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:9;a:18:{s:4:"tmpl";i:1292;s:2:"id";i:22489;s:5:"title";s:29:"Classic | CTA | Music Concert";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg";s:12:"tmpl_created";i:1647429738;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["cta","Landing Pages","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:10;a:18:{s:4:"tmpl";i:1293;s:2:"id";i:22495;s:5:"title";s:27:"Classic | CTA | Music Album";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg";s:12:"tmpl_created";i:1647430056;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Ba","Landing Pages","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:11;a:18:{s:4:"tmpl";i:1294;s:2:"id";i:22501;s:5:"title";s:37:"Fly-In | CTA | Photography Exhibition";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg";s:12:"tmpl_created";i:1647430512;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:33:"["cta","Photography","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:12;a:18:{s:4:"tmpl";i:1295;s:2:"id";i:22507;s:5:"title";s:34:"Classic | CTA | Clothing Shop Sale";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg";s:12:"tmpl_created";i:1647430774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:35:"["Ecommerce","Fashion","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:13;a:18:{s:4:"tmpl";i:1296;s:2:"id";i:22486;s:5:"title";s:30:"Classic | CTA | Shop Promotion";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg";s:12:"tmpl_created";i:1647430951;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["cta","Magazine","Photography"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:14;a:18:{s:4:"tmpl";i:1297;s:2:"id";i:22516;s:5:"title";s:32:"Fly-In | CTA | Glasses Shop Sale";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg";s:12:"tmpl_created";i:1647431136;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:30:"["Business","cta","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:15;a:18:{s:4:"tmpl";i:1298;s:2:"id";i:22522;s:5:"title";s:30:"Fly-In | Discount | Skate Shop";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg";s:12:"tmpl_created";i:1647434058;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:32:"["Discount","Ecommerce","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:16;a:18:{s:4:"tmpl";i:1299;s:2:"id";i:22532;s:5:"title";s:43:"Classic | Subscription | Basketball Academy";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg";s:12:"tmpl_created";i:1647434608;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Education","Marketing","Sport"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:17;a:18:{s:4:"tmpl";i:1300;s:2:"id";i:22543;s:5:"title";s:38:"Classic | Discount | Veterinary Clinic";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg";s:12:"tmpl_created";i:1647435581;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Discount","Pets"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:18;a:18:{s:4:"tmpl";i:1301;s:2:"id";i:22553;s:5:"title";s:39:"Classic | Contact | Business Consulting";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg";s:12:"tmpl_created";i:1647439935;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Business","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:19;a:18:{s:4:"tmpl";i:1302;s:2:"id";i:22562;s:5:"title";s:28:"Classic | Contact | Handyman";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg";s:12:"tmpl_created";i:1647440333;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:20;a:18:{s:4:"tmpl";i:1303;s:2:"id";i:22573;s:5:"title";s:40:"Classic | Discount | Online Fashion Shop";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg";s:12:"tmpl_created";i:1647462549;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Discount","Ecommerce","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:21;a:18:{s:4:"tmpl";i:1304;s:2:"id";i:22583;s:5:"title";s:36:"Fly-In | Discount | Personal Trainer";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg";s:12:"tmpl_created";i:1647503781;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Discount","Sport","Training"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:22;a:18:{s:4:"tmpl";i:1305;s:2:"id";i:22592;s:5:"title";s:41:"Classic | Contact | Illustrator Portfolio";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg";s:12:"tmpl_created";i:1647504218;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:49:"["Contact","Creative Portfolio","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:23;a:18:{s:4:"tmpl";i:1306;s:2:"id";i:22602;s:5:"title";s:46:"Bottom Bar | Discount | Handmade Ceramics Shop";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg";s:12:"tmpl_created";i:1647507007;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:48:"["Business","cta","Ecommerce","Interior Design"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:24;a:18:{s:4:"tmpl";i:1307;s:2:"id";i:22612;s:5:"title";s:51:"Classic | Contact | Classic Car Restoration Company";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg";s:12:"tmpl_created";i:1647507310;s:6:"author";s:9:"Elementor";s:3:"url";s:153:"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Booking","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:25;a:18:{s:4:"tmpl";i:1308;s:2:"id";i:22621;s:5:"title";s:30:"Classic | Booking | Life Coach";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg";s:12:"tmpl_created";i:1647508596;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Booking","Business","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:26;a:18:{s:4:"tmpl";i:1309;s:2:"id";i:22632;s:5:"title";s:42:"Classic | Subscription | Merchandise Shop";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg";s:12:"tmpl_created";i:1647509196;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Ecommerce","Marketing","Shop"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:27;a:18:{s:4:"tmpl";i:1310;s:2:"id";i:22643;s:5:"title";s:48:"Fly-In | Contact | Non-Governmental Organization";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg";s:12:"tmpl_created";i:1647509528;s:6:"author";s:9:"Elementor";s:3:"url";s:150:"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:28;a:18:{s:4:"tmpl";i:1311;s:2:"id";i:22654;s:5:"title";s:35:"Hello Bar | Contact | Family Doctor";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg";s:12:"tmpl_created";i:1647509732;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:31:"["Contact","Health","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:29;a:18:{s:4:"tmpl";i:1312;s:2:"id";i:22663;s:5:"title";s:36:"Classic | Subscription | Sports Blog";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg";s:12:"tmpl_created";i:1647509908;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Blog","Sport"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:30;a:18:{s:4:"tmpl";i:1313;s:2:"id";i:22673;s:5:"title";s:30:"Hello Bar | Booking | Event DJ";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg";s:12:"tmpl_created";i:1647510160;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:31:"["Booking","Events","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:31;a:18:{s:4:"tmpl";i:1314;s:2:"id";i:22684;s:5:"title";s:36:"Fly-In | Discount | Cleaning Company";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg";s:12:"tmpl_created";i:1647510546;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Discount","Offer","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:32;a:18:{s:4:"tmpl";i:1315;s:2:"id";i:22693;s:5:"title";s:28:"Fly-In | Contact | Carpenter";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg";s:12:"tmpl_created";i:1647511972;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:22:"["Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:33;a:18:{s:4:"tmpl";i:1316;s:2:"id";i:22703;s:5:"title";s:31:"Classic | Booking | Yoga Studio";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg";s:12:"tmpl_created";i:1647512209;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:30:"["Booking","Contact","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:34;a:18:{s:4:"tmpl";i:1317;s:2:"id";i:22714;s:5:"title";s:37:"Classic | Discount | Pet Care Company";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg";s:12:"tmpl_created";i:1647513031;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:17:"["Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:35;a:18:{s:4:"tmpl";i:1318;s:2:"id";i:22725;s:5:"title";s:38:"Fly-In | Discount | Online Coffee Shop";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg";s:12:"tmpl_created";i:1647513325;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:29:"["Food","Offer","Restaurant"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:36;a:18:{s:4:"tmpl";i:1319;s:2:"id";i:22737;s:5:"title";s:44:"Fly-In | CTA | Moving & Storage Company";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg";s:12:"tmpl_created";i:1647520956;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:37;a:18:{s:4:"tmpl";i:1320;s:2:"id";i:22749;s:5:"title";s:47:"Classic | Contact | Industrial Design Portfolio";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg";s:12:"tmpl_created";i:1647528116;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:40:"["Contact","Interior Design","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:38;a:18:{s:4:"tmpl";i:1321;s:2:"id";i:22759;s:5:"title";s:25:"Classic | Contact | Drone";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg";s:12:"tmpl_created";i:1647528899;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:39;a:18:{s:4:"tmpl";i:1322;s:2:"id";i:22768;s:5:"title";s:46:"Full Screen | Menu | Fashion Stylist Portfolio";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg";s:12:"tmpl_created";i:1647529434;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:31:"["Fashion","Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:40;a:18:{s:4:"tmpl";i:1323;s:2:"id";i:22780;s:5:"title";s:31:"Fly-In | CTA | Landscape Design";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg";s:12:"tmpl_created";i:1647530337;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["cta","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:41;a:18:{s:4:"tmpl";i:1324;s:2:"id";i:22790;s:5:"title";s:48:"Bottom Bar | Contact | Architecture Photography";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg";s:12:"tmpl_created";i:1647532358;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:26:"["Architecture","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:42;a:18:{s:4:"tmpl";i:1325;s:2:"id";i:22800;s:5:"title";s:41:"Fly-In | CTA | Speech-Language Therapist";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg";s:12:"tmpl_created";i:1647532720;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:25:"["cta","Psychotherapist"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:43;a:18:{s:4:"tmpl";i:1326;s:2:"id";i:22812;s:5:"title";s:35:"Full Screen | Verification | Winery";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg";s:12:"tmpl_created";i:1647761384;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:24:"["Alert","Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:44;a:18:{s:4:"tmpl";i:1327;s:2:"id";i:22822;s:5:"title";s:36:"Fly-In | Subscription | Nutritionist";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg";s:12:"tmpl_created";i:1647762620;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Food","Health","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:45;a:18:{s:4:"tmpl";i:1328;s:2:"id";i:22833;s:5:"title";s:40:"Classic | Subscription | App & SaaS";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg";s:12:"tmpl_created";i:1647762955;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:14:"["App","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:46;a:18:{s:4:"tmpl";i:1329;s:2:"id";i:22844;s:5:"title";s:41:"Bottom Bar | Discount | Handmade Cupcakes";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg";s:12:"tmpl_created";i:1647763350;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:21:"["Food","Restaurant"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:47;a:18:{s:4:"tmpl";i:1330;s:2:"id";i:22855;s:5:"title";s:40:"Bottom Bar | Subscription | Fashion Blog";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg";s:12:"tmpl_created";i:1647763907;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:30:"["Blog","Fashion","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:48;a:18:{s:4:"tmpl";i:1331;s:2:"id";i:22866;s:5:"title";s:28:"Fly-In | CTA | Private Tutor";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg";s:12:"tmpl_created";i:1647764062;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:49;a:18:{s:4:"tmpl";i:1332;s:2:"id";i:22876;s:5:"title";s:30:"Classic | CTA | Tennis Academy";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg";s:12:"tmpl_created";i:1647765192;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:50;a:18:{s:4:"tmpl";i:1333;s:2:"id";i:22887;s:5:"title";s:31:"Fly-In | CTA | Shared Workspace";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg";s:12:"tmpl_created";i:1647765419;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["Business","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:51;a:18:{s:4:"tmpl";i:1334;s:2:"id";i:22899;s:5:"title";s:30:"Bottom Bar | CTA | Art Gallery";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg";s:12:"tmpl_created";i:1647765652;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:13:"["Art","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:52;a:18:{s:4:"tmpl";i:1335;s:2:"id";i:22910;s:5:"title";s:44:"Fly-In | Subscription | Hiking Tours Company";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg";s:12:"tmpl_created";i:1647765835;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:29:"["Subscribe","Travel","Trip"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:53;a:18:{s:4:"tmpl";i:1336;s:2:"id";i:22921;s:5:"title";s:26:"Classic | CTA | Music Band";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg";s:12:"tmpl_created";i:1647769462;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Marketing","Music"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:54;a:18:{s:4:"tmpl";i:1337;s:2:"id";i:22935;s:5:"title";s:35:"Classic | CTA | Computer Technician";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg";s:12:"tmpl_created";i:1647769843;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:18:"["cta","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:55;a:18:{s:4:"tmpl";i:1338;s:2:"id";i:22945;s:5:"title";s:37:"Classic | Discount | Delivery Company";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg";s:12:"tmpl_created";i:1647770834;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Discount","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:56;a:18:{s:4:"tmpl";i:1339;s:2:"id";i:22959;s:5:"title";s:29:"Classic | Discount | Eco Shop";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg";s:12:"tmpl_created";i:1647771211;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Discount","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:57;a:18:{s:4:"tmpl";i:1340;s:2:"id";i:22972;s:5:"title";s:54:"Fly-In | Subscription | Health & Mindfulness Blog";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg";s:12:"tmpl_created";i:1647771461;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:21:"["Health","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:58;a:18:{s:4:"tmpl";i:1341;s:2:"id";i:22982;s:5:"title";s:31:"Full Screen | Menu | Art Museum";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg";s:12:"tmpl_created";i:1647771938;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:59;a:18:{s:4:"tmpl";i:1342;s:2:"id";i:22992;s:5:"title";s:40:"Classic | Discount | Urban Clothing Shop";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg";s:12:"tmpl_created";i:1647773067;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Discount","Ecommerce","Fashion"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:60;a:18:{s:4:"tmpl";i:1343;s:2:"id";i:23004;s:5:"title";s:60:"Full Screen | Menu | Digital & Technology Design School";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg";s:12:"tmpl_created";i:1647773366;s:6:"author";s:9:"Elementor";s:3:"url";s:155:"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:61;a:18:{s:4:"tmpl";i:1344;s:2:"id";i:23015;s:5:"title";s:62:"Bottom Bar | Contact | Digital & Technology Design School";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg";s:12:"tmpl_created";i:1647773492;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:23:"["Contact","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:62;a:18:{s:4:"tmpl";i:1345;s:2:"id";i:23025;s:5:"title";s:32:"Full Screen | Menu | Flower Shop";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg";s:12:"tmpl_created";i:1647773820;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:63;a:18:{s:4:"tmpl";i:1346;s:2:"id";i:23037;s:5:"title";s:36:"Classic | Subscription | Flower Shop";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg";s:12:"tmpl_created";i:1647773949;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Discount","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:64;a:18:{s:4:"tmpl";i:1347;s:2:"id";i:23056;s:5:"title";s:48:"Classic | Discount | Health & Fitness eBook";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg";s:12:"tmpl_created";i:1647774468;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:65;a:18:{s:4:"tmpl";i:1348;s:2:"id";i:23067;s:5:"title";s:37:"Fly-In | Menu | Baby Sleep Consultant";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg";s:12:"tmpl_created";i:1647778954;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:66;a:18:{s:4:"tmpl";i:1349;s:2:"id";i:23077;s:5:"title";s:46:"Classic | Subscription | Baby Sleep Consultant";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg";s:12:"tmpl_created";i:1647779074;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:12:"["Discount"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:67;a:18:{s:4:"tmpl";i:1350;s:2:"id";i:23090;s:5:"title";s:33:"Full Screen | Menu | Luxury Hotel";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg";s:12:"tmpl_created";i:1647779390;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:68;a:18:{s:4:"tmpl";i:1351;s:2:"id";i:23100;s:5:"title";s:31:"Fly-In | Booking | Luxury Hotel";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg";s:12:"tmpl_created";i:1647779500;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Booking","Travel"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:69;a:18:{s:4:"tmpl";i:1352;s:2:"id";i:23109;s:5:"title";s:38:"Full Screen | Menu | Design Conference";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg";s:12:"tmpl_created";i:1647779675;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:70;a:18:{s:4:"tmpl";i:1353;s:2:"id";i:23120;s:5:"title";s:41:"Full Screen | Booking | Design Conference";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg";s:12:"tmpl_created";i:1647779793;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:35:"["Booking","Conference","Creative"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:71;a:18:{s:4:"tmpl";i:1354;s:2:"id";i:23129;s:5:"title";s:29:"Slide-In | Menu | VR Headsets";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg";s:12:"tmpl_created";i:1647781211;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:72;a:18:{s:4:"tmpl";i:1355;s:2:"id";i:23139;s:5:"title";s:31:"Classic | Contact | VR Headsets";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg";s:12:"tmpl_created";i:1647781384;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:73;a:18:{s:4:"tmpl";i:1356;s:2:"id";i:23149;s:5:"title";s:38:"Slide-In | Menu | Portrait Photography";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg";s:12:"tmpl_created";i:1647782336;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:74;a:18:{s:4:"tmpl";i:1357;s:2:"id";i:23159;s:5:"title";s:47:"Hello Bar | Subscription | Portrait Photography";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg";s:12:"tmpl_created";i:1647782478;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:34:"["Blog","Photography","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:75;a:18:{s:4:"tmpl";i:1358;s:2:"id";i:23169;s:5:"title";s:32:"Full Screen | Menu | English Pub";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg";s:12:"tmpl_created";i:1647782664;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:76;a:18:{s:4:"tmpl";i:1359;s:2:"id";i:23179;s:5:"title";s:32:"Classic | Discount | English Pub";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg";s:12:"tmpl_created";i:1647782796;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:20:"["Discount","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:77;a:18:{s:4:"tmpl";i:1360;s:2:"id";i:23189;s:5:"title";s:27:"Full Screen | Menu | Singer";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg";s:12:"tmpl_created";i:1647783070;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:29:"["Fullscreen","menu","Music"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:78;a:18:{s:4:"tmpl";i:1361;s:2:"id";i:23200;s:5:"title";s:31:"Classic | Subscription | Singer";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg";s:12:"tmpl_created";i:1647783249;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Music","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:79;a:18:{s:4:"tmpl";i:1362;s:2:"id";i:23210;s:5:"title";s:38:"Full Screen | Menu | Virtual Assistant";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg";s:12:"tmpl_created";i:1647784292;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:80;a:18:{s:4:"tmpl";i:1363;s:2:"id";i:23223;s:5:"title";s:39:"Hello Bar | Contact | Virtual Assistant";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg";s:12:"tmpl_created";i:1647784616;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:37:"["Contact","Psychologist","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:81;a:18:{s:4:"tmpl";i:1364;s:2:"id";i:23234;s:5:"title";s:32:"Slide-In | Menu | Personal Chef";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg";s:12:"tmpl_created";i:1647798194;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:82;a:18:{s:4:"tmpl";i:1365;s:2:"id";i:23244;s:5:"title";s:29:"Classic | CTA | Personal Chef";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg";s:12:"tmpl_created";i:1647798297;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Booking","Chef","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:83;a:18:{s:4:"tmpl";i:1366;s:2:"id";i:23254;s:5:"title";s:31:"Full Screen | Menu | Food Truck";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg";s:12:"tmpl_created";i:1647798447;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:84;a:18:{s:4:"tmpl";i:1367;s:2:"id";i:23265;s:5:"title";s:30:"Fly-In | Discount | Food Truck";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg";s:12:"tmpl_created";i:1647798657;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Discount","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:85;a:18:{s:4:"tmpl";i:1369;s:2:"id";i:23323;s:5:"title";s:28:"Classic | CTA | Black Friday";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg";s:12:"tmpl_created";i:1647855505;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:86;a:18:{s:4:"tmpl";i:1370;s:2:"id";i:23329;s:5:"title";s:29:"Slide-In | CTA | Black Friday";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg";s:12:"tmpl_created";i:1647855865;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:87;a:18:{s:4:"tmpl";i:1371;s:2:"id";i:23335;s:5:"title";s:31:"Slide-In | CTA | Black Friday 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg";s:12:"tmpl_created";i:1647856357;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:88;a:18:{s:4:"tmpl";i:1372;s:2:"id";i:23341;s:5:"title";s:30:"Classic | CTA | Black Friday 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg";s:12:"tmpl_created";i:1647856493;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:89;a:18:{s:4:"tmpl";i:1373;s:2:"id";i:23347;s:5:"title";s:30:"Classic | CTA | Black Friday 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg";s:12:"tmpl_created";i:1647856891;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:90;a:18:{s:4:"tmpl";i:1374;s:2:"id";i:23354;s:5:"title";s:30:"Classic | CTA | Black Friday 4";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg";s:12:"tmpl_created";i:1647856996;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:91;a:18:{s:4:"tmpl";i:1375;s:2:"id";i:23394;s:5:"title";s:27:"Classic | CTA | Halloween 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg";s:12:"tmpl_created";i:1647857351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:31:"["cta","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:92;a:18:{s:4:"tmpl";i:1376;s:2:"id";i:23401;s:5:"title";s:33:"Slide-In | Discount | Halloween 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg";s:12:"tmpl_created";i:1647857567;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:36:"["Discount","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:93;a:18:{s:4:"tmpl";i:1377;s:2:"id";i:23407;s:5:"title";s:33:"Slide-In | Discount | Halloween 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg";s:12:"tmpl_created";i:1647857814;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:36:"["Discount","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:94;a:18:{s:4:"tmpl";i:1378;s:2:"id";i:23416;s:5:"title";s:31:"Fly-In | Discount | Halloween 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg";s:12:"tmpl_created";i:1647858024;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:44:"["Discount","Ecommerce","Halloween","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:95;a:18:{s:4:"tmpl";i:1379;s:2:"id";i:23422;s:5:"title";s:36:"Classic | Subscription | Halloween 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg";s:12:"tmpl_created";i:1647858246;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:48:"["Discount","Ecommerce","Halloween","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:96;a:18:{s:4:"tmpl";i:1380;s:2:"id";i:23471;s:5:"title";s:28:"Slide-In | CTA | Christmas 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg";s:12:"tmpl_created";i:1647859193;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Christmas","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:97;a:18:{s:4:"tmpl";i:1381;s:2:"id";i:23477;s:5:"title";s:28:"Slide-In | CTA | Christmas 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg";s:12:"tmpl_created";i:1647859838;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Christmas","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:98;a:18:{s:4:"tmpl";i:1382;s:2:"id";i:23483;s:5:"title";s:26:"Fly-In | CTA | Christmas 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg";s:12:"tmpl_created";i:1647860157;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Christmas","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:99;a:18:{s:4:"tmpl";i:1383;s:2:"id";i:23489;s:5:"title";s:33:"Slide-In | Discount | Christmas 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg";s:12:"tmpl_created";i:1647860302;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:31:"["Christmas","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:100;a:18:{s:4:"tmpl";i:1384;s:2:"id";i:23496;s:5:"title";s:32:"Classic | Discount | Christmas 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg";s:12:"tmpl_created";i:1647860454;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Christmas","Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:101;a:18:{s:4:"tmpl";i:1385;s:2:"id";i:23523;s:5:"title";s:30:"Classic | CTA | Valentines Day";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg";s:12:"tmpl_created";i:1647860912;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["cta","Valentine\'s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:102;a:18:{s:4:"tmpl";i:1386;s:2:"id";i:23529;s:5:"title";s:39:"Hello Bar | Discount | Valentines Day 2";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg";s:12:"tmpl_created";i:1647861064;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:30:"["Discount","Valentine\'s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:103;a:18:{s:4:"tmpl";i:1387;s:2:"id";i:23536;s:5:"title";s:32:"Classic | CTA | Valentines Day 3";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg";s:12:"tmpl_created";i:1647861536;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["cta","Valentine\'s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:104;a:18:{s:4:"tmpl";i:1388;s:2:"id";i:23586;s:5:"title";s:51:"Fly-In | Subscribe | Health & Wellness Company";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg";s:12:"tmpl_created";i:1647862008;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["Business","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:105;a:18:{s:4:"tmpl";i:1389;s:2:"id";i:23592;s:5:"title";s:34:"Classic | Subscribe | Tech Company";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg";s:12:"tmpl_created";i:1647866706;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["Marketing","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:106;a:18:{s:4:"tmpl";i:1390;s:2:"id";i:23598;s:5:"title";s:36:"Classic | Contact Us | Fight Classes";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg";s:12:"tmpl_created";i:1647866869;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:107;a:18:{s:4:"tmpl";i:1391;s:2:"id";i:23611;s:5:"title";s:31:"Classic | CTA | Mochi Shop Sale";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg";s:12:"tmpl_created";i:1647867750;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["cta","Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:108;a:18:{s:4:"tmpl";i:1392;s:2:"id";i:23618;s:5:"title";s:28:"Classic | CTA | Fashion Shop";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg";s:12:"tmpl_created";i:1647868251;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:109;a:18:{s:4:"tmpl";i:1393;s:2:"id";i:23624;s:5:"title";s:29:"Fly-In | Login | Tech Company";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg";s:12:"tmpl_created";i:1647868704;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:9:"["Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:110;a:18:{s:4:"tmpl";i:1394;s:2:"id";i:23630;s:5:"title";s:36:"Fly-In | Verification | Liquor Store";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg";s:12:"tmpl_created";i:1647870308;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:16:"["Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:111;a:18:{s:4:"tmpl";i:1395;s:2:"id";i:23636;s:5:"title";s:39:"Hello Bar | Subscribe | Online Magazine";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg";s:12:"tmpl_created";i:1647870465;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:20:"["Blog","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:112;a:18:{s:4:"tmpl";i:1396;s:2:"id";i:23642;s:5:"title";s:27:"Fly-In | Login | Health Spa";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg";s:12:"tmpl_created";i:1647872427;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Login","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:113;a:18:{s:4:"tmpl";i:1397;s:2:"id";i:23648;s:5:"title";s:33:"Fly-In | Verification | Wine Shop";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg";s:12:"tmpl_created";i:1647872627;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:16:"["Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:114;a:18:{s:4:"tmpl";i:899;s:2:"id";i:11839;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png";s:12:"tmpl_created";i:1569430015;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["creative portfolio","header","portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:189;s:11:"trend_index";i:20;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:115;a:18:{s:4:"tmpl";i:1421;s:2:"id";i:24235;s:5:"title";s:24:"Ladydog Club – NFT";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg";s:12:"tmpl_created";i:1651525072;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:116;a:18:{s:4:"tmpl";i:1422;s:2:"id";i:24166;s:5:"title";s:15:"Dot – NFT";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg";s:12:"tmpl_created";i:1651525117;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:117;a:18:{s:4:"tmpl";i:1423;s:2:"id";i:24191;s:5:"title";s:28:"Cosmic Neighbors – NFT";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg";s:12:"tmpl_created";i:1651525124;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:118;a:18:{s:4:"tmpl";i:1424;s:2:"id";i:24255;s:5:"title";s:30:"Happy Food Friends – NFT";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg";s:12:"tmpl_created";i:1651525475;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:119;a:18:{s:4:"tmpl";i:1443;s:2:"id";i:24599;s:5:"title";s:27:"Wireframe – Courses 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg";s:12:"tmpl_created";i:1653989626;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:180:"["About","Academy","Booking","Business","Course Online","Features","Footer","Landing Pages","Online Service","Professional","School","Services","Subscribe","Teacher","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:120;a:18:{s:4:"tmpl";i:1444;s:2:"id";i:24614;s:5:"title";s:28:"Wireframe – Services 1";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg";s:12:"tmpl_created";i:1653990084;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:139:"["About","Business","Contact","Features","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:121;a:18:{s:4:"tmpl";i:1445;s:2:"id";i:24629;s:5:"title";s:28:"Wireframe – Services 2";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg";s:12:"tmpl_created";i:1653990132;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:123:"["About","Business","Contact","Features","Footer","Form","Gallery","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:122;a:18:{s:4:"tmpl";i:1446;s:2:"id";i:24644;s:5:"title";s:27:"Wireframe – Webinar 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg";s:12:"tmpl_created";i:1653990164;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:177:"["About","Academy","Booking","Conference","Course Online","Education","Features","Footer","Form","Landing Pages","Online Event","Online Service","Subscribe","Virtual","Webinar"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:123;a:18:{s:4:"tmpl";i:1447;s:2:"id";i:24655;s:5:"title";s:28:"Wireframe – Services 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg";s:12:"tmpl_created";i:1653990198;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:143:"["About","Agency","Business","Contact","Footer","Form","Gallery","Landing Pages","Portfolio","Professional","Project","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:124;a:18:{s:4:"tmpl";i:1448;s:2:"id";i:24677;s:5:"title";s:28:"Wireframe – Services 4";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg";s:12:"tmpl_created";i:1653990233;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:102:"["About","Business","Contact","Footer","Form","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:125;a:18:{s:4:"tmpl";i:1449;s:2:"id";i:24687;s:5:"title";s:28:"Wireframe – Products 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg";s:12:"tmpl_created";i:1653990273;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:128:"["About","Booking","Business","Clients","Ecommerce","Features","Footer","Landing Pages","Products","Sales","Shop","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:126;a:18:{s:4:"tmpl";i:1450;s:2:"id";i:24706;s:5:"title";s:28:"Wireframe – Services 5";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg";s:12:"tmpl_created";i:1653990322;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:149:"["About","Booking","Consulting","Contact","Doctor","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:127;a:18:{s:4:"tmpl";i:1451;s:2:"id";i:23604;s:5:"title";s:38:"Classic | Subscribe | Nail Polish Shop";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg";s:12:"tmpl_created";i:1660205114;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:20:"["Blog","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:128;a:18:{s:4:"tmpl";i:1452;s:2:"id";i:23047;s:5:"title";s:46:"Fly-In | Contact | Health & Fitness eBook";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg";s:12:"tmpl_created";i:1660205149;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Contact","Ebook","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:129;a:18:{s:4:"tmpl";i:1199;s:2:"id";i:18839;s:5:"title";s:27:"Hello Bar | CTA | eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png";s:12:"tmpl_created";i:1621870603;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:41:"["Ecommerce","Online Shop","Sale","Shop"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:130;a:18:{s:4:"tmpl";i:1247;s:2:"id";i:21907;s:5:"title";s:50:"Fly-In | Team Details | Electronic Music Festival";s:9:"thumbnail";s:104:"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg";s:12:"tmpl_created";i:1646660881;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:131;a:18:{s:4:"tmpl";i:1253;s:2:"id";i:22162;s:5:"title";s:46:"Full Screen | Menu | Electronic Music Festival";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg";s:12:"tmpl_created";i:1647272934;s:6:"author";s:9:"Elementor";s:3:"url";s:154:"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:132;a:18:{s:4:"tmpl";i:1254;s:2:"id";i:22172;s:5:"title";s:45:"Classic | Discount | Health & Beauty Spa";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg";s:12:"tmpl_created";i:1647273547;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:36:"["Hair","Health","Sales","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:133;a:18:{s:4:"tmpl";i:1255;s:2:"id";i:22183;s:5:"title";s:44:"Hello Bar | CTA | Environmental Organization";s:9:"thumbnail";s:104:"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg";s:12:"tmpl_created";i:1647274384;s:6:"author";s:9:"Elementor";s:3:"url";s:152:"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:134;a:18:{s:4:"tmpl";i:1256;s:2:"id";i:22195;s:5:"title";s:39:"Classic | Discount | Italian Restaurant";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg";s:12:"tmpl_created";i:1647329432;s:6:"author";s:9:"Elementor";s:3:"url";s:147:"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Restaurant","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:135;a:18:{s:4:"tmpl";i:1257;s:2:"id";i:22210;s:5:"title";s:45:"Bottom Bar | Discount | Technology Conference";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg";s:12:"tmpl_created";i:1647330423;s:6:"author";s:9:"Elementor";s:3:"url";s:153:"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:38:"["Conference","Sales","Save the Date"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:136;a:18:{s:4:"tmpl";i:1258;s:2:"id";i:22221;s:5:"title";s:32:"Hello Bar | Menu | Tattoo Studio";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg";s:12:"tmpl_created";i:1647330705;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:17:"["Header","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:137;a:18:{s:4:"tmpl";i:1259;s:2:"id";i:22231;s:5:"title";s:37:"Full Screen | Booking | Tattoo Studio";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg";s:12:"tmpl_created";i:1647331823;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:32:"["Booking","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:138;a:18:{s:4:"tmpl";i:1260;s:2:"id";i:22251;s:5:"title";s:34:"Classic | Discount | Dental Clinic";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg";s:12:"tmpl_created";i:1647332171;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:30:"["Health","Marketing","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:139;a:18:{s:4:"tmpl";i:1261;s:2:"id";i:22261;s:5:"title";s:34:"Slide-In | Contact | Makeup Artist";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg";s:12:"tmpl_created";i:1647333946;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:140;a:18:{s:4:"tmpl";i:1262;s:2:"id";i:22271;s:5:"title";s:24:"Fly-In | CTA | Headphone";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg";s:12:"tmpl_created";i:1647334784;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:41:"["cta","Ecommerce","Marketing","Product"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:141;a:18:{s:4:"tmpl";i:1263;s:2:"id";i:22277;s:5:"title";s:29:"Classic | CTA | Online Course";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg";s:12:"tmpl_created";i:1647337110;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:35:"["Course Online","cta","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:142;a:18:{s:4:"tmpl";i:1264;s:2:"id";i:22283;s:5:"title";s:40:"Bottom Bar | Contact | Virtual Assistant";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg";s:12:"tmpl_created";i:1647337517;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:143;a:18:{s:4:"tmpl";i:1265;s:2:"id";i:22289;s:5:"title";s:32:"Fly-In | Contact | Private Tutor";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg";s:12:"tmpl_created";i:1647337676;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:27:"["Contact","Course Online"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:144;a:18:{s:4:"tmpl";i:1266;s:2:"id";i:22295;s:5:"title";s:31:"Classic | Login | Login Travel";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg";s:12:"tmpl_created";i:1647339467;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:9:"["Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:145;a:18:{s:4:"tmpl";i:1267;s:2:"id";i:22301;s:5:"title";s:36:"Full Screen | Login | Login Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg";s:12:"tmpl_created";i:1647339782;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:16:"["Login","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:146;a:18:{s:4:"tmpl";i:1268;s:2:"id";i:22307;s:5:"title";s:28:"Classic | Login | Login Blog";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg";s:12:"tmpl_created";i:1647339986;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Blog","Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:147;a:18:{s:4:"tmpl";i:1269;s:2:"id";i:22313;s:5:"title";s:31:"Classic | Login | Login Fashion";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg";s:12:"tmpl_created";i:1647340204;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Fashion","Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:148;a:18:{s:4:"tmpl";i:1270;s:2:"id";i:22319;s:5:"title";s:40:"Classic | Login | Login Design Platform";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg";s:12:"tmpl_created";i:1647340531;s:6:"author";s:9:"Elementor";s:3:"url";s:147:"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["Design","Login","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:149;a:18:{s:4:"tmpl";i:1271;s:2:"id";i:22325;s:5:"title";s:36:"Fly-In | Contact | Digital Marketing";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg";s:12:"tmpl_created";i:1647340770;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:51:"["Business","Contact","Digital Agency","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:150;a:18:{s:4:"tmpl";i:1272;s:2:"id";i:22331;s:5:"title";s:36:"Fly-In | CTA | Dog Cat Food Delivery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg";s:12:"tmpl_created";i:1647341069;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:33:"["cta","Delivery Service","Pets"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:151;a:18:{s:4:"tmpl";i:1273;s:2:"id";i:22337;s:5:"title";s:37:"Full Screen | Contact | Design Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg";s:12:"tmpl_created";i:1647341370;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:39:"["Business","Contact","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:152;a:18:{s:4:"tmpl";i:1274;s:2:"id";i:22343;s:5:"title";s:44:"Classic | Contact | Support Product Platform";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg";s:12:"tmpl_created";i:1647341972;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Contact","Support"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:153;a:18:{s:4:"tmpl";i:1275;s:2:"id";i:22371;s:5:"title";s:38:"Full Screen | Contact | Small Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg";s:12:"tmpl_created";i:1647342508;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:40:"["Business","Contact","Interior Design"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:154;a:18:{s:4:"tmpl";i:1276;s:2:"id";i:22377;s:5:"title";s:31:"Classic | Contact | Online Shop";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg";s:12:"tmpl_created";i:1647352786;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:155;a:18:{s:4:"tmpl";i:1277;s:2:"id";i:22383;s:5:"title";s:40:"Classic | Booking | Children Optometrist";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg";s:12:"tmpl_created";i:1647352963;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:53:"["Booking","Business","Contact","Education","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:156;a:18:{s:4:"tmpl";i:1278;s:2:"id";i:22389;s:5:"title";s:28:"Fly-In | Contact | Open Week";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg";s:12:"tmpl_created";i:1647353281;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:34:"["Business","Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:157;a:18:{s:4:"tmpl";i:1279;s:2:"id";i:22397;s:5:"title";s:43:"Full Screen | CTA | Plant Pots Online Store";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg";s:12:"tmpl_created";i:1647353429;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:33:"["Ecommerce","Marketing","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:158;a:18:{s:4:"tmpl";i:1054;s:2:"id";i:15414;s:5:"title";s:32:"Classic | Contact | Dance Studio";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg";s:12:"tmpl_created";i:1603180596;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:762;s:11:"trend_index";i:650;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:159;a:18:{s:4:"tmpl";i:1398;s:2:"id";i:23687;s:5:"title";s:32:"Pizza Promotion – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg";s:12:"tmpl_created";i:1649670575;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:92:"["Business","Cooking","Delivery","Discount","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:160;a:18:{s:4:"tmpl";i:1400;s:2:"id";i:23751;s:5:"title";s:33:"Baby Sleep Webinar – Events";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg";s:12:"tmpl_created";i:1649676065;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Events";s:4:"tags";s:227:"["Baby","Booking","Business","Children","Course Online","Education","Events","Health","Landing Pages","Life Coach","Lifestyle","Online Event","Online Service","Parenting","Professional","Remote","Services","Training","Webinar"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:161;a:18:{s:4:"tmpl";i:1401;s:2:"id";i:23776;s:5:"title";s:34:"Ski Hotel Promotion – Travel";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg";s:12:"tmpl_created";i:1649691720;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Travel";s:4:"tags";s:118:"["Accommodation","Booking","Discount. Landing Pages","Lifestyle","Luxury","Services","Spa","Travel","Trip","Vacation"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:162;a:18:{s:4:"tmpl";i:1402;s:2:"id";i:23804;s:5:"title";s:30:"Cake Delivery – Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg";s:12:"tmpl_created";i:1649692909;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:101:"["Bakery","Business","Cake","Cooking","Delivery","Discount","Food","Landing Pages","Products","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:163;a:18:{s:4:"tmpl";i:1403;s:2:"id";i:23832;s:5:"title";s:32:"Furniture Store – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg";s:12:"tmpl_created";i:1649694812;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:232:"["Architecture","Art","Business","Construction","Coupon","Creative","Decor","Designer","Discount","Fashion","Furniture Design","Home","House","Interior Design","Landing Pages","Lifestyle","Products","Professional","Services","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:164;a:18:{s:4:"tmpl";i:1404;s:2:"id";i:23746;s:5:"title";s:22:"Nails – Business";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg";s:12:"tmpl_created";i:1649704635;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:173:"["Art","Beauty","Business","Colorful","Cosmetics","Creative","Design","Discount","Fashion","Girly","Landing Pages","Lifestyle","Manicure","Modern","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:165;a:18:{s:4:"tmpl";i:1405;s:2:"id";i:23846;s:5:"title";s:29:"Music Festival – Events";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg";s:12:"tmpl_created";i:1649707763;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Events";s:4:"tags";s:128:"["Author","Booking","Business","Creative","Discount","Events","Landing Pages","Music","Online","Online Event","Party","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:166;a:18:{s:4:"tmpl";i:1406;s:2:"id";i:23872;s:5:"title";s:40:"Fashion Styling Course – Education";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg";s:12:"tmpl_created";i:1649708569;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Education";s:4:"tags";s:173:"["Aesthetic","Art","Beauty","Business","Course Online","Creative","Discount","Education","Fashion","Landing Pages","Lifestyle","Online","Online Service","Stylist","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:167;a:18:{s:4:"tmpl";i:1407;s:2:"id";i:23897;s:5:"title";s:33:"Bags Online Shop – Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg";s:12:"tmpl_created";i:1649709513;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:170:"["Art","Bag","Business","Creative","Design","Discount","Fashion","Landing Pages","Lifestyle","Luxury","Modern","Online","Online Shop","Products","Sales","Shop","Stylist"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:168;a:18:{s:4:"tmpl";i:1408;s:2:"id";i:23932;s:5:"title";s:32:"Cooking Academy – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg";s:12:"tmpl_created";i:1649710216;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:145:"["Academy","Booking","Business","Chef","Cooking","Education","Food","Free Trial","Landing Pages","Professional","School","Teacher","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:169;a:18:{s:4:"tmpl";i:1409;s:2:"id";i:23970;s:5:"title";s:45:"Ophthalmology Medical Clinic – Business";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg";s:12:"tmpl_created";i:1649711096;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:165:"["About","Business","Care","Consulting","Eye","Free Trial","Glasses","Health","Landing Pages","Lifestyle","Medical","Modern","Optometrist","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:170;a:18:{s:4:"tmpl";i:1425;s:2:"id";i:24331;s:5:"title";s:24:"Wireframe – Home 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg";s:12:"tmpl_created";i:1653988363;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:171;a:18:{s:4:"tmpl";i:674;s:2:"id";i:8505;s:5:"title";s:11:"404 page 01";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg";s:12:"tmpl_created";i:1526415501;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:1;s:16:"popularity_index";i:533;s:11:"trend_index";i:222;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:172;a:18:{s:4:"tmpl";i:1218;s:2:"id";i:20792;s:5:"title";s:26:"Luxury Car – Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg";s:12:"tmpl_created";i:1636903770;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:7:"Product";s:4:"tags";s:54:"["car","Ecommerce","Landing Pages","Luxury","Product"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:173;a:18:{s:4:"tmpl";i:1428;s:2:"id";i:24398;s:5:"title";s:25:"Wireframe – About 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg";s:12:"tmpl_created";i:1653988534;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:83:"["About","Business","Contact","Features","Footer","Professional","Services","Team"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:174;a:18:{s:4:"tmpl";i:675;s:2:"id";i:8511;s:5:"title";s:11:"404 page 02";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg";s:12:"tmpl_created";i:1526415528;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:2;s:16:"popularity_index";i:347;s:11:"trend_index";i:155;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:175;a:18:{s:4:"tmpl";i:1204;s:2:"id";i:20208;s:5:"title";s:49:"Alternative Medicine Acupuncture – Business";s:9:"thumbnail";s:112:"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg";s:12:"tmpl_created";i:1633880557;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:47:"["Health","Landing Pages","Medical","Services"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:176;a:18:{s:4:"tmpl";i:991;s:2:"id";i:13413;s:5:"title";s:33:"Classic | Contact | Online Course";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg";s:12:"tmpl_created";i:1587474761;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:530;s:11:"trend_index";i:369;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:177;a:18:{s:4:"tmpl";i:1053;s:2:"id";i:15272;s:5:"title";s:32:"Classic | Contact | Psychologist";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png";s:12:"tmpl_created";i:1600170487;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:578;s:11:"trend_index";i:312;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:178;a:18:{s:4:"tmpl";i:1433;s:2:"id";i:24477;s:5:"title";s:27:"Wireframe – Gallery 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg";s:12:"tmpl_created";i:1653988835;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:179;a:18:{s:4:"tmpl";i:672;s:2:"id";i:8512;s:5:"title";s:11:"404 page 03";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg";s:12:"tmpl_created";i:1526415449;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:3;s:16:"popularity_index";i:450;s:11:"trend_index";i:375;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:180;a:18:{s:4:"tmpl";i:1205;s:2:"id";i:20233;s:5:"title";s:32:"Art Magazine – Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1633881371;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:181;a:18:{s:4:"tmpl";i:671;s:2:"id";i:8513;s:5:"title";s:11:"404 page 04";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg";s:12:"tmpl_created";i:1526415417;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:4;s:16:"popularity_index";i:420;s:11:"trend_index";i:176;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:182;a:18:{s:4:"tmpl";i:1214;s:2:"id";i:20539;s:5:"title";s:31:"Design Blog – Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1634022706;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:183;a:18:{s:4:"tmpl";i:1224;s:2:"id";i:21013;s:5:"title";s:24:"Restaurant – About";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg";s:12:"tmpl_created";i:1638795588;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:5:"about";s:4:"tags";s:36:"["About","Chef","Food","Restaurant"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:184;a:18:{s:4:"tmpl";i:992;s:2:"id";i:13402;s:5:"title";s:29:"Classic | CTA | Online Course";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg";s:12:"tmpl_created";i:1587474772;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:619;s:11:"trend_index";i:582;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:185;a:18:{s:4:"tmpl";i:676;s:2:"id";i:8514;s:5:"title";s:11:"404 Page 05";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg";s:12:"tmpl_created";i:1526415558;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:5;s:16:"popularity_index";i:419;s:11:"trend_index";i:220;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:186;a:18:{s:4:"tmpl";i:1206;s:2:"id";i:20254;s:5:"title";s:41:"Digital Marketing Agency – Business";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg";s:12:"tmpl_created";i:1633882427;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:65:"["Agency","Business","Digital Agency","Landing Pages","Services"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:187;a:18:{s:4:"tmpl";i:1235;s:2:"id";i:21281;s:5:"title";s:25:"Law Firm – Services";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg";s:12:"tmpl_created";i:1638819128;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Consulting","Law","Law Firm","Services","Testimonial"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:188;a:18:{s:4:"tmpl";i:1017;s:2:"id";i:14111;s:5:"title";s:36:"Classic | Japanese restaurant | Sale";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg";s:12:"tmpl_created";i:1592300400;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:717;s:11:"trend_index";i:697;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:189;a:18:{s:4:"tmpl";i:668;s:2:"id";i:8523;s:5:"title";s:11:"404 page 06";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg";s:12:"tmpl_created";i:1526415291;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:6;s:16:"popularity_index";i:298;s:11:"trend_index";i:268;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:190;a:18:{s:4:"tmpl";i:1213;s:2:"id";i:20509;s:5:"title";s:40:"Dogs Adoption – Social Involvement";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg";s:12:"tmpl_created";i:1634022353;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:49:"["Adoption","Involvement","Landing Pages","Pets"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:191;a:18:{s:4:"tmpl";i:1233;s:2:"id";i:21205;s:5:"title";s:29:"Photographer – Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg";s:12:"tmpl_created";i:1638818372;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Black and white","Photography","Project"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:192;a:18:{s:4:"tmpl";i:993;s:2:"id";i:13422;s:5:"title";s:30:"Classic | Menu | Online Course";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg";s:12:"tmpl_created";i:1587474782;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:516;s:11:"trend_index";i:432;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:193;a:18:{s:4:"tmpl";i:669;s:2:"id";i:8524;s:5:"title";s:11:"404 page 07";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg";s:12:"tmpl_created";i:1526415337;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:7;s:16:"popularity_index";i:303;s:11:"trend_index";i:171;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:194;a:18:{s:4:"tmpl";i:925;s:2:"id";i:12540;s:5:"title";s:33:"Classic | Menu | Travel and tours";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png";s:12:"tmpl_created";i:1575960267;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:690;s:11:"trend_index";i:714;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:195;a:18:{s:4:"tmpl";i:1208;s:2:"id";i:20361;s:5:"title";s:51:"Exercise & Fitness Equipment – eCommerce";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg";s:12:"tmpl_created";i:1633883766;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Fitness","Health","Landing Pages","Online Shop"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:196;a:18:{s:4:"tmpl";i:1239;s:2:"id";i:21373;s:5:"title";s:28:"Photographer – Gallery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg";s:12:"tmpl_created";i:1638821177;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Gallery","Photography","Portfolio","Project","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:197;a:18:{s:4:"tmpl";i:1426;s:2:"id";i:24348;s:5:"title";s:24:"Wireframe – Home 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg";s:12:"tmpl_created";i:1653988444;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:198;a:18:{s:4:"tmpl";i:673;s:2:"id";i:8526;s:5:"title";s:11:"404 page 09";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg";s:12:"tmpl_created";i:1526415474;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:8;s:16:"popularity_index";i:477;s:11:"trend_index";i:285;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:199;a:18:{s:4:"tmpl";i:958;s:2:"id";i:13129;s:5:"title";s:28:"Classic | Menu | Photography";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png";s:12:"tmpl_created";i:1582092645;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:646;s:11:"trend_index";i:521;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:200;a:18:{s:4:"tmpl";i:1215;s:2:"id";i:20556;s:5:"title";s:41:"Faroe Islands Trip Planner – Travel";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg";s:12:"tmpl_created";i:1634026480;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Travel";s:4:"tags";s:26:"["Landing Pages","Travel"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:201;a:18:{s:4:"tmpl";i:1427;s:2:"id";i:24366;s:5:"title";s:24:"Wireframe – Home 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg";s:12:"tmpl_created";i:1653988491;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:202;a:18:{s:4:"tmpl";i:670;s:2:"id";i:8525;s:5:"title";s:11:"404 page 08";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg";s:12:"tmpl_created";i:1526415374;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:9;s:16:"popularity_index";i:510;s:11:"trend_index";i:575;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:203;a:18:{s:4:"tmpl";i:1207;s:2:"id";i:20299;s:5:"title";s:51:"Interior Design Consultation – Online Service";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg";s:12:"tmpl_created";i:1633882989;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:65:"["Consulting","Interior Design","Landing Pages","Online Service"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:204;a:18:{s:4:"tmpl";i:952;s:2:"id";i:12726;s:5:"title";s:52:"Classic | Newsletter | Subscribe | Magazine and Blog";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png";s:12:"tmpl_created";i:1579061019;s:6:"author";s:9:"Elementor";s:3:"url";s:152:"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:357;s:11:"trend_index";i:281;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:205;a:18:{s:4:"tmpl";i:883;s:2:"id";i:11468;s:5:"title";s:20:"Classic | Sale | Gym";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png";s:12:"tmpl_created";i:1567393182;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";i:10;s:16:"popularity_index";i:696;s:11:"trend_index";i:740;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:206;a:18:{s:4:"tmpl";i:1216;s:2:"id";i:20623;s:5:"title";s:57:"Luxurious Camping Accommodation For Events – Events";s:9:"thumbnail";s:113:"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg";s:12:"tmpl_created";i:1634041681;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Events";s:4:"tags";s:43:"["Event","Events","Landing Pages","Travel"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:207;a:18:{s:4:"tmpl";i:1219;s:2:"id";i:20886;s:5:"title";s:28:"Online Training – Home";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg";s:12:"tmpl_created";i:1638784769;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Fitness","Online","Sport","Training"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:208;a:18:{s:4:"tmpl";i:502;s:2:"id";i:5438;s:5:"title";s:7:"About 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png";s:12:"tmpl_created";i:1520443512;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:147;s:11:"trend_index";i:9;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:209;a:18:{s:4:"tmpl";i:1065;s:2:"id";i:15570;s:5:"title";s:33:"Classic | Subscribe | Travel Blog";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg";s:12:"tmpl_created";i:1606215555;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:709;s:11:"trend_index";i:459;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:210;a:18:{s:4:"tmpl";i:557;s:2:"id";i:6135;s:5:"title";s:8:"About 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png";s:12:"tmpl_created";i:1520443663;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:77;s:11:"trend_index";i:47;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:211;a:18:{s:4:"tmpl";i:1431;s:2:"id";i:24437;s:5:"title";s:25:"Wireframe – About 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg";s:12:"tmpl_created";i:1653988733;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["About","Business","Contact","Features","Footer","Header","Professional"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:212;a:18:{s:4:"tmpl";i:1210;s:2:"id";i:20414;s:5:"title";s:45:"Online English Courses – Online Service";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg";s:12:"tmpl_created";i:1633884482;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Course Online","Landing Pages","Online Service"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:213;a:18:{s:4:"tmpl";i:1132;s:2:"id";i:16553;s:5:"title";s:31:"Fly-In | Contact | Beauty Salon";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg";s:12:"tmpl_created";i:1608622602;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:691;s:11:"trend_index";i:428;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:214;a:18:{s:4:"tmpl";i:1441;s:2:"id";i:24574;s:5:"title";s:27:"Wireframe – Contact 5";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg";s:12:"tmpl_created";i:1653989135;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Business","Contact","Footer","Form","Google Maps","Header","Professional","Subscribe"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:215;a:18:{s:4:"tmpl";i:1217;s:2:"id";i:20333;s:5:"title";s:40:"Plant Pots Online Shop – eCommerce";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg";s:12:"tmpl_created";i:1634042184;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Ecommerce","Landing Pages","Online Shop","Shop"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:216;a:18:{s:4:"tmpl";i:497;s:2:"id";i:5397;s:5:"title";s:8:"About 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png";s:12:"tmpl_created";i:1520443503;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:148;s:11:"trend_index";i:43;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:217;a:18:{s:4:"tmpl";i:1211;s:2:"id";i:20447;s:5:"title";s:33:"Shared Workspace – Business";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg";s:12:"tmpl_created";i:1633884934;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:28:"["Business","Landing Pages"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:218;a:18:{s:4:"tmpl";i:1237;s:2:"id";i:21313;s:5:"title";s:34:"Spa & Beauty – Services";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg";s:12:"tmpl_created";i:1638819709;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:55:"["Beauty","Hair","Health","Services","Spa","Treatment"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:219;a:18:{s:4:"tmpl";i:1004;s:2:"id";i:13538;s:5:"title";s:32:"Fly-In | Newsletter | Barbershop";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg";s:12:"tmpl_created";i:1589893364;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:710;s:11:"trend_index";i:667;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:220;a:18:{s:4:"tmpl";i:498;s:2:"id";i:5405;s:5:"title";s:8:"About 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png";s:12:"tmpl_created";i:1520443505;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:216;s:11:"trend_index";i:50;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:221;a:18:{s:4:"tmpl";i:924;s:2:"id";i:12550;s:5:"title";s:32:"Fly-in | Sale | Travel and Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png";s:12:"tmpl_created";i:1575960263;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:754;s:11:"trend_index";i:791;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:222;a:18:{s:4:"tmpl";i:1212;s:2:"id";i:20479;s:5:"title";s:49:"Teeth Straightening – Health & Fitness";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg";s:12:"tmpl_created";i:1633886115;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:46:"["Business","Dental","Health","Landing Pages"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:223;a:18:{s:4:"tmpl";i:1234;s:2:"id";i:21234;s:5:"title";s:34:"Insurance Company – Services";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg";s:12:"tmpl_created";i:1638818688;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Faq","Form","Insurance","Services","Testimonial"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:224;a:18:{s:4:"tmpl";i:500;s:2:"id";i:5421;s:5:"title";s:8:"About 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png";s:12:"tmpl_created";i:1520443509;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:215;s:11:"trend_index";i:77;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:225;a:18:{s:4:"tmpl";i:513;s:2:"id";i:5533;s:5:"title";s:8:"About 15";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png";s:12:"tmpl_created";i:1520443534;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:21;s:11:"trend_index";i:57;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:226;a:18:{s:4:"tmpl";i:1035;s:2:"id";i:15062;s:5:"title";s:35:"Fly-In | Sign up | Flooring Company";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png";s:12:"tmpl_created";i:1597739629;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:625;s:11:"trend_index";i:309;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:227;a:18:{s:4:"tmpl";i:1209;s:2:"id";i:20394;s:5:"title";s:30:"Time Management – Events";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg";s:12:"tmpl_created";i:1633884077;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Events";s:4:"tags";s:17:"["Landing Pages"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:228;a:18:{s:4:"tmpl";i:1229;s:2:"id";i:21118;s:5:"title";s:28:"Contact – Plants Store";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg";s:12:"tmpl_created";i:1638802472;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:40:"["Contact","Info","Plant","Testimonial"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:229;a:18:{s:4:"tmpl";i:512;s:2:"id";i:5525;s:5:"title";s:8:"About 14";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png";s:12:"tmpl_created";i:1520443532;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:9;s:11:"trend_index";i:29;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:230;a:18:{s:4:"tmpl";i:893;s:2:"id";i:11822;s:5:"title";s:30:"Full Screen | Menu | Portfolio";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png";s:12:"tmpl_created";i:1569429896;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";i:16;s:16:"popularity_index";i:654;s:11:"trend_index";i:626;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:231;a:18:{s:4:"tmpl";i:1203;s:2:"id";i:18591;s:5:"title";s:28:"Coffee Sale – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png";s:12:"tmpl_created";i:1633877319;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:33:"["Coffee","Landing Pages","Sale"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:232;a:18:{s:4:"tmpl";i:1231;s:2:"id";i:21184;s:5:"title";s:28:"Dental Care – Services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg";s:12:"tmpl_created";i:1638807148;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Dental","Medical","Services","Testimonial"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:233;a:18:{s:4:"tmpl";i:1064;s:2:"id";i:15580;s:5:"title";s:31:"Fullscreen | Menu | Travel Blog";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg";s:12:"tmpl_created";i:1606215358;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:11:"full screen";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:673;s:11:"trend_index";i:348;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:234;a:18:{s:4:"tmpl";i:1133;s:2:"id";i:16645;s:5:"title";s:28:"Headphones – eCommerce";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png";s:12:"tmpl_created";i:1609944115;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:39:"["Ecommerce","Landing Pages","Product"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:633;s:11:"trend_index";i:87;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:235;a:18:{s:4:"tmpl";i:1442;s:2:"id";i:24584;s:5:"title";s:27:"Wireframe – Pricing 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg";s:12:"tmpl_created";i:1653989152;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["Booking","Business","Clients","Contact","Faq","Features","Footer","Online Service","Pricing","Products","Professional","Services","Testimonial"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:236;a:18:{s:4:"tmpl";i:501;s:2:"id";i:5429;s:5:"title";s:8:"About 16";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png";s:12:"tmpl_created";i:1520443510;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:59;s:11:"trend_index";i:8;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:237;a:18:{s:4:"tmpl";i:1138;s:2:"id";i:16762;s:5:"title";s:25:"Conference – Events";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png";s:12:"tmpl_created";i:1610455119;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Events";s:4:"tags";s:60:"["Conference","Convention","Event","Events","Landing Pages"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:705;s:11:"trend_index";i:216;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:238;a:18:{s:4:"tmpl";i:1438;s:2:"id";i:24539;s:5:"title";s:27:"Wireframe – Contact 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg";s:12:"tmpl_created";i:1653989019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["Business","Contact","Footer","Google Maps","Header","Professional"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:239;a:18:{s:4:"tmpl";i:981;s:2:"id";i:13281;s:5:"title";s:37:"Hello Bar | Contact | Interior Design";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png";s:12:"tmpl_created";i:1586148801;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:19:"["Interior Design"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:763;s:11:"trend_index";i:679;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:240;a:18:{s:4:"tmpl";i:505;s:2:"id";i:5464;s:5:"title";s:8:"About 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png";s:12:"tmpl_created";i:1520443518;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:220;s:11:"trend_index";i:142;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:241;a:18:{s:4:"tmpl";i:1052;s:2:"id";i:15259;s:5:"title";s:31:"Hello Bar | Menu | Psychologist";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png";s:12:"tmpl_created";i:1600170209;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:739;s:11:"trend_index";i:583;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:242;a:18:{s:4:"tmpl";i:1434;s:2:"id";i:24494;s:5:"title";s:28:"Wireframe – Services 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg";s:12:"tmpl_created";i:1653988874;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Business","Faq","Footer","Professional","Services"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:243;a:18:{s:4:"tmpl";i:1194;s:2:"id";i:18701;s:5:"title";s:32:"Digital Course – eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg";s:12:"tmpl_created";i:1618995134;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:57:"["Course Online","Ecommerce","Landing Pages","Marketing"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:244;a:18:{s:4:"tmpl";i:510;s:2:"id";i:5504;s:5:"title";s:8:"About 18";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png";s:12:"tmpl_created";i:1520443528;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:104;s:11:"trend_index";i:46;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:245;a:18:{s:4:"tmpl";i:1192;s:2:"id";i:18612;s:5:"title";s:34:"Bag Product Sale – eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg";s:12:"tmpl_created";i:1618395406;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:61:"["Bag","Ecommerce","Landing Pages","Product","Sale","Travel"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:875;s:11:"trend_index";i:605;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:246;a:18:{s:4:"tmpl";i:1227;s:2:"id";i:21083;s:5:"title";s:26:"Conference – Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg";s:12:"tmpl_created";i:1638799208;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:44:"["Conference","Contact","Form","Info","Map"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:247;a:18:{s:4:"tmpl";i:511;s:2:"id";i:5515;s:5:"title";s:8:"About 19";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png";s:12:"tmpl_created";i:1520443530;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:268;s:11:"trend_index";i:161;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:248;a:18:{s:4:"tmpl";i:1193;s:2:"id";i:18644;s:5:"title";s:37:"Camera Product Sale – eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg";s:12:"tmpl_created";i:1618396388;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Camera","Ecommerce","Landing Pages","Photography","Sale"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:873;s:11:"trend_index";i:535;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:249;a:18:{s:4:"tmpl";i:951;s:2:"id";i:12736;s:5:"title";s:41:"Slide In | Contact Us | Magazine and Blog";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png";s:12:"tmpl_created";i:1579060978;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:734;s:11:"trend_index";i:686;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:250;a:18:{s:4:"tmpl";i:1222;s:2:"id";i:20960;s:5:"title";s:26:"Travel Agency – Home";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg";s:12:"tmpl_created";i:1638788432;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Adventures","Experience","Explore","Travel","Trip"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:251;a:18:{s:4:"tmpl";i:506;s:2:"id";i:5472;s:5:"title";s:7:"About 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png";s:12:"tmpl_created";i:1520443520;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:210;s:11:"trend_index";i:116;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:252;a:18:{s:4:"tmpl";i:1196;s:2:"id";i:18815;s:5:"title";s:25:"Car Wash – Business";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png";s:12:"tmpl_created";i:1621336431;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:45:"["Business","car","Discount","Landing Pages"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:253;a:18:{s:4:"tmpl";i:1242;s:2:"id";i:21473;s:5:"title";s:40:"Architecture Photography – Gallery";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg";s:12:"tmpl_created";i:1638822115;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:52:"["Architecture","Gallery","Photography","Portfolio"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:254;a:18:{s:4:"tmpl";i:1015;s:2:"id";i:14067;s:5:"title";s:37:"Slide In | Japanese restaurant | Menu";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg";s:12:"tmpl_created";i:1592290352;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:650;s:11:"trend_index";i:565;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:255;a:18:{s:4:"tmpl";i:504;s:2:"id";i:5455;s:5:"title";s:8:"About 20";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png";s:12:"tmpl_created";i:1520443516;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:134;s:11:"trend_index";i:70;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:256;a:18:{s:4:"tmpl";i:923;s:2:"id";i:12229;s:5:"title";s:33:"Slide In | Law Firm | Information";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/popup.png";s:12:"tmpl_created";i:1572847842;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:547;s:11:"trend_index";i:413;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:257;a:18:{s:4:"tmpl";i:1198;s:2:"id";i:18824;s:5:"title";s:33:"Design School – Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1621336756;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:258;a:18:{s:4:"tmpl";i:1236;s:2:"id";i:21259;s:5:"title";s:28:"3D Designer – Projects";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg";s:12:"tmpl_created";i:1638819185;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["3D","Creative Portfolio","Design","Designer","Portfolio","Project"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:259;a:18:{s:4:"tmpl";i:499;s:2:"id";i:5413;s:5:"title";s:8:"About 21";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png";s:12:"tmpl_created";i:1520443507;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:83;s:11:"trend_index";i:52;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:260;a:18:{s:4:"tmpl";i:1028;s:2:"id";i:14827;s:5:"title";s:39:"Slide-In | Contact | Luxury Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png";s:12:"tmpl_created";i:1595323523;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:559;s:11:"trend_index";i:284;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:261;a:18:{s:4:"tmpl";i:1197;s:2:"id";i:18819;s:5:"title";s:27:"Dog Walker – Business";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png";s:12:"tmpl_created";i:1621336601;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:41:"["Business","Dog","Landing Pages","Pets"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:262;a:18:{s:4:"tmpl";i:1238;s:2:"id";i:21349;s:5:"title";s:29:"Architecture – Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg";s:12:"tmpl_created";i:1638820870;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:70:"["Architecture","Creative","Creative Portfolio","Portfolio","Project"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:263;a:18:{s:4:"tmpl";i:503;s:2:"id";i:5447;s:5:"title";s:7:"About 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png";s:12:"tmpl_created";i:1520443514;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:48;s:11:"trend_index";i:12;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:264;a:18:{s:4:"tmpl";i:1034;s:2:"id";i:15075;s:5:"title";s:34:"Slide-In | Menu | Flooring Company";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png";s:12:"tmpl_created";i:1597739605;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:383;s:11:"trend_index";i:162;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:265;a:18:{s:4:"tmpl";i:1414;s:2:"id";i:24079;s:5:"title";s:32:"Fashion Shop – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg";s:12:"tmpl_created";i:1650988089;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Aesthetic","Business","Coming Soon","Ecommerce","Girly","Lifestyle","Products","Shop"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:266;a:18:{s:4:"tmpl";i:1195;s:2:"id";i:18761;s:5:"title";s:33:"Fashion Store – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1621336146;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:267;a:18:{s:4:"tmpl";i:507;s:2:"id";i:5480;s:5:"title";s:7:"About 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png";s:12:"tmpl_created";i:1520443522;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:428;s:11:"trend_index";i:303;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:268;a:18:{s:4:"tmpl";i:545;s:2:"id";i:6027;s:5:"title";s:7:"About 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png";s:12:"tmpl_created";i:1520443639;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:40;s:11:"trend_index";i:40;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:269;a:18:{s:4:"tmpl";i:1153;s:2:"id";i:17060;s:5:"title";s:36:"Private Tutor – Online Service";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png";s:12:"tmpl_created";i:1610631042;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:64:"["Education","Landing Pages","Online Service","Teacher","Tutor"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:780;s:11:"trend_index";i:628;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:270;a:18:{s:4:"tmpl";i:1430;s:2:"id";i:24434;s:5:"title";s:25:"Wireframe – About 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg";s:12:"tmpl_created";i:1653988697;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["About","Business","Contact","Faq","Footer","Header","Professional","Team"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:271;a:18:{s:4:"tmpl";i:546;s:2:"id";i:6036;s:5:"title";s:7:"About 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png";s:12:"tmpl_created";i:1520443641;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:90;s:11:"trend_index";i:123;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:272;a:18:{s:4:"tmpl";i:1158;s:2:"id";i:17232;s:5:"title";s:33:"Life Coach – Online Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png";s:12:"tmpl_created";i:1610902793;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:38:"["Coach","Landing Pages","Life Coach"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:787;s:11:"trend_index";i:751;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:273;a:18:{s:4:"tmpl";i:1436;s:2:"id";i:24515;s:5:"title";s:28:"Wireframe – Services 3";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg";s:12:"tmpl_created";i:1653988946;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:66:"["Business","Contact","Footer","Header","Professional","Services"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:274;a:18:{s:4:"tmpl";i:875;s:2:"id";i:11241;s:5:"title";s:36:"Classic | Digital Agency | Marketing";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg";s:12:"tmpl_created";i:1564643043;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";i:28;s:16:"popularity_index";i:362;s:11:"trend_index";i:315;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:275;a:18:{s:4:"tmpl";i:1146;s:2:"id";i:16932;s:5:"title";s:35:"Finance Consulting – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png";s:12:"tmpl_created";i:1610532170;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:80:"["Advisor","Business","Consulting","Finance","Investment","Landing Pages","Tax"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:790;s:11:"trend_index";i:630;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:276;a:18:{s:4:"tmpl";i:1429;s:2:"id";i:24421;s:5:"title";s:25:"Wireframe – About 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg";s:12:"tmpl_created";i:1653988579;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["About","Business","Contact","Faq","Features","Footer","Header","Professional","Team"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:277;a:18:{s:4:"tmpl";i:508;s:2:"id";i:5488;s:5:"title";s:7:"About 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png";s:12:"tmpl_created";i:1520443524;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:307;s:11:"trend_index";i:169;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:278;a:18:{s:4:"tmpl";i:556;s:2:"id";i:6122;s:5:"title";s:7:"About 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png";s:12:"tmpl_created";i:1520443661;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:38;s:11:"trend_index";i:26;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:279;a:18:{s:4:"tmpl";i:1136;s:2:"id";i:16721;s:5:"title";s:35:"Dental – Health & Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg";s:12:"tmpl_created";i:1610448567;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:44:"["Dental","Doctor","Health","Landing Pages"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:801;s:11:"trend_index";i:655;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:280;a:18:{s:4:"tmpl";i:1417;s:2:"id";i:24116;s:5:"title";s:32:"Tech Company – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg";s:12:"tmpl_created";i:1650989265;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["Business","Coding","Coming Soon","Computer","Developer","IT","Services","Technology"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:281;a:18:{s:4:"tmpl";i:1161;s:2:"id";i:17269;s:5:"title";s:34:"Electronics Sale – eCommerce";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png";s:12:"tmpl_created";i:1610903298;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:800;s:11:"trend_index";i:556;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:282;a:18:{s:4:"tmpl";i:1220;s:2:"id";i:20908;s:5:"title";s:42:"Packing & Moving Company – Home";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg";s:12:"tmpl_created";i:1638786127;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Movers","Moving","Storge"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:283;a:18:{s:4:"tmpl";i:509;s:2:"id";i:5496;s:5:"title";s:7:"About 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png";s:12:"tmpl_created";i:1520443526;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:523;s:11:"trend_index";i:453;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:284;a:18:{s:4:"tmpl";i:1152;s:2:"id";i:17032;s:5:"title";s:42:"Donate Computer – Social Involvement";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png";s:12:"tmpl_created";i:1610630585;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:67:"["Computer","Donate","Donation","Kids","Landing Pages","Nonprofit"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:718;s:11:"trend_index";i:278;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:285;a:18:{s:4:"tmpl";i:684;s:2:"id";i:8961;s:5:"title";s:9:"archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg";s:12:"tmpl_created";i:1528639909;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:31;s:16:"popularity_index";i:79;s:11:"trend_index";i:15;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:286;a:18:{s:4:"tmpl";i:1245;s:2:"id";i:21546;s:5:"title";s:28:"Interior Design – Home";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg";s:12:"tmpl_created";i:1639046269;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Design","Form","Furniture Design","Interior Design","Testimonial"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:287;a:18:{s:4:"tmpl";i:1135;s:2:"id";i:16684;s:5:"title";s:34:"SaaS HR Management – Product";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png";s:12:"tmpl_created";i:1609945486;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:7:"Product";s:4:"tags";s:39:"["HR","Landing Pages","Product","SaaS"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:708;s:11:"trend_index";i:292;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:288;a:18:{s:4:"tmpl";i:685;s:2:"id";i:8969;s:5:"title";s:9:"archive 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg";s:12:"tmpl_created";i:1528700014;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:32;s:16:"popularity_index";i:250;s:11:"trend_index";i:124;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:289;a:18:{s:4:"tmpl";i:1249;s:2:"id";i:22137;s:5:"title";s:31:"Design Blog – Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647177194;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:290;a:18:{s:4:"tmpl";i:1134;s:2:"id";i:16660;s:5:"title";s:37:"Medical center – Online service";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png";s:12:"tmpl_created";i:1609945122;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:44:"["Landing Pages","Medical","Online Service"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:750;s:11:"trend_index";i:332;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:291;a:18:{s:4:"tmpl";i:686;s:2:"id";i:8973;s:5:"title";s:9:"archive 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg";s:12:"tmpl_created";i:1528700205;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:33;s:16:"popularity_index";i:176;s:11:"trend_index";i:54;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:292;a:18:{s:4:"tmpl";i:1226;s:2:"id";i:21069;s:5:"title";s:21:"Hotel – Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg";s:12:"tmpl_created";i:1638798545;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:36:"["Contact","from","Info","Vacation"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:293;a:18:{s:4:"tmpl";i:1150;s:2:"id";i:17001;s:5:"title";s:36:"Parental Counseling – Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png";s:12:"tmpl_created";i:1610534999;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:99:"["Advisor","Business","Coach","Counseling","Landing Pages","Online Service","Parental","Parenting"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:817;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:294;a:18:{s:4:"tmpl";i:1432;s:2:"id";i:24461;s:5:"title";s:27:"Wireframe – Gallery 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg";s:12:"tmpl_created";i:1653988784;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:295;a:18:{s:4:"tmpl";i:687;s:2:"id";i:8977;s:5:"title";s:9:"archive 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg";s:12:"tmpl_created";i:1528700326;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:34;s:16:"popularity_index";i:354;s:11:"trend_index";i:396;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:296;a:18:{s:4:"tmpl";i:1137;s:2:"id";i:16742;s:5:"title";s:31:"Online Course – Education";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png";s:12:"tmpl_created";i:1610454122;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Education";s:4:"tags";s:55:"["Academy","Course Online","Education","Landing Pages"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:777;s:11:"trend_index";i:776;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:297;a:18:{s:4:"tmpl";i:1440;s:2:"id";i:24563;s:5:"title";s:27:"Wireframe – Contact 4";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg";s:12:"tmpl_created";i:1653989095;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:84:"["Business","Contact","Footer","Form","Gallery","Header","Professional","Subscribe"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:298;a:18:{s:4:"tmpl";i:688;s:2:"id";i:8981;s:5:"title";s:9:"archive 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg";s:12:"tmpl_created";i:1528700484;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:35;s:16:"popularity_index";i:333;s:11:"trend_index";i:195;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:299;a:18:{s:4:"tmpl";i:1162;s:2:"id";i:17284;s:5:"title";s:38:"Dietitian – Health & Fitness";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png";s:12:"tmpl_created";i:1610903484;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:39:"["Fitness","Health","landscape design"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:814;s:11:"trend_index";i:800;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:300;a:18:{s:4:"tmpl";i:1439;s:2:"id";i:24553;s:5:"title";s:27:"Wireframe – Contact 3";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg";s:12:"tmpl_created";i:1653989057;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Business","Contact","Footer","Form","Professional","Testimonial"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:301;a:18:{s:4:"tmpl";i:689;s:2:"id";i:8985;s:5:"title";s:9:"archive 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg";s:12:"tmpl_created";i:1528700612;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:36;s:16:"popularity_index";i:204;s:11:"trend_index";i:95;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:302;a:18:{s:4:"tmpl";i:1144;s:2:"id";i:16897;s:5:"title";s:30:"Personal Chef – Business";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png";s:12:"tmpl_created";i:1610466247;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:53:"["Business","Chef","Food","Landing Pages","Services"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:795;s:11:"trend_index";i:617;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:303;a:18:{s:4:"tmpl";i:1435;s:2:"id";i:24504;s:5:"title";s:28:"Wireframe – Services 2";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg";s:12:"tmpl_created";i:1653988910;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:80:"["Business","Contact","Footer","Header","Professional","Services","Testimonial"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:304;a:18:{s:4:"tmpl";i:690;s:2:"id";i:8989;s:5:"title";s:9:"archive 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg";s:12:"tmpl_created";i:1528701063;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:37;s:16:"popularity_index";i:208;s:11:"trend_index";i:111;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:305;a:18:{s:4:"tmpl";i:1147;s:2:"id";i:16946;s:5:"title";s:52:"Online Full-Stack Developer Course – Education";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png";s:12:"tmpl_created";i:1610532778;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Education";s:4:"tags";s:76:"["Academy","Coding","Course Online","Developer","Education","Landing Pages"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:805;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:306;a:18:{s:4:"tmpl";i:1437;s:2:"id";i:24528;s:5:"title";s:27:"Wireframe – Contact 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg";s:12:"tmpl_created";i:1653988981;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["Business","Contact","Footer","Form","Google Maps","Header","Professional"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:307;a:18:{s:4:"tmpl";i:691;s:2:"id";i:8996;s:5:"title";s:9:"archive 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg";s:12:"tmpl_created";i:1528701290;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:38;s:16:"popularity_index";i:227;s:11:"trend_index";i:153;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:308;a:18:{s:4:"tmpl";i:1143;s:2:"id";i:16868;s:5:"title";s:40:"Virtual Assistant – Online Service";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png";s:12:"tmpl_created";i:1610465656;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:46:"["Assistant","Landing Pages","Online Service"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:793;s:11:"trend_index";i:757;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:309;a:18:{s:4:"tmpl";i:692;s:2:"id";i:9001;s:5:"title";s:9:"archive 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg";s:12:"tmpl_created";i:1528701433;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:39;s:16:"popularity_index";i:265;s:11:"trend_index";i:208;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:310;a:18:{s:4:"tmpl";i:1228;s:2:"id";i:21104;s:5:"title";s:26:"Restaurant – Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg";s:12:"tmpl_created";i:1638800146;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:60:"["Contact","Food","Form","Google Maps","Info","Testimonial"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:311;a:18:{s:4:"tmpl";i:1140;s:2:"id";i:16812;s:5:"title";s:40:"Construction Project – Real Estate";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png";s:12:"tmpl_created";i:1610463582;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:59:"["Construction","Landing Pages","Real estate","Realestate"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:796;s:11:"trend_index";i:724;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:312;a:18:{s:4:"tmpl";i:1244;s:2:"id";i:21393;s:5:"title";s:34:"Interior Designer – Projects";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg";s:12:"tmpl_created";i:1638823945;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:93:"["Creative","Creative Portfolio","Design","Designer","Interior Design","Portfolio","Project"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:313;a:18:{s:4:"tmpl";i:997;s:2:"id";i:13528;s:5:"title";s:22:"Barbershop – 404";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg";s:12:"tmpl_created";i:1589893152;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Barber Shop","Barbershop"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:768;s:11:"trend_index";i:681;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:314;a:18:{s:4:"tmpl";i:1148;s:2:"id";i:16960;s:5:"title";s:44:"Dog & Cat Food Delivery – Business";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png";s:12:"tmpl_created";i:1610533581;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:71:"["Business","Cat","Delivery","Dog","Food","Landing Pages","Pet","Pets"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:782;s:11:"trend_index";i:510;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:315;a:18:{s:4:"tmpl";i:1251;s:2:"id";i:22143;s:5:"title";s:33:"Fashion Store – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1647177389;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:316;a:18:{s:4:"tmpl";i:998;s:2:"id";i:13518;s:5:"title";s:26:"Barbershop – Archive";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg";s:12:"tmpl_created";i:1589893157;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:737;s:11:"trend_index";i:523;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:317;a:18:{s:4:"tmpl";i:1155;s:2:"id";i:17095;s:5:"title";s:36:"Mobile Pet Grooming – Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png";s:12:"tmpl_created";i:1610632115;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:38:"["Dog","Groom","Landing Pages","Pets"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:786;s:11:"trend_index";i:731;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:318;a:18:{s:4:"tmpl";i:1241;s:2:"id";i:21451;s:5:"title";s:26:"Exhibition – Gallery";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg";s:12:"tmpl_created";i:1638821855;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["Art","Creative","Creative Portfolio","Exhibition","Gallery","Portfolio"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:319;a:18:{s:4:"tmpl";i:996;s:2:"id";i:13604;s:5:"title";s:25:"Barbershop – Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg";s:12:"tmpl_created";i:1589893147;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Barber Shop","Barbershop","Footer"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:555;s:11:"trend_index";i:267;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:320;a:18:{s:4:"tmpl";i:1159;s:2:"id";i:17245;s:5:"title";s:34:"Marketing Course – Education";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png";s:12:"tmpl_created";i:1610902958;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"Education";s:4:"tags";s:45:"["Course Online","Landing Pages","Marketing"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:770;s:11:"trend_index";i:430;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:321;a:18:{s:4:"tmpl";i:1240;s:2:"id";i:21430;s:5:"title";s:30:"Travel Blogger – Gallery";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg";s:12:"tmpl_created";i:1638821592;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Gallery","Photography","Slider","Travel"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:322;a:18:{s:4:"tmpl";i:995;s:2:"id";i:13612;s:5:"title";s:25:"Barbershop – Header";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg";s:12:"tmpl_created";i:1589893142;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Barber Shop","Barbershop","Header"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:343;s:11:"trend_index";i:137;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:323;a:18:{s:4:"tmpl";i:1149;s:2:"id";i:16983;s:5:"title";s:41:"Pilates Instructor – Online Service";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png";s:12:"tmpl_created";i:1610534138;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:70:"["Free Trial","Instructor","Landing Pages","Online Service","Pilates"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:778;s:11:"trend_index";i:412;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:324;a:18:{s:4:"tmpl";i:1416;s:2:"id";i:24104;s:5:"title";s:33:"Ceramics Shop – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg";s:12:"tmpl_created";i:1650988949;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:325;a:18:{s:4:"tmpl";i:994;s:2:"id";i:13621;s:5:"title";s:30:"Barbershop – Single Post";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg";s:12:"tmpl_created";i:1589893137;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:736;s:11:"trend_index";i:580;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:326;a:18:{s:4:"tmpl";i:1131;s:2:"id";i:16527;s:5:"title";s:24:"Beauty Salon – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg";s:12:"tmpl_created";i:1608622517;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:29:"["404","Beauty Salon","Hair"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:742;s:11:"trend_index";i:563;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:327;a:18:{s:4:"tmpl";i:1412;s:2:"id";i:24033;s:5:"title";s:37:"Dance Studio – Maintenance Mode";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg";s:12:"tmpl_created";i:1649881344;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:113:"["Academy","Business","Dance Studio","Form","Pilates","School","Sport","Teacher","Training","Under Construction"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:328;a:18:{s:4:"tmpl";i:1190;s:2:"id";i:18568;s:5:"title";s:32:"Flower Delivery – Business";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png";s:12:"tmpl_created";i:1617546716;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:37:"["Delivery","Flower","Landing Pages"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:874;s:11:"trend_index";i:763;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:329;a:18:{s:4:"tmpl";i:1130;s:2:"id";i:16535;s:5:"title";s:27:"Beauty Salon – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg";s:12:"tmpl_created";i:1608622498;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:32:"["Beauty Salon","Footer","Hair"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:524;s:11:"trend_index";i:126;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:330;a:18:{s:4:"tmpl";i:1145;s:2:"id";i:16917;s:5:"title";s:22:"Webinar – Events";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg";s:12:"tmpl_created";i:1610466822;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Events";s:4:"tags";s:36:"["Events","Landing Pages","Webinar"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:821;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:331;a:18:{s:4:"tmpl";i:1413;s:2:"id";i:24049;s:5:"title";s:33:"ECO Shop – Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg";s:12:"tmpl_created";i:1649882053;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:110:"["Aesthetic","Business","Creative","Decor","Health","Help","Lifestyle","Products","Shop","Under Construction"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:332;a:18:{s:4:"tmpl";i:1129;s:2:"id";i:16545;s:5:"title";s:27:"Beauty Salon – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg";s:12:"tmpl_created";i:1608622495;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:32:"["Beauty Salon","Hair","Header"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:356;s:11:"trend_index";i:49;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:333;a:18:{s:4:"tmpl";i:1154;s:2:"id";i:17079;s:5:"title";s:42:"Calls Volunteer – Social Involvement";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png";s:12:"tmpl_created";i:1610631774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:68:"["Care","Covid-19","Help","Involvement","Landing Pages","Volunteer"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:854;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:334;a:18:{s:4:"tmpl";i:1419;s:2:"id";i:24136;s:5:"title";s:29:"Food Blog – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg";s:12:"tmpl_created";i:1650990034;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:62:"["Blog","Business","Coming Soon","Cooking","Education","Food"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:335;a:18:{s:4:"tmpl";i:1142;s:2:"id";i:16836;s:5:"title";s:33:"Marketing Agency – Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg";s:12:"tmpl_created";i:1610464490;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:74:"["Agency","Business","Landing Pages","Marketing","Marketing Landing Page"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:816;s:11:"trend_index";i:787;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:336;a:18:{s:4:"tmpl";i:641;s:2:"id";i:7686;s:5:"title";s:12:"Blog Posts 1";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png";s:12:"tmpl_created";i:1521558047;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:26:"["Archive","Blog","posts"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:131;s:11:"trend_index";i:152;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:337;a:18:{s:4:"tmpl";i:1411;s:2:"id";i:24020;s:5:"title";s:35:"Mobile App – Maintenance Mode";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg";s:12:"tmpl_created";i:1649880955;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["App","Business","Coding","Computer","Launch","Mobile","Under Construction"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:338;a:18:{s:4:"tmpl";i:1139;s:2:"id";i:16785;s:5:"title";s:42:"Gym Promotion – Health & Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg";s:12:"tmpl_created";i:1610455496;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:42:"["Fitness","Gym","Health","Landing Pages"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:820;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:339;a:18:{s:4:"tmpl";i:1420;s:2:"id";i:24152;s:5:"title";s:32:"Perfume Shop – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg";s:12:"tmpl_created";i:1650990353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Business","Coming Soon","Cosmetics","Lifestyle","Products","Shop"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:340;a:18:{s:4:"tmpl";i:484;s:2:"id";i:5283;s:5:"title";s:9:"Clients 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png";s:12:"tmpl_created";i:1520443478;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:294;s:11:"trend_index";i:202;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:341;a:18:{s:4:"tmpl";i:1185;s:2:"id";i:18492;s:5:"title";s:34:"Bicycle Pre-Sale – eCommerce";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png";s:12:"tmpl_created";i:1617535552;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:34:"["Bicycle","Landing Pages","Sale"]";s:10:"menu_order";i:50;s:16:"popularity_index";i:871;s:11:"trend_index";i:826;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:342;a:18:{s:4:"tmpl";i:487;s:2:"id";i:5306;s:5:"title";s:10:"Clients 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png";s:12:"tmpl_created";i:1520443484;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:50;s:16:"popularity_index";i:657;s:11:"trend_index";i:581;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:343;a:18:{s:4:"tmpl";i:1418;s:2:"id";i:24126;s:5:"title";s:28:"Skincare – Coming Soon";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg";s:12:"tmpl_created";i:1650989585;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:128:"["Aesthetic","Beauty","Beauty Salon","Business","Coming Soon","Cosmetics","Girly","Lifestyle","Services","Skincare","Treatment"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:344;a:18:{s:4:"tmpl";i:1181;s:2:"id";i:18349;s:5:"title";s:39:"Virtual try-on glasses – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png";s:12:"tmpl_created";i:1614772569;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:64:"["Fashion","Glasses","Landing Pages","Online Service","Virtual"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:848;s:11:"trend_index";i:803;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:345;a:18:{s:4:"tmpl";i:491;s:2:"id";i:5341;s:5:"title";s:10:"Clients 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png";s:12:"tmpl_created";i:1520443491;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:603;s:11:"trend_index";i:633;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:346;a:18:{s:4:"tmpl";i:1410;s:2:"id";i:24004;s:5:"title";s:33:"Skincare – Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg";s:12:"tmpl_created";i:1649880534;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:144:"["Aesthetic","Beauty","Beauty Salon","Business","Cosmetics","Girly","Lifestyle","Makeup","Services","Skincare","Treatment","Under Construction"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:347;a:18:{s:4:"tmpl";i:1172;s:2:"id";i:17458;s:5:"title";s:31:"Moving Company – Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png";s:12:"tmpl_created";i:1612727025;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","Landing Pages","Movers","Moving"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:826;s:11:"trend_index";i:767;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:348;a:18:{s:4:"tmpl";i:488;s:2:"id";i:5315;s:5:"title";s:10:"Clients 12";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png";s:12:"tmpl_created";i:1520443486;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:485;s:11:"trend_index";i:263;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:349;a:18:{s:4:"tmpl";i:1415;s:2:"id";i:24092;s:5:"title";s:29:"Vase Shop – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg";s:12:"tmpl_created";i:1650988613;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:350;a:18:{s:4:"tmpl";i:1186;s:2:"id";i:18517;s:5:"title";s:29:"Food Blog – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png";s:12:"tmpl_created";i:1617539897;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:45:"["Blog","Coming Soon","Food","Landing Pages"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:844;s:11:"trend_index";i:672;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:351;a:18:{s:4:"tmpl";i:490;s:2:"id";i:5333;s:5:"title";s:10:"Clients 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png";s:12:"tmpl_created";i:1520443489;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:234;s:11:"trend_index";i:128;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:352;a:18:{s:4:"tmpl";i:1167;s:2:"id";i:17379;s:5:"title";s:33:"IT Service – Online Service";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png";s:12:"tmpl_created";i:1612713022;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:41:"["IT","Landing Pages","Remote","Support"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:806;s:11:"trend_index";i:634;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:353;a:18:{s:4:"tmpl";i:1248;s:2:"id";i:22134;s:5:"title";s:32:"Art Magazine – Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647176713;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:354;a:18:{s:4:"tmpl";i:496;s:2:"id";i:5389;s:5:"title";s:10:"Clients 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png";s:12:"tmpl_created";i:1520443501;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:407;s:11:"trend_index";i:307;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:355;a:18:{s:4:"tmpl";i:1189;s:2:"id";i:18560;s:5:"title";s:52:"Finance Learning Platform – Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1617542761;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:843;s:11:"trend_index";i:561;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:356;a:18:{s:4:"tmpl";i:1225;s:2:"id";i:21041;s:5:"title";s:41:"Business Consulting Company – About";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg";s:12:"tmpl_created";i:1638797560;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Coach","Collaboration","Consulting","Life Coach"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:357;a:18:{s:4:"tmpl";i:486;s:2:"id";i:5298;s:5:"title";s:10:"Clients 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png";s:12:"tmpl_created";i:1520443482;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:465;s:11:"trend_index";i:520;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:358;a:18:{s:4:"tmpl";i:1187;s:2:"id";i:18528;s:5:"title";s:36:"Home Decor Store – Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1617541784;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:872;s:11:"trend_index";i:819;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:359;a:18:{s:4:"tmpl";i:1243;s:2:"id";i:21135;s:5:"title";s:28:"Construction – Service";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg";s:12:"tmpl_created";i:1638823202;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Architecture","Construction","Faq","Services"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:360;a:18:{s:4:"tmpl";i:495;s:2:"id";i:5381;s:5:"title";s:10:"Clients 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png";s:12:"tmpl_created";i:1520443499;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:198;s:11:"trend_index";i:168;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:361;a:18:{s:4:"tmpl";i:1174;s:2:"id";i:17504;s:5:"title";s:29:"Hair Stylist – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png";s:12:"tmpl_created";i:1612883014;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:59:"["Business","Hair","hairdresser","Landing Pages","Stylist"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:840;s:11:"trend_index";i:806;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:362;a:18:{s:4:"tmpl";i:1223;s:2:"id";i:20981;s:5:"title";s:37:"Creative Digital Agency – About";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg";s:12:"tmpl_created";i:1638789303;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["About","Advisor","Creative","Creative Portfolio"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:363;a:18:{s:4:"tmpl";i:493;s:2:"id";i:5357;s:5:"title";s:9:"Clients 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png";s:12:"tmpl_created";i:1520443495;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:341;s:11:"trend_index";i:232;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:364;a:18:{s:4:"tmpl";i:1184;s:2:"id";i:18449;s:5:"title";s:45:"Aesthetic Clinic – Health & Fitness";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png";s:12:"tmpl_created";i:1616682181;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:57:"["Aesthetic","Beauty","Fitness","Health","Landing Pages"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:859;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:365;a:18:{s:4:"tmpl";i:1221;s:2:"id";i:20926;s:5:"title";s:33:"Doctors Online Consultation -Home";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg";s:12:"tmpl_created";i:1638787371;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:35:"["App","Health","Medical","Online"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:366;a:18:{s:4:"tmpl";i:485;s:2:"id";i:5290;s:5:"title";s:9:"Clients 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png";s:12:"tmpl_created";i:1520443480;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:545;s:11:"trend_index";i:502;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:367;a:18:{s:4:"tmpl";i:1165;s:2:"id";i:17353;s:5:"title";s:44:"Online Cooking Course – Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png";s:12:"tmpl_created";i:1612705144;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Cooking","Course Online","Food","Landing Pages"]";s:10:"menu_order";i:59;s:16:"popularity_index";i:845;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:368;a:18:{s:4:"tmpl";i:482;s:2:"id";i:5266;s:5:"title";s:9:"Clients 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png";s:12:"tmpl_created";i:1520443474;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:59;s:16:"popularity_index";i:95;s:11:"trend_index";i:134;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:369;a:18:{s:4:"tmpl";i:1188;s:2:"id";i:18550;s:5:"title";s:39:"Online Store – Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1617542506;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:832;s:11:"trend_index";i:600;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:370;a:18:{s:4:"tmpl";i:1250;s:2:"id";i:22140;s:5:"title";s:33:"Design School – Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1647177317;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:371;a:18:{s:4:"tmpl";i:483;s:2:"id";i:5275;s:5:"title";s:9:"Clients 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png";s:12:"tmpl_created";i:1520443476;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:334;s:11:"trend_index";i:321;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:372;a:18:{s:4:"tmpl";i:1191;s:2:"id";i:18539;s:5:"title";s:40:"Travel Agency – Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1617610273;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:61;s:16:"popularity_index";i:876;s:11:"trend_index";i:652;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:373;a:18:{s:4:"tmpl";i:492;s:2:"id";i:5349;s:5:"title";s:9:"Clients 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png";s:12:"tmpl_created";i:1520443493;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:61;s:16:"popularity_index";i:233;s:11:"trend_index";i:92;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:374;a:18:{s:4:"tmpl";i:1175;s:2:"id";i:18270;s:5:"title";s:24:"Open week – Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png";s:12:"tmpl_created";i:1614767186;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:6:"Events";s:4:"tags";s:59:"["Education","Event","Events","Landing Pages","University"]";s:10:"menu_order";i:62;s:16:"popularity_index";i:831;s:11:"trend_index";i:673;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:375;a:18:{s:4:"tmpl";i:489;s:2:"id";i:5324;s:5:"title";s:9:"Clients 8";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png";s:12:"tmpl_created";i:1520443488;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:62;s:16:"popularity_index";i:526;s:11:"trend_index";i:381;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:376;a:18:{s:4:"tmpl";i:1177;s:2:"id";i:18300;s:5:"title";s:30:"Makeup Artist – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png";s:12:"tmpl_created";i:1614768608;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Beauty","Business","Course Online","Landing Pages","Makeup","Online Service"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:861;s:11:"trend_index";i:783;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:377;a:18:{s:4:"tmpl";i:494;s:2:"id";i:5368;s:5:"title";s:9:"Clients 9";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png";s:12:"tmpl_created";i:1520443497;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:253;s:11:"trend_index";i:273;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:378;a:18:{s:4:"tmpl";i:1179;s:2:"id";i:18329;s:5:"title";s:63:"Online Real Estate Investment Conference – Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png";s:12:"tmpl_created";i:1614770404;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:76:"["Conference","Event","Events","Landing Pages","Online Event","Real estate"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:866;s:11:"trend_index";i:779;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:379;a:18:{s:4:"tmpl";i:425;s:2:"id";i:4436;s:5:"title";s:11:"Contact 16";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png";s:12:"tmpl_created";i:1520443293;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:161;s:11:"trend_index";i:68;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:380;a:18:{s:4:"tmpl";i:1183;s:2:"id";i:18391;s:5:"title";s:45:"Children’s Optometrist – Business";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png";s:12:"tmpl_created";i:1614773564;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:85:"["Business","Children","Eye","Glasses","Health","Kids","Landing Pages","Optometrist"]";s:10:"menu_order";i:65;s:16:"popularity_index";i:877;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:381;a:18:{s:4:"tmpl";i:423;s:2:"id";i:4420;s:5:"title";s:9:"Contact 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png";s:12:"tmpl_created";i:1520443289;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:65;s:16:"popularity_index";i:196;s:11:"trend_index";i:127;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:382;a:18:{s:4:"tmpl";i:534;s:2:"id";i:5836;s:5:"title";s:10:"Contact 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png";s:12:"tmpl_created";i:1520443597;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:114;s:11:"trend_index";i:76;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:383;a:18:{s:4:"tmpl";i:1182;s:2:"id";i:18366;s:5:"title";s:30:"Car Insurance – Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png";s:12:"tmpl_created";i:1614773263;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","car","Insurance","Landing Pages"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:869;s:11:"trend_index";i:797;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:384;a:18:{s:4:"tmpl";i:1201;s:2:"id";i:19144;s:5:"title";s:25:"Birthday Party Invitation";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png";s:12:"tmpl_created";i:1623848691;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Birthday","Event","Landing Pages","Party","RSVD","Save the Date"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:385;a:18:{s:4:"tmpl";i:535;s:2:"id";i:5844;s:5:"title";s:10:"Contact 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png";s:12:"tmpl_created";i:1520443599;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:289;s:11:"trend_index";i:313;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:386;a:18:{s:4:"tmpl";i:1124;s:2:"id";i:16473;s:5:"title";s:26:"Beauty Salon – About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg";s:12:"tmpl_created";i:1608622373;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:615;s:11:"trend_index";i:184;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:387;a:18:{s:4:"tmpl";i:1176;s:2:"id";i:18291;s:5:"title";s:47:"Grill Restaurant Food Delivery – Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png";s:12:"tmpl_created";i:1614767830;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Delivery","Delivery Service","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:819;s:11:"trend_index";i:685;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:388;a:18:{s:4:"tmpl";i:1125;s:2:"id";i:16488;s:5:"title";s:28:"Beauty Salon – Contact";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg";s:12:"tmpl_created";i:1608622374;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:548;s:11:"trend_index";i:101;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:389;a:18:{s:4:"tmpl";i:1180;s:2:"id";i:18340;s:5:"title";s:30:"Restaurant – Coming Soon";s:9:"thumbnail";s:98:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png";s:12:"tmpl_created";i:1614772183;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:51:"["Coming Soon","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:810;s:11:"trend_index";i:809;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:390;a:18:{s:4:"tmpl";i:430;s:2:"id";i:4476;s:5:"title";s:10:"Contact 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png";s:12:"tmpl_created";i:1520443303;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:229;s:11:"trend_index";i:187;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:391;a:18:{s:4:"tmpl";i:1126;s:2:"id";i:16496;s:5:"title";s:28:"Beauty Salon – Gallery";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg";s:12:"tmpl_created";i:1608622379;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:491;s:11:"trend_index";i:90;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:392;a:18:{s:4:"tmpl";i:1173;s:2:"id";i:17480;s:5:"title";s:42:"At-home Massage Therapist – Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg";s:12:"tmpl_created";i:1612879264;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:60:"["Business","Health","Landing Pages","Services","Therapist"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:856;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:393;a:18:{s:4:"tmpl";i:476;s:2:"id";i:5214;s:5:"title";s:10:"Contact 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png";s:12:"tmpl_created";i:1520443462;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:194;s:11:"trend_index";i:106;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:394;a:18:{s:4:"tmpl";i:1127;s:2:"id";i:16457;s:5:"title";s:25:"Beauty Salon – Home";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg";s:12:"tmpl_created";i:1608622383;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:408;s:11:"trend_index";i:56;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:395;a:18:{s:4:"tmpl";i:1178;s:2:"id";i:18317;s:5:"title";s:26:"Insurance – Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png";s:12:"tmpl_created";i:1614769488;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:8:"Business";s:4:"tags";s:61:"["Business","Family","Financial","Insurance","Landing Pages"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:870;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:396;a:18:{s:4:"tmpl";i:478;s:2:"id";i:5230;s:5:"title";s:10:"Contact 17";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png";s:12:"tmpl_created";i:1520443466;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:339;s:11:"trend_index";i:335;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:397;a:18:{s:4:"tmpl";i:1128;s:2:"id";i:16518;s:5:"title";s:29:"Beauty Salon – Services";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg";s:12:"tmpl_created";i:1608622386;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:664;s:11:"trend_index";i:261;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:398;a:18:{s:4:"tmpl";i:1168;s:2:"id";i:17401;s:5:"title";s:40:"Conference Thank You Page – Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png";s:12:"tmpl_created";i:1612724753;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:59:"["Conference","Event","Events","Landing Pages","Thank You"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:799;s:11:"trend_index";i:540;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:399;a:18:{s:4:"tmpl";i:481;s:2:"id";i:5257;s:5:"title";s:10:"Contact 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png";s:12:"tmpl_created";i:1520443472;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:438;s:11:"trend_index";i:490;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:400;a:18:{s:4:"tmpl";i:532;s:2:"id";i:5820;s:5:"title";s:9:"Contact 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png";s:12:"tmpl_created";i:1520443593;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:183;s:11:"trend_index";i:357;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:401;a:18:{s:4:"tmpl";i:1073;s:2:"id";i:15486;s:5:"title";s:25:"Travel Blog – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg";s:12:"tmpl_created";i:1606215720;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:608;s:11:"trend_index";i:343;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:402;a:18:{s:4:"tmpl";i:1166;s:2:"id";i:17368;s:5:"title";s:38:"Real Estate Agency – Real-Estate";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png";s:12:"tmpl_created";i:1612711814;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:73:"["Landing Pages","listing","Real estate","Realestate","realtor","realty"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:858;s:11:"trend_index";i:777;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:403;a:18:{s:4:"tmpl";i:1074;s:2:"id";i:15478;s:5:"title";s:27:"Travel Blog – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg";s:12:"tmpl_created";i:1606215735;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:687;s:11:"trend_index";i:564;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:404;a:18:{s:4:"tmpl";i:1170;s:2:"id";i:17423;s:5:"title";s:57:"Volunteer Calls Thank You Page – Social Involvement";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg";s:12:"tmpl_created";i:1612726058;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:62:"["Care","Involvement","Landing Pages","Thank You","Volunteer"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:857;s:11:"trend_index";i:818;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:405;a:18:{s:4:"tmpl";i:422;s:2:"id";i:4411;s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png";s:12:"tmpl_created";i:1520443287;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:113;s:11:"trend_index";i:217;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:406;a:18:{s:4:"tmpl";i:533;s:2:"id";i:5828;s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png";s:12:"tmpl_created";i:1520443595;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:312;s:11:"trend_index";i:495;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:407;a:18:{s:4:"tmpl";i:1075;s:2:"id";i:15467;s:5:"title";s:24:"Travel Blog – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg";s:12:"tmpl_created";i:1606215756;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:567;s:11:"trend_index";i:224;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:408;a:18:{s:4:"tmpl";i:1169;s:2:"id";i:17409;s:5:"title";s:37:"Webinar Thank You Page – Events";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png";s:12:"tmpl_created";i:1612725644;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:56:"["Event","Events","Landing Pages","Thank You","Webinar"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:868;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:409;a:18:{s:4:"tmpl";i:1056;s:2:"id";i:15317;s:5:"title";s:25:"Dance Studio – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg";s:12:"tmpl_created";i:1603181291;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:596;s:11:"trend_index";i:301;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:410;a:18:{s:4:"tmpl";i:1160;s:2:"id";i:17258;s:5:"title";s:32:"Beauty Product – eCommerce";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png";s:12:"tmpl_created";i:1610903153;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:38:"["Beauty","Ecommerce","Landing Pages"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:797;s:11:"trend_index";i:703;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:411;a:18:{s:4:"tmpl";i:424;s:2:"id";i:4428;s:5:"title";s:9:"Contact 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png";s:12:"tmpl_created";i:1520443291;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:118;s:11:"trend_index";i:131;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:412;a:18:{s:4:"tmpl";i:1057;s:2:"id";i:15334;s:5:"title";s:26:"Dance Studio – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg";s:12:"tmpl_created";i:1603181364;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:626;s:11:"trend_index";i:373;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:413;a:18:{s:4:"tmpl";i:1171;s:2:"id";i:17435;s:5:"title";s:39:"Gym – App Service – Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png";s:12:"tmpl_created";i:1612726462;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:7:"Product";s:4:"tags";s:58:"["App","Fitness","Gym","Health","Landing Pages","Product"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:767;s:11:"trend_index";i:577;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:414;a:18:{s:4:"tmpl";i:426;s:2:"id";i:4444;s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png";s:12:"tmpl_created";i:1520443295;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:84;s:11:"trend_index";i:93;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:415;a:18:{s:4:"tmpl";i:1058;s:2:"id";i:15349;s:5:"title";s:28:"Dance Studio – Classes";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg";s:12:"tmpl_created";i:1603181425;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:629;s:11:"trend_index";i:458;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:416;a:18:{s:4:"tmpl";i:1156;s:2:"id";i:17111;s:5:"title";s:33:"Sunglasses Sale – eCommerce";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610632408;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Ecommerce","Fashion","Landing Pages","Sale","Sunglasses"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:812;s:11:"trend_index";i:732;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:417;a:18:{s:4:"tmpl";i:432;s:2:"id";i:4492;s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png";s:12:"tmpl_created";i:1520443307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:37;s:11:"trend_index";i:31;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:418;a:18:{s:4:"tmpl";i:1055;s:2:"id";i:15366;s:5:"title";s:29:"Dance Studio – Schedule";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg";s:12:"tmpl_created";i:1603181056;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:698;s:11:"trend_index";i:602;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:419;a:18:{s:4:"tmpl";i:1157;s:2:"id";i:17223;s:5:"title";s:25:"Fashion – eCommerce";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png";s:12:"tmpl_created";i:1610902553;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:808;s:11:"trend_index";i:745;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:420;a:18:{s:4:"tmpl";i:427;s:2:"id";i:4452;s:5:"title";s:9:"Contact 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png";s:12:"tmpl_created";i:1520443296;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:139;s:11:"trend_index";i:150;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:421;a:18:{s:4:"tmpl";i:1059;s:2:"id";i:15373;s:5:"title";s:28:"Dance Studio – Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg";s:12:"tmpl_created";i:1603181678;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:731;s:11:"trend_index";i:661;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:422;a:18:{s:4:"tmpl";i:1151;s:2:"id";i:17017;s:5:"title";s:28:"Shoes Sale – eCommerce";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610535361;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:55:"["Discount","Ecommerce","Landing Pages","Sale","Shoes"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:803;s:11:"trend_index";i:642;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:423;a:18:{s:4:"tmpl";i:429;s:2:"id";i:4468;s:5:"title";s:9:"Contact 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png";s:12:"tmpl_created";i:1520443301;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:127;s:11:"trend_index";i:72;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:424;a:18:{s:4:"tmpl";i:1060;s:2:"id";i:15384;s:5:"title";s:28:"Dance Studio – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg";s:12:"tmpl_created";i:1603181738;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:741;s:11:"trend_index";i:721;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:425;a:18:{s:4:"tmpl";i:1163;s:2:"id";i:17301;s:5:"title";s:53:"Personal Chef – Thank You Page – Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg";s:12:"tmpl_created";i:1610903622;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:43:"["Chef","Food","Landing Pages","Thank You"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:823;s:11:"trend_index";i:754;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:426;a:18:{s:4:"tmpl";i:431;s:2:"id";i:4484;s:5:"title";s:9:"Contact 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png";s:12:"tmpl_created";i:1520443305;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:328;s:11:"trend_index";i:260;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:427;a:18:{s:4:"tmpl";i:1042;s:2:"id";i:15158;s:5:"title";s:26:"Psychologist – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg";s:12:"tmpl_created";i:1600157561;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:618;s:11:"trend_index";i:426;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:428;a:18:{s:4:"tmpl";i:1164;s:2:"id";i:17313;s:5:"title";s:60:"Development Course – Thank You Page – Education";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png";s:12:"tmpl_created";i:1610903776;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:57:"["Course Online","Education","Landing Pages","Thank You"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:834;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:429;a:18:{s:4:"tmpl";i:428;s:2:"id";i:4460;s:5:"title";s:9:"Contact 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png";s:12:"tmpl_created";i:1520443298;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:99;s:11:"trend_index";i:80;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:430;a:18:{s:4:"tmpl";i:1045;s:2:"id";i:15197;s:5:"title";s:28:"Psychologist – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg";s:12:"tmpl_created";i:1600160499;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:666;s:11:"trend_index";i:558;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:431;a:18:{s:4:"tmpl";i:613;s:2:"id";i:5558;s:5:"title";s:5:"CTA 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png";s:12:"tmpl_created";i:1520520684;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:129;s:11:"trend_index";i:69;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:432;a:18:{s:4:"tmpl";i:1041;s:2:"id";i:15142;s:5:"title";s:25:"Psychologist – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg";s:12:"tmpl_created";i:1600156308;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:83;s:16:"popularity_index";i:464;s:11:"trend_index";i:297;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:433;a:18:{s:4:"tmpl";i:634;s:2:"id";i:5939;s:5:"title";s:6:"CTA 10";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png";s:12:"tmpl_created";i:1520520760;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:83;s:16:"popularity_index";i:190;s:11:"trend_index";i:118;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:434;a:18:{s:4:"tmpl";i:1044;s:2:"id";i:15188;s:5:"title";s:28:"Psychologist – Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg";s:12:"tmpl_created";i:1600159731;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:84;s:16:"popularity_index";i:732;s:11:"trend_index";i:537;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:435;a:18:{s:4:"tmpl";i:633;s:2:"id";i:5930;s:5:"title";s:6:"CTA 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png";s:12:"tmpl_created";i:1520520758;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:84;s:16:"popularity_index";i:76;s:11:"trend_index";i:84;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:436;a:18:{s:4:"tmpl";i:1043;s:2:"id";i:15167;s:5:"title";s:29:"Psychologist – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg";s:12:"tmpl_created";i:1600158206;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:85;s:16:"popularity_index";i:606;s:11:"trend_index";i:379;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:437;a:18:{s:4:"tmpl";i:632;s:2:"id";i:5921;s:5:"title";s:6:"CTA 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png";s:12:"tmpl_created";i:1520520757;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:85;s:16:"popularity_index";i:278;s:11:"trend_index";i:234;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:438;a:18:{s:4:"tmpl";i:1036;s:2:"id";i:14932;s:5:"title";s:30:"Flooring Company – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/About.png";s:12:"tmpl_created";i:1597740110;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:86;s:16:"popularity_index";i:488;s:11:"trend_index";i:319;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:439;a:18:{s:4:"tmpl";i:618;s:2:"id";i:5607;s:5:"title";s:6:"CTA 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png";s:12:"tmpl_created";i:1520520695;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:86;s:16:"popularity_index";i:42;s:11:"trend_index";i:11;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:440;a:18:{s:4:"tmpl";i:1037;s:2:"id";i:14998;s:5:"title";s:32:"Flooring Company – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png";s:12:"tmpl_created";i:1597740222;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:87;s:16:"popularity_index";i:553;s:11:"trend_index";i:380;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:441;a:18:{s:4:"tmpl";i:574;s:2:"id";i:6017;s:5:"title";s:6:"CTA 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png";s:12:"tmpl_created";i:1520520331;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:87;s:16:"popularity_index";i:152;s:11:"trend_index";i:122;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:442;a:18:{s:4:"tmpl";i:1038;s:2:"id";i:14965;s:5:"title";s:32:"Flooring Company – Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png";s:12:"tmpl_created";i:1597740353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:88;s:16:"popularity_index";i:371;s:11:"trend_index";i:291;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:443;a:18:{s:4:"tmpl";i:628;s:2:"id";i:5885;s:5:"title";s:6:"CTA 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png";s:12:"tmpl_created";i:1520520751;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:88;s:16:"popularity_index";i:274;s:11:"trend_index";i:256;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:444;a:18:{s:4:"tmpl";i:1282;s:2:"id";i:22417;s:5:"title";s:52:"Finance Learning Platform – Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1647354987;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:89;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:445;a:18:{s:4:"tmpl";i:627;s:2:"id";i:5877;s:5:"title";s:6:"CTA 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png";s:12:"tmpl_created";i:1520520749;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:89;s:16:"popularity_index";i:564;s:11:"trend_index";i:677;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:446;a:18:{s:4:"tmpl";i:1040;s:2:"id";i:14947;s:5:"title";s:33:"Flooring company – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/08/Services.png";s:12:"tmpl_created";i:1597740551;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:90;s:16:"popularity_index";i:538;s:11:"trend_index";i:392;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:447;a:18:{s:4:"tmpl";i:625;s:2:"id";i:5860;s:5:"title";s:6:"CTA 17";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png";s:12:"tmpl_created";i:1520520746;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:90;s:16:"popularity_index";i:120;s:11:"trend_index";i:63;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:448;a:18:{s:4:"tmpl";i:1039;s:2:"id";i:14901;s:5:"title";s:29:"Flooring Company – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Home.png";s:12:"tmpl_created";i:1597740474;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:91;s:16:"popularity_index";i:387;s:11:"trend_index";i:185;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:449;a:18:{s:4:"tmpl";i:626;s:2:"id";i:5869;s:5:"title";s:6:"CTA 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png";s:12:"tmpl_created";i:1520520747;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:91;s:16:"popularity_index";i:345;s:11:"trend_index";i:486;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:450;a:18:{s:4:"tmpl";i:611;s:2:"id";i:5542;s:5:"title";s:6:"CTA 19";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png";s:12:"tmpl_created";i:1520520681;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:92;s:16:"popularity_index";i:169;s:11:"trend_index";i:270;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:451;a:18:{s:4:"tmpl";i:1252;s:2:"id";i:22146;s:5:"title";s:36:"Home Decor Store – Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1647177514;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:92;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:452;a:18:{s:4:"tmpl";i:614;s:2:"id";i:5567;s:5:"title";s:5:"CTA 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png";s:12:"tmpl_created";i:1520520685;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:93;s:16:"popularity_index";i:143;s:11:"trend_index";i:225;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:453;a:18:{s:4:"tmpl";i:1021;s:2:"id";i:14737;s:5:"title";s:32:"Luxury Real Estate – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/About.png";s:12:"tmpl_created";i:1595313527;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:93;s:16:"popularity_index";i:150;s:11:"trend_index";i:447;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:454;a:18:{s:4:"tmpl";i:629;s:2:"id";i:5893;s:5:"title";s:6:"CTA 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png";s:12:"tmpl_created";i:1520520752;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:94;s:16:"popularity_index";i:259;s:11:"trend_index";i:457;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:455;a:18:{s:4:"tmpl";i:1020;s:2:"id";i:14756;s:5:"title";s:34:"Luxury Real Estate – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png";s:12:"tmpl_created";i:1595313519;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:94;s:16:"popularity_index";i:610;s:11:"trend_index";i:569;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:456;a:18:{s:4:"tmpl";i:619;s:2:"id";i:5634;s:5:"title";s:6:"CTA 24";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png";s:12:"tmpl_created";i:1520520699;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:95;s:16:"popularity_index";i:188;s:11:"trend_index";i:255;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:457;a:18:{s:4:"tmpl";i:1019;s:2:"id";i:14716;s:5:"title";s:31:"Luxury Real Estate – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Home.png";s:12:"tmpl_created";i:1595313512;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:95;s:16:"popularity_index";i:394;s:11:"trend_index";i:165;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:458;a:18:{s:4:"tmpl";i:620;s:2:"id";i:5642;s:5:"title";s:6:"CTA 25";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png";s:12:"tmpl_created";i:1520520701;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:96;s:16:"popularity_index";i:226;s:11:"trend_index";i:262;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:459;a:18:{s:4:"tmpl";i:1018;s:2:"id";i:14763;s:5:"title";s:31:"Luxury Real Estate – News";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png";s:12:"tmpl_created";i:1595313273;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:96;s:16:"popularity_index";i:404;s:11:"trend_index";i:167;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:460;a:18:{s:4:"tmpl";i:1283;s:2:"id";i:22423;s:5:"title";s:39:"Online Store – Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1647355154;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:97;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:461;a:18:{s:4:"tmpl";i:615;s:2:"id";i:5583;s:5:"title";s:6:"CTA 26";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png";s:12:"tmpl_created";i:1520520689;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:97;s:16:"popularity_index";i:117;s:11:"trend_index";i:117;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:462;a:18:{s:4:"tmpl";i:630;s:2:"id";i:5904;s:5:"title";s:6:"CTA 27";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png";s:12:"tmpl_created";i:1520520754;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:98;s:16:"popularity_index";i:528;s:11:"trend_index";i:517;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:463;a:18:{s:4:"tmpl";i:1010;s:2:"id";i:13960;s:5:"title";s:32:"Japanese restaurant – Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg";s:12:"tmpl_created";i:1592289775;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:98;s:16:"popularity_index";i:537;s:11:"trend_index";i:287;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:464;a:18:{s:4:"tmpl";i:1284;s:2:"id";i:22428;s:5:"title";s:40:"Travel Agency – Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1647355339;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:99;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:465;a:18:{s:4:"tmpl";i:631;s:2:"id";i:5912;s:5:"title";s:6:"CTA 28";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png";s:12:"tmpl_created";i:1520520755;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:99;s:16:"popularity_index";i:665;s:11:"trend_index";i:702;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:466;a:18:{s:4:"tmpl";i:473;s:2:"id";i:5189;s:5:"title";s:6:"CTA 29";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png";s:12:"tmpl_created";i:1520443456;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:100;s:16:"popularity_index";i:472;s:11:"trend_index";i:631;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:467;a:18:{s:4:"tmpl";i:1007;s:2:"id";i:13993;s:5:"title";s:45:"Japanese restaurant – Chef’s Menu";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg";s:12:"tmpl_created";i:1592289691;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:100;s:16:"popularity_index";i:651;s:11:"trend_index";i:675;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:468;a:18:{s:4:"tmpl";i:623;s:2:"id";i:5667;s:5:"title";s:5:"CTA 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png";s:12:"tmpl_created";i:1520520705;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:101;s:16:"popularity_index";i:171;s:11:"trend_index";i:250;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:469;a:18:{s:4:"tmpl";i:1006;s:2:"id";i:14012;s:5:"title";s:36:"Japanese restaurant – Bar Menu";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg";s:12:"tmpl_created";i:1592289665;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:101;s:16:"popularity_index";i:735;s:11:"trend_index";i:829;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:470;a:18:{s:4:"tmpl";i:474;s:2:"id";i:5198;s:5:"title";s:6:"CTA 30";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png";s:12:"tmpl_created";i:1520443458;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:102;s:16:"popularity_index";i:572;s:11:"trend_index";i:511;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:471;a:18:{s:4:"tmpl";i:1005;s:2:"id";i:13917;s:5:"title";s:33:"Japanese restaurant – About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg";s:12:"tmpl_created";i:1592289629;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:102;s:16:"popularity_index";i:640;s:11:"trend_index";i:389;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:472;a:18:{s:4:"tmpl";i:475;s:2:"id";i:5206;s:5:"title";s:6:"CTA 31";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png";s:12:"tmpl_created";i:1520443459;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:593;s:11:"trend_index";i:611;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:473;a:18:{s:4:"tmpl";i:1009;s:2:"id";i:13937;s:5:"title";s:35:"Japanese restaurant – Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg";s:12:"tmpl_created";i:1592289748;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:648;s:11:"trend_index";i:551;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:474;a:18:{s:4:"tmpl";i:480;s:2:"id";i:5249;s:5:"title";s:6:"CTA 32";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png";s:12:"tmpl_created";i:1520443470;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:104;s:16:"popularity_index";i:512;s:11:"trend_index";i:409;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:475;a:18:{s:4:"tmpl";i:1008;s:2:"id";i:14030;s:5:"title";s:34:"Japanese restaurant – Events";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg";s:12:"tmpl_created";i:1592289713;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:104;s:16:"popularity_index";i:723;s:11:"trend_index";i:711;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:476;a:18:{s:4:"tmpl";i:612;s:2:"id";i:5550;s:5:"title";s:6:"CTA 33";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png";s:12:"tmpl_created";i:1520520682;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:260;s:11:"trend_index";i:562;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:477;a:18:{s:4:"tmpl";i:1016;s:2:"id";i:13984;s:5:"title";s:40:"Japanese restaurant – Reservations";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg";s:12:"tmpl_created";i:1592294757;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:715;s:11:"trend_index";i:727;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:478;a:18:{s:4:"tmpl";i:536;s:2:"id";i:5852;s:5:"title";s:6:"CTA 34";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png";s:12:"tmpl_created";i:1520443600;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:106;s:16:"popularity_index";i:563;s:11:"trend_index";i:828;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:479;a:18:{s:4:"tmpl";i:999;s:2:"id";i:13479;s:5:"title";s:23:"Barbershop – Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg";s:12:"tmpl_created";i:1589893275;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:106;s:16:"popularity_index";i:683;s:11:"trend_index";i:832;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:480;a:18:{s:4:"tmpl";i:624;s:2:"id";i:5675;s:5:"title";s:5:"CTA 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png";s:12:"tmpl_created";i:1520520707;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:391;s:11:"trend_index";i:484;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:481;a:18:{s:4:"tmpl";i:1000;s:2:"id";i:13503;s:5:"title";s:24:"Barbershop – About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg";s:12:"tmpl_created";i:1589893289;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:744;s:11:"trend_index";i:739;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:482;a:18:{s:4:"tmpl";i:616;s:2:"id";i:5591;s:5:"title";s:5:"CTA 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png";s:12:"tmpl_created";i:1520520691;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:133;s:11:"trend_index";i:130;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:483;a:18:{s:4:"tmpl";i:1001;s:2:"id";i:13548;s:5:"title";s:27:"Barbershop – Services";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg";s:12:"tmpl_created";i:1589893298;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:761;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:484;a:18:{s:4:"tmpl";i:617;s:2:"id";i:5599;s:5:"title";s:5:"CTA 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png";s:12:"tmpl_created";i:1520520693;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:109;s:16:"popularity_index";i:252;s:11:"trend_index";i:362;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:485;a:18:{s:4:"tmpl";i:1002;s:2:"id";i:13560;s:5:"title";s:26:"Barbershop – Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg";s:12:"tmpl_created";i:1589893307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:109;s:16:"popularity_index";i:756;s:11:"trend_index";i:822;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:486;a:18:{s:4:"tmpl";i:514;s:2:"id";i:5575;s:5:"title";s:5:"CTA 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png";s:12:"tmpl_created";i:1520443543;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:110;s:16:"popularity_index";i:13;s:11:"trend_index";i:586;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:487;a:18:{s:4:"tmpl";i:1003;s:2:"id";i:13587;s:5:"title";s:26:"Barbershop – Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg";s:12:"tmpl_created";i:1589893315;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:110;s:16:"popularity_index";i:753;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:488;a:18:{s:4:"tmpl";i:622;s:2:"id";i:5658;s:5:"title";s:5:"CTA 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png";s:12:"tmpl_created";i:1520520704;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:187;s:11:"trend_index";i:235;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:489;a:18:{s:4:"tmpl";i:982;s:2:"id";i:13307;s:5:"title";s:26:"Online Course – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg";s:12:"tmpl_created";i:1587474541;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:230;s:11:"trend_index";i:125;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:490;a:18:{s:4:"tmpl";i:621;s:2:"id";i:5650;s:5:"title";s:5:"CTA 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png";s:12:"tmpl_created";i:1520520702;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:94;s:11:"trend_index";i:148;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:491;a:18:{s:4:"tmpl";i:983;s:2:"id";i:13328;s:5:"title";s:27:"Online Course – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg";s:12:"tmpl_created";i:1587474558;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:508;s:11:"trend_index";i:429;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:492;a:18:{s:4:"tmpl";i:1061;s:2:"id";i:15407;s:5:"title";s:24:"Dance Studio – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg";s:12:"tmpl_created";i:1603181958;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:22:"["404","Dance Studio"]";s:10:"menu_order";i:113;s:16:"popularity_index";i:783;s:11:"trend_index";i:710;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:493;a:18:{s:4:"tmpl";i:984;s:2:"id";i:13338;s:5:"title";s:33:"Online Course – Course Page";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png";s:12:"tmpl_created";i:1587474574;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:113;s:16:"popularity_index";i:337;s:11:"trend_index";i:310;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:494;a:18:{s:4:"tmpl";i:1062;s:2:"id";i:15400;s:5:"title";s:27:"Dance Studio – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg";s:12:"tmpl_created";i:1603181989;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:25:"["Dance Studio","Footer"]";s:10:"menu_order";i:114;s:16:"popularity_index";i:586;s:11:"trend_index";i:243;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:495;a:18:{s:4:"tmpl";i:985;s:2:"id";i:13352;s:5:"title";s:29:"Online Course – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg";s:12:"tmpl_created";i:1587474591;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:114;s:16:"popularity_index";i:565;s:11:"trend_index";i:533;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:496;a:18:{s:4:"tmpl";i:1063;s:2:"id";i:15391;s:5:"title";s:27:"Dance Studio – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg";s:12:"tmpl_created";i:1603182011;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:25:"["Dance Studio","Header"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:352;s:11:"trend_index";i:67;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:497;a:18:{s:4:"tmpl";i:971;s:2:"id";i:13187;s:5:"title";s:33:"Interior Design – Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.png";s:12:"tmpl_created";i:1586148661;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:331;s:11:"trend_index";i:264;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:498;a:18:{s:4:"tmpl";i:874;s:2:"id";i:11192;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg";s:12:"tmpl_created";i:1564642399;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Digital Agency","Footer","Marketing"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:172;s:11:"trend_index";i:105;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:499;a:18:{s:4:"tmpl";i:1453;s:2:"id";i:16346;s:5:"title";s:33:"Your New Home – Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";i:1660205402;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:31:"["Landing Pages","Real estate"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:500;a:18:{s:4:"tmpl";i:972;s:2:"id";i:13199;s:5:"title";s:29:"Interior Design – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.png";s:12:"tmpl_created";i:1586148666;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:316;s:11:"trend_index";i:334;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:501;a:18:{s:4:"tmpl";i:873;s:2:"id";i:11198;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png";s:12:"tmpl_created";i:1564642395;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Digital Agency","Header","Marketing"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:34;s:11:"trend_index";i:10;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:502;a:18:{s:4:"tmpl";i:973;s:2:"id";i:13214;s:5:"title";s:32:"Interior Design – Projects";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg";s:12:"tmpl_created";i:1586148672;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:367;s:11:"trend_index";i:323;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:503;a:18:{s:4:"tmpl";i:872;s:2:"id";i:11204;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg";s:12:"tmpl_created";i:1564642389;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:36:"["404","Digital Agency","Marketing"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:301;s:11:"trend_index";i:239;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:504;a:18:{s:4:"tmpl";i:974;s:2:"id";i:13229;s:5:"title";s:31:"Interior Design – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png";s:12:"tmpl_created";i:1586148677;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:395;s:11:"trend_index";i:337;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:505;a:18:{s:4:"tmpl";i:871;s:2:"id";i:11220;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png";s:12:"tmpl_created";i:1564642385;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:119;s:16:"popularity_index";i:116;s:11:"trend_index";i:73;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:506;a:18:{s:4:"tmpl";i:959;s:2:"id";i:12948;s:5:"title";s:29:"Photography – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png";s:12:"tmpl_created";i:1582093442;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:119;s:16:"popularity_index";i:241;s:11:"trend_index";i:201;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:507;a:18:{s:4:"tmpl";i:870;s:2:"id";i:11231;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png";s:12:"tmpl_created";i:1564642380;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:145;s:11:"trend_index";i:71;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:508;a:18:{s:4:"tmpl";i:960;s:2:"id";i:12798;s:5:"title";s:25:"Photography – About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png";s:12:"tmpl_created";i:1582093446;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:499;s:11:"trend_index";i:374;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:509;a:18:{s:4:"tmpl";i:520;s:2:"id";i:5711;s:5:"title";s:5:"FAQ 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png";s:12:"tmpl_created";i:1520443571;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:121;s:16:"popularity_index";i:200;s:11:"trend_index";i:231;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:510;a:18:{s:4:"tmpl";i:961;s:2:"id";i:12868;s:5:"title";s:27:"Photography – Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png";s:12:"tmpl_created";i:1582093450;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:121;s:16:"popularity_index";i:531;s:11:"trend_index";i:350;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:511;a:18:{s:4:"tmpl";i:523;s:2:"id";i:5737;s:5:"title";s:6:"FAQ 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png";s:12:"tmpl_created";i:1520443576;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:155;s:11:"trend_index";i:112;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:512;a:18:{s:4:"tmpl";i:962;s:2:"id";i:13056;s:5:"title";s:28:"Photography – Wildlife";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png";s:12:"tmpl_created";i:1582093454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:579;s:11:"trend_index";i:656;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:513;a:18:{s:4:"tmpl";i:524;s:2:"id";i:5746;s:5:"title";s:6:"FAQ 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png";s:12:"tmpl_created";i:1520443578;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:123;s:16:"popularity_index";i:212;s:11:"trend_index";i:305;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:514;a:18:{s:4:"tmpl";i:963;s:2:"id";i:12922;s:5:"title";s:37:"Photography – Glowing Jellyfish";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png";s:12:"tmpl_created";i:1582093457;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:123;s:16:"popularity_index";i:628;s:11:"trend_index";i:532;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:515;a:18:{s:4:"tmpl";i:519;s:2:"id";i:5703;s:5:"title";s:6:"FAQ 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png";s:12:"tmpl_created";i:1520443569;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:124;s:16:"popularity_index";i:29;s:11:"trend_index";i:38;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:516;a:18:{s:4:"tmpl";i:964;s:2:"id";i:12875;s:5:"title";s:36:"Photography – Fluttering Birds";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png";s:12:"tmpl_created";i:1582093461;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:124;s:16:"popularity_index";i:693;s:11:"trend_index";i:766;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:517;a:18:{s:4:"tmpl";i:521;s:2:"id";i:5719;s:5:"title";s:5:"FAQ 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png";s:12:"tmpl_created";i:1520443573;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:125;s:11:"trend_index";i:251;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:518;a:18:{s:4:"tmpl";i:965;s:2:"id";i:12962;s:5:"title";s:26:"Photography – Nature";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png";s:12:"tmpl_created";i:1582093465;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:592;s:11:"trend_index";i:778;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:519;a:18:{s:4:"tmpl";i:522;s:2:"id";i:5729;s:5:"title";s:5:"FAQ 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png";s:12:"tmpl_created";i:1520443575;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:319;s:11:"trend_index";i:327;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:520;a:18:{s:4:"tmpl";i:966;s:2:"id";i:12833;s:5:"title";s:38:"Photography – Blossoming Flowers";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png";s:12:"tmpl_created";i:1582093469;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:597;s:11:"trend_index";i:750;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:521;a:18:{s:4:"tmpl";i:525;s:2:"id";i:5755;s:5:"title";s:5:"FAQ 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png";s:12:"tmpl_created";i:1520443580;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:127;s:16:"popularity_index";i:112;s:11:"trend_index";i:180;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:522;a:18:{s:4:"tmpl";i:967;s:2:"id";i:12898;s:5:"title";s:36:"Photography – Forest Mushrooms";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png";s:12:"tmpl_created";i:1582093473;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:127;s:16:"popularity_index";i:667;s:11:"trend_index";i:649;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:523;a:18:{s:4:"tmpl";i:526;s:2:"id";i:5764;s:5:"title";s:5:"FAQ 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png";s:12:"tmpl_created";i:1520443582;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:128;s:16:"popularity_index";i:338;s:11:"trend_index";i:474;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:524;a:18:{s:4:"tmpl";i:968;s:2:"id";i:12994;s:5:"title";s:24:"Photography – Pets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png";s:12:"tmpl_created";i:1582093477;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:128;s:16:"popularity_index";i:612;s:11:"trend_index";i:508;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:525;a:18:{s:4:"tmpl";i:517;s:2:"id";i:5684;s:5:"title";s:5:"FAQ 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png";s:12:"tmpl_created";i:1520443565;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:74;s:11:"trend_index";i:193;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:526;a:18:{s:4:"tmpl";i:969;s:2:"id";i:12805;s:5:"title";s:37:"Photography – B&W Portraits";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png";s:12:"tmpl_created";i:1582093481;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:695;s:11:"trend_index";i:735;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:527;a:18:{s:4:"tmpl";i:518;s:2:"id";i:5693;s:5:"title";s:5:"FAQ 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png";s:12:"tmpl_created";i:1520443567;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:224;s:11:"trend_index";i:515;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:528;a:18:{s:4:"tmpl";i:970;s:2:"id";i:13031;s:5:"title";s:33:"Photography – Vivid Parrots";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png";s:12:"tmpl_created";i:1582093484;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:660;s:11:"trend_index";i:643;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:529;a:18:{s:4:"tmpl";i:548;s:2:"id";i:6053;s:5:"title";s:10:"Features 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png";s:12:"tmpl_created";i:1520443645;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:131;s:16:"popularity_index";i:179;s:11:"trend_index";i:463;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:530;a:18:{s:4:"tmpl";i:940;s:2:"id";i:12621;s:5:"title";s:26:"Magazine – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png";s:12:"tmpl_created";i:1579060604;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:131;s:16:"popularity_index";i:167;s:11:"trend_index";i:121;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:531;a:18:{s:4:"tmpl";i:542;s:2:"id";i:5991;s:5:"title";s:11:"Features 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png";s:12:"tmpl_created";i:1520443632;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:135;s:11:"trend_index";i:265;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:532;a:18:{s:4:"tmpl";i:936;s:2:"id";i:12352;s:5:"title";s:24:"Travel – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png";s:12:"tmpl_created";i:1575960464;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:291;s:11:"trend_index";i:194;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:533;a:18:{s:4:"tmpl";i:547;s:2:"id";i:6044;s:5:"title";s:11:"Features 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png";s:12:"tmpl_created";i:1520443643;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:133;s:16:"popularity_index";i:70;s:11:"trend_index";i:163;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:534;a:18:{s:4:"tmpl";i:932;s:2:"id";i:12400;s:5:"title";s:20:"Travel – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/12/About.png";s:12:"tmpl_created";i:1575960441;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:133;s:16:"popularity_index";i:444;s:11:"trend_index";i:445;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:535;a:18:{s:4:"tmpl";i:566;s:2:"id";i:6212;s:5:"title";s:11:"Features 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png";s:12:"tmpl_created";i:1520443684;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:81;s:11:"trend_index";i:98;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:536;a:18:{s:4:"tmpl";i:938;s:2:"id";i:12479;s:5:"title";s:20:"Travel – Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png";s:12:"tmpl_created";i:1575960474;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:539;s:11:"trend_index";i:726;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:537;a:18:{s:4:"tmpl";i:567;s:2:"id";i:6220;s:5:"title";s:10:"Features 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png";s:12:"tmpl_created";i:1520443685;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:135;s:16:"popularity_index";i:88;s:11:"trend_index";i:189;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:538;a:18:{s:4:"tmpl";i:937;s:2:"id";i:12466;s:5:"title";s:27:"Travel – Testimonials";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png";s:12:"tmpl_created";i:1575960469;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:135;s:16:"popularity_index";i:527;s:11:"trend_index";i:481;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:539;a:18:{s:4:"tmpl";i:541;s:2:"id";i:5983;s:5:"title";s:10:"Features 3";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png";s:12:"tmpl_created";i:1520443630;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:2:"[]";s:10:"menu_order";i:136;s:16:"popularity_index";i:231;s:11:"trend_index";i:351;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:540;a:18:{s:4:"tmpl";i:935;s:2:"id";i:12443;s:5:"title";s:22:"Travel – Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png";s:12:"tmpl_created";i:1575960459;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:136;s:16:"popularity_index";i:467;s:11:"trend_index";i:501;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:541;a:18:{s:4:"tmpl";i:540;s:2:"id";i:5974;s:5:"title";s:10:"Features 4";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png";s:12:"tmpl_created";i:1520443629;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:69;s:11:"trend_index";i:181;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:542;a:18:{s:4:"tmpl";i:934;s:2:"id";i:12431;s:5:"title";s:18:"Travel – FAQ";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png";s:12:"tmpl_created";i:1575960453;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:501;s:11:"trend_index";i:387;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:543;a:18:{s:4:"tmpl";i:516;s:2:"id";i:5624;s:5:"title";s:10:"Features 5";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png";s:12:"tmpl_created";i:1520443553;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:138;s:16:"popularity_index";i:93;s:11:"trend_index";i:352;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:544;a:18:{s:4:"tmpl";i:933;s:2:"id";i:12421;s:5:"title";s:27:"Travel – Contact Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png";s:12:"tmpl_created";i:1575960445;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:138;s:16:"popularity_index";i:571;s:11:"trend_index";i:536;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:545;a:18:{s:4:"tmpl";i:515;s:2:"id";i:5615;s:5:"title";s:10:"Features 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png";s:12:"tmpl_created";i:1520443551;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:41;s:11:"trend_index";i:119;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:546;a:18:{s:4:"tmpl";i:892;s:2:"id";i:11763;s:5:"title";s:27:"Portfolio – Home Page";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png";s:12:"tmpl_created";i:1569428959;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:280;s:11:"trend_index";i:241;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:547;a:18:{s:4:"tmpl";i:539;s:2:"id";i:5963;s:5:"title";s:10:"Features 7";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png";s:12:"tmpl_created";i:1520443626;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:67;s:11:"trend_index";i:133;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:548;a:18:{s:4:"tmpl";i:891;s:2:"id";i:11781;s:5:"title";s:23:"Portfolio – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png";s:12:"tmpl_created";i:1569428955;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:349;s:11:"trend_index";i:290;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:549;a:18:{s:4:"tmpl";i:565;s:2:"id";i:6204;s:5:"title";s:10:"Features 8";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png";s:12:"tmpl_created";i:1520443681;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:141;s:16:"popularity_index";i:217;s:11:"trend_index";i:223;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:550;a:18:{s:4:"tmpl";i:890;s:2:"id";i:11793;s:5:"title";s:26:"Portfolio – Projects";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png";s:12:"tmpl_created";i:1569428951;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:141;s:16:"popularity_index";i:448;s:11:"trend_index";i:467;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:551;a:18:{s:4:"tmpl";i:564;s:2:"id";i:6196;s:5:"title";s:10:"Features 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png";s:12:"tmpl_created";i:1520443680;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:142;s:16:"popularity_index";i:106;s:11:"trend_index";i:113;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:552;a:18:{s:4:"tmpl";i:889;s:2:"id";i:11800;s:5:"title";s:25:"Portfolio – Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png";s:12:"tmpl_created";i:1569428946;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:142;s:16:"popularity_index";i:494;s:11:"trend_index";i:449;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:553;a:18:{s:4:"tmpl";i:1033;s:2:"id";i:15033;s:5:"title";s:28:"Flooring Company – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/08/404.png";s:12:"tmpl_created";i:1597739459;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:45:"["404","Flooring company","Flooring website"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:655;s:11:"trend_index";i:671;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:554;a:18:{s:4:"tmpl";i:866;s:2:"id";i:11163;s:5:"title";s:32:"Digital Agency – Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png";s:12:"tmpl_created";i:1564641877;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:57;s:11:"trend_index";i:32;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:555;a:18:{s:4:"tmpl";i:1032;s:2:"id";i:15042;s:5:"title";s:32:"Flooring Company – Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png";s:12:"tmpl_created";i:1597739084;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:144;s:16:"popularity_index";i:320;s:11:"trend_index";i:275;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:556;a:18:{s:4:"tmpl";i:1031;s:2:"id";i:15017;s:5:"title";s:31:"Flooring Company – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png";s:12:"tmpl_created";i:1597738933;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:48:"["Flooring company","Flooring website","Footer"]";s:10:"menu_order";i:145;s:16:"popularity_index";i:323;s:11:"trend_index";i:192;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:557;a:18:{s:4:"tmpl";i:1030;s:2:"id";i:15007;s:5:"title";s:31:"Flooring Company – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Header.png";s:12:"tmpl_created";i:1597738896;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:48:"["Flooring company","Flooring website","Header"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:459;s:11:"trend_index";i:333;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:558;a:18:{s:4:"tmpl";i:916;s:2:"id";i:12143;s:5:"title";s:22:"Law Firm – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/about.png";s:12:"tmpl_created";i:1572847069;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:350;s:11:"trend_index";i:344;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:559;a:18:{s:4:"tmpl";i:1029;s:2:"id";i:15052;s:5:"title";s:36:"Flooring Company – Single post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Single.png";s:12:"tmpl_created";i:1597738858;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:147;s:16:"popularity_index";i:392;s:11:"trend_index";i:226;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:560;a:18:{s:4:"tmpl";i:920;s:2:"id";i:12091;s:5:"title";s:21:"Law Firm – Team";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/team.png";s:12:"tmpl_created";i:1572847113;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:147;s:16:"popularity_index";i:318;s:11:"trend_index";i:314;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:561;a:18:{s:4:"tmpl";i:869;s:2:"id";i:11129;s:5:"title";s:28:"Digital Agency – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png";s:12:"tmpl_created";i:1564641889;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:148;s:16:"popularity_index";i:182;s:11:"trend_index";i:166;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:562;a:18:{s:4:"tmpl";i:651;s:2:"id";i:7837;s:5:"title";s:9:"footer 01";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg";s:12:"tmpl_created";i:1524582852;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:148;s:16:"popularity_index";i:495;s:11:"trend_index";i:539;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:563;a:18:{s:4:"tmpl";i:880;s:2:"id";i:11572;s:5:"title";s:19:"Gym – Trainer";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png";s:12:"tmpl_created";i:1567392934;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:149;s:16:"popularity_index";i:521;s:11:"trend_index";i:590;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:564;a:18:{s:4:"tmpl";i:647;s:2:"id";i:7937;s:5:"title";s:10:"footer 010";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg";s:12:"tmpl_created";i:1524582665;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:149;s:16:"popularity_index";i:185;s:11:"trend_index";i:115;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:565;a:18:{s:4:"tmpl";i:646;s:2:"id";i:7950;s:5:"title";s:10:"footer 011";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg";s:12:"tmpl_created";i:1524582631;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:150;s:16:"popularity_index";i:244;s:11:"trend_index";i:203;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:566;a:18:{s:4:"tmpl";i:645;s:2:"id";i:7959;s:5:"title";s:10:"footer 012";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg";s:12:"tmpl_created";i:1524582605;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:151;s:16:"popularity_index";i:177;s:11:"trend_index";i:140;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:567;a:18:{s:4:"tmpl";i:917;s:2:"id";i:12133;s:5:"title";s:24:"Law Firm – Careers";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/11/careers.png";s:12:"tmpl_created";i:1572847078;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:151;s:16:"popularity_index";i:583;s:11:"trend_index";i:640;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:568;a:18:{s:4:"tmpl";i:644;s:2:"id";i:7982;s:5:"title";s:10:"footer 013";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg";s:12:"tmpl_created";i:1524582468;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:152;s:16:"popularity_index";i:209;s:11:"trend_index";i:212;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:569;a:18:{s:4:"tmpl";i:915;s:2:"id";i:12155;s:5:"title";s:26:"Law Firm – Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/home.png";s:12:"tmpl_created";i:1572847054;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:152;s:16:"popularity_index";i:193;s:11:"trend_index";i:110;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:570;a:18:{s:4:"tmpl";i:643;s:2:"id";i:7997;s:5:"title";s:10:"footer 014";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg";s:12:"tmpl_created";i:1524582343;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:153;s:16:"popularity_index";i:64;s:11:"trend_index";i:41;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:571;a:18:{s:4:"tmpl";i:921;s:2:"id";i:12080;s:5:"title";s:24:"Law Firm – Partner";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png";s:12:"tmpl_created";i:1572847120;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:153;s:16:"popularity_index";i:556;s:11:"trend_index";i:471;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:572;a:18:{s:4:"tmpl";i:865;s:2:"id";i:11074;s:5:"title";s:31:"Digital Agency – Services";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png";s:12:"tmpl_created";i:1564641872;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:154;s:16:"popularity_index";i:163;s:11:"trend_index";i:170;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:573;a:18:{s:4:"tmpl";i:693;s:2:"id";i:9119;s:5:"title";s:10:"footer 015";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png";s:12:"tmpl_created";i:1532428138;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:154;s:16:"popularity_index";i:240;s:11:"trend_index";i:154;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:574;a:18:{s:4:"tmpl";i:879;s:2:"id";i:11506;s:5:"title";s:19:"Gym – Classes";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png";s:12:"tmpl_created";i:1567392930;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:155;s:16:"popularity_index";i:514;s:11:"trend_index";i:554;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:575;a:18:{s:4:"tmpl";i:652;s:2:"id";i:7852;s:5:"title";s:9:"footer 02";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg";s:12:"tmpl_created";i:1524582875;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:155;s:16:"popularity_index";i:199;s:11:"trend_index";i:96;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:576;a:18:{s:4:"tmpl";i:653;s:2:"id";i:7862;s:5:"title";s:9:"footer 03";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg";s:12:"tmpl_created";i:1524582903;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:156;s:16:"popularity_index";i:137;s:11:"trend_index";i:91;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:577;a:18:{s:4:"tmpl";i:654;s:2:"id";i:7871;s:5:"title";s:9:"footer 04";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg";s:12:"tmpl_created";i:1524582927;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:157;s:16:"popularity_index";i:97;s:11:"trend_index";i:55;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:578;a:18:{s:4:"tmpl";i:922;s:2:"id";i:12044;s:5:"title";s:24:"Law Firm – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png";s:12:"tmpl_created";i:1572847130;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:157;s:16:"popularity_index";i:437;s:11:"trend_index";i:304;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:579;a:18:{s:4:"tmpl";i:655;s:2:"id";i:7884;s:5:"title";s:9:"footer 05";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg";s:12:"tmpl_created";i:1524582944;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:158;s:16:"popularity_index";i:92;s:11:"trend_index";i:109;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:580;a:18:{s:4:"tmpl";i:918;s:2:"id";i:12124;s:5:"title";s:25:"Law Firm – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/11/services.png";s:12:"tmpl_created";i:1572847096;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:158;s:16:"popularity_index";i:433;s:11:"trend_index";i:296;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:581;a:18:{s:4:"tmpl";i:864;s:2:"id";i:11056;s:5:"title";s:35:"Digital Agency – Social Media";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png";s:12:"tmpl_created";i:1564641867;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:159;s:16:"popularity_index";i:297;s:11:"trend_index";i:361;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:582;a:18:{s:4:"tmpl";i:656;s:2:"id";i:7892;s:5:"title";s:9:"footer 06";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg";s:12:"tmpl_created";i:1524583015;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:159;s:16:"popularity_index";i:132;s:11:"trend_index";i:146;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:583;a:18:{s:4:"tmpl";i:878;s:2:"id";i:11536;s:5:"title";s:19:"Gym – Fitness";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png";s:12:"tmpl_created";i:1567392927;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:160;s:16:"popularity_index";i:621;s:11:"trend_index";i:674;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:584;a:18:{s:4:"tmpl";i:650;s:2:"id";i:7904;s:5:"title";s:9:"footer 07";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg";s:12:"tmpl_created";i:1524582814;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:160;s:16:"popularity_index";i:203;s:11:"trend_index";i:186;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:585;a:18:{s:4:"tmpl";i:882;s:2:"id";i:11545;s:5:"title";s:21:"Gym – Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png";s:12:"tmpl_created";i:1567392943;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:161;s:16:"popularity_index";i:310;s:11:"trend_index";i:229;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:586;a:18:{s:4:"tmpl";i:649;s:2:"id";i:7917;s:5:"title";s:9:"footer 08";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg";s:12:"tmpl_created";i:1524582788;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:161;s:16:"popularity_index";i:89;s:11:"trend_index";i:144;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:587;a:18:{s:4:"tmpl";i:648;s:2:"id";i:7927;s:5:"title";s:9:"footer 09";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg";s:12:"tmpl_created";i:1524582691;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:162;s:16:"popularity_index";i:178;s:11:"trend_index";i:100;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:588;a:18:{s:4:"tmpl";i:919;s:2:"id";i:12116;s:5:"title";s:24:"Law Firm – Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png";s:12:"tmpl_created";i:1572847105;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:162;s:16:"popularity_index";i:489;s:11:"trend_index";i:339;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:589;a:18:{s:4:"tmpl";i:868;s:2:"id";i:11094;s:5:"title";s:30:"Digital Agency – Clients";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png";s:12:"tmpl_created";i:1564641885;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:163;s:16:"popularity_index";i:424;s:11:"trend_index";i:424;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:590;a:18:{s:4:"tmpl";i:881;s:2:"id";i:11478;s:5:"title";s:17:"Gym – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png";s:12:"tmpl_created";i:1567392939;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:164;s:16:"popularity_index";i:481;s:11:"trend_index";i:579;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:591;a:18:{s:4:"tmpl";i:877;s:2:"id";i:11563;s:5:"title";s:19:"Gym – Pricing";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png";s:12:"tmpl_created";i:1567392923;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:166;s:16:"popularity_index";i:577;s:11:"trend_index";i:736;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:592;a:18:{s:4:"tmpl";i:867;s:2:"id";i:11034;s:5:"title";s:30:"Digital Agency – Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png";s:12:"tmpl_created";i:1564641881;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:168;s:16:"popularity_index";i:191;s:11:"trend_index";i:156;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:593;a:18:{s:4:"tmpl";i:642;s:2:"id";i:4676;s:5:"title";s:8:"Footer 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png";s:12:"tmpl_created";i:1522014215;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:169;s:16:"popularity_index";i:237;s:11:"trend_index";i:346;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:594;a:18:{s:4:"tmpl";i:637;s:2:"id";i:7627;s:5:"title";s:8:"Footer 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png";s:12:"tmpl_created";i:1521547332;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:170;s:16:"popularity_index";i:100;s:11:"trend_index";i:83;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:595;a:18:{s:4:"tmpl";i:876;s:2:"id";i:11528;s:5:"title";s:19:"Gym – Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png";s:12:"tmpl_created";i:1567392917;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:505;s:11:"trend_index";i:624;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:596;a:18:{s:4:"tmpl";i:638;s:2:"id";i:7638;s:5:"title";s:8:"Footer 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png";s:12:"tmpl_created";i:1521547502;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:124;s:11:"trend_index";i:147;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:597;a:18:{s:4:"tmpl";i:888;s:2:"id";i:11424;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png";s:12:"tmpl_created";i:1567393309;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:13:"["404","Gym"]";s:10:"menu_order";i:172;s:16:"popularity_index";i:679;s:11:"trend_index";i:769;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:598;a:18:{s:4:"tmpl";i:887;s:2:"id";i:11435;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png";s:12:"tmpl_created";i:1567393296;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:173;s:16:"popularity_index";i:441;s:11:"trend_index";i:507;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:599;a:18:{s:4:"tmpl";i:886;s:2:"id";i:11445;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png";s:12:"tmpl_created";i:1567393229;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:174;s:16:"popularity_index";i:452;s:11:"trend_index";i:479;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:600;a:18:{s:4:"tmpl";i:885;s:2:"id";i:11453;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png";s:12:"tmpl_created";i:1567393224;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:16:"["Footer","Gym"]";s:10:"menu_order";i:175;s:16:"popularity_index";i:270;s:11:"trend_index";i:331;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:601;a:18:{s:4:"tmpl";i:884;s:2:"id";i:11461;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png";s:12:"tmpl_created";i:1567393219;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:16:"["Gym","Header"]";s:10:"menu_order";i:176;s:16:"popularity_index";i:201;s:11:"trend_index";i:135;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:602;a:18:{s:4:"tmpl";i:635;s:2:"id";i:7596;s:5:"title";s:8:"Header 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg";s:12:"tmpl_created";i:1521546999;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["Header"]";s:10:"menu_order";i:177;s:16:"popularity_index";i:33;s:11:"trend_index";i:17;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:603;a:18:{s:4:"tmpl";i:663;s:2:"id";i:7801;s:5:"title";s:9:"header 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg";s:12:"tmpl_created";i:1524583659;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:178;s:16:"popularity_index";i:51;s:11:"trend_index";i:14;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:604;a:18:{s:4:"tmpl";i:658;s:2:"id";i:7812;s:5:"title";s:9:"header 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg";s:12:"tmpl_created";i:1524583298;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:179;s:16:"popularity_index";i:96;s:11:"trend_index";i:103;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:605;a:18:{s:4:"tmpl";i:657;s:2:"id";i:7825;s:5:"title";s:9:"header 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg";s:12:"tmpl_created";i:1524583273;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:180;s:16:"popularity_index";i:63;s:11:"trend_index";i:75;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:606;a:18:{s:4:"tmpl";i:694;s:2:"id";i:9127;s:5:"title";s:9:"header 13";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png";s:12:"tmpl_created";i:1532428699;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:181;s:16:"popularity_index";i:61;s:11:"trend_index";i:58;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:607;a:18:{s:4:"tmpl";i:636;s:2:"id";i:7615;s:5:"title";s:8:"Header 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg";s:12:"tmpl_created";i:1521547237;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["Header"]";s:10:"menu_order";i:182;s:16:"popularity_index";i:30;s:11:"trend_index";i:33;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:608;a:18:{s:4:"tmpl";i:665;s:2:"id";i:7713;s:5:"title";s:8:"header 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg";s:12:"tmpl_created";i:1524584780;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:183;s:16:"popularity_index";i:43;s:11:"trend_index";i:28;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:609;a:18:{s:4:"tmpl";i:659;s:2:"id";i:7724;s:5:"title";s:8:"header 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg";s:12:"tmpl_created";i:1524583367;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:184;s:16:"popularity_index";i:24;s:11:"trend_index";i:13;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:610;a:18:{s:4:"tmpl";i:660;s:2:"id";i:7734;s:5:"title";s:8:"header 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg";s:12:"tmpl_created";i:1524583436;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:185;s:16:"popularity_index";i:36;s:11:"trend_index";i:18;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:611;a:18:{s:4:"tmpl";i:666;s:2:"id";i:7744;s:5:"title";s:8:"Header 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";i:1524584784;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:186;s:16:"popularity_index";i:65;s:11:"trend_index";i:94;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:612;a:18:{s:4:"tmpl";i:664;s:2:"id";i:7754;s:5:"title";s:8:"header 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg";s:12:"tmpl_created";i:1524583712;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:187;s:16:"popularity_index";i:111;s:11:"trend_index";i:143;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:613;a:18:{s:4:"tmpl";i:661;s:2:"id";i:7771;s:5:"title";s:8:"header 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg";s:12:"tmpl_created";i:1524583540;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:188;s:16:"popularity_index";i:91;s:11:"trend_index";i:60;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:614;a:18:{s:4:"tmpl";i:662;s:2:"id";i:7787;s:5:"title";s:8:"header 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg";s:12:"tmpl_created";i:1524583598;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:189;s:16:"popularity_index";i:102;s:11:"trend_index";i:78;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:615;a:18:{s:4:"tmpl";i:572;s:2:"id";i:6266;s:5:"title";s:6:"Hero 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png";s:12:"tmpl_created";i:1520443695;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:190;s:16:"popularity_index";i:52;s:11:"trend_index";i:35;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:616;a:18:{s:4:"tmpl";i:528;s:2:"id";i:5783;s:5:"title";s:7:"Hero 10";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png";s:12:"tmpl_created";i:1520443586;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:191;s:16:"popularity_index";i:365;s:11:"trend_index";i:567;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:617;a:18:{s:4:"tmpl";i:527;s:2:"id";i:5773;s:5:"title";s:7:"Hero 11";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png";s:12:"tmpl_created";i:1520443584;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:192;s:16:"popularity_index";i:39;s:11:"trend_index";i:179;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:618;a:18:{s:4:"tmpl";i:479;s:2:"id";i:5238;s:5:"title";s:7:"Hero 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png";s:12:"tmpl_created";i:1520443468;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:193;s:16:"popularity_index";i:611;s:11:"trend_index";i:555;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:619;a:18:{s:4:"tmpl";i:573;s:2:"id";i:6274;s:5:"title";s:6:"Hero 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png";s:12:"tmpl_created";i:1520443698;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:194;s:16:"popularity_index";i:87;s:11:"trend_index";i:88;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:620;a:18:{s:4:"tmpl";i:569;s:2:"id";i:6239;s:5:"title";s:6:"Hero 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png";s:12:"tmpl_created";i:1520443689;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:195;s:16:"popularity_index";i:23;s:11:"trend_index";i:34;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:621;a:18:{s:4:"tmpl";i:571;s:2:"id";i:6258;s:5:"title";s:6:"Hero 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png";s:12:"tmpl_created";i:1520443693;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:196;s:16:"popularity_index";i:479;s:11:"trend_index";i:470;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:622;a:18:{s:4:"tmpl";i:570;s:2:"id";i:6249;s:5:"title";s:6:"Hero 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png";s:12:"tmpl_created";i:1520443691;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:197;s:16:"popularity_index";i:56;s:11:"trend_index";i:85;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:623;a:18:{s:4:"tmpl";i:568;s:2:"id";i:6230;s:5:"title";s:6:"Hero 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png";s:12:"tmpl_created";i:1520443687;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:198;s:16:"popularity_index";i:406;s:11:"trend_index";i:542;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:624;a:18:{s:4:"tmpl";i:530;s:2:"id";i:5801;s:5:"title";s:6:"Hero 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png";s:12:"tmpl_created";i:1520443589;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:199;s:16:"popularity_index";i:15;s:11:"trend_index";i:37;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:625;a:18:{s:4:"tmpl";i:531;s:2:"id";i:5811;s:5:"title";s:6:"Hero 8";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png";s:12:"tmpl_created";i:1520443591;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:200;s:16:"popularity_index";i:105;s:11:"trend_index";i:86;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:626;a:18:{s:4:"tmpl";i:529;s:2:"id";i:5792;s:5:"title";s:6:"Hero 9";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png";s:12:"tmpl_created";i:1520443588;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:201;s:16:"popularity_index";i:225;s:11:"trend_index";i:244;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:627;a:18:{s:4:"tmpl";i:978;s:2:"id";i:13251;s:5:"title";s:27:"Interior Design – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.png";s:12:"tmpl_created";i:1586148737;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:202;s:16:"popularity_index";i:730;s:11:"trend_index";i:795;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:628;a:18:{s:4:"tmpl";i:979;s:2:"id";i:13244;s:5:"title";s:30:"Interior Design – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png";s:12:"tmpl_created";i:1586148742;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Business","Footer","Interior Design"]";s:10:"menu_order";i:203;s:16:"popularity_index";i:322;s:11:"trend_index";i:178;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:629;a:18:{s:4:"tmpl";i:980;s:2:"id";i:13236;s:5:"title";s:30:"Interior Design – Header";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png";s:12:"tmpl_created";i:1586148746;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Business","Header","Interior Design"]";s:10:"menu_order";i:204;s:16:"popularity_index";i:146;s:11:"trend_index";i:64;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:630;a:18:{s:4:"tmpl";i:977;s:2:"id";i:13259;s:5:"title";s:36:"Interior Design – News Archive";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png";s:12:"tmpl_created";i:1586148733;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:205;s:16:"popularity_index";i:436;s:11:"trend_index";i:132;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:631;a:18:{s:4:"tmpl";i:976;s:2:"id";i:13267;s:5:"title";s:35:"Interior Design – Single News";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Post.png";s:12:"tmpl_created";i:1586148728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:206;s:16:"popularity_index";i:402;s:11:"trend_index";i:108;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:632;a:18:{s:4:"tmpl";i:975;s:2:"id";i:13274;s:5:"title";s:38:"Interior Design – Single Project";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png";s:12:"tmpl_created";i:1586148723;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:207;s:16:"popularity_index";i:601;s:11:"trend_index";i:324;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:633;a:18:{s:4:"tmpl";i:1011;s:2:"id";i:14058;s:5:"title";s:36:"Japanese restaurant – 404 page";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg";s:12:"tmpl_created";i:1592290211;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:38:"["404","Food","Japanese","Restaurant"]";s:10:"menu_order";i:208;s:16:"popularity_index";i:724;s:11:"trend_index";i:647;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:634;a:18:{s:4:"tmpl";i:1012;s:2:"id";i:14050;s:5:"title";s:34:"Japanese restaurant – Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg";s:12:"tmpl_created";i:1592290247;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:41:"["Food","Footer","Japanese","Restaurant"]";s:10:"menu_order";i:209;s:16:"popularity_index";i:317;s:11:"trend_index";i:238;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:635;a:18:{s:4:"tmpl";i:1013;s:2:"id";i:14042;s:5:"title";s:34:"Japanese Restaurant – Header";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg";s:12:"tmpl_created";i:1592290277;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:41:"["Food","Header","Japanese","Restaurant"]";s:10:"menu_order";i:210;s:16:"popularity_index";i:411;s:11:"trend_index";i:274;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:636;a:18:{s:4:"tmpl";i:914;s:2:"id";i:12164;s:5:"title";s:20:"Law Firm – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/11/404.png";s:12:"tmpl_created";i:1572846979;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Law","Law Firm"]";s:10:"menu_order";i:211;s:16:"popularity_index";i:704;s:11:"trend_index";i:716;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:637;a:18:{s:4:"tmpl";i:913;s:2:"id";i:12170;s:5:"title";s:23:"Law Firm – Archiv";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png";s:12:"tmpl_created";i:1572846967;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:212;s:16:"popularity_index";i:431;s:11:"trend_index";i:294;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:638;a:18:{s:4:"tmpl";i:912;s:2:"id";i:12179;s:5:"title";s:23:"Law Firm – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/footer.png";s:12:"tmpl_created";i:1572846958;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Law","Law Firm"]";s:10:"menu_order";i:213;s:16:"popularity_index";i:388;s:11:"trend_index";i:240;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:639;a:18:{s:4:"tmpl";i:911;s:2:"id";i:12194;s:5:"title";s:23:"Law Firm – Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png";s:12:"tmpl_created";i:1572846935;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Law","Law Firm"]";s:10:"menu_order";i:214;s:16:"popularity_index";i:80;s:11:"trend_index";i:39;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:640;a:18:{s:4:"tmpl";i:910;s:2:"id";i:12203;s:5:"title";s:30:"Law Firm – Search Archiv";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png";s:12:"tmpl_created";i:1572846925;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:215;s:16:"popularity_index";i:493;s:11:"trend_index";i:433;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:641;a:18:{s:4:"tmpl";i:909;s:2:"id";i:12212;s:5:"title";s:28:"Law Firm – Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/single.png";s:12:"tmpl_created";i:1572846914;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:216;s:16:"popularity_index";i:326;s:11:"trend_index";i:214;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:642;a:18:{s:4:"tmpl";i:1022;s:2:"id";i:14772;s:5:"title";s:35:"Luxury Real Estate – 404 page";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/07/404.png";s:12:"tmpl_created";i:1595315728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Real estate","Realestate"]";s:10:"menu_order";i:217;s:16:"popularity_index";i:759;s:11:"trend_index";i:720;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:643;a:18:{s:4:"tmpl";i:1023;s:2:"id";i:14779;s:5:"title";s:33:"Luxury Real Estate – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png";s:12:"tmpl_created";i:1595315743;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Footer","Real estate","Realestate"]";s:10:"menu_order";i:218;s:16:"popularity_index";i:536;s:11:"trend_index";i:505;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:644;a:18:{s:4:"tmpl";i:1024;s:2:"id";i:14790;s:5:"title";s:33:"Luxury Real Estate – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Header.png";s:12:"tmpl_created";i:1595315760;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Header","Real estate","Realestate"]";s:10:"menu_order";i:219;s:16:"popularity_index";i:101;s:11:"trend_index";i:157;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:645;a:18:{s:4:"tmpl";i:1026;s:2:"id";i:14809;s:5:"title";s:45:"Luxury Real Estate – Properties Archive";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png";s:12:"tmpl_created";i:1595315826;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:220;s:16:"popularity_index";i:414;s:11:"trend_index";i:420;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:646;a:18:{s:4:"tmpl";i:1027;s:2:"id";i:14816;s:5:"title";s:47:"Luxury Real Estate – Property single post";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png";s:12:"tmpl_created";i:1595315847;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:221;s:16:"popularity_index";i:541;s:11:"trend_index";i:665;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:647;a:18:{s:4:"tmpl";i:1025;s:2:"id";i:14799;s:5:"title";s:38:"Luxury Real Estate – single post";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Post.png";s:12:"tmpl_created";i:1595315792;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:222;s:16:"popularity_index";i:369;s:11:"trend_index";i:441;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:648;a:18:{s:4:"tmpl";i:950;s:2:"id";i:12635;s:5:"title";s:20:"Magazine – 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png";s:12:"tmpl_created";i:1579060746;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:25:"["404","Blog","Magazine"]";s:10:"menu_order";i:223;s:16:"popularity_index";i:645;s:11:"trend_index";i:734;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:649;a:18:{s:4:"tmpl";i:949;s:2:"id";i:12643;s:5:"title";s:24:"Magazine – Archiv1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png";s:12:"tmpl_created";i:1579060737;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:224;s:16:"popularity_index";i:346;s:11:"trend_index";i:272;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:650;a:18:{s:4:"tmpl";i:946;s:2:"id";i:12669;s:5:"title";s:23:"Magazine – Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png";s:12:"tmpl_created";i:1579060715;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:28:"["Blog","Footer","Magazine"]";s:10:"menu_order";i:225;s:16:"popularity_index";i:442;s:11:"trend_index";i:349;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:651;a:18:{s:4:"tmpl";i:945;s:2:"id";i:12678;s:5:"title";s:23:"Magazine – Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png";s:12:"tmpl_created";i:1579060701;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:28:"["Blog","Header","Magazine"]";s:10:"menu_order";i:226;s:16:"popularity_index";i:295;s:11:"trend_index";i:197;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:652;a:18:{s:4:"tmpl";i:947;s:2:"id";i:12661;s:5:"title";s:23:"Magazine – Search";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png";s:12:"tmpl_created";i:1579060722;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:227;s:16:"popularity_index";i:396;s:11:"trend_index";i:509;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:653;a:18:{s:4:"tmpl";i:944;s:2:"id";i:12688;s:5:"title";s:30:"Magazine – Single Post 1";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png";s:12:"tmpl_created";i:1579060692;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:228;s:16:"popularity_index";i:342;s:11:"trend_index";i:175;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:654;a:18:{s:4:"tmpl";i:943;s:2:"id";i:12699;s:5:"title";s:30:"Magazine – Single Post 2";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png";s:12:"tmpl_created";i:1579060680;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:229;s:16:"popularity_index";i:348;s:11:"trend_index";i:129;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:655;a:18:{s:4:"tmpl";i:942;s:2:"id";i:12707;s:5:"title";s:30:"Magazine – Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png";s:12:"tmpl_created";i:1579060669;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:230;s:16:"popularity_index";i:476;s:11:"trend_index";i:246;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:656;a:18:{s:4:"tmpl";i:941;s:2:"id";i:12716;s:5:"title";s:30:"Magazine – Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png";s:12:"tmpl_created";i:1579060659;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:231;s:16:"popularity_index";i:513;s:11:"trend_index";i:489;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:657;a:18:{s:4:"tmpl";i:948;s:2:"id";i:12652;s:5:"title";s:17:"Magazine- Archiv2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png";s:12:"tmpl_created";i:1579060730;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:232;s:16:"popularity_index";i:525;s:11:"trend_index";i:585;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:658;a:18:{s:4:"tmpl";i:990;s:2:"id";i:13361;s:5:"title";s:25:"Online Course – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg";s:12:"tmpl_created";i:1587474710;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:35:"["404","Course Online","Education"]";s:10:"menu_order";i:233;s:16:"popularity_index";i:682;s:11:"trend_index";i:498;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:659;a:18:{s:4:"tmpl";i:987;s:2:"id";i:13387;s:5:"title";s:32:"Online Course – End Lesson";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg";s:12:"tmpl_created";i:1587474682;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:234;s:16:"popularity_index";i:653;s:11:"trend_index";i:408;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:660;a:18:{s:4:"tmpl";i:989;s:2:"id";i:13369;s:5:"title";s:28:"Online Course – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg";s:12:"tmpl_created";i:1587474701;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:38:"["Course Online","Education","Footer"]";s:10:"menu_order";i:235;s:16:"popularity_index";i:389;s:11:"trend_index";i:308;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:661;a:18:{s:4:"tmpl";i:988;s:2:"id";i:13378;s:5:"title";s:28:"Online Course – Header";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg";s:12:"tmpl_created";i:1587474693;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:38:"["Course Online","Education","Header"]";s:10:"menu_order";i:236;s:16:"popularity_index";i:492;s:11:"trend_index";i:519;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:662;a:18:{s:4:"tmpl";i:986;s:2:"id";i:13395;s:5:"title";s:34:"Online Course – Start Lesson";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg";s:12:"tmpl_created";i:1587474673;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:237;s:16:"popularity_index";i:672;s:11:"trend_index";i:578;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:663;a:18:{s:4:"tmpl";i:953;s:2:"id";i:13089;s:5:"title";s:23:"Photography – 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png";s:12:"tmpl_created";i:1582091623;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:33:"["404","Photography","Portfolio"]";s:10:"menu_order";i:238;s:16:"popularity_index";i:702;s:11:"trend_index";i:706;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:664;a:18:{s:4:"tmpl";i:954;s:2:"id";i:13096;s:5:"title";s:32:"Photography – Archiv Media";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png";s:12:"tmpl_created";i:1582091742;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:239;s:16:"popularity_index";i:631;s:11:"trend_index";i:405;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:665;a:18:{s:4:"tmpl";i:955;s:2:"id";i:13103;s:5:"title";s:26:"Photography – Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png";s:12:"tmpl_created";i:1582091903;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:36:"["Footer","Photography","Portfolio"]";s:10:"menu_order";i:240;s:16:"popularity_index";i:422;s:11:"trend_index";i:230;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:666;a:18:{s:4:"tmpl";i:957;s:2:"id";i:13112;s:5:"title";s:26:"Photography – Header";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png";s:12:"tmpl_created";i:1582092483;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:36:"["Header","Photography","Portfolio"]";s:10:"menu_order";i:241;s:16:"popularity_index";i:325;s:11:"trend_index";i:205;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:667;a:18:{s:4:"tmpl";i:956;s:2:"id";i:13120;s:5:"title";s:31:"Photography – Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png";s:12:"tmpl_created";i:1582092351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:242;s:16:"popularity_index";i:671;s:11:"trend_index";i:645;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:668;a:18:{s:4:"tmpl";i:901;s:2:"id";i:11807;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png";s:12:"tmpl_created";i:1569430070;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Creative Portfolio","Portfolio"]";s:10:"menu_order";i:243;s:16:"popularity_index";i:480;s:11:"trend_index";i:497;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:669;a:18:{s:4:"tmpl";i:900;s:2:"id";i:11832;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png";s:12:"tmpl_created";i:1569430019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Creative Portfolio","Footer","Portfolio"]";s:10:"menu_order";i:244;s:16:"popularity_index";i:246;s:11:"trend_index";i:102;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:670;a:18:{s:4:"tmpl";i:898;s:2:"id";i:11847;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png";s:12:"tmpl_created";i:1569430010;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:245;s:16:"popularity_index";i:336;s:11:"trend_index";i:455;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:671;a:18:{s:4:"tmpl";i:897;s:2:"id";i:11854;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png";s:12:"tmpl_created";i:1569429983;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:246;s:16:"popularity_index";i:482;s:11:"trend_index";i:609;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:672;a:18:{s:4:"tmpl";i:904;s:2:"id";i:11890;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png";s:12:"tmpl_created";i:1571907344;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Creative Portfolio","Header","Portfolio"]";s:10:"menu_order";i:247;s:16:"popularity_index";i:306;s:11:"trend_index";i:364;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:673;a:18:{s:4:"tmpl";i:896;s:2:"id";i:11861;s:5:"title";s:27:"Portfolio – Project 1";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png";s:12:"tmpl_created";i:1569429975;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:248;s:16:"popularity_index";i:643;s:11:"trend_index";i:764;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:674;a:18:{s:4:"tmpl";i:895;s:2:"id";i:11870;s:5:"title";s:27:"Portfolio – Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569429964;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:249;s:16:"popularity_index";i:662;s:11:"trend_index";i:816;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:675;a:18:{s:4:"tmpl";i:903;s:2:"id";i:11897;s:5:"title";s:27:"Portfolio – Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569494236;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:250;s:16:"popularity_index";i:733;s:11:"trend_index";i:744;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:676;a:18:{s:4:"tmpl";i:894;s:2:"id";i:11877;s:5:"title";s:27:"Portfolio – Project 3";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png";s:12:"tmpl_created";i:1569429954;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:251;s:16:"popularity_index";i:692;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:677;a:18:{s:4:"tmpl";i:597;s:2:"id";i:5019;s:5:"title";s:11:"Portfolio 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png";s:12:"tmpl_created";i:1520520580;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:252;s:16:"popularity_index";i:170;s:11:"trend_index";i:236;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:678;a:18:{s:4:"tmpl";i:609;s:2:"id";i:5141;s:5:"title";s:12:"Portfolio 10";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png";s:12:"tmpl_created";i:1520520601;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:253;s:16:"popularity_index";i:416;s:11:"trend_index";i:478;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:679;a:18:{s:4:"tmpl";i:598;s:2:"id";i:5027;s:5:"title";s:12:"Portfolio 11";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png";s:12:"tmpl_created";i:1520520581;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:254;s:16:"popularity_index";i:304;s:11:"trend_index";i:421;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:680;a:18:{s:4:"tmpl";i:599;s:2:"id";i:5037;s:5:"title";s:12:"Portfolio 12";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png";s:12:"tmpl_created";i:1520520583;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:255;s:16:"popularity_index";i:279;s:11:"trend_index";i:399;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:681;a:18:{s:4:"tmpl";i:600;s:2:"id";i:5057;s:5:"title";s:12:"Portfolio 13";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png";s:12:"tmpl_created";i:1520520586;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:256;s:16:"popularity_index";i:239;s:11:"trend_index";i:288;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:682;a:18:{s:4:"tmpl";i:601;s:2:"id";i:5071;s:5:"title";s:12:"Portfolio 14";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png";s:12:"tmpl_created";i:1520520588;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:257;s:16:"popularity_index";i:276;s:11:"trend_index";i:329;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:683;a:18:{s:4:"tmpl";i:603;s:2:"id";i:5090;s:5:"title";s:12:"Portfolio 15";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png";s:12:"tmpl_created";i:1520520591;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:258;s:16:"popularity_index";i:186;s:11:"trend_index";i:283;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:684;a:18:{s:4:"tmpl";i:604;s:2:"id";i:5098;s:5:"title";s:12:"Portfolio 16";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png";s:12:"tmpl_created";i:1520520593;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:259;s:16:"popularity_index";i:156;s:11:"trend_index";i:211;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:685;a:18:{s:4:"tmpl";i:606;s:2:"id";i:5115;s:5:"title";s:12:"Portfolio 17";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png";s:12:"tmpl_created";i:1520520596;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:260;s:16:"popularity_index";i:19;s:11:"trend_index";i:22;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:686;a:18:{s:4:"tmpl";i:608;s:2:"id";i:5133;s:5:"title";s:12:"Portfolio 18";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png";s:12:"tmpl_created";i:1520520599;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:261;s:16:"popularity_index";i:180;s:11:"trend_index";i:280;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:687;a:18:{s:4:"tmpl";i:610;s:2:"id";i:5149;s:5:"title";s:11:"Portfolio 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png";s:12:"tmpl_created";i:1520520602;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:262;s:16:"popularity_index";i:413;s:11:"trend_index";i:635;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:688;a:18:{s:4:"tmpl";i:468;s:2:"id";i:5045;s:5:"title";s:11:"Portfolio 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png";s:12:"tmpl_created";i:1520443423;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:263;s:16:"popularity_index";i:636;s:11:"trend_index";i:608;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:689;a:18:{s:4:"tmpl";i:602;s:2:"id";i:5082;s:5:"title";s:11:"Portfolio 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png";s:12:"tmpl_created";i:1520520589;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:264;s:16:"popularity_index";i:558;s:11:"trend_index";i:654;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:690;a:18:{s:4:"tmpl";i:605;s:2:"id";i:5107;s:5:"title";s:11:"Portfolio 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png";s:12:"tmpl_created";i:1520520594;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:265;s:16:"popularity_index";i:380;s:11:"trend_index";i:347;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:691;a:18:{s:4:"tmpl";i:607;s:2:"id";i:5125;s:5:"title";s:11:"Portfolio 6";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png";s:12:"tmpl_created";i:1520520597;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:266;s:16:"popularity_index";i:236;s:11:"trend_index";i:386;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:692;a:18:{s:4:"tmpl";i:596;s:2:"id";i:5007;s:5:"title";s:11:"Portfolio 7";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png";s:12:"tmpl_created";i:1520520578;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:267;s:16:"popularity_index";i:44;s:11:"trend_index";i:183;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:693;a:18:{s:4:"tmpl";i:434;s:2:"id";i:4509;s:5:"title";s:9:"Pricing 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png";s:12:"tmpl_created";i:1520443310;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:268;s:16:"popularity_index";i:703;s:11:"trend_index";i:641;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:694;a:18:{s:4:"tmpl";i:439;s:2:"id";i:4553;s:5:"title";s:10:"Pricing 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png";s:12:"tmpl_created";i:1520443319;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:269;s:16:"popularity_index";i:511;s:11:"trend_index";i:506;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:695;a:18:{s:4:"tmpl";i:441;s:2:"id";i:4572;s:5:"title";s:10:"Pricing 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png";s:12:"tmpl_created";i:1520443324;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:270;s:16:"popularity_index";i:308;s:11:"trend_index";i:248;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:696;a:18:{s:4:"tmpl";i:442;s:2:"id";i:4580;s:5:"title";s:10:"Pricing 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png";s:12:"tmpl_created";i:1520443326;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:271;s:16:"popularity_index";i:576;s:11:"trend_index";i:526;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:697;a:18:{s:4:"tmpl";i:444;s:2:"id";i:4597;s:5:"title";s:10:"Pricing 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png";s:12:"tmpl_created";i:1520443330;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:272;s:16:"popularity_index";i:613;s:11:"trend_index";i:450;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:698;a:18:{s:4:"tmpl";i:446;s:2:"id";i:4613;s:5:"title";s:10:"Pricing 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png";s:12:"tmpl_created";i:1520443334;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:273;s:16:"popularity_index";i:581;s:11:"trend_index";i:568;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:699;a:18:{s:4:"tmpl";i:436;s:2:"id";i:4529;s:5:"title";s:9:"Pricing 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png";s:12:"tmpl_created";i:1520443314;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:274;s:16:"popularity_index";i:609;s:11:"trend_index";i:613;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:700;a:18:{s:4:"tmpl";i:438;s:2:"id";i:4545;s:5:"title";s:9:"Pricing 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png";s:12:"tmpl_created";i:1520443317;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:275;s:16:"popularity_index";i:707;s:11:"trend_index";i:825;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:701;a:18:{s:4:"tmpl";i:440;s:2:"id";i:4562;s:5:"title";s:9:"Pricing 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png";s:12:"tmpl_created";i:1520443322;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:276;s:16:"popularity_index";i:697;s:11:"trend_index";i:821;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:702;a:18:{s:4:"tmpl";i:443;s:2:"id";i:4589;s:5:"title";s:9:"Pricing 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png";s:12:"tmpl_created";i:1520443327;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:277;s:16:"popularity_index";i:716;s:11:"trend_index";i:639;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:703;a:18:{s:4:"tmpl";i:445;s:2:"id";i:4605;s:5:"title";s:9:"Pricing 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png";s:12:"tmpl_created";i:1520443332;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:278;s:16:"popularity_index";i:738;s:11:"trend_index";i:773;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:704;a:18:{s:4:"tmpl";i:433;s:2:"id";i:4500;s:5:"title";s:9:"Pricing 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png";s:12:"tmpl_created";i:1520443308;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:279;s:16:"popularity_index";i:500;s:11:"trend_index";i:451;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:705;a:18:{s:4:"tmpl";i:435;s:2:"id";i:4521;s:5:"title";s:9:"Pricing 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png";s:12:"tmpl_created";i:1520443312;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:280;s:16:"popularity_index";i:311;s:11:"trend_index";i:372;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:706;a:18:{s:4:"tmpl";i:437;s:2:"id";i:4537;s:5:"title";s:9:"Pricing 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png";s:12:"tmpl_created";i:1520443315;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:281;s:16:"popularity_index";i:589;s:11:"trend_index";i:841;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:707;a:18:{s:4:"tmpl";i:701;s:2:"id";i:9239;s:5:"title";s:17:"product archive 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png";s:12:"tmpl_created";i:1532953482;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:282;s:16:"popularity_index";i:60;s:11:"trend_index";i:25;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:708;a:18:{s:4:"tmpl";i:702;s:2:"id";i:9247;s:5:"title";s:17:"product archive 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png";s:12:"tmpl_created";i:1532953793;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:283;s:16:"popularity_index";i:71;s:11:"trend_index";i:30;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:709;a:18:{s:4:"tmpl";i:703;s:2:"id";i:9254;s:5:"title";s:17:"product archive 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png";s:12:"tmpl_created";i:1532954032;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:284;s:16:"popularity_index";i:73;s:11:"trend_index";i:44;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:710;a:18:{s:4:"tmpl";i:1046;s:2:"id";i:15204;s:5:"title";s:24:"Psychologist – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg";s:12:"tmpl_created";i:1600161419;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Psychologist","Psychotherapist"]";s:10:"menu_order";i:285;s:16:"popularity_index";i:574;s:11:"trend_index";i:493;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:711;a:18:{s:4:"tmpl";i:1047;s:2:"id";i:15212;s:5:"title";s:28:"Psychologist – Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg";s:12:"tmpl_created";i:1600162340;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:286;s:16:"popularity_index";i:379;s:11:"trend_index";i:358;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:712;a:18:{s:4:"tmpl";i:1048;s:2:"id";i:15219;s:5:"title";s:27:"Psychologist – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg";s:12:"tmpl_created";i:1600163069;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Footer","Psychologist","Psychotherapist"]";s:10:"menu_order";i:287;s:16:"popularity_index";i:599;s:11:"trend_index";i:500;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:713;a:18:{s:4:"tmpl";i:1049;s:2:"id";i:15230;s:5:"title";s:27:"Psychologist – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Header.png";s:12:"tmpl_created";i:1600163444;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Header","Psychologist","Psychotherapist"]";s:10:"menu_order";i:288;s:16:"popularity_index";i:429;s:11:"trend_index";i:423;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:714;a:18:{s:4:"tmpl";i:1050;s:2:"id";i:15240;s:5:"title";s:34:"Psychologist – single post 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png";s:12:"tmpl_created";i:1600164087;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:289;s:16:"popularity_index";i:562;s:11:"trend_index";i:570;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:715;a:18:{s:4:"tmpl";i:1051;s:2:"id";i:15251;s:5:"title";s:34:"Psychologist – single post 2";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png";s:12:"tmpl_created";i:1600165179;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:290;s:16:"popularity_index";i:507;s:11:"trend_index";i:368;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:716;a:18:{s:4:"tmpl";i:412;s:2:"id";i:4313;s:5:"title";s:11:"Services 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png";s:12:"tmpl_created";i:1520443268;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:291;s:16:"popularity_index";i:115;s:11:"trend_index";i:53;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:717;a:18:{s:4:"tmpl";i:413;s:2:"id";i:4324;s:5:"title";s:11:"Services 14";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png";s:12:"tmpl_created";i:1520443270;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:292;s:16:"popularity_index";i:277;s:11:"trend_index";i:138;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:718;a:18:{s:4:"tmpl";i:418;s:2:"id";i:4368;s:5:"title";s:11:"Services 16";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png";s:12:"tmpl_created";i:1520443279;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:293;s:16:"popularity_index";i:62;s:11:"trend_index";i:59;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:719;a:18:{s:4:"tmpl";i:420;s:2:"id";i:4391;s:5:"title";s:11:"Services 17";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png";s:12:"tmpl_created";i:1520443283;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:294;s:16:"popularity_index";i:153;s:11:"trend_index";i:120;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:720;a:18:{s:4:"tmpl";i:403;s:2:"id";i:4235;s:5:"title";s:11:"Services 18";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png";s:12:"tmpl_created";i:1520443251;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:295;s:16:"popularity_index";i:273;s:11:"trend_index";i:172;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:721;a:18:{s:4:"tmpl";i:417;s:2:"id";i:4357;s:5:"title";s:11:"Services 20";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png";s:12:"tmpl_created";i:1520443277;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:296;s:16:"popularity_index";i:45;s:11:"trend_index";i:45;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:722;a:18:{s:4:"tmpl";i:415;s:2:"id";i:4341;s:5:"title";s:11:"Services 21";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png";s:12:"tmpl_created";i:1520443274;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:297;s:16:"popularity_index";i:142;s:11:"trend_index";i:114;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:723;a:18:{s:4:"tmpl";i:414;s:2:"id";i:4332;s:5:"title";s:11:"Services 22";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png";s:12:"tmpl_created";i:1520443272;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:298;s:16:"popularity_index";i:138;s:11:"trend_index";i:149;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:724;a:18:{s:4:"tmpl";i:401;s:2:"id";i:4212;s:5:"title";s:11:"Services 23";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png";s:12:"tmpl_created";i:1520443248;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:299;s:16:"popularity_index";i:136;s:11:"trend_index";i:302;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:725;a:18:{s:4:"tmpl";i:408;s:2:"id";i:4276;s:5:"title";s:11:"Services 24";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png";s:12:"tmpl_created";i:1520443261;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:300;s:16:"popularity_index";i:353;s:11:"trend_index";i:514;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:726;a:18:{s:4:"tmpl";i:406;s:2:"id";i:4260;s:5:"title";s:11:"Services 25";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png";s:12:"tmpl_created";i:1520443257;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:301;s:16:"popularity_index";i:184;s:11:"trend_index";i:209;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:727;a:18:{s:4:"tmpl";i:404;s:2:"id";i:4244;s:5:"title";s:11:"Services 26";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png";s:12:"tmpl_created";i:1520443253;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:302;s:16:"popularity_index";i:544;s:11:"trend_index";i:596;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:728;a:18:{s:4:"tmpl";i:421;s:2:"id";i:4400;s:5:"title";s:11:"Services 27";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png";s:12:"tmpl_created";i:1520443285;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:303;s:16:"popularity_index";i:286;s:11:"trend_index";i:438;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:729;a:18:{s:4:"tmpl";i:419;s:2:"id";i:4376;s:5:"title";s:11:"Services 28";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png";s:12:"tmpl_created";i:1520443281;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:304;s:16:"popularity_index";i:151;s:11:"trend_index";i:249;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:730;a:18:{s:4:"tmpl";i:416;s:2:"id";i:4349;s:5:"title";s:11:"Services 29";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png";s:12:"tmpl_created";i:1520443275;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:305;s:16:"popularity_index";i:330;s:11:"trend_index";i:483;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:731;a:18:{s:4:"tmpl";i:402;s:2:"id";i:4227;s:5:"title";s:11:"Services 30";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png";s:12:"tmpl_created";i:1520443250;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:306;s:16:"popularity_index";i:351;s:11:"trend_index";i:553;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:732;a:18:{s:4:"tmpl";i:560;s:2:"id";i:6162;s:5:"title";s:11:"Services 31";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png";s:12:"tmpl_created";i:1520443668;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:307;s:16:"popularity_index";i:372;s:11:"trend_index";i:550;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:733;a:18:{s:4:"tmpl";i:411;s:2:"id";i:4302;s:5:"title";s:10:"Services 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png";s:12:"tmpl_created";i:1520443266;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:308;s:16:"popularity_index";i:58;s:11:"trend_index";i:97;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:734;a:18:{s:4:"tmpl";i:410;s:2:"id";i:4293;s:5:"title";s:10:"Services 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png";s:12:"tmpl_created";i:1520443265;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:309;s:16:"popularity_index";i:288;s:11:"trend_index";i:269;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:735;a:18:{s:4:"tmpl";i:409;s:2:"id";i:4284;s:5:"title";s:10:"Services 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png";s:12:"tmpl_created";i:1520443263;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:310;s:16:"popularity_index";i:27;s:11:"trend_index";i:21;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:736;a:18:{s:4:"tmpl";i:407;s:2:"id";i:4268;s:5:"title";s:10:"Services 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png";s:12:"tmpl_created";i:1520443259;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:311;s:16:"popularity_index";i:173;s:11:"trend_index";i:213;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:737;a:18:{s:4:"tmpl";i:405;s:2:"id";i:4252;s:5:"title";s:10:"Services 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png";s:12:"tmpl_created";i:1520443255;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:312;s:16:"popularity_index";i:46;s:11:"trend_index";i:99;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:738;a:18:{s:4:"tmpl";i:677;s:2:"id";i:8676;s:5:"title";s:13:"single page 1";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg";s:12:"tmpl_created";i:1527682423;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:313;s:16:"popularity_index";i:285;s:11:"trend_index";i:145;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:739;a:18:{s:4:"tmpl";i:678;s:2:"id";i:8678;s:5:"title";s:13:"single page 2";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg";s:12:"tmpl_created";i:1527682780;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:314;s:16:"popularity_index";i:140;s:11:"trend_index";i:82;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:740;a:18:{s:4:"tmpl";i:679;s:2:"id";i:8679;s:5:"title";s:13:"single page 3";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg";s:12:"tmpl_created";i:1527682847;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:315;s:16:"popularity_index";i:122;s:11:"trend_index";i:23;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:741;a:18:{s:4:"tmpl";i:680;s:2:"id";i:8680;s:5:"title";s:13:"single page 4";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg";s:12:"tmpl_created";i:1527682896;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:316;s:16:"popularity_index";i:373;s:11:"trend_index";i:190;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:742;a:18:{s:4:"tmpl";i:681;s:2:"id";i:8681;s:5:"title";s:13:"single page 5";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg";s:12:"tmpl_created";i:1527682969;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:317;s:16:"popularity_index";i:287;s:11:"trend_index";i:218;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:743;a:18:{s:4:"tmpl";i:682;s:2:"id";i:8682;s:5:"title";s:13:"single page 6";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg";s:12:"tmpl_created";i:1527683026;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:318;s:16:"popularity_index";i:412;s:11:"trend_index";i:227;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:744;a:18:{s:4:"tmpl";i:683;s:2:"id";i:8703;s:5:"title";s:13:"single page 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg";s:12:"tmpl_created";i:1527683072;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:319;s:16:"popularity_index";i:401;s:11:"trend_index";i:316;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:745;a:18:{s:4:"tmpl";i:640;s:2:"id";i:7650;s:5:"title";s:13:"Single Post 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg";s:12:"tmpl_created";i:1521557736;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";i:320;s:16:"popularity_index";i:119;s:11:"trend_index";i:266;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:746;a:18:{s:4:"tmpl";i:639;s:2:"id";i:7663;s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg";s:12:"tmpl_created";i:1521547761;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";i:321;s:16:"popularity_index";i:50;s:11:"trend_index";i:139;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:747;a:18:{s:4:"tmpl";i:705;s:2:"id";i:9296;s:5:"title";s:13:"Single Post 3";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg";s:12:"tmpl_created";i:1537440673;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:322;s:16:"popularity_index";i:213;s:11:"trend_index";i:204;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:748;a:18:{s:4:"tmpl";i:704;s:2:"id";i:9301;s:5:"title";s:13:"Single Post 4";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg";s:12:"tmpl_created";i:1537440661;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:323;s:16:"popularity_index";i:248;s:11:"trend_index";i:336;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:749;a:18:{s:4:"tmpl";i:706;s:2:"id";i:9313;s:5:"title";s:13:"Single Post 5";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg";s:12:"tmpl_created";i:1537440798;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:324;s:16:"popularity_index";i:197;s:11:"trend_index";i:177;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:750;a:18:{s:4:"tmpl";i:707;s:2:"id";i:9343;s:5:"title";s:13:"Single Post 6";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg";s:12:"tmpl_created";i:1537443531;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:325;s:16:"popularity_index";i:228;s:11:"trend_index";i:279;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:751;a:18:{s:4:"tmpl";i:708;s:2:"id";i:9349;s:5:"title";s:13:"Single Post 7";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg";s:12:"tmpl_created";i:1537443903;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:326;s:16:"popularity_index";i:158;s:11:"trend_index";i:253;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:752;a:18:{s:4:"tmpl";i:697;s:2:"id";i:9174;s:5:"title";s:17:"single product 01";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png";s:12:"tmpl_created";i:1532950125;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:327;s:16:"popularity_index";i:31;s:11:"trend_index";i:6;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:753;a:18:{s:4:"tmpl";i:698;s:2:"id";i:9178;s:5:"title";s:17:"single product 02";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png";s:12:"tmpl_created";i:1532951997;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:328;s:16:"popularity_index";i:66;s:11:"trend_index";i:42;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:754;a:18:{s:4:"tmpl";i:699;s:2:"id";i:9180;s:5:"title";s:17:"single product 03";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png";s:12:"tmpl_created";i:1532952302;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:329;s:16:"popularity_index";i:108;s:11:"trend_index";i:66;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:755;a:18:{s:4:"tmpl";i:700;s:2:"id";i:9182;s:5:"title";s:17:"single product 04";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png";s:12:"tmpl_created";i:1532952606;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:330;s:16:"popularity_index";i:123;s:11:"trend_index";i:81;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:756;a:18:{s:4:"tmpl";i:555;s:2:"id";i:6114;s:5:"title";s:7:"Stats 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png";s:12:"tmpl_created";i:1520443659;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:331;s:16:"popularity_index";i:434;s:11:"trend_index";i:692;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:757;a:18:{s:4:"tmpl";i:562;s:2:"id";i:6178;s:5:"title";s:8:"Stats 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png";s:12:"tmpl_created";i:1520443676;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:332;s:16:"popularity_index";i:435;s:11:"trend_index";i:755;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:758;a:18:{s:4:"tmpl";i:561;s:2:"id";i:6170;s:5:"title";s:8:"Stats 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png";s:12:"tmpl_created";i:1520443670;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:333;s:16:"popularity_index";i:366;s:11:"trend_index";i:552;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:759;a:18:{s:4:"tmpl";i:563;s:2:"id";i:6186;s:5:"title";s:8:"Stats 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png";s:12:"tmpl_created";i:1520443678;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:334;s:16:"popularity_index";i:569;s:11:"trend_index";i:811;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:760;a:18:{s:4:"tmpl";i:550;s:2:"id";i:6071;s:5:"title";s:8:"Stats 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png";s:12:"tmpl_created";i:1520443649;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:335;s:16:"popularity_index";i:168;s:11:"trend_index";i:328;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:761;a:18:{s:4:"tmpl";i:554;s:2:"id";i:6106;s:5:"title";s:7:"Stats 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png";s:12:"tmpl_created";i:1520443657;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:336;s:16:"popularity_index";i:361;s:11:"trend_index";i:784;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:762;a:18:{s:4:"tmpl";i:551;s:2:"id";i:6079;s:5:"title";s:7:"Stats 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png";s:12:"tmpl_created";i:1520443651;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:337;s:16:"popularity_index";i:284;s:11:"trend_index";i:385;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:763;a:18:{s:4:"tmpl";i:552;s:2:"id";i:6089;s:5:"title";s:7:"Stats 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png";s:12:"tmpl_created";i:1520443653;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:338;s:16:"popularity_index";i:205;s:11:"trend_index";i:452;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:764;a:18:{s:4:"tmpl";i:549;s:2:"id";i:6063;s:5:"title";s:7:"Stats 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png";s:12:"tmpl_created";i:1520443647;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:339;s:16:"popularity_index";i:181;s:11:"trend_index";i:419;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:765;a:18:{s:4:"tmpl";i:553;s:2:"id";i:6097;s:5:"title";s:7:"Stats 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png";s:12:"tmpl_created";i:1520443655;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:340;s:16:"popularity_index";i:264;s:11:"trend_index";i:492;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:766;a:18:{s:4:"tmpl";i:538;s:2:"id";i:5956;s:5:"title";s:7:"Stats 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png";s:12:"tmpl_created";i:1520443623;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:341;s:16:"popularity_index";i:532;s:11:"trend_index";i:541;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:767;a:18:{s:4:"tmpl";i:537;s:2:"id";i:5947;s:5:"title";s:7:"Stats 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png";s:12:"tmpl_created";i:1520443621;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:342;s:16:"popularity_index";i:368;s:11:"trend_index";i:531;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:768;a:18:{s:4:"tmpl";i:559;s:2:"id";i:6152;s:5:"title";s:7:"Stats 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png";s:12:"tmpl_created";i:1520443666;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:343;s:16:"popularity_index";i:272;s:11:"trend_index";i:557;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:769;a:18:{s:4:"tmpl";i:469;s:2:"id";i:5157;s:5:"title";s:11:"Subscribe 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png";s:12:"tmpl_created";i:1520443448;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:344;s:16:"popularity_index";i:340;s:11:"trend_index";i:293;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:770;a:18:{s:4:"tmpl";i:472;s:2:"id";i:5181;s:5:"title";s:11:"Subscribe 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png";s:12:"tmpl_created";i:1520443454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:345;s:16:"popularity_index";i:451;s:11:"trend_index";i:340;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:771;a:18:{s:4:"tmpl";i:470;s:2:"id";i:5165;s:5:"title";s:11:"Subscribe 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png";s:12:"tmpl_created";i:1520443450;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:346;s:16:"popularity_index";i:520;s:11:"trend_index";i:620;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:772;a:18:{s:4:"tmpl";i:477;s:2:"id";i:5222;s:5:"title";s:11:"Subscribe 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png";s:12:"tmpl_created";i:1520443464;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:347;s:16:"popularity_index";i:397;s:11:"trend_index";i:427;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:773;a:18:{s:4:"tmpl";i:471;s:2:"id";i:5173;s:5:"title";s:11:"Subscribe 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png";s:12:"tmpl_created";i:1520443452;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:348;s:16:"popularity_index";i:261;s:11:"trend_index";i:237;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:774;a:18:{s:4:"tmpl";i:465;s:2:"id";i:4801;s:5:"title";s:7:"Team 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png";s:12:"tmpl_created";i:1520443369;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:349;s:16:"popularity_index";i:332;s:11:"trend_index";i:188;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:775;a:18:{s:4:"tmpl";i:462;s:2:"id";i:4770;s:5:"title";s:7:"Team 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png";s:12:"tmpl_created";i:1520443364;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:350;s:16:"popularity_index";i:432;s:11:"trend_index";i:488;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:776;a:18:{s:4:"tmpl";i:458;s:2:"id";i:4727;s:5:"title";s:7:"Team 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png";s:12:"tmpl_created";i:1520443356;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:351;s:16:"popularity_index";i:375;s:11:"trend_index";i:345;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:777;a:18:{s:4:"tmpl";i:543;s:2:"id";i:5999;s:5:"title";s:7:"Team 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png";s:12:"tmpl_created";i:1520443634;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:352;s:16:"popularity_index";i:110;s:11:"trend_index";i:318;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:778;a:18:{s:4:"tmpl";i:455;s:2:"id";i:4698;s:5:"title";s:7:"Team 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png";s:12:"tmpl_created";i:1520443350;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:353;s:16:"popularity_index";i:449;s:11:"trend_index";i:410;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:779;a:18:{s:4:"tmpl";i:463;s:2:"id";i:4781;s:5:"title";s:7:"Team 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png";s:12:"tmpl_created";i:1520443365;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:354;s:16:"popularity_index";i:267;s:11:"trend_index";i:330;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:780;a:18:{s:4:"tmpl";i:558;s:2:"id";i:6144;s:5:"title";s:7:"Team 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png";s:12:"tmpl_created";i:1520443664;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:355;s:16:"popularity_index";i:166;s:11:"trend_index";i:365;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:781;a:18:{s:4:"tmpl";i:464;s:2:"id";i:4793;s:5:"title";s:7:"Team 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png";s:12:"tmpl_created";i:1520443367;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:356;s:16:"popularity_index";i:207;s:11:"trend_index";i:173;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:782;a:18:{s:4:"tmpl";i:466;s:2:"id";i:4809;s:5:"title";s:7:"Team 19";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png";s:12:"tmpl_created";i:1520443371;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:357;s:16:"popularity_index";i:300;s:11:"trend_index";i:465;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:783;a:18:{s:4:"tmpl";i:459;s:2:"id";i:4736;s:5:"title";s:7:"Team 20";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png";s:12:"tmpl_created";i:1520443358;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:358;s:16:"popularity_index";i:144;s:11:"trend_index";i:159;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:784;a:18:{s:4:"tmpl";i:467;s:2:"id";i:4818;s:5:"title";s:7:"Team 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png";s:12:"tmpl_created";i:1520443373;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:359;s:16:"popularity_index";i:515;s:11:"trend_index";i:606;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:785;a:18:{s:4:"tmpl";i:461;s:2:"id";i:4759;s:5:"title";s:7:"Team 22";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png";s:12:"tmpl_created";i:1520443362;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:360;s:16:"popularity_index";i:299;s:11:"trend_index";i:376;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:786;a:18:{s:4:"tmpl";i:460;s:2:"id";i:4746;s:5:"title";s:7:"Team 23";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png";s:12:"tmpl_created";i:1520443360;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:361;s:16:"popularity_index";i:282;s:11:"trend_index";i:378;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:787;a:18:{s:4:"tmpl";i:457;s:2:"id";i:4718;s:5:"title";s:6:"Team 4";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png";s:12:"tmpl_created";i:1520443354;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:362;s:16:"popularity_index";i:192;s:11:"trend_index";i:359;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:788;a:18:{s:4:"tmpl";i:456;s:2:"id";i:4706;s:5:"title";s:6:"Team 5";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png";s:12:"tmpl_created";i:1520443352;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:363;s:16:"popularity_index";i:149;s:11:"trend_index";i:299;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:789;a:18:{s:4:"tmpl";i:544;s:2:"id";i:6008;s:5:"title";s:6:"Team 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png";s:12:"tmpl_created";i:1520443636;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:364;s:16:"popularity_index";i:75;s:11:"trend_index";i:277;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:790;a:18:{s:4:"tmpl";i:454;s:2:"id";i:4690;s:5:"title";s:6:"Team 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png";s:12:"tmpl_created";i:1520443348;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:365;s:16:"popularity_index";i:243;s:11:"trend_index";i:402;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:791;a:18:{s:4:"tmpl";i:586;s:2:"id";i:4921;s:5:"title";s:14:"Testimonial 10";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png";s:12:"tmpl_created";i:1520520562;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:366;s:16:"popularity_index";i:219;s:11:"trend_index";i:198;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:792;a:18:{s:4:"tmpl";i:582;s:2:"id";i:4889;s:5:"title";s:14:"Testimonial 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg";s:12:"tmpl_created";i:1520520556;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:367;s:16:"popularity_index";i:557;s:11:"trend_index";i:522;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:793;a:18:{s:4:"tmpl";i:580;s:2:"id";i:4871;s:5:"title";s:14:"Testimonial 12";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png";s:12:"tmpl_created";i:1520520552;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:368;s:16:"popularity_index";i:262;s:11:"trend_index";i:391;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:794;a:18:{s:4:"tmpl";i:578;s:2:"id";i:4854;s:5:"title";s:14:"Testimonial 13";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png";s:12:"tmpl_created";i:1520520549;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:369;s:16:"popularity_index";i:637;s:11:"trend_index";i:741;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:795;a:18:{s:4:"tmpl";i:595;s:2:"id";i:4995;s:5:"title";s:14:"Testimonial 14";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png";s:12:"tmpl_created";i:1520520577;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:370;s:16:"popularity_index";i:400;s:11:"trend_index";i:411;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:796;a:18:{s:4:"tmpl";i:593;s:2:"id";i:4979;s:5:"title";s:14:"Testimonial 15";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png";s:12:"tmpl_created";i:1520520573;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:371;s:16:"popularity_index";i:568;s:11:"trend_index";i:544;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:797;a:18:{s:4:"tmpl";i:576;s:2:"id";i:4835;s:5:"title";s:14:"Testimonial 16";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png";s:12:"tmpl_created";i:1520520546;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:372;s:16:"popularity_index";i:399;s:11:"trend_index";i:401;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:798;a:18:{s:4:"tmpl";i:594;s:2:"id";i:4987;s:5:"title";s:14:"Testimonial 17";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png";s:12:"tmpl_created";i:1520520575;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:373;s:16:"popularity_index";i:159;s:11:"trend_index";i:199;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:799;a:18:{s:4:"tmpl";i:577;s:2:"id";i:4843;s:5:"title";s:14:"Testimonial 18";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png";s:12:"tmpl_created";i:1520520548;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:374;s:16:"popularity_index";i:457;s:11:"trend_index";i:780;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:800;a:18:{s:4:"tmpl";i:579;s:2:"id";i:4863;s:5:"title";s:14:"Testimonial 19";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png";s:12:"tmpl_created";i:1520520551;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:375;s:16:"popularity_index";i:245;s:11:"trend_index";i:599;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:801;a:18:{s:4:"tmpl";i:581;s:2:"id";i:4880;s:5:"title";s:14:"Testimonial 20";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg";s:12:"tmpl_created";i:1520520554;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:376;s:16:"popularity_index";i:446;s:11:"trend_index";i:653;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:802;a:18:{s:4:"tmpl";i:583;s:2:"id";i:4897;s:5:"title";s:14:"Testimonial 21";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png";s:12:"tmpl_created";i:1520520557;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:377;s:16:"popularity_index";i:78;s:11:"trend_index";i:289;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:803;a:18:{s:4:"tmpl";i:584;s:2:"id";i:4905;s:5:"title";s:14:"Testimonial 22";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png";s:12:"tmpl_created";i:1520520559;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:378;s:16:"popularity_index";i:121;s:11:"trend_index";i:221;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:804;a:18:{s:4:"tmpl";i:585;s:2:"id";i:4913;s:5:"title";s:14:"Testimonial 23";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png";s:12:"tmpl_created";i:1520520561;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:379;s:16:"popularity_index";i:247;s:11:"trend_index";i:566;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:805;a:18:{s:4:"tmpl";i:575;s:2:"id";i:4826;s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png";s:12:"tmpl_created";i:1520520544;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:380;s:16:"popularity_index";i:256;s:11:"trend_index";i:395;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:806;a:18:{s:4:"tmpl";i:587;s:2:"id";i:4929;s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png";s:12:"tmpl_created";i:1520520564;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:381;s:16:"popularity_index";i:49;s:11:"trend_index";i:206;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:807;a:18:{s:4:"tmpl";i:591;s:2:"id";i:4963;s:5:"title";s:14:"Testimonial 25";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png";s:12:"tmpl_created";i:1520520570;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:382;s:16:"popularity_index";i:417;s:11:"trend_index";i:546;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:808;a:18:{s:4:"tmpl";i:592;s:2:"id";i:4971;s:5:"title";s:14:"Testimonial 26";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png";s:12:"tmpl_created";i:1520520572;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:383;s:16:"popularity_index";i:649;s:11:"trend_index";i:718;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:809;a:18:{s:4:"tmpl";i:589;s:2:"id";i:4947;s:5:"title";s:14:"Testimonial 27";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png";s:12:"tmpl_created";i:1520520567;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:384;s:16:"popularity_index";i:221;s:11:"trend_index";i:496;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:810;a:18:{s:4:"tmpl";i:590;s:2:"id";i:4955;s:5:"title";s:14:"Testimonial 29";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png";s:12:"tmpl_created";i:1520520569;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:385;s:16:"popularity_index";i:378;s:11:"trend_index";i:695;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:811;a:18:{s:4:"tmpl";i:588;s:2:"id";i:4939;s:5:"title";s:13:"Testimonial 9";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png";s:12:"tmpl_created";i:1520520565;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:386;s:16:"popularity_index";i:103;s:11:"trend_index";i:341;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:812;a:18:{s:4:"tmpl";i:928;s:2:"id";i:12509;s:5:"title";s:18:"Travel – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/404.png";s:12:"tmpl_created";i:1575960378;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Tours","Travel"]";s:10:"menu_order";i:387;s:16:"popularity_index";i:747;s:11:"trend_index";i:712;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:813;a:18:{s:4:"tmpl";i:929;s:2:"id";i:12516;s:5:"title";s:27:"Travel – Archive Blog";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png";s:12:"tmpl_created";i:1575960387;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:388;s:16:"popularity_index";i:496;s:11:"trend_index";i:487;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:814;a:18:{s:4:"tmpl";i:927;s:2:"id";i:12500;s:5:"title";s:21:"Travel – Header";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png";s:12:"tmpl_created";i:1575960371;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Tours","Travel"]";s:10:"menu_order";i:389;s:16:"popularity_index";i:443;s:11:"trend_index";i:434;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:815;a:18:{s:4:"tmpl";i:930;s:2:"id";i:12524;s:5:"title";s:26:"Travel – Single Post";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png";s:12:"tmpl_created";i:1575960397;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:390;s:16:"popularity_index";i:591;s:11:"trend_index";i:663;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:816;a:18:{s:4:"tmpl";i:931;s:2:"id";i:12531;s:5:"title";s:31:"Travel – Single Post Tour";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png";s:12:"tmpl_created";i:1575960404;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:391;s:16:"popularity_index";i:630;s:11:"trend_index";i:548;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:817;a:18:{s:4:"tmpl";i:926;s:2:"id";i:12492;s:5:"title";s:14:"Travel -Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png";s:12:"tmpl_created";i:1575960358;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Tours","Travel"]";s:10:"menu_order";i:392;s:16:"popularity_index";i:453;s:11:"trend_index";i:322;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:818;a:18:{s:4:"tmpl";i:1068;s:2:"id";i:15498;s:5:"title";s:23:"Travel Blog – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg";s:12:"tmpl_created";i:1606215636;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:23:"["404","Blog","Travel"]";s:10:"menu_order";i:393;s:16:"popularity_index";i:749;s:11:"trend_index";i:759;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:819;a:18:{s:4:"tmpl";i:1069;s:2:"id";i:15508;s:5:"title";s:29:"Travel Blog – Archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg";s:12:"tmpl_created";i:1606215649;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:394;s:16:"popularity_index";i:659;s:11:"trend_index";i:468;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:820;a:18:{s:4:"tmpl";i:1070;s:2:"id";i:15518;s:5:"title";s:29:"Travel Blog – Archive 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg";s:12:"tmpl_created";i:1606215663;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:395;s:16:"popularity_index";i:688;s:11:"trend_index";i:431;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:821;a:18:{s:4:"tmpl";i:1071;s:2:"id";i:15528;s:5:"title";s:26:"Travel Blog – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg";s:12:"tmpl_created";i:1606215673;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:26:"["Blog","Footer","Travel"]";s:10:"menu_order";i:396;s:16:"popularity_index";i:656;s:11:"trend_index";i:377;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:822;a:18:{s:4:"tmpl";i:1067;s:2:"id";i:15536;s:5:"title";s:26:"Travel Blog – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg";s:12:"tmpl_created";i:1606215625;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:26:"["Blog","Header","Travel"]";s:10:"menu_order";i:397;s:16:"popularity_index";i:584;s:11:"trend_index";i:228;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:823;a:18:{s:4:"tmpl";i:1072;s:2:"id";i:15545;s:5:"title";s:33:"Travel Blog – Single Post 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg";s:12:"tmpl_created";i:1606215684;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:398;s:16:"popularity_index";i:669;s:11:"trend_index";i:482;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:824;a:18:{s:4:"tmpl";i:1066;s:2:"id";i:15556;s:5:"title";s:33:"Travel Blog – Single Post 2";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg";s:12:"tmpl_created";i:1606215613;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:399;s:16:"popularity_index";i:652;s:11:"trend_index";i:454;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}}}', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(185, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:"title";s:77:"Introducing New Nested Elements - the Future of Design with Elementor widgets";s:7:"excerpt";s:416:"Elementor and Elementor Pro 3.10 include new design capabilities that will unlock a whole new world of creativity when it comes to designing your websites with Nested Elements, and introduces a new custom unit in sizing controls that will enable you to reach a higher level of accuracy when it comes to designing your websites. These versions also include a new container-based library, and performance improvements.";s:7:"created";i:1674137711;s:5:"badge";s:3:"NEW";s:3:"url";s:137:"https://elementor.com/blog/new-nested-elements-tabs-custom-units/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:98:"Introducing Elementor 3.9: New Save as Default Option for Elements To Enhance Your Design Workflow";s:7:"excerpt";s:253:"Elementor 3.9 includes the new Save as a Default option, broadens the capabilities of the Loop Builder to support WooCommerce and the section-based layout, and several additional features that improve the design of your website and its user experience. ";s:7:"created";i:1670943042;s:5:"badge";s:0:"";s:3:"url";s:141:"https://elementor.com/blog/introducing-elementor-3-9-save-as-default/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:82:"Introducing Loop Builder: Design Every Aspect of your Post and Product Collections";s:7:"excerpt";s:306:"Elementor 3.8 includes some highly anticipated features, including the first phase of the Loop Builder, with additional functions and capabilities added in upcoming versions. With the Loop Builder, you gain more creative freedom to design your posts and listings, so you can design it any way you’d like.";s:7:"created";i:1667397460;s:5:"badge";s:3:"New";s:3:"url";s:128:"https://elementor.com/blog/introducing-the-loop-builder/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'no'),
(188, 'ocean_extra_installed_time', '1564043546', 'yes'),
(191, 'recently_activated', 'a:2:{s:51:"all-in-one-wp-migration/all-in-one-wp-migration.php";i:1677135399;s:91:"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php";i:1677135398;}', 'yes'),
(192, '_elementor_installed_time', '1564043550', 'yes'),
(193, 'owp_dismiss_sticky_notice', '1', 'yes'),
(205, 'theme_mods_oceanwp-child-theme-master', 'a:34:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:9:"main_menu";i:2;}s:18:"custom_css_post_id";i:-1;s:16:"ocean_top_bar_bg";s:7:"#414141";s:24:"ocean_top_bar_text_color";s:7:"#ffffff";s:23:"ocean_menu_search_style";s:8:"disabled";s:23:"ocean_page_header_style";s:6:"hidden";s:15:"body_typography";a:4:{s:11:"font-family";s:9:"Open Sans";s:9:"font-size";s:4:"16px";s:11:"line-height";i:2;s:5:"color";s:7:"#3e3e3e";}s:15:"menu_typography";a:3:{s:9:"font-size";s:4:"14px";s:11:"font-weight";s:3:"600";s:14:"text-transform";s:9:"uppercase";}s:24:"menu_dropdown_typography";a:4:{s:11:"font-family";s:9:"Open Sans";s:11:"font-weight";s:3:"500";s:14:"text-transform";s:4:"none";s:9:"font-size";s:4:"13px";}s:19:"ocean_primary_color";s:7:"#40a395";s:25:"ocean_hover_primary_color";s:7:"#3d9c8d";s:11:"custom_logo";i:1764;s:20:"ocean_logo_max_width";s:3:"160";s:27:"ocean_footer_copyright_text";s:125:"© 2010 — [oceanwp_date], Kaunas University of Applied Sciences,\nfaculty of Technologies,\ndepartment of Media Technologies.";s:25:"ocean_bottom_footer_color";s:7:"#ffffff";s:23:"ocean_footer_background";s:7:"#414141";s:30:"ocean_bottom_footer_background";s:7:"#414141";s:20:"ocean_footer_widgets";b:0;s:20:"ocean_footer_borders";s:7:"#c1c1c1";s:36:"ocean_bottom_footer_link_color_hover";s:7:"#40a395";s:23:"ocean_main_layout_style";s:5:"boxed";s:18:"ocean_header_style";s:6:"medium";s:29:"ocean_center_header_left_menu";s:1:"2";s:39:"ocean_medium_header_top_header_elements";a:0:{}s:13:"ocean_top_bar";b:0;s:23:"ocean_menu_links_effect";s:3:"two";s:34:"ocean_menu_links_effect_dark_color";s:7:"#3d9c8d";s:20:"ocean_boxed_inner_bg";s:7:"#f8f8f8";s:23:"osh_sticky_header_style";s:5:"fixed";s:24:"osh_shrink_header_height";s:2:"54";s:32:"ocean_mobile_menu_sidr_direction";s:5:"right";s:24:"ocean_mobile_menu_search";b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1634142561;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:0:{}s:9:"sidebar-2";a:0:{}s:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}}}}', 'yes'),
(208, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(261, 'wp-smush-settings', 'a:20:{s:4:"auto";b:1;s:5:"lossy";b:0;s:10:"strip_exif";b:1;s:6:"resize";b:0;s:9:"detection";b:0;s:8:"original";b:0;s:6:"backup";b:0;s:10:"png_to_jpg";b:0;s:7:"nextgen";b:0;s:2:"s3";b:0;s:9:"gutenberg";b:0;s:10:"js_builder";b:0;s:3:"cdn";b:0;s:11:"auto_resize";b:0;s:4:"webp";b:1;s:5:"usage";b:1;s:17:"accessible_colors";b:0;s:9:"keep_data";b:1;s:9:"lazy_load";b:0;s:17:"background_images";b:1;}', 'yes'),
(262, 'wdev-frash', 'a:3:{s:7:"plugins";a:1:{s:23:"wp-smushit/wp-smush.php";i:1564397958;}s:5:"queue";a:0:{}s:4:"done";a:2:{i:0;a:6:{s:6:"plugin";s:23:"wp-smushit/wp-smush.php";s:4:"type";s:5:"email";s:7:"show_at";i:1564397958;s:5:"state";s:6:"ignore";s:4:"hash";s:32:"fc50097023d0d34c5a66f6cddcf77694";s:10:"handled_at";i:1564398285;}i:1;a:6:{s:6:"plugin";s:23:"wp-smushit/wp-smush.php";s:4:"type";s:4:"rate";s:7:"show_at";i:1565002758;s:5:"state";s:6:"ignore";s:4:"hash";s:32:"fc50097023d0d34c5a66f6cddcf77694";s:10:"handled_at";i:1571734302;}}}', 'no'),
(263, 'wp-smush-install-type', 'existing', 'no'),
(264, 'wp-smush-version', '3.2.4', 'no'),
(271, 'elementor_pro_version', '2.6.1', 'yes'),
(272, 'widget_elementor-library', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(273, '_elementor_pro_installed_time', '1564398580', 'yes'),
(274, 'elementor_pro_tracker_notice', '1', 'yes'),
(275, 'elementor_allow_tracking', 'no', 'yes'),
(276, 'elementor_tracker_notice', '1', 'yes'),
(277, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'),
(278, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'),
(281, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(332, '_elementor_pro_editor_activate_license_notice_dismissed', '1662972367', 'yes'),
(336, 'ocean-elementor-widgets-version', '1.1.6', 'yes'),
(1086, 'elementor_log', 'a:43:{s:32:"d537f168953909d1df5aafbd7bdc0052";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:5:"19756";s:7:"\0*\0file";s:89:"http://conference.gowow.lt/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.6";s:7:"\0*\0line";s:1:"7";s:7:"\0*\0date";s:19:"2019-07-29 13:48:57";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:58:"Cannot read property \\'noUiSlider\\' of undefined";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:13;s:14:"\0*\0times_dates";a:13:{i:0;s:19:"2019-07-29 13:48:57";i:1;s:19:"2019-07-29 13:49:11";i:2;s:19:"2019-07-29 13:49:22";i:3;s:19:"2019-07-29 13:49:40";i:4;s:19:"2019-07-29 13:49:52";i:5;s:19:"2019-07-29 13:50:04";i:6;s:19:"2019-07-29 13:50:15";i:7;s:19:"2019-07-29 13:50:26";i:8;s:19:"2019-07-29 13:50:38";i:9;s:19:"2019-07-29 13:50:49";i:10;s:19:"2019-10-21 06:50:21";i:11;s:19:"2019-10-21 06:50:31";i:12;s:19:"2019-10-21 06:50:45";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1564408137";s:7:"message";s:48:"Cannot read property \\\'noUiSlider\\\' of undefined";s:3:"url";s:89:"http://conference.gowow.lt/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.6";s:4:"line";s:1:"7";s:6:"column";s:5:"19756";}}s:32:"efd0c25d01214887af5982cba663933d";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-22 07:31:47";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-22 07:31:47";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"ac64c21124cf120347bb0b763f6922c4";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-22 07:31:47";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:58:"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-22 07:31:47";}s:7:"\0*\0args";a:2:{s:7:"message";s:58:"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Start ";s:4:"type";s:4:"info";}}s:32:"35b57b0191f7198f17d0043fd0e97b68";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-22 07:31:47";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:60:"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-22 07:31:47";}s:7:"\0*\0args";a:2:{s:7:"message";s:60:"Elementor/Upgrades - _v_2_7_1_remove_old_usage_data Finished";s:4:"type";s:4:"info";}}s:32:"67601802a599a4e0fea0a0eed1d2d4f5";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-22 07:31:47";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:54:"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-22 07:31:47";}s:7:"\0*\0args";a:2:{s:7:"message";s:54:"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Start ";s:4:"type";s:4:"info";}}s:32:"2e84e2d19d55a12b5eadc14f2891f65c";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-22 07:31:47";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:56:"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-22 07:31:47";}s:7:"\0*\0args";a:2:{s:7:"message";s:56:"Elementor/Upgrades - _v_2_7_1_recalc_usage_data Finished";s:4:"type";s:4:"info";}}s:32:"d68657a279351f915a98aac1a696309f";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-22 07:31:47";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.6";s:2:"to";s:5:"2.7.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-22 07:31:47";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.6";s:2:"to";s:5:"2.7.4";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"b21d91ea9a55ec4d7a36d896b7251ab5";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2019-10-22 07:31:47";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.6";s:2:"to";s:5:"2.7.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2019-10-22 07:31:47";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.6.6";s:2:"to";s:5:"2.7.4";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"c3e460df070aed847d00e144cb6119d3";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:109:"/home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php";s:7:"\0*\0line";i:1912;s:7:"\0*\0date";s:19:"2019-10-22 08:52:12";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:1043:"Uncaught TypeError: Argument 1 passed to Elementor\\Controls_Stack::sanitize_settings() must be of the type array, null given, called in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1022 and defined in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php:1912\nStack trace:\n#0 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1022): Elementor\\Controls_Stack->sanitize_settings(NULL)\n#1 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1775): Elementor\\Controls_Stack->get_data('settings')\n#2 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(132): Elementor\\Controls_Stack->get_init_settings()\n#3 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(40): Elementor\\Core\\B";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:4;s:14:"\0*\0times_dates";a:4:{i:0;s:19:"2019-10-22 08:52:12";i:1;s:19:"2019-10-22 08:52:13";i:2;s:19:"2019-10-22 08:54:10";i:3;s:19:"2019-10-22 08:54:10";}s:7:"\0*\0args";a:5:{s:4:"type";s:5:"error";s:7:"message";s:1024:"Uncaught TypeError: Argument 1 passed to Elementor\\Controls_Stack::sanitize_settings() must be of the type array, null given, called in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1022 and defined in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php:1912\nStack trace:\n#0 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1022): Elementor\\Controls_Stack->sanitize_settings(NULL)\n#1 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1775): Elementor\\Controls_Stack->get_data(\'settings\')\n#2 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(132): Elementor\\Controls_Stack->get_init_settings()\n#3 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(40): Elementor\\Core\\B";s:4:"file";s:109:"/home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php";s:4:"line";i:1912;s:5:"trace";b:1;}}s:32:"6aa380f37eb10ec1c0d1460807bf9d99";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:109:"/home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php";s:7:"\0*\0line";i:1933;s:7:"\0*\0date";s:19:"2019-10-22 08:55:47";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:1043:"Uncaught TypeError: Argument 1 passed to Elementor\\Controls_Stack::sanitize_settings() must be of the type array, null given, called in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1022 and defined in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php:1933\nStack trace:\n#0 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1022): Elementor\\Controls_Stack->sanitize_settings(NULL)\n#1 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1775): Elementor\\Controls_Stack->get_data('settings')\n#2 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(132): Elementor\\Controls_Stack->get_init_settings()\n#3 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(40): Elementor\\Core\\B";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:2;s:14:"\0*\0times_dates";a:2:{i:0;s:19:"2019-10-22 08:55:47";i:1;s:19:"2019-10-22 08:55:47";}s:7:"\0*\0args";a:5:{s:4:"type";s:5:"error";s:7:"message";s:1024:"Uncaught TypeError: Argument 1 passed to Elementor\\Controls_Stack::sanitize_settings() must be of the type array, null given, called in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1022 and defined in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php:1933\nStack trace:\n#0 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1022): Elementor\\Controls_Stack->sanitize_settings(NULL)\n#1 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1775): Elementor\\Controls_Stack->get_data(\'settings\')\n#2 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(132): Elementor\\Controls_Stack->get_init_settings()\n#3 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(40): Elementor\\Core\\B";s:4:"file";s:109:"/home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php";s:4:"line";i:1933;s:5:"trace";b:1;}}s:32:"154c33f56f3cbbd2edba0ffd0e71bf38";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:107:"/home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor-pro/core/editor/notice-bar.php";s:7:"\0*\0line";i:21;s:7:"\0*\0date";s:19:"2021-05-17 08:32:45";s:7:"\0*\0type";s:6:"notice";s:10:"\0*\0message";s:24:"Undefined index: license";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:30;s:14:"\0*\0times_dates";a:30:{i:0;s:19:"2021-05-17 08:32:45";i:1;s:19:"2021-05-17 13:03:52";i:2;s:19:"2021-05-17 13:05:45";i:3;s:19:"2021-05-17 14:11:20";i:4;s:19:"2021-05-17 14:14:09";i:5;s:19:"2021-06-22 08:39:20";i:6;s:19:"2021-06-22 08:39:29";i:7;s:19:"2021-06-22 08:41:31";i:8;s:19:"2021-10-10 10:04:12";i:9;s:19:"2021-10-10 10:06:29";i:10;s:19:"2021-10-10 10:06:50";i:11;s:19:"2021-10-11 10:05:26";i:12;s:19:"2021-10-11 10:12:46";i:13;s:19:"2021-10-13 16:06:56";i:14;s:19:"2021-10-13 16:07:09";i:15;s:19:"2021-10-13 16:07:20";i:16;s:19:"2021-10-13 16:08:32";i:17;s:19:"2021-10-13 16:20:33";i:18;s:19:"2021-10-13 16:21:47";i:19;s:19:"2021-10-13 16:22:07";i:20;s:19:"2021-10-13 16:22:33";i:21;s:19:"2021-10-13 16:29:37";i:22;s:19:"2021-10-13 16:29:47";i:23;s:19:"2021-10-13 16:54:40";i:24;s:19:"2021-10-13 16:54:52";i:25;s:19:"2021-10-13 16:55:18";i:26;s:19:"2022-09-12 08:46:08";i:27;s:19:"2022-09-12 08:48:00";i:28;s:19:"2022-09-12 08:48:25";i:29;s:19:"2022-09-12 08:48:59";}s:7:"\0*\0args";a:5:{s:4:"type";s:6:"notice";s:7:"message";s:24:"Undefined index: license";s:4:"file";s:107:"/home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor-pro/core/editor/notice-bar.php";s:4:"line";i:21;s:5:"trace";b:1;}}s:32:"04ec55f5b960b3ce020d05e2bf6a6d16";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:5:"49874";s:7:"\0*\0file";s:85:"https://ippmt.kauko.lt/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.4";s:7:"\0*\0line";s:1:"7";s:7:"\0*\0date";s:19:"2021-10-13 16:07:11";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:55:"Cannot set property \\'controls\\' of undefined";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:07:11";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1634141231";s:7:"message";s:45:"Cannot set property \\\'controls\\\' of undefined";s:3:"url";s:85:"https://ippmt.kauko.lt/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.6.4";s:4:"line";s:1:"7";s:6:"column";s:5:"49874";}}s:32:"4b09e10f76fabf2e696c148e394d09a4";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:37";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:37";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"a6f4e6aa273f5f3594338b51229c5344";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:37";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:37";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"870a8d71e6ceb40cfbadc1d520a17ecd";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:37";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:37";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"79c5d1fe7ff008925e1a9aaf9729f1f6";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:54:"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:54:"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Start ";s:4:"type";s:4:"info";}}s:32:"e46e3453f4a1336824c829e38f99b4cb";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:56:"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:56:"Elementor/Upgrades - _v_2_8_3_recalc_usage_data Finished";s:4:"type";s:4:"info";}}s:32:"bdfff3790d78169b243627a57424c203";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:65:"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:65:"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Start ";s:4:"type";s:4:"info";}}s:32:"f59ca4fa93f8221fa8eb245edb3abaf1";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:6:"notice";s:10:"\0*\0message";s:36:"Active kit not found. nothing to do.";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:5;s:14:"\0*\0times_dates";a:5:{i:0;s:19:"2021-10-13 16:21:38";i:1;s:19:"2021-10-13 16:21:38";i:2;s:19:"2021-10-13 16:21:38";i:3;s:19:"2021-10-13 16:21:38";i:4;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"Active kit not found. nothing to do.";s:4:"type";s:6:"notice";}}s:32:"79a1282672773e1b850a90ea031c4306";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:67:"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:67:"Elementor/Upgrades - _v_3_0_0_move_general_settings_to_kit Finished";s:4:"type";s:4:"info";}}s:32:"0e3df1eb730cd48354097ef524786140";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:63:"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:63:"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Start ";s:4:"type";s:4:"info";}}s:32:"fde3efde558d50c403a46ca8a80a2c5c";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:65:"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:65:"Elementor/Upgrades - _v_3_0_0_move_default_colors_to_kit Finished";s:4:"type";s:4:"info";}}s:32:"ae6594dd47b9011d3130e858f29a7ca2";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:61:"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:61:"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Start ";s:4:"type";s:4:"info";}}s:32:"ac2643a47695ef4f32714a5dbff88812";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:63:"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:63:"Elementor/Upgrades - _v_3_0_0_move_saved_colors_to_kit Finished";s:4:"type";s:4:"info";}}s:32:"f1941fc330530d7a1bae914cf7e914ad";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:67:"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:67:"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Start ";s:4:"type";s:4:"info";}}s:32:"363ade6e9b6361e68be9c2904a25f2f2";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:69:"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:69:"Elementor/Upgrades - _v_3_0_0_move_default_typography_to_kit Finished";s:4:"type";s:4:"info";}}s:32:"6394766761e244ada6592673ccfcb6df";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:70:"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:70:"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start ";s:4:"type";s:4:"info";}}s:32:"64e3c2b35de15edde217c5b99329353a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:72:"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:2:{s:7:"message";s:72:"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished";s:4:"type";s:4:"info";}}s:32:"fe6b79660627c44fe4781297f326347e";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.4";s:2:"to";s:5:"3.4.5";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.4";s:2:"to";s:5:"3.4.5";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"67987587f98bcacb6d71479c46e63207";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2021-10-13 16:21:38";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.4";s:2:"to";s:5:"3.4.5";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2021-10-13 16:21:38";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.7.4";s:2:"to";s:5:"3.4.5";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"89077fb081fa010423eed8b9a71e6582";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:109:"/home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php";s:7:"\0*\0line";i:2300;s:7:"\0*\0date";s:19:"2021-10-13 16:54:41";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:1043:"Uncaught TypeError: Argument 1 passed to Elementor\\Controls_Stack::sanitize_settings() must be of the type array, null given, called in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1061 and defined in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php:2300\nStack trace:\n#0 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1061): Elementor\\Controls_Stack->sanitize_settings(NULL)\n#1 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2049): Elementor\\Controls_Stack->get_data('settings')\n#2 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(142): Elementor\\Controls_Stack->get_init_settings()\n#3 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(40): Elementor\\Core\\B";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:6;s:14:"\0*\0times_dates";a:6:{i:0;s:19:"2021-10-13 16:54:41";i:1;s:19:"2021-10-13 16:54:41";i:2;s:19:"2022-09-12 08:46:08";i:3;s:19:"2022-09-12 08:46:09";i:4;s:19:"2022-09-12 08:48:01";i:5;s:19:"2022-09-12 08:48:01";}s:7:"\0*\0args";a:5:{s:4:"type";s:5:"error";s:7:"message";s:1024:"Uncaught TypeError: Argument 1 passed to Elementor\\Controls_Stack::sanitize_settings() must be of the type array, null given, called in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1061 and defined in /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php:2300\nStack trace:\n#0 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(1061): Elementor\\Controls_Stack->sanitize_settings(NULL)\n#1 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2049): Elementor\\Controls_Stack->get_data(\'settings\')\n#2 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(142): Elementor\\Controls_Stack->get_init_settings()\n#3 /home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/core/base/base-object.php(40): Elementor\\Core\\B";s:4:"file";s:109:"/home/fioult/domains/ippmt.kauko.lt/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php";s:4:"line";i:2300;s:5:"trace";b:1;}}s:32:"1ac88e3830d19db9507e07cc573339c1";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:49:50";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"3.4.5";s:2:"to";s:6:"3.11.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:49:50";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"3.4.5";s:2:"to";s:6:"3.11.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"31891b99789ffc54ef31128aa00cddb9";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"9fa282c115f439302cb601f5ca017c25";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"26b882a33c519b22644990365a6d572a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"7cbe38798efebffc26eea994df48d7d4";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:81:"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:81:"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start ";s:4:"type";s:4:"info";}}s:32:"171cfe84b8f4a7392980af771a9ffaee";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:83:"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:83:"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished";s:4:"type";s:4:"info";}}s:32:"a99c1305825c4e4dbf667a05de8c2347";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:64:"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:64:"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start ";s:4:"type";s:4:"info";}}s:32:"636edccc9fac924db956d641f344ccb6";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:66:"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:66:"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished";s:4:"type";s:4:"info";}}s:32:"5d4620e6922c1f48aa7ca1425fb6bc65";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:63:"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:63:"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Start ";s:4:"type";s:4:"info";}}s:32:"0cfa2a1ace36ba6e64e1cbb11e5e7b50";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:65:"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:2:{s:7:"message";s:65:"Elementor/Upgrades - _v_3_8_0_fix_php8_image_custom_size Finished";s:4:"type";s:4:"info";}}s:32:"9fdb3ad5c639ab32a52cabb6c979541a";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-20 07:50:32";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"3.4.5";s:2:"to";s:6:"3.11.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-20 07:50:32";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"3.4.5";s:2:"to";s:6:"3.11.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"a950687ba5ab85791e8de435b3bac8a5";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2023-02-23 06:57:05";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.11.1";s:2:"to";s:6:"3.11.2";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2023-02-23 06:57:05";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.11.1";s:2:"to";s:6:"3.11.2";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}}', 'no'),
(1102, 'ocean-sticky-header-version', '1.1.11', 'yes'),
(1103, 'elementor_pro_theme_builder_conditions', 'a:0:{}', 'yes'),
(1113, 'WPLANG', '', 'yes'),
(1119, 'ai1wm_updater', 'a:1:{s:43:"all-in-one-wp-migration-unlimited-extension";a:13:{s:4:"name";s:19:"Unlimited Extension";s:4:"slug";s:19:"unlimited-extension";s:8:"homepage";s:51:"https://servmask.com/extensions/unlimited-extension";s:13:"download_link";s:29:"https://servmask.com/purchase";s:7:"version";s:4:"2.49";s:6:"author";s:8:"ServMask";s:15:"author_homepage";s:20:"https://servmask.com";s:8:"sections";a:1:{s:11:"description";s:259:"<ul class="description"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />";}s:7:"banners";a:2:{s:3:"low";s:65:"https://servmask.com/img/products/unlimited-extension-772x250.png";s:4:"high";s:66:"https://servmask.com/img/products/unlimited-extension-1544x500.png";}s:5:"icons";a:3:{s:2:"1x";s:65:"https://servmask.com/img/products/unlimited-extension-128x128.png";s:2:"2x";s:65:"https://servmask.com/img/products/unlimited-extension-256x256.png";s:7:"default";s:65:"https://servmask.com/img/products/unlimited-extension-256x256.png";}s:6:"rating";i:99;s:11:"num_ratings";i:309;s:10:"downloaded";i:40189;}}', 'yes'),
(1263, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:23:"martynas.fiod@gmail.com";s:7:"version";s:5:"5.8.5";s:9:"timestamp";i:1661896012;}', 'no'),
(1394, 'smush_global_stats', 'a:9:{s:11:"size_before";i:104551227;s:10:"size_after";i:100164467;s:7:"percent";d:4.2000000000000002;s:5:"human";s:6:"4.2 MB";s:5:"bytes";i:4386760;s:12:"total_images";i:2925;s:12:"resize_count";i:0;s:14:"resize_savings";i:0;s:18:"conversion_savings";i:0;}', 'no'),
(1417, 'ocean_extra_dismiss_rating_notice', '1', 'yes'),
(1467, 'ai1wmue_plugin_key', '934e8245-edf0-458e-8f08-8efc5d52d2f1', 'yes'),
(1470, 'jetpack_active_modules', 'a:0:{}', 'yes'),
(1524, 'elementor_elements_usage', 'a:2:{s:4:"post";a:10:{s:11:"text-editor";i:28;s:6:"column";i:66;s:7:"section";i:39;s:6:"button";i:7;s:7:"heading";i:9;s:5:"image";i:18;s:17:"oew-image-gallery";i:1;s:6:"spacer";i:1;s:7:"divider";i:8;s:9:"icon-list";i:2;}s:7:"section";a:4:{s:7:"heading";i:1;s:6:"button";i:1;s:6:"column";i:1;s:7:"section";i:1;}}', 'yes'),
(1535, 'sgal_tracking_id', 'UA-147728162-3', 'yes'),
(1536, 'caos_allow_tracking', '', 'yes'),
(1537, 'sgal_cookie_notice_name', '', 'yes'),
(1538, 'caos_cookie_value', '', 'yes'),
(1540, 'caos_stealth_mode', '', 'yes'),
(1541, 'caos_analytics_js_file', 'analytics.js', 'yes'),
(1542, 'caos_analytics_cache_dir', '/cache/caos-analytics/', 'yes'),
(1543, 'caos_analytics_cdn_url', '', 'yes'),
(1544, 'sgal_ga_cookie_expiry_days', '', 'yes'),
(1545, 'sgal_adjusted_bounce_rate', '', 'yes'),
(1546, 'sgal_script_position', '', 'yes'),
(1547, 'caos_snippet_type', 'default', 'yes'),
(1548, 'sgal_enqueue_order', '0', 'yes'),
(1550, 'sgal_track_admin', '', 'yes'),
(1551, 'caos_remove_wp_cron', '', 'yes'),
(1552, 'caos_disable_display_features', '', 'yes'),
(1553, 'caos_analytics_uninstall_settings', '', 'yes'),
(2974, 'category_children', 'a:0:{}', 'yes'),
(4581, 'mainwp_child_legacy', '', 'no'),
(4582, 'mainwp_child_auth', 'a:7:{i:5;s:32:"71cae019d672d51cd5b9c77f4e91cc63";s:4:"last";i:1634084074;i:4;s:32:"60a80d424157b8df745d8329fdb8a32b";i:3;s:32:"6540c776199ed1ae7770f03164c175c6";i:2;s:32:"fda9f362c4c7586affbbc20c471da6a4";i:1;s:32:"1edfc729a0be7efbb78fd8ba754568f6";i:0;s:32:"48938acc3f2764f04010e3142b6cdc0c";}', 'no'),
(4583, 'mainwp_child_uniqueId', '', 'no'),
(4584, 'mainwp_child_htaccess_set', '', 'no'),
(4585, 'mainwp_child_fix_htaccess', '', 'no'),
(4588, 'mainwp_child_nonce', '0', 'no'),
(4589, 'mainwp_child_nossl', '0', 'no'),
(4591, 'mainwp_child_remove_wp_version', '', 'no'),
(4592, 'mainwp_child_remove_rsd', '', 'no'),
(4593, 'mainwp_child_remove_wlw', '', 'no'),
(4594, 'mainwp_child_remove_core_updates', '', 'no'),
(4595, 'mainwp_child_remove_plugin_updates', '', 'no'),
(4596, 'mainwp_child_remove_theme_updates', '', 'no'),
(4597, 'mainwp_child_remove_php_reporting', '', 'no'),
(4598, 'mainwp_child_remove_scripts_version', '', 'no'),
(4599, 'mainwp_child_remove_styles_version', '', 'no'),
(4600, 'mainwp_child_remove_readme', '', 'no'),
(4601, 'mainwp_child_clone_sites', '0', 'no'),
(4602, 'mainwp_child_pluginDir', '', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4603, 'mainwp_premium_updates', 'a:0:{}', 'no'),
(4604, 'mainwp_child_activated_once', '1', 'no'),
(4605, 'mainwp_maintenance_opt_alert_404', '', 'no'),
(4606, 'mainwp_maintenance_opt_alert_404_email', '', 'no'),
(4609, 'mainwp_temp_clone_plugins', '', 'no'),
(4610, 'mainwp_temp_clone_themes', '', 'no'),
(4611, 'mainwp_child_click_data', '', 'no'),
(4612, 'mainwp_child_clone_from_server_last_folder', '', 'no'),
(4613, 'mainwp_child_clone_permalink', '', 'no'),
(4614, 'mainwp_child_restore_permalink', '', 'no'),
(4615, 'mainwp_keyword_links_htaccess_set', '', 'no'),
(4616, 'mainwp_kwl_options', '', 'no'),
(4617, 'mainwp_kwl_keyword_links', '', 'no'),
(4618, 'mainwp_kwl_click_statistic_data', '', 'no'),
(4619, 'mainwp_kwl_statistic_data_', '', 'no'),
(4620, 'mainwp_kwl_enable_statistic', '', 'no'),
(4621, 'mainwpKeywordLinks', '', 'no'),
(4622, 'mainwp_child_update_version', '1.5', 'yes'),
(4623, 'mainwp_child_plugin_version', '4.0.7.1', 'yes'),
(4624, 'mainwp_child_branding_settings', 'a:5:{s:13:"contact_label";s:15:"Contact Support";s:14:"extra_settings";b:0;s:18:"cancelled_branding";b:0;s:23:"branding_preserve_title";s:0:"";s:21:"branding_disconnected";s:0:"";}', 'no'),
(4625, 'mainwp_child_branding_disconnected', '', 'yes'),
(5547, 'mainwp_child_siteid', '12', 'no'),
(13842, 'fs_active_plugins', 'O:8:"stdClass":3:{s:7:"plugins";a:1:{s:29:"ocean-extra/includes/freemius";O:8:"stdClass":4:{s:7:"version";s:7:"2.5.0.1";s:4:"type";s:6:"plugin";s:9:"timestamp";i:1676879352;s:11:"plugin_path";s:27:"ocean-extra/ocean-extra.php";}}s:7:"abspath";s:24:"/var/www/ippmt.kauko.lt/";s:6:"newest";O:8:"stdClass":5:{s:11:"plugin_path";s:27:"ocean-extra/ocean-extra.php";s:8:"sdk_path";s:29:"ocean-extra/includes/freemius";s:7:"version";s:7:"2.5.0.1";s:13:"in_activation";b:0;s:9:"timestamp";i:1676879352;}}', 'yes'),
(13843, 'fs_debug_mode', '', 'yes') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(13844, 'fs_accounts', 'a:7:{s:21:"id_slug_type_path_map";a:1:{i:3752;a:3:{s:4:"slug";s:7:"oceanwp";s:4:"type";s:5:"theme";s:4:"path";s:21:"oceanwp/functions.php";}}s:10:"theme_data";a:1:{s:7:"oceanwp";a:18:{s:16:"plugin_main_file";O:8:"stdClass":1:{s:4:"path";s:21:"oceanwp/functions.php";}s:20:"is_network_activated";b:0;s:17:"install_timestamp";i:1634141800;s:17:"was_plugin_loaded";b:1;s:16:"sdk_last_version";s:5:"2.4.2";s:11:"sdk_version";s:7:"2.5.0.1";s:16:"sdk_upgrade_mode";b:1;s:18:"sdk_downgrade_mode";b:0;s:19:"plugin_last_version";s:5:"3.0.7";s:14:"plugin_version";s:5:"3.4.1";s:19:"plugin_upgrade_mode";b:1;s:21:"plugin_downgrade_mode";b:0;s:17:"connectivity_test";a:6:{s:12:"is_connected";b:1;s:4:"host";s:14:"ippmt.kauko.lt";s:9:"server_ip";s:13:"88.222.11.146";s:9:"is_active";b:1;s:9:"timestamp";i:1634141800;s:7:"version";s:5:"3.0.7";}s:15:"prev_is_premium";b:0;s:18:"sticky_optin_added";b:1;s:14:"previous_theme";s:7:"oceanwp";s:21:"is_plugin_new_install";b:0;s:12:"is_anonymous";a:3:{s:2:"is";b:1;s:9:"timestamp";i:1634142509;s:7:"version";s:5:"3.0.7";}}}s:13:"file_slug_map";a:1:{s:7:"oceanwp";s:7:"oceanwp";}s:6:"themes";a:1:{s:7:"oceanwp";O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";N;s:5:"title";s:7:"OceanWP";s:4:"slug";s:7:"oceanwp";s:12:"premium_slug";s:15:"oceanwp-premium";s:4:"type";s:5:"theme";s:20:"affiliate_moderation";b:0;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";N;s:4:"file";s:7:"oceanwp";s:7:"version";s:5:"3.4.1";s:11:"auto_update";N;s:4:"info";N;s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";s:4:"3767";s:17:"bundle_public_key";s:32:"pk_c334eb1ae413deac41e30bf00b9dc";s:10:"public_key";s:32:"pk_043077b34f20f5e11334af3c12493";s:10:"secret_key";N;s:2:"id";s:4:"3752";s:7:"updated";N;s:7:"created";N;s:22:"\0FS_Entity\0_is_updated";b:0;}}s:9:"unique_id";s:32:"d8b15808ac6cc14bd626d3f79104d5c7";s:13:"admin_notices";a:1:{s:13:"oceanwp:theme";a:0:{}}s:6:"addons";a:1:{i:3752;a:23:{i:0;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:20:"Ocean Footer Callout";s:4:"slug";s:20:"ocean-footer-callout";s:12:"premium_slug";s:20:"ocean-footer-callout";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:7;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3754";s:11:"description";s:280:"<ul>\n<li>Display/hide the callout on any page/post</li>\n<li>Edit the content and button url on any page/post</li>\n<li>Display the page content on the callout</li>\n<li>Enable/disable the callout button</li>\n<li>Add your own padding top/bottom</li>\n<li>Add your own color</li> </ul>";s:17:"short_description";s:65:"Add some important information about your company in your footer.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/card_banner.png";s:15:"selling_point_0";s:41:"Display/hide the callout on any page/post";s:15:"selling_point_1";s:48:"Edit the content and button url on any page/post";s:15:"selling_point_2";s:39:"Display the page content on the callout";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/2.png";}s:2:"id";s:3:"821";s:7:"updated";s:19:"2019-08-04 06:53:40";s:7:"created";s:19:"2019-05-16 04:54:10";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_c3ff094ed1cbaf287c6f833d3ba09";s:10:"secret_key";N;s:2:"id";s:4:"3754";s:7:"updated";s:19:"2023-02-23 00:57:30";s:7:"created";s:19:"2019-05-06 13:24:01";s:22:"\0FS_Entity\0_is_updated";b:0;}i:1;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:19:"Ocean Sticky Header";s:4:"slug";s:19:"ocean-sticky-header";s:12:"premium_slug";s:19:"ocean-sticky-header";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:8;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3755";s:11:"description";s:512:"<ul>\n<li>Stick manually, perfect for the Custom Header style</li>\n<li>Fixed the top bar</li>\n<li>Add sticky mobile</li>\n<li>Choose between two sticky styles: Shrink or Fixed</li>\n<li>Choose between two sticky effects</li>\n<li>Enter the height of the header during scroll for the shrink style</li>\n<li>Add logo when scrolling</li>\n<li>Enter the height of the logo during scroll for the shrink style</li>\n<li>Choose the header opacity during scroll</li>\n<li>Choose the background and color during scroll</li> </ul>";s:17:"short_description";s:63:"Attach an eye-catching header at the top of your website pages.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/card_banner.png";s:15:"selling_point_0";s:51:"Stick manually, perfect for the Custom Header style";s:15:"selling_point_1";s:17:"Fixed the top bar";s:15:"selling_point_2";s:17:"Add sticky mobile";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/2.png";}s:2:"id";s:3:"829";s:7:"updated";s:19:"2019-08-04 07:27:06";s:7:"created";s:19:"2019-05-16 05:01:04";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_21f01f3d0a79bcd65042e3c332188";s:10:"secret_key";N;s:2:"id";s:4:"3755";s:7:"updated";s:19:"2023-02-23 05:52:14";s:7:"created";s:19:"2019-05-06 13:27:16";s:22:"\0FS_Entity\0_is_updated";b:0;}i:2;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:16:"Ocean Side Panel";s:4:"slug";s:16:"ocean-side-panel";s:12:"premium_slug";s:16:"ocean-side-panel";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:12;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3756";s:11:"description";s:443:"<ul>\n<li>Add your widgets into the Side Panel sidebar</li>\n<li>Choose your icon for the opening button</li>\n<li>Add text for the opening button</li>\n<li>Add a custom width for the panel</li>\n<li>Display the panel to the left or right</li>\n<li>Displace or not the panel</li>\n<li>Add an overlay when the panel is opened</li>\n<li>Show/Hide the close button of the panel</li>\n<li>Change the close button text</li>\n<li>Add your own color</li> </ul>";s:17:"short_description";s:63:"Add a responsive side panel with your preferred widgets inside.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/card_banner.png";s:15:"selling_point_0";s:44:"Add your widgets into the Side Panel sidebar";s:15:"selling_point_1";s:39:"Choose your icon for the opening button";s:15:"selling_point_2";s:31:"Add text for the opening button";s:11:"screenshots";O:8:"stdClass":1:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/screenshots/0.png";}s:2:"id";s:3:"827";s:7:"updated";s:19:"2019-08-04 07:22:03";s:7:"created";s:19:"2019-05-16 05:00:01";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_95ab9dabcffc015befcfaf19dd91e";s:10:"secret_key";N;s:2:"id";s:4:"3756";s:7:"updated";s:19:"2023-02-23 01:02:04";s:7:"created";s:19:"2019-05-06 13:30:08";s:22:"\0FS_Entity\0_is_updated";b:0;}i:3;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:23:"Ocean Elementor Widgets";s:4:"slug";s:23:"ocean-elementor-widgets";s:12:"premium_slug";s:23:"ocean-elementor-widgets";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:33;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3757";s:11:"description";s:1290:"<ul>\n<li>Accordions widget</li>\n<li>Advanced Custom Field widget, thanks to Bruno Tritsch for the help</li>\n<li>Advanced Heading widget</li>\n<li>Animated Heading widget</li>\n<li>Banner widget</li>\n<li>Brands widget</li>\n<li>Business Hours widget</li>\n<li>Button Effects widget</li>\n<li>Buttons widget</li>\n<li>Call To Action widget</li>\n<li>Circle Progress widget</li>\n<li>Countdown widget</li>\n<li>Divider widget, to add a text or an icon in the divider</li>\n<li>Flip Box widget</li>\n<li>Google Maps widget</li>\n<li>Hotspots widget</li>\n<li>Image Comparison widget</li>\n<li>Image Gallery widget</li>\n<li>Info Box widget</li>\n<li>Instagram Feed widget</li>\n<li>Link Effects widget</li>\n<li>Login widget</li>\n<li>Lost Password widget</li>\n<li>Register widget</li>\n<li>Modal widget</li>\n<li>Navbar widget</li>\n<li>Off Canvas widget</li>\n<li>Price List widget</li>\n<li>Recipe widget</li>\n<li>Scroll Up widget</li>\n<li>Switch widget</li>\n<li>Table widget</li>\n<li>Tabs widget</li>\n<li>Team Members widget</li>\n<li>Timeline widget</li>\n<li>Contact Form 7 widget</li>\n<li>Gravity Forms widget</li>\n<li>WPForms widget</li>\n<li>Caldera Forms widget</li>\n<li>Ninja Forms widget</li>\n<li>WooCommerce Products widget</li>\n<li>WooCommerce Categories widget</li>\n<li>WooCommerce Slider widget</li> </ul>";s:17:"short_description";s:75:"Add many new powerful widgets to the popular free page builder - Elementor.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/card_banner.png";s:15:"selling_point_0";s:23:"Image Comparison widget";s:15:"selling_point_1";s:21:"Instagram Feed widget";s:15:"selling_point_2";s:12:"Table widget";s:11:"screenshots";O:8:"stdClass":4:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/2.png";s:12:"screenshot_3";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/3.png";}s:2:"id";s:3:"820";s:7:"updated";s:19:"2019-08-04 06:51:31";s:7:"created";s:19:"2019-05-16 04:53:49";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_25eeed8cddc1b8bede158756886e8";s:10:"secret_key";N;s:2:"id";s:4:"3757";s:7:"updated";s:19:"2023-02-23 05:51:41";s:7:"created";s:19:"2019-05-06 13:36:11";s:22:"\0FS_Entity\0_is_updated";b:0;}i:4;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:11:"Ocean Hooks";s:4:"slug";s:11:"ocean-hooks";s:12:"premium_slug";s:11:"ocean-hooks";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:6;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3758";s:11:"description";s:278:"<ul>\n<li>Add different content for the same hook location</li>\n<li>Add shortcode</li>\n<li>Add PHP code</li>\n<li>Add content only for logged in/out users</li>\n<li>Display your code on the page/post/taxonomy you want</li>\n<li>Display your code on the user role you want</li> </ul>";s:17:"short_description";s:60:"Add your custom content throughout various areas of OceanWP.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/card_banner.png";s:15:"selling_point_0";s:48:"Add different content for the same hook location";s:15:"selling_point_1";s:13:"Add shortcode";s:15:"selling_point_2";s:12:"Add PHP code";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/2.png";}s:2:"id";s:3:"823";s:7:"updated";s:19:"2019-08-04 07:02:53";s:7:"created";s:19:"2019-05-16 04:54:56";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_bf5672ee85c0032b2b4d7c0a3d244";s:10:"secret_key";N;s:2:"id";s:4:"3758";s:7:"updated";s:19:"2023-02-23 00:58:42";s:7:"created";s:19:"2019-05-06 13:39:32";s:22:"\0FS_Entity\0_is_updated";b:0;}i:5;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:19:"Ocean Sticky Footer";s:4:"slug";s:19:"ocean-sticky-footer";s:12:"premium_slug";s:19:"ocean-sticky-footer";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:8;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3759";s:11:"description";s:163:"<ul>\n<li>Add menu in the footer bar</li>\n<li>Add text in the footer bar</li>\n<li>Choose your own colors</li>\n<li>Hide Menu and/or text on mobile screens</li> </ul>";s:17:"short_description";s:69:"A simple extension to attach your footer to the bottom of the screen.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/card_banner.png";s:15:"selling_point_0";s:26:"Add menu in the footer bar";s:15:"selling_point_1";s:26:"Add text in the footer bar";s:15:"selling_point_2";s:22:"Choose your own colors";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/2.png";}s:2:"id";s:3:"828";s:7:"updated";s:19:"2019-08-04 07:25:54";s:7:"created";s:19:"2019-05-16 05:00:32";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_5552f1b8d38d0f09df4b2990b57b2";s:10:"secret_key";N;s:2:"id";s:4:"3759";s:7:"updated";s:19:"2023-02-23 01:02:41";s:7:"created";s:19:"2019-05-06 13:41:42";s:22:"\0FS_Entity\0_is_updated";b:0;}i:6;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:15:"Ocean Woo Popup";s:4:"slug";s:15:"ocean-woo-popup";s:12:"premium_slug";s:15:"ocean-woo-popup";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:8;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3760";s:11:"description";s:333:"<ul>\n<li>Select an Elementor template (or a page if you use another page builder) to replace the content of the popup</li>\n<li>Control width, height, padding and the border radius</li>\n<li>Show/hide and reorganize the elements of the popup</li>\n<li>Replace all the texts from the customizer</li>\n<li>Choose your own colors</li> </ul>";s:17:"short_description";s:79:"A simple extension to display a popup when you click on the Add To Cart button.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/card_banner.png";s:15:"selling_point_0";s:108:"Select an Elementor template (or a page if you use another page builder) to replace the content of the popup";s:15:"selling_point_1";s:52:"Control width, height, padding and the border radius";s:15:"selling_point_2";s:50:"Show/hide and reorganize the elements of the popup";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/2.png";}s:2:"id";s:3:"831";s:7:"updated";s:19:"2019-08-04 07:39:37";s:7:"created";s:19:"2019-05-16 05:02:03";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_9414dbc7719b150c20046f728e994";s:10:"secret_key";N;s:2:"id";s:4:"3760";s:7:"updated";s:19:"2023-02-23 01:05:21";s:7:"created";s:19:"2019-05-06 13:53:08";s:22:"\0FS_Entity\0_is_updated";b:0;}i:7;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:15:"Ocean Portfolio";s:4:"slug";s:15:"ocean-portfolio";s:12:"premium_slug";s:15:"ocean-portfolio";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:15;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3761";s:11:"description";s:473:"<ul>\n<li>Display your portfolio anywhere you want via a page template or a shortcode</li>\n<li>Show/hide the filter bar</li>\n<li>Control the filter bar positioning, styling and typography</li>\n<li>Control the portfolio items styling like the margin, padding, color, overlay color,\ntypography, etc...</li>\n<li>Add your own images width and height</li>\n<li>Display items by author, categories or tags, sort by order and exclude categories</li>\n<li>And a lot more...</li> </ul>";s:17:"short_description";s:75:"A complete extension to display your portfolio and work in a beautiful way.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/card_banner.png";s:15:"selling_point_0";s:75:"Display your portfolio anywhere you want via a page template or a shortcode";s:15:"selling_point_1";s:24:"Show/hide the filter bar";s:15:"selling_point_2";s:58:"Control the filter bar positioning, styling and typography";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/2.png";}s:2:"id";s:3:"826";s:7:"updated";s:19:"2019-08-04 07:20:12";s:7:"created";s:19:"2019-05-16 04:56:11";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_d0109c81ea2f48fdfa29c30d9d20b";s:10:"secret_key";N;s:2:"id";s:4:"3761";s:7:"updated";s:19:"2023-02-23 01:00:55";s:7:"created";s:19:"2019-05-06 13:55:52";s:22:"\0FS_Entity\0_is_updated";b:0;}i:8;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:17:"Ocean White Label";s:4:"slug";s:17:"ocean-white-label";s:12:"premium_slug";s:17:"ocean-white-label";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:3;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3762";s:11:"description";s:302:"<ul>\n<li>Add your own branding name in the admin pages</li>\n<li>Add your own theme name</li>\n<li>Add your own theme author</li>\n<li>Add your own theme author url</li>\n<li>Add your own theme description</li>\n<li>Add your own theme screenshot</li>\n<li>Remove the White Label box in Theme Panel</li> </ul>";s:17:"short_description";s:69:"Impress clients by replacing the OceanWP name by your own brand name.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/card_banner.png";s:15:"selling_point_0";s:45:"Add your own branding name in the admin pages";s:15:"selling_point_1";s:68:"Add your own theme name, author, author url, description, screenshot";s:15:"selling_point_2";s:41:"Remove the White Label box in Theme Panel";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/2.png";}s:2:"id";s:3:"830";s:7:"updated";s:19:"2019-08-04 07:36:38";s:7:"created";s:19:"2019-05-16 05:01:36";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_c9bb8f8d46af4c19cc2b66105accb";s:10:"secret_key";N;s:2:"id";s:4:"3762";s:7:"updated";s:19:"2023-02-23 01:04:27";s:7:"created";s:19:"2019-05-06 13:57:59";s:22:"\0FS_Entity\0_is_updated";b:0;}i:9;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:15:"Ocean Instagram";s:4:"slug";s:15:"ocean-instagram";s:12:"premium_slug";s:15:"ocean-instagram";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:2;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3763";s:11:"description";s:224:"<ul>\n<li>Display your Instagram photos</li>\n<li>Choose the column number</li>\n<li>Show/hide the likes & comments</li>\n<li>Show/hide the captions</li>\n<li>Display your username, follow, posts, biograhpy, etc...</li> </ul>";s:17:"short_description";s:70:"Fetch and customize your Instagram feed to display in a beautiful way.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/card_banner.png";s:15:"selling_point_0";s:29:"Display your Instagram photos";s:15:"selling_point_1";s:24:"Choose the column number";s:15:"selling_point_2";s:34:"Show/hide the likes & comments";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/2.png";}s:2:"id";s:3:"824";s:7:"updated";s:19:"2019-08-04 07:11:09";s:7:"created";s:19:"2019-05-16 04:55:16";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_60babf307a20c89d435bcd61d54e8";s:10:"secret_key";N;s:2:"id";s:4:"3763";s:7:"updated";s:19:"2023-02-23 00:59:13";s:7:"created";s:19:"2019-05-06 14:00:21";s:22:"\0FS_Entity\0_is_updated";b:0;}i:10;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:17:"Ocean Popup Login";s:4:"slug";s:17:"ocean-popup-login";s:12:"premium_slug";s:17:"ocean-popup-login";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:14;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3764";s:11:"description";s:185:"<ul>\n<li>Add the login/register link where you want</li>\n<li>Style the form</li>\n<li>Add a background image in the form</li>\n<li>Change the title and description for the form</li> </ul>";s:17:"short_description";s:59:"A plugin to add a popup login/register form where you want.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/card_banner.png";s:15:"selling_point_0";s:42:"Add the login/register link where you want";s:15:"selling_point_1";s:14:"Style the form";s:15:"selling_point_2";s:34:"Add a background image in the form";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/2.png";}s:2:"id";s:3:"825";s:7:"updated";s:19:"2019-08-04 07:12:58";s:7:"created";s:19:"2019-05-16 04:55:50";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_e0499681c773af2bbac0016bb24ff";s:10:"secret_key";N;s:2:"id";s:4:"3764";s:7:"updated";s:19:"2023-02-23 01:05:53";s:7:"created";s:19:"2019-05-06 14:02:12";s:22:"\0FS_Entity\0_is_updated";b:0;}i:11;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:19:"Ocean Cookie Notice";s:4:"slug";s:19:"ocean-cookie-notice";s:12:"premium_slug";s:19:"ocean-cookie-notice";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:7;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3765";s:11:"description";s:368:"<ul>\n<li>Add scripts that will be loaded only after the user consent</li>\n<li>Choose to reload the page after the cookie accept</li>\n<li>Two notice styles</li>\n<li>Add your own content</li>\n<li>Add your own button text</li>\n<li>Choose between a button or a close icon to close the notice</li>\n<li>Many styling settings to customize every parts of the notice</li> </ul>";s:17:"short_description";s:91:"\nInform users that you are using cookies to comply with the EU cookie law GDPR regulations.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/card_banner.png";s:15:"selling_point_0";s:59:"Add scripts that will be loaded only after the user consent";s:15:"selling_point_1";s:49:"Choose to reload the page after the cookie accept";s:15:"selling_point_2";s:17:"Two notice styles";s:11:"screenshots";O:8:"stdClass":4:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/2.png";s:12:"screenshot_3";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/3.png";}s:2:"id";s:3:"817";s:7:"updated";s:19:"2019-08-04 06:36:09";s:7:"created";s:19:"2019-05-15 10:13:47";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_2ebffcd411ce5f21e543822065b7d";s:10:"secret_key";N;s:2:"id";s:4:"3765";s:7:"updated";s:19:"2023-02-23 00:57:36";s:7:"created";s:19:"2019-05-06 14:04:05";s:22:"\0FS_Entity\0_is_updated";b:0;}i:12;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:17:"Ocean Full Screen";s:4:"slug";s:17:"ocean-full-screen";s:12:"premium_slug";s:17:"ocean-full-screen";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:7;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3766";s:11:"description";s:241:"<ul>\n<li>Very easy to use</li>\n<li>Add your own scrolling speed</li>\n<li>Add a side navigation</li>\n<li>Change the navigation color</li>\n<li>Add tooltips to the navigation</li>\n<li>Disable the scrolling effect at the size you want</li> </ul>";s:17:"short_description";s:63:"A simple and easy way to create a fullscreen scrolling website.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/card_banner.png";s:15:"selling_point_0";s:16:"Very easy to use";s:15:"selling_point_1";s:28:"Add your own scrolling speed";s:15:"selling_point_2";s:21:"Add a side navigation";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/2.png";}s:2:"id";s:3:"822";s:7:"updated";s:19:"2019-08-04 06:57:28";s:7:"created";s:19:"2019-05-16 04:54:33";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_e0f5fb19e66d3b97f64adb891fae5";s:10:"secret_key";N;s:2:"id";s:4:"3766";s:7:"updated";s:19:"2023-02-23 00:58:11";s:7:"created";s:19:"2019-05-06 14:06:43";s:22:"\0FS_Entity\0_is_updated";b:0;}i:13;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:15:"Ocean Pro Demos";s:4:"slug";s:15:"ocean-pro-demos";s:12:"premium_slug";s:15:"ocean-pro-demos";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:18;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3797";s:11:"description";N;s:17:"short_description";N;s:10:"banner_url";N;s:15:"card_banner_url";N;s:15:"selling_point_0";N;s:15:"selling_point_1";N;s:15:"selling_point_2";N;s:11:"screenshots";N;s:2:"id";s:4:"2584";s:7:"updated";N;s:7:"created";s:19:"2022-01-07 00:18:17";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_a34c58ab5e7159d54e88175c1c03f";s:10:"secret_key";N;s:2:"id";s:4:"3797";s:7:"updated";s:19:"2023-02-23 06:14:21";s:7:"created";s:19:"2019-05-14 12:39:32";s:22:"\0FS_Entity\0_is_updated";b:0;}i:14;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:11:"Ocean Extra";s:4:"slug";s:11:"ocean-extra";s:12:"premium_slug";s:19:"ocean-extra-premium";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:0;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3806";s:11:"description";s:759:"<ul>\n<li style="color: #333;font-weight: 600">Meta Boxes</li>\n<li>Change the layout per page/post</li>\n<li>Select the sidebar per page/post</li>\n<li>Enable/Disable the margins top/bottom</li>\n<li>Enable/Disable the title</li>\n<li>Add a custom title</li>\n<li>Add a subheading for your title</li>\n<li>Select the style of your title</li>\n<li>Unique options for the different post format</li>\n<li>Add gallery image for the gallery post format</li>\n<li>And much more...</li>\n<li style="color: #333;font-weight: 600;margin-top: 20px">Theme Panel</li>\n<li>Enable/Disable the Customizer panels</li>\n<li>Activate the licenses of the OceanWP extensions</li>\n<li>Enable/Disable all the theme scripts & styles</li>\n<li>Import/Export the customizer settings</li> </ul>";s:17:"short_description";N;s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/card_banner.png";s:15:"selling_point_0";s:31:"Change the layout per page/post";s:15:"selling_point_1";s:32:"Select the sidebar per page/post";s:15:"selling_point_2";s:45:"Add gallery image for the gallery post format";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/2.png";}s:2:"id";s:3:"832";s:7:"updated";s:19:"2019-08-04 07:50:27";s:7:"created";s:19:"2019-05-16 08:37:18";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_dc69e18411e45b6f22272ac4586b1";s:10:"secret_key";N;s:2:"id";s:4:"3806";s:7:"updated";s:19:"2019-05-16 07:48:04";s:7:"created";s:19:"2019-05-16 07:48:04";s:22:"\0FS_Entity\0_is_updated";b:0;}i:15;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:20:"Ocean Social Sharing";s:4:"slug";s:20:"ocean-social-sharing";s:12:"premium_slug";s:28:"ocean-social-sharing-premium";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:0;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3807";s:11:"description";s:336:"<ul>\n<li>Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.</li>\n<li>Alter the social sharing buttons.</li>\n<li>Choose between three styles.</li>\n<li>Add the social names.</li>\n<li>Choose the heading position.</li>\n<li>Add or edit the social sharing via a child theme.</li> </ul>";s:17:"short_description";s:58:"A simple plugin to add social share buttons to your posts.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/card_banner.png";s:15:"selling_point_0";s:106:"Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo";s:15:"selling_point_1";s:32:"Alter the social sharing buttons";s:15:"selling_point_2";s:27:"Choose between three styles";s:11:"screenshots";O:8:"stdClass":4:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/2.png";s:12:"screenshot_3";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/3.png";}s:2:"id";s:3:"838";s:7:"updated";s:19:"2019-08-04 08:00:26";s:7:"created";s:19:"2019-05-16 08:44:21";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_0aa6121ff893b29efa9a58d6c0ad5";s:10:"secret_key";N;s:2:"id";s:4:"3807";s:7:"updated";s:19:"2023-02-23 06:53:17";s:7:"created";s:19:"2019-05-16 07:53:38";s:22:"\0FS_Entity\0_is_updated";b:0;}i:16;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:21:"Ocean Product Sharing";s:4:"slug";s:21:"ocean-product-sharing";s:12:"premium_slug";s:29:"ocean-product-sharing-premium";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:0;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3809";s:11:"description";s:177:"<ul>\n<li>Add social twitter, facebook, pinterest and email sharing</li>\n<li>Alter the social sharing buttons</li>\n<li>Add or edit the social sharing via a child theme</li> </ul>";s:17:"short_description";s:121:"A simple plugin to add social share buttons to your product page, compatible with WooCommerce and Easy Digital Downloads.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/card_banner.png";s:15:"selling_point_0";s:57:"Add social twitter, facebook, pinterest and email sharing";s:15:"selling_point_1";s:32:"Alter the social sharing buttons";s:15:"selling_point_2";s:48:"Add or edit the social sharing via a child theme";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/2.png";}s:2:"id";s:3:"837";s:7:"updated";s:19:"2019-08-04 07:55:00";s:7:"created";s:19:"2019-05-16 08:43:10";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_e8cc3b7980be98f86dc7286572cc0";s:10:"secret_key";N;s:2:"id";s:4:"3809";s:7:"updated";s:19:"2023-02-23 06:53:17";s:7:"created";s:19:"2019-05-16 08:00:39";s:22:"\0FS_Entity\0_is_updated";b:0;}i:17;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:20:"Ocean Custom Sidebar";s:4:"slug";s:20:"ocean-custom-sidebar";s:12:"premium_slug";s:28:"ocean-custom-sidebar-premium";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:0;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3810";s:11:"description";s:58:"<ul>\n<li>Create an unlimited number of sidebars</li> </ul>";s:17:"short_description";s:136:"Generates an unlimited number of sidebars and place them anywhere you wish. Go to Theme Panel > Sidebars to create your custom sidebars.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/card_banner.png";s:15:"selling_point_0";s:38:"Create an unlimited number of sidebars";s:15:"selling_point_1";N;s:15:"selling_point_2";N;s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/2.png";}s:2:"id";s:3:"833";s:7:"updated";s:19:"2019-08-04 07:47:46";s:7:"created";s:19:"2019-05-16 08:38:20";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_e1fc615375e847fd4d955c62b2a34";s:10:"secret_key";N;s:2:"id";s:4:"3810";s:7:"updated";s:19:"2023-02-23 06:05:04";s:7:"created";s:19:"2019-05-16 08:04:08";s:22:"\0FS_Entity\0_is_updated";b:0;}i:18;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:17:"Ocean Demo Import";s:4:"slug";s:17:"ocean-demo-import";s:12:"premium_slug";s:27:"activity-log-mainwp-premium";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:0;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3811";s:11:"description";s:55:"<ul>\n<li>Import the sample data in one click</li> </ul>";s:17:"short_description";s:80:"Import the OceanWP demo content, widgets and customizer settings with one click.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/card_banner.png";s:15:"selling_point_0";s:35:"Import the sample data in one click";s:15:"selling_point_1";N;s:15:"selling_point_2";N;s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/2.png";}s:2:"id";s:3:"834";s:7:"updated";s:19:"2019-08-04 07:48:57";s:7:"created";s:19:"2019-05-16 08:39:11";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_28285e0f391b4955f4460589da147";s:10:"secret_key";N;s:2:"id";s:4:"3811";s:7:"updated";s:19:"2023-02-21 14:42:53";s:7:"created";s:19:"2019-05-16 08:06:15";s:22:"\0FS_Entity\0_is_updated";b:0;}i:19;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:18:"Ocean Posts Slider";s:4:"slug";s:18:"ocean-posts-slider";s:12:"premium_slug";s:26:"ocean-posts-slider-premium";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:0;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3813";s:11:"description";s:373:"<ul>\n<li>Choose your slider style</li>\n<li>Enter the number of posts to display</li>\n<li>Select the size of the images</li>\n<li>Change the read more text</li>\n<li>Enter a margin to add a space between the slider and your content</li>\n<li>Enter the transition speed of the slides</li>\n<li>Exclude categories of posts</li>\n<li>Choose the order and oder by of posts</li> </ul>";s:17:"short_description";s:71:"Display your latest posts in a beautiful slider with different options.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/card_banner.png";s:15:"selling_point_0";s:24:"Choose your slider style";s:15:"selling_point_1";s:36:"Enter the number of posts to display";s:15:"selling_point_2";s:29:"Select the size of the images";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/2.png";}s:2:"id";s:3:"836";s:7:"updated";s:19:"2019-08-04 07:53:25";s:7:"created";s:19:"2019-05-16 08:42:09";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_eae1ef26c136dd8af5ef7a6cf7557";s:10:"secret_key";N;s:2:"id";s:4:"3813";s:7:"updated";s:19:"2023-02-23 06:10:09";s:7:"created";s:19:"2019-05-16 08:08:26";s:22:"\0FS_Entity\0_is_updated";b:0;}i:20;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:18:"Ocean Modal Window";s:4:"slug";s:18:"ocean-modal-window";s:12:"premium_slug";s:26:"ocean-modal-window-premium";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:0;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3814";s:11:"description";s:203:"<ul>\n<li>Create as many modals as you want</li>\n<li>Choose your custom width</li>\n<li>Insert the content you want (shortcodes allowed)</li>\n<li>Choose your own colors</li>\n<li>Fully responsive</li> </ul>";s:17:"short_description";s:80:"Insert any content in a modals and place the opening button anywhere to open it.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/card_banner.png";s:15:"selling_point_0";s:33:"Create as many modals as you want";s:15:"selling_point_1";s:24:"Choose your custom width";s:15:"selling_point_2";s:48:"Insert the content you want (shortcodes allowed)";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/2.png";}s:2:"id";s:3:"835";s:7:"updated";s:19:"2019-08-04 07:51:54";s:7:"created";s:19:"2019-05-16 08:40:03";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_7e254472063a1abd3b7e342930210";s:10:"secret_key";N;s:2:"id";s:4:"3814";s:7:"updated";s:19:"2023-02-23 06:24:17";s:7:"created";s:19:"2019-05-16 08:10:28";s:22:"\0FS_Entity\0_is_updated";b:0;}i:21;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:20:"Ocean Stick Anything";s:4:"slug";s:20:"ocean-stick-anything";s:12:"premium_slug";s:28:"ocean-stick-anything-premium";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";i:0;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:4:"3815";s:11:"description";s:190:"<ul>\n<li>Stick one or several elements</li>\n<li>Add an offset to add a spacing between the top of the page and your sticky element</li>\n<li>Destroy the sticky on the size you want</li>\n</ul>";s:17:"short_description";s:43:"A simple plugin to stick anything you want.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/card_banner.png";s:15:"selling_point_0";s:29:"Stick one or several elements";s:15:"selling_point_1";s:82:"Add an offset to add a spacing between the top of the page and your sticky element";s:15:"selling_point_2";s:39:"Destroy the sticky on the size you want";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/2.png";}s:2:"id";s:3:"839";s:7:"updated";s:19:"2019-08-04 08:03:54";s:7:"created";s:19:"2019-05-16 08:45:08";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_f9a790f52e74ee60eb2812ba763dd";s:10:"secret_key";N;s:2:"id";s:4:"3815";s:7:"updated";s:19:"2023-02-23 06:05:21";s:7:"created";s:19:"2019-05-16 08:12:51";s:22:"\0FS_Entity\0_is_updated";b:0;}i:22;O:9:"FS_Plugin":23:{s:16:"parent_plugin_id";s:4:"3752";s:5:"title";s:24:"Ocean eComm Treasure Box";s:4:"slug";s:15:"ocean-ecommerce";s:12:"premium_slug";s:15:"ocean-ecommerce";s:4:"type";s:6:"plugin";s:20:"affiliate_moderation";N;s:19:"is_wp_org_compliant";b:0;s:22:"premium_releases_count";i:2;s:4:"file";N;s:7:"version";N;s:11:"auto_update";N;s:4:"info";O:14:"FS_Plugin_Info":13:{s:9:"plugin_id";s:5:"11449";s:11:"description";s:577:"OceanWP’s Ocean eComm Treasure Box lets you control all UI and UX aspects of your eComm store. You can create multiple product page designs for maximum optimization, design the cart and checkout pages and much more.\nThe eCommerce space is saturated and competitive. The ability to customize your shop design and A/B test designs on the fly gives you a competitive edge over the competition. Ocean eComm Treasure Box enables you to customize your WooCommerce shop design from the ground up with a simple drag and drop interface and the power of OceanWP’s amazing customizer.";s:17:"short_description";s:133:"Ocean eComm Treasure Box enables you to customize your WooCommerce shop design from the ground up with a simple drag & drop interface";s:10:"banner_url";s:62:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/banner.png";s:15:"card_banner_url";s:67:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/card_banner.png";s:15:"selling_point_0";s:103:"Gain the ability to redesign all predefined WooCommerce pages: Cart, Check out, Product pages and more.";s:15:"selling_point_1";s:104:"Create different and unique product pages design on the same WooCommerce store for maximum optimization.";s:15:"selling_point_2";s:84:"Create new page design on the fly for maximum control, A/B testing and optimization.";s:11:"screenshots";O:8:"stdClass":4:{s:12:"screenshot_0";s:69:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/0.png";s:12:"screenshot_1";s:69:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/1.png";s:12:"screenshot_2";s:69:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/2.png";s:12:"screenshot_3";s:69:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/3.png";}s:2:"id";s:4:"3198";s:7:"updated";s:19:"2023-01-17 20:20:46";s:7:"created";s:19:"2022-11-18 02:51:08";s:22:"\0FS_Entity\0_is_updated";b:0;}s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";N;s:17:"bundle_public_key";N;s:10:"public_key";s:32:"pk_70588ef53eceb08eb9925752be526";s:10:"secret_key";N;s:2:"id";s:5:"11449";s:7:"updated";s:19:"2023-02-23 00:59:08";s:7:"created";s:19:"2022-11-11 23:34:22";s:22:"\0FS_Entity\0_is_updated";b:0;}}}}', 'yes'),
(13845, 'fs_gdpr', 'a:1:{s:2:"u1";a:1:{s:8:"required";b:0;}}', 'yes'),
(13849, 'widget_block', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(13851, 'https_detection_errors', 'a:1:{s:23:"ssl_verification_failed";a:1:{i:0;s:24:"SSL verification failed.";}}', 'yes'),
(13852, 'admin_email_lifespan', '1677138516', 'yes'),
(13853, 'disallowed_keys', '', 'no'),
(13854, 'comment_previously_approved', '1', 'yes'),
(13855, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(13856, 'auto_update_core_dev', 'enabled', 'yes'),
(13857, 'auto_update_core_minor', 'enabled', 'yes'),
(13858, 'auto_update_core_major', 'unset', 'yes'),
(13859, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(13860, 'finished_updating_comment_type', '1', 'yes'),
(13861, 'db_upgraded', '', 'yes') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(13875, 'elementor_controls_usage', 'a:2:{s:7:"wp-post";a:9:{s:7:"heading";a:2:{s:5:"count";i:9;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:9;s:5:"align";i:9;s:11:"header_size";i:8;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:9;s:21:"typography_typography";i:8;s:20:"typography_font_size";i:8;s:22:"typography_font_weight";i:8;s:27:"typography_font_size_mobile";i:8;s:22:"typography_font_family";i:4;s:29:"typography_line_height_mobile";i:4;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;}}}}s:11:"text-editor";a:2:{s:5:"count";i:42;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:42;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:25;s:10:"text_color";i:40;s:21:"typography_typography";i:39;s:20:"typography_font_size";i:19;s:22:"typography_font_weight";i:19;s:22:"typography_font_family";i:37;s:27:"typography_font_size_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"column";a:2:{s:5:"count";i:91;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:50;s:16:"content_position";i:2;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:6:{s:7:"padding";i:6;s:14:"padding_tablet";i:5;s:6:"margin";i:6;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;s:7:"z_index";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:2:{s:5:"count";i:63;s:8:"controls";a:3:{s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:24;s:16:"background_color";i:23;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:6:{s:7:"padding";i:30;s:6:"margin";i:9;s:14:"padding_tablet";i:6;s:14:"padding_mobile";i:6;s:11:"_element_id";i:2;s:7:"z_index";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:7:{s:16:"content_position";i:31;s:6:"layout";i:12;s:3:"gap";i:7;s:13:"custom_height";i:6;s:6:"height";i:1;s:15:"column_position";i:1;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:16;}}}}s:5:"image";a:2:{s:5:"count";i:18;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_image";a:5:{s:5:"image";i:18;s:5:"align";i:2;s:10:"image_size";i:14;s:7:"link_to";i:12;s:4:"link";i:12;}}s:8:"advanced";a:2:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}s:15:"_section_border";a:3:{s:20:"_border_radius_hover";i:1;s:33:"_box_shadow_hover_box_shadow_type";i:12;s:28:"_box_shadow_hover_box_shadow";i:12;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}s:6:"button";a:2:{s:5:"count";i:7;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:7;s:4:"link";i:7;s:5:"align";i:7;s:4:"size";i:7;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:7;s:22:"typography_font_family";i:7;s:22:"typography_font_weight";i:7;s:17:"button_text_color";i:7;s:16:"background_color";i:7;s:11:"hover_color";i:7;s:29:"button_background_hover_color";i:7;s:13:"border_border";i:7;s:12:"border_width";i:7;s:12:"border_color";i:7;s:13:"border_radius";i:7;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:6;}}}}s:6:"spacer";a:2:{s:5:"count";i:1;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:7:"divider";a:2:{s:5:"count";i:8;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:9:"icon-list";a:2:{s:5:"count";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}s:7:"section";a:7:{s:7:"heading";a:2:{s:5:"count";i:10;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:10;s:5:"align";i:10;s:11:"header_size";i:10;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:10;s:21:"typography_typography";i:10;s:20:"typography_font_size";i:10;s:22:"typography_font_weight";i:10;s:27:"typography_font_size_mobile";i:3;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;s:22:"typography_line_height";i:6;s:25:"typography_text_transform";i:8;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:2:{s:8:"_padding";i:1;s:7:"_margin";i:4;}}}}s:6:"button";a:2:{s:5:"count";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:6:"column";a:2:{s:5:"count";i:14;s:8:"controls";a:3:{s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:7:"padding";i:10;s:14:"padding_tablet";i:8;s:14:"padding_mobile";i:7;s:6:"margin";i:7;s:13:"margin_mobile";i:3;}}s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:10;s:16:"content_position";i:7;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:7;s:16:"background_color";i:7;}s:14:"section_border";a:3:{s:13:"border_radius";i:7;s:26:"box_shadow_box_shadow_type";i:7;s:21:"box_shadow_box_shadow";i:7;}}}}s:7:"section";a:2:{s:5:"count";i:7;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:4:{s:3:"gap";i:5;s:13:"custom_height";i:3;s:16:"content_position";i:6;s:13:"content_width";i:5;}s:17:"section_structure";a:1:{s:9:"structure";i:3;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:6;s:14:"padding_tablet";i:5;s:14:"padding_mobile";i:5;s:11:"_element_id";i:2;}}s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:4;s:16:"background_color";i:4;}}}}s:11:"text-editor";a:2:{s:5:"count";i:8;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:8;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:8;s:10:"text_color";i:1;s:21:"typography_typography";i:8;s:20:"typography_font_size";i:8;s:22:"typography_font_weight";i:8;s:22:"typography_line_height";i:7;}}}}s:4:"icon";a:2:{s:5:"count";i:3;s:8:"controls";a:1:{s:5:"style";a:1:{s:18:"section_style_icon";a:1:{s:13:"primary_color";i:3;}}}}s:7:"divider";a:2:{s:5:"count";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:2;s:5:"color";i:2;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:2;s:5:"align";i:2;s:12:"align_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:2;s:14:"_margin_tablet";i:1;s:8:"_padding";i:1;s:14:"_margin_mobile";i:2;}}}}}}', 'no'),
(13876, 'elementor_install_history', 'a:3:{s:5:"2.7.4";i:1634142097;s:5:"3.4.5";i:1634142098;s:6:"3.11.1";i:1676879432;}', 'yes'),
(13883, 'elementor_active_kit', '1108', 'yes'),
(13884, 'elementor_clear_cache', '', 'yes'),
(13885, 'elementor_reset_api_data', '', 'yes'),
(13886, 'elementor_enable_inspector', '', 'yes'),
(13887, 'elementor_replace_url', '', 'yes'),
(13888, 'elementor_rollback', '', 'yes'),
(13889, 'elementor_rollback_pro_separator', '', 'yes'),
(13890, 'elementor_rollback_pro', '', 'yes'),
(13891, 'elementor_re_migrate_globals_separator', '', 'yes'),
(13892, 'elementor_re_migrate_globals', '', 'yes'),
(13893, 'elementor_beta', 'no', 'yes'),
(13894, 'elementor_maintenance_mode_mode', '', 'yes'),
(13895, 'elementor_maintenance_mode_exclude_mode', 'logged_in', 'yes'),
(13896, 'elementor_maintenance_mode_exclude_roles', 'a:0:{}', 'yes'),
(13897, 'elementor_maintenance_mode_template_id', '', 'yes') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(13909, 'fs_api_cache', 'a:1:{s:55:"get:/v1/plugins/3752/addons.json?enriched=true&count=50";O:8:"stdClass":3:{s:6:"result";O:8:"stdClass":1:{s:7:"plugins";a:23:{i:0;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629141";s:4:"slug";s:20:"ocean-footer-callout";s:5:"title";s:20:"Ocean Footer Callout";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/icons/a5696beb8fd43d782e206a2a2f05077b.png";s:15:"default_plan_id";s:4:"6079";s:5:"plans";i:6079;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:7;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_c3ff094ed1cbaf287c6f833d3ba09";s:2:"id";s:4:"3754";s:7:"created";s:19:"2019-05-06 13:24:01";s:7:"updated";s:19:"2023-02-23 00:57:30";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3754";s:3:"url";s:51:"https://oceanwp.org/extension/ocean-footer-callout/";s:11:"description";s:280:"<ul>\n<li>Display/hide the callout on any page/post</li>\n<li>Edit the content and button url on any page/post</li>\n<li>Display the page content on the callout</li>\n<li>Enable/disable the callout button</li>\n<li>Add your own padding top/bottom</li>\n<li>Add your own color</li> </ul>";s:17:"short_description";s:65:"Add some important information about your company in your footer.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/card_banner.png";s:15:"selling_point_0";s:41:"Display/hide the callout on any page/post";s:15:"selling_point_1";s:48:"Edit the content and button url on any page/post";s:15:"selling_point_2";s:39:"Display the page content on the callout";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/2.png";}s:2:"id";s:3:"821";s:7:"created";s:19:"2019-05-16 04:54:10";s:7:"updated";s:19:"2019-08-04 06:53:40";}s:12:"premium_slug";s:20:"ocean-footer-callout";}i:1;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629149";s:4:"slug";s:19:"ocean-sticky-header";s:5:"title";s:19:"Ocean Sticky Header";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/icons/6a314ecc1f217c32b29095a54a6f87aa.png";s:15:"default_plan_id";s:4:"6078";s:5:"plans";i:6078;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:8;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_21f01f3d0a79bcd65042e3c332188";s:2:"id";s:4:"3755";s:7:"created";s:19:"2019-05-06 13:27:16";s:7:"updated";s:19:"2023-02-23 05:52:14";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3755";s:3:"url";s:50:"https://oceanwp.org/extension/ocean-sticky-header/";s:11:"description";s:512:"<ul>\n<li>Stick manually, perfect for the Custom Header style</li>\n<li>Fixed the top bar</li>\n<li>Add sticky mobile</li>\n<li>Choose between two sticky styles: Shrink or Fixed</li>\n<li>Choose between two sticky effects</li>\n<li>Enter the height of the header during scroll for the shrink style</li>\n<li>Add logo when scrolling</li>\n<li>Enter the height of the logo during scroll for the shrink style</li>\n<li>Choose the header opacity during scroll</li>\n<li>Choose the background and color during scroll</li> </ul>";s:17:"short_description";s:63:"Attach an eye-catching header at the top of your website pages.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/card_banner.png";s:15:"selling_point_0";s:51:"Stick manually, perfect for the Custom Header style";s:15:"selling_point_1";s:17:"Fixed the top bar";s:15:"selling_point_2";s:17:"Add sticky mobile";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/2.png";}s:2:"id";s:3:"829";s:7:"created";s:19:"2019-05-16 05:01:04";s:7:"updated";s:19:"2019-08-04 07:27:06";}s:12:"premium_slug";s:19:"ocean-sticky-header";}i:2;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629165";s:4:"slug";s:16:"ocean-side-panel";s:5:"title";s:16:"Ocean Side Panel";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/icons/9dc7eb12f454d0c73ccfaa3ab28ab5ec.png";s:15:"default_plan_id";s:4:"6077";s:5:"plans";i:6077;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:12;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_95ab9dabcffc015befcfaf19dd91e";s:2:"id";s:4:"3756";s:7:"created";s:19:"2019-05-06 13:30:08";s:7:"updated";s:19:"2023-02-23 01:02:04";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3756";s:3:"url";s:47:"https://oceanwp.org/extension/ocean-side-panel/";s:11:"description";s:443:"<ul>\n<li>Add your widgets into the Side Panel sidebar</li>\n<li>Choose your icon for the opening button</li>\n<li>Add text for the opening button</li>\n<li>Add a custom width for the panel</li>\n<li>Display the panel to the left or right</li>\n<li>Displace or not the panel</li>\n<li>Add an overlay when the panel is opened</li>\n<li>Show/Hide the close button of the panel</li>\n<li>Change the close button text</li>\n<li>Add your own color</li> </ul>";s:17:"short_description";s:63:"Add a responsive side panel with your preferred widgets inside.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/card_banner.png";s:15:"selling_point_0";s:44:"Add your widgets into the Side Panel sidebar";s:15:"selling_point_1";s:39:"Choose your icon for the opening button";s:15:"selling_point_2";s:31:"Add text for the opening button";s:11:"screenshots";O:8:"stdClass":1:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/screenshots/0.png";}s:2:"id";s:3:"827";s:7:"created";s:19:"2019-05-16 05:00:01";s:7:"updated";s:19:"2019-08-04 07:22:03";}s:12:"premium_slug";s:16:"ocean-side-panel";}i:3;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629243";s:4:"slug";s:23:"ocean-elementor-widgets";s:5:"title";s:23:"Ocean Elementor Widgets";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/icons/3a35cafc55823c57623a43e19533ed88.png";s:15:"default_plan_id";s:4:"6076";s:5:"plans";i:6076;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:0;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:33;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_25eeed8cddc1b8bede158756886e8";s:2:"id";s:4:"3757";s:7:"created";s:19:"2019-05-06 13:36:11";s:7:"updated";s:19:"2023-02-23 05:51:41";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3757";s:3:"url";s:54:"https://oceanwp.org/extension/ocean-elementor-widgets/";s:11:"description";s:1290:"<ul>\n<li>Accordions widget</li>\n<li>Advanced Custom Field widget, thanks to Bruno Tritsch for the help</li>\n<li>Advanced Heading widget</li>\n<li>Animated Heading widget</li>\n<li>Banner widget</li>\n<li>Brands widget</li>\n<li>Business Hours widget</li>\n<li>Button Effects widget</li>\n<li>Buttons widget</li>\n<li>Call To Action widget</li>\n<li>Circle Progress widget</li>\n<li>Countdown widget</li>\n<li>Divider widget, to add a text or an icon in the divider</li>\n<li>Flip Box widget</li>\n<li>Google Maps widget</li>\n<li>Hotspots widget</li>\n<li>Image Comparison widget</li>\n<li>Image Gallery widget</li>\n<li>Info Box widget</li>\n<li>Instagram Feed widget</li>\n<li>Link Effects widget</li>\n<li>Login widget</li>\n<li>Lost Password widget</li>\n<li>Register widget</li>\n<li>Modal widget</li>\n<li>Navbar widget</li>\n<li>Off Canvas widget</li>\n<li>Price List widget</li>\n<li>Recipe widget</li>\n<li>Scroll Up widget</li>\n<li>Switch widget</li>\n<li>Table widget</li>\n<li>Tabs widget</li>\n<li>Team Members widget</li>\n<li>Timeline widget</li>\n<li>Contact Form 7 widget</li>\n<li>Gravity Forms widget</li>\n<li>WPForms widget</li>\n<li>Caldera Forms widget</li>\n<li>Ninja Forms widget</li>\n<li>WooCommerce Products widget</li>\n<li>WooCommerce Categories widget</li>\n<li>WooCommerce Slider widget</li> </ul>";s:17:"short_description";s:75:"Add many new powerful widgets to the popular free page builder - Elementor.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/card_banner.png";s:15:"selling_point_0";s:23:"Image Comparison widget";s:15:"selling_point_1";s:21:"Instagram Feed widget";s:15:"selling_point_2";s:12:"Table widget";s:11:"screenshots";O:8:"stdClass":4:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/2.png";s:12:"screenshot_3";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/3.png";}s:2:"id";s:3:"820";s:7:"created";s:19:"2019-05-16 04:53:49";s:7:"updated";s:19:"2019-08-04 06:51:31";}s:12:"premium_slug";s:23:"ocean-elementor-widgets";}i:4;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629263";s:4:"slug";s:11:"ocean-hooks";s:5:"title";s:11:"Ocean Hooks";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/icons/0c46548808059fe3dd90843b858b0ce1.png";s:15:"default_plan_id";s:4:"6075";s:5:"plans";i:6075;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:6;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_bf5672ee85c0032b2b4d7c0a3d244";s:2:"id";s:4:"3758";s:7:"created";s:19:"2019-05-06 13:39:32";s:7:"updated";s:19:"2023-02-23 00:58:42";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3758";s:3:"url";s:42:"https://oceanwp.org/extension/ocean-hooks/";s:11:"description";s:278:"<ul>\n<li>Add different content for the same hook location</li>\n<li>Add shortcode</li>\n<li>Add PHP code</li>\n<li>Add content only for logged in/out users</li>\n<li>Display your code on the page/post/taxonomy you want</li>\n<li>Display your code on the user role you want</li> </ul>";s:17:"short_description";s:60:"Add your custom content throughout various areas of OceanWP.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/card_banner.png";s:15:"selling_point_0";s:48:"Add different content for the same hook location";s:15:"selling_point_1";s:13:"Add shortcode";s:15:"selling_point_2";s:12:"Add PHP code";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/2.png";}s:2:"id";s:3:"823";s:7:"created";s:19:"2019-05-16 04:54:56";s:7:"updated";s:19:"2019-08-04 07:02:53";}s:12:"premium_slug";s:11:"ocean-hooks";}i:5;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629271";s:4:"slug";s:19:"ocean-sticky-footer";s:5:"title";s:19:"Ocean Sticky Footer";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/icons/85936481cdfbeb7be9793d54dd3899ed.png";s:15:"default_plan_id";s:4:"6074";s:5:"plans";i:6074;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:8;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_5552f1b8d38d0f09df4b2990b57b2";s:2:"id";s:4:"3759";s:7:"created";s:19:"2019-05-06 13:41:42";s:7:"updated";s:19:"2023-02-23 01:02:41";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3759";s:3:"url";s:50:"https://oceanwp.org/extension/ocean-sticky-footer/";s:11:"description";s:163:"<ul>\n<li>Add menu in the footer bar</li>\n<li>Add text in the footer bar</li>\n<li>Choose your own colors</li>\n<li>Hide Menu and/or text on mobile screens</li> </ul>";s:17:"short_description";s:69:"A simple extension to attach your footer to the bottom of the screen.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/card_banner.png";s:15:"selling_point_0";s:26:"Add menu in the footer bar";s:15:"selling_point_1";s:26:"Add text in the footer bar";s:15:"selling_point_2";s:22:"Choose your own colors";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/2.png";}s:2:"id";s:3:"828";s:7:"created";s:19:"2019-05-16 05:00:32";s:7:"updated";s:19:"2019-08-04 07:25:54";}s:12:"premium_slug";s:19:"ocean-sticky-footer";}i:6;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629304";s:4:"slug";s:15:"ocean-woo-popup";s:5:"title";s:15:"Ocean Woo Popup";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/icons/6ae8eec013e8b69ec8d15f0befadddb3.png";s:15:"default_plan_id";s:4:"6073";s:5:"plans";i:6073;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:8;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_9414dbc7719b150c20046f728e994";s:2:"id";s:4:"3760";s:7:"created";s:19:"2019-05-06 13:53:08";s:7:"updated";s:19:"2023-02-23 01:05:21";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3760";s:3:"url";s:46:"https://oceanwp.org/extension/ocean-woo-popup/";s:11:"description";s:333:"<ul>\n<li>Select an Elementor template (or a page if you use another page builder) to replace the content of the popup</li>\n<li>Control width, height, padding and the border radius</li>\n<li>Show/hide and reorganize the elements of the popup</li>\n<li>Replace all the texts from the customizer</li>\n<li>Choose your own colors</li> </ul>";s:17:"short_description";s:79:"A simple extension to display a popup when you click on the Add To Cart button.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/card_banner.png";s:15:"selling_point_0";s:108:"Select an Elementor template (or a page if you use another page builder) to replace the content of the popup";s:15:"selling_point_1";s:52:"Control width, height, padding and the border radius";s:15:"selling_point_2";s:50:"Show/hide and reorganize the elements of the popup";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/2.png";}s:2:"id";s:3:"831";s:7:"created";s:19:"2019-05-16 05:02:03";s:7:"updated";s:19:"2019-08-04 07:39:37";}s:12:"premium_slug";s:15:"ocean-woo-popup";}i:7;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629316";s:4:"slug";s:15:"ocean-portfolio";s:5:"title";s:15:"Ocean Portfolio";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/icons/7b93b62e942919fd9bff13e162b5085f.png";s:15:"default_plan_id";s:4:"6072";s:5:"plans";i:6072;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:15;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_d0109c81ea2f48fdfa29c30d9d20b";s:2:"id";s:4:"3761";s:7:"created";s:19:"2019-05-06 13:55:52";s:7:"updated";s:19:"2023-02-23 01:00:55";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3761";s:3:"url";s:46:"https://oceanwp.org/extension/ocean-portfolio/";s:11:"description";s:473:"<ul>\n<li>Display your portfolio anywhere you want via a page template or a shortcode</li>\n<li>Show/hide the filter bar</li>\n<li>Control the filter bar positioning, styling and typography</li>\n<li>Control the portfolio items styling like the margin, padding, color, overlay color,\ntypography, etc...</li>\n<li>Add your own images width and height</li>\n<li>Display items by author, categories or tags, sort by order and exclude categories</li>\n<li>And a lot more...</li> </ul>";s:17:"short_description";s:75:"A complete extension to display your portfolio and work in a beautiful way.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/card_banner.png";s:15:"selling_point_0";s:75:"Display your portfolio anywhere you want via a page template or a shortcode";s:15:"selling_point_1";s:24:"Show/hide the filter bar";s:15:"selling_point_2";s:58:"Control the filter bar positioning, styling and typography";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/2.png";}s:2:"id";s:3:"826";s:7:"created";s:19:"2019-05-16 04:56:11";s:7:"updated";s:19:"2019-08-04 07:20:12";}s:12:"premium_slug";s:15:"ocean-portfolio";}i:8;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629325";s:4:"slug";s:17:"ocean-white-label";s:5:"title";s:17:"Ocean White Label";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/icons/8d792190e8acca4e390b323ea1c4a365.png";s:15:"default_plan_id";s:4:"6071";s:5:"plans";i:6071;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:3;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_c9bb8f8d46af4c19cc2b66105accb";s:2:"id";s:4:"3762";s:7:"created";s:19:"2019-05-06 13:57:59";s:7:"updated";s:19:"2023-02-23 01:04:27";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3762";s:3:"url";s:48:"https://oceanwp.org/extension/ocean-white-label/";s:11:"description";s:302:"<ul>\n<li>Add your own branding name in the admin pages</li>\n<li>Add your own theme name</li>\n<li>Add your own theme author</li>\n<li>Add your own theme author url</li>\n<li>Add your own theme description</li>\n<li>Add your own theme screenshot</li>\n<li>Remove the White Label box in Theme Panel</li> </ul>";s:17:"short_description";s:69:"Impress clients by replacing the OceanWP name by your own brand name.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/card_banner.png";s:15:"selling_point_0";s:45:"Add your own branding name in the admin pages";s:15:"selling_point_1";s:68:"Add your own theme name, author, author url, description, screenshot";s:15:"selling_point_2";s:41:"Remove the White Label box in Theme Panel";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/2.png";}s:2:"id";s:3:"830";s:7:"created";s:19:"2019-05-16 05:01:36";s:7:"updated";s:19:"2019-08-04 07:36:38";}s:12:"premium_slug";s:17:"ocean-white-label";}i:9;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629330";s:4:"slug";s:15:"ocean-instagram";s:5:"title";s:15:"Ocean Instagram";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/icons/e3e778390e70f922d1f8142b04dee9c9.png";s:15:"default_plan_id";s:4:"6070";s:5:"plans";i:6070;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:2;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_60babf307a20c89d435bcd61d54e8";s:2:"id";s:4:"3763";s:7:"created";s:19:"2019-05-06 14:00:21";s:7:"updated";s:19:"2023-02-23 00:59:13";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3763";s:3:"url";s:46:"https://oceanwp.org/extension/ocean-instagram/";s:11:"description";s:224:"<ul>\n<li>Display your Instagram photos</li>\n<li>Choose the column number</li>\n<li>Show/hide the likes & comments</li>\n<li>Show/hide the captions</li>\n<li>Display your username, follow, posts, biograhpy, etc...</li> </ul>";s:17:"short_description";s:70:"Fetch and customize your Instagram feed to display in a beautiful way.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/card_banner.png";s:15:"selling_point_0";s:29:"Display your Instagram photos";s:15:"selling_point_1";s:24:"Choose the column number";s:15:"selling_point_2";s:34:"Show/hide the likes & comments";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/2.png";}s:2:"id";s:3:"824";s:7:"created";s:19:"2019-05-16 04:55:16";s:7:"updated";s:19:"2019-08-04 07:11:09";}s:12:"premium_slug";s:15:"ocean-instagram";}i:10;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629332";s:4:"slug";s:17:"ocean-popup-login";s:5:"title";s:17:"Ocean Popup Login";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/icons/7f847c2192d56151e3f6296e4a4254ea.png";s:15:"default_plan_id";s:4:"6069";s:5:"plans";i:6069;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:14;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_e0499681c773af2bbac0016bb24ff";s:2:"id";s:4:"3764";s:7:"created";s:19:"2019-05-06 14:02:12";s:7:"updated";s:19:"2023-02-23 01:05:53";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3764";s:3:"url";s:48:"https://oceanwp.org/extension/ocean-popup-login/";s:11:"description";s:185:"<ul>\n<li>Add the login/register link where you want</li>\n<li>Style the form</li>\n<li>Add a background image in the form</li>\n<li>Change the title and description for the form</li> </ul>";s:17:"short_description";s:59:"A plugin to add a popup login/register form where you want.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/card_banner.png";s:15:"selling_point_0";s:42:"Add the login/register link where you want";s:15:"selling_point_1";s:14:"Style the form";s:15:"selling_point_2";s:34:"Add a background image in the form";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/2.png";}s:2:"id";s:3:"825";s:7:"created";s:19:"2019-05-16 04:55:50";s:7:"updated";s:19:"2019-08-04 07:12:58";}s:12:"premium_slug";s:17:"ocean-popup-login";}i:11;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629338";s:4:"slug";s:19:"ocean-cookie-notice";s:5:"title";s:19:"Ocean Cookie Notice";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/icons/e0fc0fea29b7206c010e0299a87a6bb5.png";s:15:"default_plan_id";s:4:"6068";s:5:"plans";i:6068;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:7;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_2ebffcd411ce5f21e543822065b7d";s:2:"id";s:4:"3765";s:7:"created";s:19:"2019-05-06 14:04:05";s:7:"updated";s:19:"2023-02-23 00:57:36";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3765";s:3:"url";s:50:"https://oceanwp.org/extension/ocean-cookie-notice/";s:11:"description";s:368:"<ul>\n<li>Add scripts that will be loaded only after the user consent</li>\n<li>Choose to reload the page after the cookie accept</li>\n<li>Two notice styles</li>\n<li>Add your own content</li>\n<li>Add your own button text</li>\n<li>Choose between a button or a close icon to close the notice</li>\n<li>Many styling settings to customize every parts of the notice</li> </ul>";s:17:"short_description";s:91:"\nInform users that you are using cookies to comply with the EU cookie law GDPR regulations.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/card_banner.png";s:15:"selling_point_0";s:59:"Add scripts that will be loaded only after the user consent";s:15:"selling_point_1";s:49:"Choose to reload the page after the cookie accept";s:15:"selling_point_2";s:17:"Two notice styles";s:11:"screenshots";O:8:"stdClass":4:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/2.png";s:12:"screenshot_3";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/3.png";}s:2:"id";s:3:"817";s:7:"created";s:19:"2019-05-15 10:13:47";s:7:"updated";s:19:"2019-08-04 06:36:09";}s:12:"premium_slug";s:19:"ocean-cookie-notice";}i:12;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2629341";s:4:"slug";s:17:"ocean-full-screen";s:5:"title";s:17:"Ocean Full Screen";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/icons/095504fe5c624e441d0c47ac01651c6c.png";s:15:"default_plan_id";s:4:"6067";s:5:"plans";i:6067;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:7;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_e0f5fb19e66d3b97f64adb891fae5";s:2:"id";s:4:"3766";s:7:"created";s:19:"2019-05-06 14:06:43";s:7:"updated";s:19:"2023-02-23 00:58:11";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3766";s:3:"url";s:48:"https://oceanwp.org/extension/ocean-full-screen/";s:11:"description";s:241:"<ul>\n<li>Very easy to use</li>\n<li>Add your own scrolling speed</li>\n<li>Add a side navigation</li>\n<li>Change the navigation color</li>\n<li>Add tooltips to the navigation</li>\n<li>Disable the scrolling effect at the size you want</li> </ul>";s:17:"short_description";s:63:"A simple and easy way to create a fullscreen scrolling website.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/card_banner.png";s:15:"selling_point_0";s:16:"Very easy to use";s:15:"selling_point_1";s:28:"Add your own scrolling speed";s:15:"selling_point_2";s:21:"Add a side navigation";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/2.png";}s:2:"id";s:3:"822";s:7:"created";s:19:"2019-05-16 04:54:33";s:7:"updated";s:19:"2019-08-04 06:57:28";}s:12:"premium_slug";s:17:"ocean-full-screen";}i:13;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2650006";s:4:"slug";s:15:"ocean-pro-demos";s:5:"title";s:15:"Ocean Pro Demos";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3797/icons/9d030891e8edae87e70c38d79e77f877.png";s:15:"default_plan_id";s:4:"6115";s:5:"plans";i:6115;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:0;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:18;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_a34c58ab5e7159d54e88175c1c03f";s:2:"id";s:4:"3797";s:7:"created";s:19:"2019-05-14 12:39:32";s:7:"updated";s:19:"2023-02-23 06:14:21";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3797";s:3:"url";N;s:11:"description";N;s:17:"short_description";N;s:10:"banner_url";N;s:15:"card_banner_url";N;s:15:"selling_point_0";N;s:15:"selling_point_1";N;s:15:"selling_point_2";N;s:11:"screenshots";N;s:2:"id";s:4:"2584";s:7:"created";s:19:"2022-01-07 00:18:17";s:7:"updated";N;}s:12:"premium_slug";s:15:"ocean-pro-demos";}i:14;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"4545";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2655231";s:4:"slug";s:11:"ocean-extra";s:5:"title";s:11:"Ocean Extra";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/icons/a8a66d9af9373c572cd362013c38fdef.png";s:15:"default_plan_id";s:4:"6131";s:5:"plans";i:6131;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:0;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:0;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_dc69e18411e45b6f22272ac4586b1";s:2:"id";s:4:"3806";s:7:"created";s:19:"2019-05-16 07:48:04";s:7:"updated";s:19:"2019-05-16 07:48:04";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3806";s:3:"url";N;s:11:"description";s:759:"<ul>\n<li style="color: #333;font-weight: 600">Meta Boxes</li>\n<li>Change the layout per page/post</li>\n<li>Select the sidebar per page/post</li>\n<li>Enable/Disable the margins top/bottom</li>\n<li>Enable/Disable the title</li>\n<li>Add a custom title</li>\n<li>Add a subheading for your title</li>\n<li>Select the style of your title</li>\n<li>Unique options for the different post format</li>\n<li>Add gallery image for the gallery post format</li>\n<li>And much more...</li>\n<li style="color: #333;font-weight: 600;margin-top: 20px">Theme Panel</li>\n<li>Enable/Disable the Customizer panels</li>\n<li>Activate the licenses of the OceanWP extensions</li>\n<li>Enable/Disable all the theme scripts & styles</li>\n<li>Import/Export the customizer settings</li> </ul>";s:17:"short_description";N;s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/card_banner.png";s:15:"selling_point_0";s:31:"Change the layout per page/post";s:15:"selling_point_1";s:32:"Select the sidebar per page/post";s:15:"selling_point_2";s:45:"Add gallery image for the gallery post format";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/2.png";}s:2:"id";s:3:"832";s:7:"created";s:19:"2019-05-16 08:37:18";s:7:"updated";s:19:"2019-08-04 07:50:27";}s:12:"premium_slug";s:19:"ocean-extra-premium";}i:15;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"4545";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2655252";s:4:"slug";s:20:"ocean-social-sharing";s:5:"title";s:20:"Ocean Social Sharing";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/icons/472046596ff2243e1bab433a07d35533.png";s:15:"default_plan_id";s:4:"6132";s:5:"plans";i:6132;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:0;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:0;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_0aa6121ff893b29efa9a58d6c0ad5";s:2:"id";s:4:"3807";s:7:"created";s:19:"2019-05-16 07:53:38";s:7:"updated";s:19:"2023-02-23 06:53:17";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3807";s:3:"url";N;s:11:"description";s:336:"<ul>\n<li>Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.</li>\n<li>Alter the social sharing buttons.</li>\n<li>Choose between three styles.</li>\n<li>Add the social names.</li>\n<li>Choose the heading position.</li>\n<li>Add or edit the social sharing via a child theme.</li> </ul>";s:17:"short_description";s:58:"A simple plugin to add social share buttons to your posts.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/card_banner.png";s:15:"selling_point_0";s:106:"Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo";s:15:"selling_point_1";s:32:"Alter the social sharing buttons";s:15:"selling_point_2";s:27:"Choose between three styles";s:11:"screenshots";O:8:"stdClass":4:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/2.png";s:12:"screenshot_3";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/3.png";}s:2:"id";s:3:"838";s:7:"created";s:19:"2019-05-16 08:44:21";s:7:"updated";s:19:"2019-08-04 08:00:26";}s:12:"premium_slug";s:28:"ocean-social-sharing-premium";}i:16;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"4545";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2655271";s:4:"slug";s:21:"ocean-product-sharing";s:5:"title";s:21:"Ocean Product Sharing";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/icons/be28eef8c31337b3f73addbcce9dfde4.png";s:15:"default_plan_id";s:4:"6135";s:5:"plans";i:6135;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:0;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:0;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_e8cc3b7980be98f86dc7286572cc0";s:2:"id";s:4:"3809";s:7:"created";s:19:"2019-05-16 08:00:39";s:7:"updated";s:19:"2023-02-23 06:53:17";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3809";s:3:"url";N;s:11:"description";s:177:"<ul>\n<li>Add social twitter, facebook, pinterest and email sharing</li>\n<li>Alter the social sharing buttons</li>\n<li>Add or edit the social sharing via a child theme</li> </ul>";s:17:"short_description";s:121:"A simple plugin to add social share buttons to your product page, compatible with WooCommerce and Easy Digital Downloads.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/card_banner.png";s:15:"selling_point_0";s:57:"Add social twitter, facebook, pinterest and email sharing";s:15:"selling_point_1";s:32:"Alter the social sharing buttons";s:15:"selling_point_2";s:48:"Add or edit the social sharing via a child theme";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/2.png";}s:2:"id";s:3:"837";s:7:"created";s:19:"2019-05-16 08:43:10";s:7:"updated";s:19:"2019-08-04 07:55:00";}s:12:"premium_slug";s:29:"ocean-product-sharing-premium";}i:17;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"4545";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2655279";s:4:"slug";s:20:"ocean-custom-sidebar";s:5:"title";s:20:"Ocean Custom Sidebar";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/icons/06fd0e67684e995d78b72746831434ac.png";s:15:"default_plan_id";s:4:"6136";s:5:"plans";i:6136;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:0;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:0;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_e1fc615375e847fd4d955c62b2a34";s:2:"id";s:4:"3810";s:7:"created";s:19:"2019-05-16 08:04:08";s:7:"updated";s:19:"2023-02-23 06:05:04";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3810";s:3:"url";N;s:11:"description";s:58:"<ul>\n<li>Create an unlimited number of sidebars</li> </ul>";s:17:"short_description";s:136:"Generates an unlimited number of sidebars and place them anywhere you wish. Go to Theme Panel > Sidebars to create your custom sidebars.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/card_banner.png";s:15:"selling_point_0";s:38:"Create an unlimited number of sidebars";s:15:"selling_point_1";N;s:15:"selling_point_2";N;s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/2.png";}s:2:"id";s:3:"833";s:7:"created";s:19:"2019-05-16 08:38:20";s:7:"updated";s:19:"2019-08-04 07:47:46";}s:12:"premium_slug";s:28:"ocean-custom-sidebar-premium";}i:18;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"4545";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2655283";s:4:"slug";s:17:"ocean-demo-import";s:5:"title";s:17:"Ocean Demo Import";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/icons/bac62de0483069acf490a59267f15f99.png";s:15:"default_plan_id";s:4:"6137";s:5:"plans";i:6137;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:0;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:0;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_28285e0f391b4955f4460589da147";s:2:"id";s:4:"3811";s:7:"created";s:19:"2019-05-16 08:06:15";s:7:"updated";s:19:"2023-02-21 14:42:53";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3811";s:3:"url";N;s:11:"description";s:55:"<ul>\n<li>Import the sample data in one click</li> </ul>";s:17:"short_description";s:80:"Import the OceanWP demo content, widgets and customizer settings with one click.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/card_banner.png";s:15:"selling_point_0";s:35:"Import the sample data in one click";s:15:"selling_point_1";N;s:15:"selling_point_2";N;s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/2.png";}s:2:"id";s:3:"834";s:7:"created";s:19:"2019-05-16 08:39:11";s:7:"updated";s:19:"2019-08-04 07:48:57";}s:12:"premium_slug";s:27:"activity-log-mainwp-premium";}i:19;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"4545";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2655290";s:4:"slug";s:18:"ocean-posts-slider";s:5:"title";s:18:"Ocean Posts Slider";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/icons/9672cd2dd221c216014c9ad6f73e8d64.png";s:15:"default_plan_id";s:4:"6139";s:5:"plans";i:6139;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:0;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:0;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_eae1ef26c136dd8af5ef7a6cf7557";s:2:"id";s:4:"3813";s:7:"created";s:19:"2019-05-16 08:08:26";s:7:"updated";s:19:"2023-02-23 06:10:09";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3813";s:3:"url";N;s:11:"description";s:373:"<ul>\n<li>Choose your slider style</li>\n<li>Enter the number of posts to display</li>\n<li>Select the size of the images</li>\n<li>Change the read more text</li>\n<li>Enter a margin to add a space between the slider and your content</li>\n<li>Enter the transition speed of the slides</li>\n<li>Exclude categories of posts</li>\n<li>Choose the order and oder by of posts</li> </ul>";s:17:"short_description";s:71:"Display your latest posts in a beautiful slider with different options.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/card_banner.png";s:15:"selling_point_0";s:24:"Choose your slider style";s:15:"selling_point_1";s:36:"Enter the number of posts to display";s:15:"selling_point_2";s:29:"Select the size of the images";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/2.png";}s:2:"id";s:3:"836";s:7:"created";s:19:"2019-05-16 08:42:09";s:7:"updated";s:19:"2019-08-04 07:53:25";}s:12:"premium_slug";s:26:"ocean-posts-slider-premium";}i:20;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"4545";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2655295";s:4:"slug";s:18:"ocean-modal-window";s:5:"title";s:18:"Ocean Modal Window";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/icons/6f292d54bf178d4f0e6ea68523fcc206.png";s:15:"default_plan_id";s:4:"6140";s:5:"plans";i:6140;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:0;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:0;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_7e254472063a1abd3b7e342930210";s:2:"id";s:4:"3814";s:7:"created";s:19:"2019-05-16 08:10:28";s:7:"updated";s:19:"2023-02-23 06:24:17";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3814";s:3:"url";N;s:11:"description";s:203:"<ul>\n<li>Create as many modals as you want</li>\n<li>Choose your custom width</li>\n<li>Insert the content you want (shortcodes allowed)</li>\n<li>Choose your own colors</li>\n<li>Fully responsive</li> </ul>";s:17:"short_description";s:80:"Insert any content in a modals and place the opening button anywhere to open it.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/card_banner.png";s:15:"selling_point_0";s:33:"Create as many modals as you want";s:15:"selling_point_1";s:24:"Choose your custom width";s:15:"selling_point_2";s:48:"Insert the content you want (shortcodes allowed)";s:11:"screenshots";O:8:"stdClass":3:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/0.png";s:12:"screenshot_1";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/1.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/2.png";}s:2:"id";s:3:"835";s:7:"created";s:19:"2019-05-16 08:40:03";s:7:"updated";s:19:"2019-08-04 07:51:54";}s:12:"premium_slug";s:26:"ocean-modal-window-premium";}i:21;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"4545";s:8:"store_id";s:4:"1561";s:10:"install_id";s:7:"2655298";s:4:"slug";s:20:"ocean-stick-anything";s:5:"title";s:20:"Ocean Stick Anything";s:11:"environment";i:0;s:4:"icon";s:93:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/icons/57da39476e63889a0289c2e64206c970.png";s:15:"default_plan_id";s:4:"6141";s:5:"plans";i:6141;s:8:"features";N;s:17:"money_back_period";N;s:13:"refund_policy";N;s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:0;s:19:"is_wp_org_compliant";b:1;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:0;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_f9a790f52e74ee60eb2812ba763dd";s:2:"id";s:4:"3815";s:7:"created";s:19:"2019-05-16 08:12:51";s:7:"updated";s:19:"2023-02-23 06:05:21";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:4:"3815";s:3:"url";N;s:11:"description";s:190:"<ul>\n<li>Stick one or several elements</li>\n<li>Add an offset to add a spacing between the top of the page and your sticky element</li>\n<li>Destroy the sticky on the size you want</li>\n</ul>";s:17:"short_description";s:43:"A simple plugin to stick anything you want.";s:10:"banner_url";s:61:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/banner.png";s:15:"card_banner_url";s:66:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/card_banner.png";s:15:"selling_point_0";s:29:"Stick one or several elements";s:15:"selling_point_1";s:82:"Add an offset to add a spacing between the top of the page and your sticky element";s:15:"selling_point_2";s:39:"Destroy the sticky on the size you want";s:11:"screenshots";O:8:"stdClass":2:{s:12:"screenshot_0";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/0.png";s:12:"screenshot_2";s:68:"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/2.png";}s:2:"id";s:3:"839";s:7:"created";s:19:"2019-05-16 08:45:08";s:7:"updated";s:19:"2019-08-04 08:03:54";}s:12:"premium_slug";s:28:"ocean-stick-anything-premium";}i:22;O:8:"stdClass":34:{s:16:"parent_plugin_id";s:4:"3752";s:12:"developer_id";s:4:"6233";s:8:"store_id";s:4:"1561";s:10:"install_id";s:8:"10669940";s:4:"slug";s:15:"ocean-ecommerce";s:5:"title";s:24:"Ocean eComm Treasure Box";s:11:"environment";i:0;s:4:"icon";s:94:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/icons/6be7396ce993dfc2ae91651f54ba96bd.png";s:15:"default_plan_id";s:5:"19463";s:5:"plans";i:19463;s:8:"features";N;s:17:"money_back_period";i:14;s:13:"refund_policy";s:6:"strict";s:24:"annual_renewals_discount";N;s:22:"renewals_discount_type";s:10:"percentage";s:11:"is_released";b:1;s:15:"is_sdk_required";b:1;s:18:"is_pricing_visible";b:1;s:19:"is_wp_org_compliant";b:0;s:6:"is_off";b:0;s:24:"is_only_for_new_installs";b:0;s:14:"installs_limit";N;s:19:"free_releases_count";i:0;s:22:"premium_releases_count";i:2;s:17:"accepted_payments";i:0;s:7:"plan_id";s:1:"0";s:4:"type";s:6:"plugin";s:9:"is_static";b:0;s:10:"public_key";s:32:"pk_70588ef53eceb08eb9925752be526";s:2:"id";s:5:"11449";s:7:"created";s:19:"2022-11-11 23:34:22";s:7:"updated";s:19:"2023-02-23 00:59:08";s:4:"info";O:8:"stdClass":13:{s:9:"plugin_id";s:5:"11449";s:3:"url";N;s:11:"description";s:577:"OceanWP’s Ocean eComm Treasure Box lets you control all UI and UX aspects of your eComm store. You can create multiple product page designs for maximum optimization, design the cart and checkout pages and much more.\nThe eCommerce space is saturated and competitive. The ability to customize your shop design and A/B test designs on the fly gives you a competitive edge over the competition. Ocean eComm Treasure Box enables you to customize your WooCommerce shop design from the ground up with a simple drag and drop interface and the power of OceanWP’s amazing customizer.";s:17:"short_description";s:133:"Ocean eComm Treasure Box enables you to customize your WooCommerce shop design from the ground up with a simple drag & drop interface";s:10:"banner_url";s:62:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/banner.png";s:15:"card_banner_url";s:67:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/card_banner.png";s:15:"selling_point_0";s:103:"Gain the ability to redesign all predefined WooCommerce pages: Cart, Check out, Product pages and more.";s:15:"selling_point_1";s:104:"Create different and unique product pages design on the same WooCommerce store for maximum optimization.";s:15:"selling_point_2";s:84:"Create new page design on the fly for maximum control, A/B testing and optimization.";s:11:"screenshots";O:8:"stdClass":4:{s:12:"screenshot_0";s:69:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/0.png";s:12:"screenshot_1";s:69:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/1.png";s:12:"screenshot_2";s:69:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/2.png";s:12:"screenshot_3";s:69:"//s3-us-west-2.amazonaws.com/freemius/plugins/11449/screenshots/3.png";}s:2:"id";s:4:"3198";s:7:"created";s:19:"2022-11-18 02:51:08";s:7:"updated";s:19:"2023-01-17 20:20:46";}s:12:"premium_slug";s:15:"ocean-ecommerce";}}}s:7:"created";i:1677135382;s:9:"timestamp";i:1677221782;}}', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(13919, 'theme_mods_twentytwenty', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:2;}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1634142816;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:0:{}s:9:"sidebar-2";a:0:{}}}}', 'yes'),
(13937, '7238c9070c32ed98a38810e053129a9a', 'a:2:{s:7:"timeout";i:1634186078;s:5:"value";a:16:{s:14:"stable_version";s:5:"3.4.2";s:12:"last_updated";s:19:"2021-08-31 15:40:43";s:8:"sections";s:32768:"a:2:{s:11:"description";s:161:"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.";s:9:"changelog";s:32546:"<h4>3.4.2 - 2021-10-12</h4>\n<ul>\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href="https://github.com/elementor/elementor/issues/16435">#16435</a>)</li>\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href="https://github.com/elementor/elementor/issues/16305">#16305</a>)</li>\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href="https://github.com/elementor/elementor/issues/16358">#16358</a>)</li>\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel</li>\n<li>Fix: Product variations UI glitch in Menu Cart widget</li>\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget</li>\n</ul>\n<h4>3.4.1 - 2021-09-01</h4>\n<ul>\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href="https://github.com/elementor/elementor/issues/16186">#16186</a>)</li>\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget</li>\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget</li>\n</ul>\n<h4>3.4.0 - 2021-09-01</h4>\n<ul>\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href="https://github.com/elementor/elementor/issues/11312">#11312</a>)</li>\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href="https://github.com/elementor/elementor/issues/14952">#14952</a>)</li>\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href="https://github.com/elementor/elementor/issues/14119">#14119</a>)</li>\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href="https://github.com/elementor/elementor/issues/9531">#9531</a>, <a href="https://github.com/elementor/elementor/issues/10875">#10875</a>, <a href="https://github.com/elementor/elementor/issues/11309">#11309</a>)</li>\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href="https://github.com/elementor/elementor/issues/12126">#12126</a>, <a href="https://github.com/elementor/elementor/issues/1284">#1284</a>, <a href="https://github.com/elementor/elementor/issues/14557">#14557</a>)</li>\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href="https://github.com/elementor/elementor/issues/15319">#15319</a>)</li>\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href="https://github.com/elementor/elementor/issues/8572">#8572</a>)</li>\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href="https://github.com/elementor/elementor/issues/15348">#15348</a>)</li>\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget</li>\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget</li>\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags</li>\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget</li>\n<li>Tweak: Removed the Video Playlist widget from the Experiments list</li>\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget</li>\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget</li>\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options</li>\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget</li>\n<li>Tweak: Adjusted Motion Effects module to support future feature</li>\n<li>Tweak: Added future compatibility to support better loading of <code>eicons</code> font</li>\n<li>Tweak: Changed Rename Part title and button color in Theme Builder</li>\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href="https://github.com/elementor/elementor/issues/15451">#15451</a>)</li>\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href="https://github.com/elementor/elementor/issues/15292">#15292</a>)</li>\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/15365">#15365</a>)</li>\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget</li>\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget</li>\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget</li>\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget</li>\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget</li>\n<li>Fix: Submenu indicator alignment issue in Nav menu widget</li>\n<li>Fix: Query control deprecated message appears when debug mode is defined</li>\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget</li>\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget</li>\n<li>Fix: Header icon color is not working in Table Of Content widget</li>\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget</li>\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget</li>\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget</li>\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget</li>\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder</li>\n<li>Fix: Redundant pagination queries in the Editor</li>\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()</code></li>\n<li>Deprecated: See all deprecations to this version in our <a href="https://developers.elementor.com/v3-4-planned-deprecations/">Developers Deprecations Post</a></li>\n</ul>\n<h4>3.3.8 - 2021-08-23</h4>\n<ul>\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href="https://github.com/elementor/elementor/issues/16001">#16001</a>)</li>\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href="https://github.com/elementor/elementor/issues/16045">#16045</a>)</li>\n<li>Fix: reCAPTCHA v3 <code>z-index</code> is lower than the Section\'s background color</li>\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget</li>\n<li>Fix: Font Awesome icons were not loaded in Post Info widget</li>\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget</li>\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active</li>\n</ul>\n<h4>3.3.7 - 2021-08-15</h4>\n<ul>\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget</li>\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects</li>\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active</li>\n</ul>\n<h4>3.3.6 - 2021-08-10</h4>\n<ul>\n<li>Tweak: Added support for future feature in Nav Menu widget</li>\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href="https://github.com/elementor/elementor/issues/15857">#15857</a>)</li>\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href="https://github.com/elementor/elementor/issues/15857">#15857</a>)</li>\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href="https://github.com/elementor/elementor/issues/15857">#15857</a>)</li>\n</ul>\n<h4>3.3.5 - 2021-08-01</h4>\n<ul>\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href="https://github.com/elementor/elementor/issues/15773">#15773</a>)</li>\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget</li>\n</ul>\n<h4>3.3.4 - 2021-07-21</h4>\n<ul>\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href="https://github.com/elementor/elementor/issues/15718">#15718</a>)</li>\n</ul>\n<h4>3.3.3 - 2021-07-20</h4>\n<ul>\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit</li>\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets</li>\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href="https://github.com/elementor/elementor/issues/15632">#15632</a>, <a href="https://github.com/elementor/elementor/issues/15683">#15683</a>, <a href="https://github.com/elementor/elementor/issues/15660">#15660</a>)</li>\n<li>Fix: Translation update keep appearing as available after install (<a href="https://github.com/elementor/elementor/issues/14297">#14297</a>)</li>\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget</li>\n</ul>\n<h4>3.3.2 - 2021-07-13</h4>\n<ul>\n<li>Tweak: Updated plugin description</li>\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href="https://github.com/elementor/elementor/issues/11111">#11111</a>)</li>\n<li>Fix: Clicking videos from the items list in edit mode doesn’t initiate videos properly</li>\n<li>Fix: User unauthorized message when activated but not connected in Kit Library</li>\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values</li>\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget</li>\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget</li>\n</ul>\n<h4>3.3.1 - 2021-06-20</h4>\n<ul>\n<li>Tweak: Added support for more Theme Builder display conditions in Export / Import experiment</li>\n<li>Tweak: Adjusted License page heading structure for future feature</li>\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature</li>\n<li>Fix: <code>frontend.min.js</code> file size increased in Elementor Pro 3.3.0 (<a href="https://github.com/elementor/elementor/issues/15278">#15278</a>)</li>\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href="https://github.com/elementor/elementor/issues/13299">#13299</a>)</li>\n<li>Fix: Custom Code publish modal responsiveness issues (<a href="https://github.com/elementor/elementor/issues/14519">#14519</a>)</li>\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href="https://github.com/elementor/elementor/issues/10671">#10671</a>)</li>\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag</li>\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget</li>\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget</li>\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget</li>\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget</li>\n<li>Fix: Import button is not working properly in Theme Builder interface</li>\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder</li>\n</ul>\n<h4>3.3.0 - 2021-06-08</h4>\n<ul>\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href="https://github.com/elementor/elementor/issues/11859">#11859</a>, <a href="https://github.com/elementor/elementor/issues/7803">#7803</a>)</li>\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href="https://github.com/elementor/elementor/issues/7282">#7282</a>, <a href="https://github.com/elementor/elementor/issues/2768">#2768</a>)</li>\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/13859">#13859</a>, <a href="https://github.com/elementor/elementor/issues/13810">#13810</a>)</li>\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href="https://github.com/elementor/elementor/issues/11111">#11111</a>)</li>\n<li>Tweak: Added <code>elementor_pro/forms/record/actions_before</code> to filter the record before it sent to Actions After Submit in Forms widget (<a href="https://github.com/elementor/elementor/issues/14261">#14261</a>)</li>\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting</li>\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href="https://github.com/elementor/elementor/issues/10329">#10329</a>, <a href="https://github.com/elementor/elementor/issues/14229">#14229</a>)</li>\n<li>Tweak: Added future support for Sticky JS library conditional loading</li>\n<li>Tweak: Added future support for Import / Export experiment</li>\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version</li>\n<li>Tweak: Added gradient button capabilities to Login widget buttons</li>\n<li>Tweak: Added gradient button capabilities to Slides widget button</li>\n<li>Tweak: Added gradient button capabilities to Price Table widget button</li>\n<li>Tweak: Added gradient button capabilities to Flip Box widget button</li>\n<li>Tweak: Added Code Highlight widget Developers Documentation</li>\n<li>Tweak: Adjusted Submissions page for future updates</li>\n<li>Tweak: Added <code>em</code> and <code>%</code> units for padding control in Carousel widgets</li>\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget</li>\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href="https://github.com/elementor/elementor/issues/7376">#7376</a>, <a href="https://github.com/elementor/elementor/issues/10382">#10382</a>)</li>\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href="https://github.com/elementor/elementor/issues/13519">#13519</a>)</li>\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href="https://github.com/elementor/elementor/issues/9907">#9907</a>)</li>\n<li>Fix: Hamburger toggle is not working in Nav menu widget</li>\n<li>Fix: Activation bug for IDN domains</li>\n<li>Fix: Conditions modal responsive glitches in Custom Code</li>\n<li>Fix: Duplicated strings in Custom Code module</li>\n<li>Fix: Enable resize option for code input field in Custom Code</li>\n<li>Fix: "Save & Close "button in Custom Code\'s Conditions modal was not visible on small screen sizes</li>\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section</li>\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget</li>\n<li>Fix: Video item does not play without adding an image in Media Carousel widget</li>\n<li>Fix: <code>search-plus</code> icon missing from panel in Media Carousel widget</li>\n<li>Fix: UI hover state glitch in Media Carousel widget</li>\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow</li>\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment</li>\n<li>Fix: Non english values are not encoded properly on Submissions export</li>\n<li>Fix: Theme Builder import is not working properly</li>\n<li>Fix: UI glitch when no global widgets were found in Editor Panel</li>\n<li>Deprecated: See all deprecations to this version in our <a href="https://developers.elementor.com/v3-3-planned-deprecations/">Developers Deprecations Post</a></li>\n</ul>\n<h4>3.2.2 - 2021-05-05</h4>\n<ul>\n<li>Tweak: Added support for Expert tier templates in Templates Library</li>\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x</li>\n<li>Tweak: Added compatibility for future Library improvements</li>\n<li>Fix: Toolset image dynamic field is not working with Gallery widget</li>\n</ul>\n<h4>3.2.1 - 2021-03-21</h4>\n<ul>\n<li>Tweak: Added strings context in PayPal button and Price Table widgets</li>\n<li>Tweak: Added support for future Import / Export Kit feature</li>\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly</li>\n</ul>\n<h4>3.2.0 - 2021-03-16</h4>\n<ul>\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site</li>\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href="https://github.com/elementor/elementor/issues/1686">#1686</a>)</li>\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href="https://github.com/elementor/elementor/issues/7956">#7956</a>)</li>\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget</li>\n<li>Tweak: Changed descriptive text in Create Custom Code screen</li>\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget</li>\n<li>Tweak: Added support for future load on demand for <code>share-link</code> library</li>\n<li>Tweak: Added support for future load on demand for <code>dialog</code> library in Popup</li>\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain</li>\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href="https://github.com/elementor/elementor/issues/13951">#13951</a>)</li>\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href="https://github.com/elementor/elementor/issues/13971">#13971</a>)</li>\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files</li>\n<li>Fix: Conditions modal is not responsive in Custom Code</li>\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen</li>\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget</li>\n<li>Fix: Unnecessary Save Draft button in Custom Code</li>\n<li>Fix: RTL glitches in Custom Code</li>\n<li>Fix: Sanitized options in the editor to enforce better security policies</li>\n<li>Deprecated: See all deprecations to this version in our (<a href="https://developers.elementor.com/v3-2-planned-deprecations/">Developers Deprecations Post</a>)</li>\n</ul>\n<h4>3.1.1 - 2021-02-23</h4>\n<ul>\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget</li>\n<li>Fix: Popup event handler is undefined (<a href="https://github.com/elementor/elementor/issues/11475">#11475</a>, <a href="https://github.com/elementor/elementor/issues/10690">#10690</a>)</li>\n<li>Fix: Conditions modal is not responsive in Custom Code</li>\n<li>Fix: RTL glitches in Code Highlight widget</li>\n<li>Fix: Minor UI glitches in Code Highlight widget</li>\n<li>Fix: Users can\'t get Pro Developer Edition version updates</li>\n</ul>\n<h4>3.1.0 - 2021-02-16</h4>\n<ul>\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head</code>, <code>body</code> start and <code>body</code> end</li>\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href="https://github.com/elementor/elementor/issues/5815">#5815</a>)</li>\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href="https://github.com/elementor/elementor/issues/8572">#8572</a>, <a href="https://developers.elementor.com/experiment-optimized-asset-loading/">Developer Documentation</a>)</li>\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href="https://developers.elementor.com/compatibility-tag/">Developer Documentation</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href="https://github.com/elementor/elementor/issues/4625">#4625</a>, <a href="https://github.com/elementor/elementor/issues/8569">#8569</a>)</li>\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href="https://github.com/elementor/elementor/issues/5403">#5403</a>, <a href="https://github.com/elementor/elementor/issues/7826">#7826</a>)</li>\n<li>Tweak: Added animation Loop option for Animated Headline (<a href="https://github.com/elementor/elementor/issues/9749">#9749</a>, <a href="https://github.com/elementor/elementor/issues/2457">#2457</a>)</li>\n<li>Tweak: Added timing options for Animated Headline widget (<a href="https://github.com/elementor/elementor/issues/4392">#4392</a>)</li>\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href="https://github.com/elementor/elementor/issues/8569">#8569</a>)</li>\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href="https://github.com/elementor/elementor/issues/4242">#4242</a>, <a href="https://github.com/elementor/elementor/issues/8569">#8569</a>)</li>\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href="https://github.com/elementor/elementor/issues/13577">#13577</a>)</li>\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1</li>\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href="https://developers.elementor.com/how-to-add-a-repeater-control-to-elementor-add-on/">Developer Documentation</a>)</li>\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule</li>\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets</li>\n<li>Tweak: Import scroll utility from core and remove it from Pro</li>\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href="https://github.com/elementor/elementor/issues/9757">#9757</a>)</li>\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons</li>\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin</li>\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href="https://github.com/elementor/elementor/issues/12569">#12569</a>)</li>\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href="https://github.com/elementor/elementor/issues/6726">#6726</a>)</li>\n<li>Fix: Redundant spacing is added to Share Buttons widget</li>\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget</li>\n<li>Fix: Overflow issue in certain animations in Animated Headline widget</li>\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown</li>\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form</li>\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme</li>\n<li>Fix: Duplicate button Text Color control in Slides widget</li>\n<li>Fix: JS error is thrown when editing and saving global widgets</li>\n<li>Fix: <code>get_version</code> API function may fail with Redis / DB cache</li>\n<li>Fix: Multiple license check requests are created in certain cases</li>\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods</li>\n<li>Deprecated: See all deprecations to this version in our <a href="https://developers.elementor.com/v3-1-planned-deprecations/">Developers Deprecations Post</a></li>\n</ul>\n<h4>3.0.10 - 2021-01-20</h4>\n<ul>\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor Pro v3.1</li>\n</ul>\n<h4>3.0.9 - 2020-12-29</h4>\n<ul>\n<li>Tweak: Added compatibility to support Elementor 3.1.0</li>\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder</li>\n<li>Fix: Border color glitch in Theme Builder</li>\n</ul>\n<h4>3.0.8 - 2020-11-26</h4>\n<ul>\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href="https://github.com/elementor/elementor/issues/13172">#13172</a>)</li>\n</ul>\n<h4>3.0.7 - 2020-11-25</h4>\n<ul>\n<li>Fix: Console Error when dragging Testimonials Carousel widget</li>\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites</li>\n<li>Fix: Removed the conditional loading of Webpack</li>\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge</li>\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues</li>\n<li>Fix: Gallery not displayed in Theme Builder templates preview</li>\n</ul>\n<h4>3.0.6 - 2020-11-04</h4>\n<ul>\n<li>Tweak: Updated the embedded post in Facebook Embed widget</li>\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer</li>\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder</li>\n<li>Fix: Redundant Custom Caption option in Site Logo widget</li>\n<li>Fix: Removed unused code in Drip integration</li>\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget</li>\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets</li>\n</ul>\n<h4>3.0.5 - 2020-09-23</h4>\n<ul>\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited</li>\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set</li>\n<li>Fix: Missing Single document placeholder in Theme Builder</li>\n<li>Fix: Document editing handles inherit the <code>font-family</code> from 3rd party source</li>\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form</li>\n<li>Fix: Incorrect width in Facebook Page widget</li>\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder</li>\n</ul>\n<h4>3.0.4 - 2020-09-09</h4>\n<ul>\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href="https://github.com/elementor/elementor/issues/12304">#12304</a>)</li>\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href="https://github.com/elementor/elementor/issues/12126">#12126</a>, <a href="https://github.com/elementor/elementor/issues/12127">#12127</a>)</li>\n<li>Fix: Shrinking conditions indicator in Theme Builder</li>\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget</li>\n<li>Fix: Styles are missing from Single templates in some edge cases</li>\n</ul>\n<h4>3.0.3 - 2020-09-02</h4>\n<ul>\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href="https://github.com/elementor/elementor/issues/12126">#12126</a>, <a href="https://github.com/elementor/elementor/issues/12127">#12127</a>)</li>\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view</li>\n</ul>\n<h4>3.0.2 - 2020-08-31</h4>\n<ul>\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href="https://github.com/elementor/elementor/issues/12312">#12312</a>)</li>\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder</li>\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href="https://github.com/elementor/elementor/issues/12299">#12299</a>, <a href="https://github.com/elementor/elementor/issues/12275">#12275</a>)</li>\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href="https://github.com/elementor/elementor/issues/11809">#11809</a>)</li>\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder</li>\n<li>Fix: Mixed templates import glitch in Theme Builder</li>\n<li>Fix: Card icon sizes in Theme Builder</li>\n<li>Fix: Preview button leads to <code>render_mode</code> instead of preview when importing a template from the new Theme Builder</li>\n</ul>\n<h4>3.0.1 - 2020-08-26</h4>\n<ul>\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support</li>\n<li>Tweak: Updated video tutorials in Theme Builder</li>\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href="https://github.com/black-eye">@black-eye</a>)</li>\n<li>Fix: Repeater items throws <code>childView</code> is undefined message in Forms widget (<a href="https://github.com/elementor/elementor/issues/12239">#12239</a>, <a href="https://github.com/elementor/elementor/issues/12221">#12221</a>)</li>\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href="https://github.com/elementor/elementor/issues/12137">#12137</a>)</li>\n<li>Fix: Facebook comments not showing up (<a href="https://github.com/elementor/elementor/issues/12157">#12157</a>)</li>\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly</li>\n<li>Fix: Minor UI fixes in Theme Builder</li>\n<li>Fix: Dark mode glitches in Theme Builder</li>\n<li>Fix: Global Site Part toaster appears when you publish a Popup</li>\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder</li>\n<li>Fix: Date field caused forms to get corrupted in Forms widget</li>\n<li>Fix: Theme Builder application page is forbidden</li>\n</ul>\n<h4>3.0.0 - 2020-08-23</h4>\n<ul>\n<li>New: Introducing the new and improved Theme Builder</li>\n<li>Tweak: Removed <code>.elementor-inner</code> and <code>.elementor-column-wrap</code> from DOM output to improve performance (<a href="https://github.com/elementor/elementor/issues/7351">#7351</a>, <a href="https://github.com/elementor/elementor/issues/7817">#7817</a>, <a href="https://developers.elementor.com/dom-improvements-ahead-html-wrappers-removal-from-v3-0/">Developers Blog Post</a>)</li>\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href="https://github.com/elementor/elementor/issues/10052">#10052</a>)</li>\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href="https://github.com/elementor/elementor/issues/11554">#11554</a>)</li>\n<li>Tweak: Added Dynamic capabilities for Redirect after Login/Logout in Login widget (<a href="https://github.com/elementor/elementor/issues/11343">#11343</a>)</li>\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href="https://github.com/elementor/elementor/issues/11653">#11653</a>)</li>\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href="https://github.com/elementor/elementor/issues/8269">#8269</a>)</li>\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href="https://github.com/elementor/elementor/issues/11968">#11968</a>)</li>\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href="https://github.com/elementor/elementor/issues/10364">#10364</a>)</li>\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts</li>\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget</li>\n<li>Tweak: Removed unnecessary style in WC Product with variations</li>\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href="https://developers.elementor.com/elementor-dropping-support-ie/">Developers Blog Post</a>)</li>\n<li>Tweak: Added Date Modified option to Posts widget metadata</li>\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href="https://github.com/elementor/elementor/issues/11355">#11355</a>)</li>\n<li>Fix: Divider alignment issue in Post Info widget (<a href="https://github.com/elementor/elementor/issues/11628">#11628</a>)</li>\n<li>Fix: Color doesn’t change in Products Archive Description widget</li>\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin</li>\n<li>Fix: WC Product variations layout issue</li>\n<li>Fix: WC Product variations mobile zoom-in glitch</li>\n<li>Fix: Can\'t edit a Popup after accessing Theme Style</li>\n<li>Fix: Twitter icon missing in Blockquote widget</li>\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin</li>\n<li>Fix: UI glitch in Display Conditions modal</li>\n<li>Fix: Insert template button UI glitch in Templates Library</li>\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security</li>\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup</li>\n<li>Fix: Child categories are shown with a different parent category in Query control</li>\n<li>Deprecated: See all deprecations to this version in our <a href="https://developers.elementor.com/v3-0-planned-deprecations/">Developers Deprecations Post</a></li>\n</ul>";}";s:11:"new_version";s:5:"3.4.2";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"5.0";s:6:"tested";s:5:"5.8.1";s:18:"elementor_requires";s:5:"3.0.1";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:5:"icons";a:1:{s:3:"svg";s:42:"https://ps.w.org/elementor/assets/icon.svg";}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:12:{s:11:"new_version";s:5:"3.4.0";s:4:"name";s:13:"Elementor Pro";s:4:"slug";s:13:"elementor-pro";s:3:"url";s:36:"https://elementor.com/pro/changelog/";s:8:"homepage";s:26:"https://elementor.com/pro/";s:8:"requires";s:3:"5.0";s:6:"tested";s:5:"5.8.1";s:18:"elementor_requires";s:5:"3.0.1";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:5:"icons";a:1:{s:3:"svg";s:42:"https://ps.w.org/elementor/assets/icon.svg";}}s:10:"conditions";a:1:{i:0;a:1:{i:0;a:3:{s:4:"type";s:8:"language";s:9:"languages";a:27:{i:0;s:5:"he_IL";i:1;s:5:"nl_NL";i:2;s:5:"en_GB";i:3;s:5:"en_NZ";i:4;s:5:"en_ZA";i:5;s:5:"en_AU";i:6;s:5:"en_CA";i:7;s:5:"sv_SE";i:8;s:5:"da_DK";i:9;s:5:"fr_FR";i:10;s:5:"nl_NL";i:11;s:5:"nb_NO";i:12;s:5:"de_AT";i:13;s:2:"fi";i:14;s:5:"it_IT";i:15;s:5:"nn_NO";i:16;s:5:"de_CH";i:17;s:5:"en_GB";i:18;s:5:"is_IS";i:19;s:2:"ga";i:20;s:5:"fr_BE";i:21;s:5:"nl_BE";i:22;s:3:"ast";i:23;s:5:"lb_LU";i:24;s:5:"es_ES";i:25;s:5:"pt_PT";i:26;s:3:"mlt";}s:8:"operator";s:2:"in";}}}}}}', 'no'),
(13945, 'wp-optimize-installed-for', '1634143261', 'yes'),
(13947, 'wp-optimize-schedule', 'false', 'yes'),
(13948, 'wp-optimize-last-optimized', 'Never', 'yes'),
(13949, 'wp-optimize-schedule-type', 'wpo_weekly', 'yes'),
(13950, 'wp-optimize-retention-enabled', 'false', 'yes'),
(13951, 'wp-optimize-retention-period', '2', 'yes'),
(13952, 'wp-optimize-enable-admin-menu', 'false', 'yes'),
(13953, 'wp-optimize-total-cleaned', '0', 'yes'),
(13954, 'wp-optimize-auto', 'a:7:{s:5:"trash";s:4:"true";s:9:"revisions";s:4:"true";s:8:"optimize";s:5:"false";s:10:"unapproved";s:5:"false";s:5:"spams";s:4:"true";s:6:"drafts";s:4:"true";s:9:"transient";s:5:"false";}', 'yes'),
(13955, 'wp-optimize-settings', 'a:13:{s:10:"user-trash";s:4:"true";s:14:"user-revisions";s:4:"true";s:13:"user-optimize";s:4:"true";s:15:"user-trackbacks";s:4:"true";s:15:"user-unapproved";s:4:"true";s:15:"user-orphandata";s:4:"true";s:10:"user-spams";s:4:"true";s:11:"user-drafts";s:4:"true";s:13:"user-postmeta";s:4:"true";s:14:"user-pingbacks";s:4:"true";s:16:"user-commentmeta";s:4:"true";s:14:"user-transient";s:4:"true";s:13:"last_saved_in";s:6:"3.1.12";}', 'yes'),
(13956, 'wpo_minify_config', 'a:50:{s:5:"debug";b:0;s:19:"enabled_css_preload";b:0;s:18:"enabled_js_preload";b:0;s:11:"hpreconnect";s:0:"";s:8:"hpreload";s:0:"";s:7:"loadcss";b:0;s:10:"remove_css";b:0;s:17:"critical_path_css";s:0:"";s:31:"critical_path_css_is_front_page";s:0:"";s:30:"preserve_settings_on_uninstall";b:1;s:22:"disable_when_logged_in";b:0;s:16:"default_protocol";s:7:"dynamic";s:17:"html_minification";b:1;s:16:"clean_header_one";b:0;s:13:"emoji_removal";b:1;s:18:"merge_google_fonts";b:1;s:19:"enable_display_swap";b:1;s:18:"remove_googlefonts";b:0;s:13:"gfonts_method";s:6:"inline";s:15:"fawesome_method";s:7:"inherit";s:10:"enable_css";b:1;s:23:"enable_css_minification";b:1;s:21:"enable_merging_of_css";b:1;s:23:"remove_print_mediatypes";b:0;s:10:"inline_css";b:0;s:9:"enable_js";b:1;s:22:"enable_js_minification";b:1;s:20:"enable_merging_of_js";b:1;s:15:"enable_defer_js";s:10:"individual";s:13:"defer_js_type";s:5:"defer";s:12:"defer_jquery";b:1;s:18:"enable_js_trycatch";b:0;s:19:"exclude_defer_login";b:1;s:7:"cdn_url";s:0:"";s:9:"cdn_force";b:0;s:9:"async_css";s:0:"";s:8:"async_js";s:0:"";s:24:"disable_css_inline_merge";b:1;s:6:"ualist";a:8:{i:0;s:12:"x11.*fox\\/54";i:1;s:20:"oid\\s4.*xus.*ome\\/62";i:2;s:12:"x11.*ome\\/62";i:3;s:5:"oobot";i:4;s:5:"ighth";i:5;s:5:"tmetr";i:6;s:6:"eadles";i:7;s:5:"ingdo";}s:9:"blacklist";a:0:{}s:11:"ignore_list";a:0:{}s:10:"exclude_js";s:0:"";s:11:"exclude_css";s:0:"";s:23:"edit_default_exclutions";b:0;s:18:"merge_allowed_urls";s:0:"";s:7:"enabled";b:0;s:17:"last-cache-update";i:1634143261;s:14:"plugin_version";s:5:"0.0.0";s:14:"cache_lifespan";i:30;s:25:"merge_inline_extra_css_js";b:1;}', 'yes'),
(13957, 'updraft_task_manager_dbversion', '1.1', 'yes'),
(13958, 'wpo_update_version', '3.1.12', 'yes'),
(13962, 'updraft_unlocked_wpo_cache_preloader_creating_tasks', '1', 'no'),
(13963, 'updraft_last_lock_time_wpo_cache_preloader_creating_tasks', '2021-10-13 16:41:06', 'no'),
(13964, 'updraft_semaphore_wpo_cache_preloader_creating_tasks', '0', 'no'),
(13967, 'wp-optimize-corrupted-tables-count', '0', 'yes'),
(13970, 'wp-optimize-install-or-update-notice-version', '1.1', 'yes'),
(13971, 'wp-optimize-enable-auto-backup', 'false', 'yes'),
(13974, 'wpo_cache_config', 'a:16:{s:19:"enable_page_caching";b:0;s:23:"page_cache_length_value";i:24;s:22:"page_cache_length_unit";s:5:"hours";s:17:"page_cache_length";i:86400;s:20:"cache_exception_urls";a:0:{}s:23:"cache_exception_cookies";a:0:{}s:30:"cache_exception_browser_agents";a:0:{}s:22:"enable_sitemap_preload";b:0;s:23:"enable_schedule_preload";b:0;s:21:"preload_schedule_type";s:0:"";s:21:"enable_mobile_caching";b:0;s:19:"enable_user_caching";b:0;s:8:"site_url";s:22:"http://ippmt.kauko.lt/";s:24:"enable_cache_per_country";b:0;s:17:"wpo_cache_cookies";a:0:{}s:25:"wpo_cache_query_variables";a:0:{}}', 'yes'),
(21953, 'active_plugins', 'a:5:{i:0;s:23:"elementor/elementor.php";i:1;s:49:"host-analyticsjs-local/host-analyticsjs-local.php";i:2;s:35:"litespeed-cache/litespeed-cache.php";i:3;s:27:"ocean-extra/ocean-extra.php";i:4;s:31:"wp-migrate-db/wp-migrate-db.php";}', 'yes'),
(21955, 'ai1wm_backups_labels', 'a:0:{}', 'yes'),
(21956, 'ai1wm_sites_links', 'a:0:{}', 'yes'),
(21957, '_transient_doing_cron', '1677136337.5160210132598876953125', 'yes'),
(21959, 'template', 'oceanwp', 'yes'),
(21960, 'stylesheet', 'oceanwp-child-theme-master', 'yes'),
(21961, 'swift_performance_plugin_organizer', 'a:0:{}', 'yes'),
(21967, 'user_count', '4', 'no'),
(22078, '_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-6.1.1.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-6.1.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.1.1";s:7:"version";s:5:"6.1.1";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"6.1";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1677135483;s:15:"version_checked";s:5:"6.1.1";s:12:"translations";a:0:{}}', 'no'),
(22085, '_site_transient_timeout_browser_2ce1fd67485cfe92adf700d716e9f29f', '1677185369', 'no'),
(22086, '_site_transient_browser_2ce1fd67485cfe92adf700d716e9f29f', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:9:"110.0.0.0";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'),
(22087, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1677185370', 'no'),
(22088, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:6:"5.6.20";s:12:"is_supported";b:1;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'no'),
(22095, 'can_compress_scripts', '0', 'no'),
(22096, '_site_transient_timeout_community-events-4599358dc3078056fe7fc32ecdfd0dda', '1676623773', 'no'),
(22097, '_site_transient_community-events-4599358dc3078056fe7fc32ecdfd0dda', 'a:4:{s:9:"sandboxed";b:0;s:5:"error";N;s:8:"location";a:1:{s:2:"ip";s:12:"188.69.123.0";}s:6:"events";a:0:{}}', 'no'),
(22178, '_transient_timeout_elementor_remote_info_api_data_3.4.5', '1676880112', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22179, '_transient_elementor_remote_info_api_data_3.4.5', 'a:4:{s:9:"timestamp";s:10:"1676833352";s:14:"upgrade_notice";a:3:{s:7:"version";s:5:"2.0.0";s:7:"message";s:0:"";s:11:"update_link";s:0:"";}s:11:"pro_widgets";a:64:{i:0;a:4:{s:4:"name";s:5:"posts";s:5:"title";s:5:"Posts";s:4:"icon";s:15:"eicon-post-list";s:10:"categories";s:16:"["pro-elements"]";}i:1;a:4:{s:4:"name";s:9:"portfolio";s:5:"title";s:9:"Portfolio";s:4:"icon";s:18:"eicon-gallery-grid";s:10:"categories";s:16:"["pro-elements"]";}i:2;a:4:{s:4:"name";s:7:"gallery";s:5:"title";s:7:"Gallery";s:4:"icon";s:23:"eicon-gallery-justified";s:10:"categories";s:16:"["pro-elements"]";}i:3;a:4:{s:4:"name";s:4:"form";s:5:"title";s:4:"Form";s:4:"icon";s:21:"eicon-form-horizontal";s:10:"categories";s:16:"["pro-elements"]";}i:4;a:4:{s:4:"name";s:5:"login";s:5:"title";s:5:"Login";s:4:"icon";s:15:"eicon-lock-user";s:10:"categories";s:16:"["pro-elements"]";}i:5;a:4:{s:4:"name";s:6:"slides";s:5:"title";s:6:"Slides";s:4:"icon";s:12:"eicon-slides";s:10:"categories";s:16:"["pro-elements"]";}i:6;a:4:{s:4:"name";s:8:"nav-menu";s:5:"title";s:8:"Nav Menu";s:4:"icon";s:14:"eicon-nav-menu";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:7;a:4:{s:4:"name";s:17:"animated-headline";s:5:"title";s:17:"Animated Headline";s:4:"icon";s:23:"eicon-animated-headline";s:10:"categories";s:16:"["pro-elements"]";}i:8;a:4:{s:4:"name";s:10:"price-list";s:5:"title";s:10:"Price List";s:4:"icon";s:16:"eicon-price-list";s:10:"categories";s:16:"["pro-elements"]";}i:9;a:4:{s:4:"name";s:11:"price-table";s:5:"title";s:11:"Price Table";s:4:"icon";s:17:"eicon-price-table";s:10:"categories";s:16:"["pro-elements"]";}i:10;a:4:{s:4:"name";s:8:"flip-box";s:5:"title";s:8:"Flip Box";s:4:"icon";s:14:"eicon-flip-box";s:10:"categories";s:16:"["pro-elements"]";}i:11;a:4:{s:4:"name";s:14:"call-to-action";s:5:"title";s:14:"Call to Action";s:4:"icon";s:20:"eicon-image-rollover";s:10:"categories";s:16:"["pro-elements"]";}i:12;a:4:{s:4:"name";s:14:"media-carousel";s:5:"title";s:14:"Media Carousel";s:4:"icon";s:20:"eicon-media-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:13;a:4:{s:4:"name";s:20:"testimonial-carousel";s:5:"title";s:20:"Testimonial Carousel";s:4:"icon";s:26:"eicon-testimonial-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:14;a:4:{s:4:"name";s:7:"reviews";s:5:"title";s:7:"Reviews";s:4:"icon";s:12:"eicon-review";s:10:"categories";s:16:"["pro-elements"]";}i:15;a:4:{s:4:"name";s:17:"table-of-contents";s:5:"title";s:17:"Table of Contents";s:4:"icon";s:23:"eicon-table-of-contents";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:16;a:4:{s:4:"name";s:9:"countdown";s:5:"title";s:9:"Countdown";s:4:"icon";s:15:"eicon-countdown";s:10:"categories";s:16:"["pro-elements"]";}i:17;a:4:{s:4:"name";s:13:"share-buttons";s:5:"title";s:13:"Share Buttons";s:4:"icon";s:11:"eicon-share";s:10:"categories";s:16:"["pro-elements"]";}i:18;a:4:{s:4:"name";s:11:"search-form";s:5:"title";s:11:"Search Form";s:4:"icon";s:17:"eicon-site-search";s:10:"categories";s:18:"["theme-elements"]";}i:19;a:4:{s:4:"name";s:10:"author-box";s:5:"title";s:10:"Author Box";s:4:"icon";s:12:"eicon-person";s:10:"categories";s:18:"["theme-elements"]";}i:20;a:4:{s:4:"name";s:13:"post-comments";s:5:"title";s:13:"Post Comments";s:4:"icon";s:14:"eicon-comments";s:10:"categories";s:18:"["theme-elements"]";}i:21;a:4:{s:4:"name";s:15:"post-navigation";s:5:"title";s:15:"Post Navigation";s:4:"icon";s:21:"eicon-post-navigation";s:10:"categories";s:18:"["theme-elements"]";}i:22;a:4:{s:4:"name";s:9:"post-info";s:5:"title";s:9:"Post Info";s:4:"icon";s:15:"eicon-post-info";s:10:"categories";s:18:"["theme-elements"]";}i:23;a:4:{s:4:"name";s:7:"sitemap";s:5:"title";s:7:"Sitemap";s:4:"icon";s:13:"eicon-sitemap";s:10:"categories";s:18:"["theme-elements"]";}i:24;a:4:{s:4:"name";s:11:"breadcrumbs";s:5:"title";s:11:"Breadcrumbs";s:4:"icon";s:11:"eicon-yoast";s:10:"categories";s:18:"["theme-elements"]";}i:25;a:4:{s:4:"name";s:10:"blockquote";s:5:"title";s:10:"Blockquote";s:4:"icon";s:16:"eicon-blockquote";s:10:"categories";s:16:"["pro-elements"]";}i:26;a:4:{s:4:"name";s:19:"wc-archive-products";s:5:"title";s:16:"Archive Products";s:4:"icon";s:14:"eicon-products";s:10:"categories";s:24:"["woocommerce-elements"]";}i:27;a:4:{s:4:"name";s:31:"woocommerce-archive-description";s:5:"title";s:19:"Archive Description";s:4:"icon";s:25:"eicon-product-description";s:10:"categories";s:24:"["woocommerce-elements"]";}i:28;a:4:{s:4:"name";s:20:"woocommerce-products";s:5:"title";s:8:"Products";s:4:"icon";s:14:"eicon-products";s:10:"categories";s:24:"["woocommerce-elements"]";}i:29;a:4:{s:4:"name";s:22:"woocommerce-breadcrumb";s:5:"title";s:23:"WooCommerce Breadcrumbs";s:4:"icon";s:25:"eicon-product-breadcrumbs";s:10:"categories";s:24:"["woocommerce-elements"]";}i:30;a:4:{s:4:"name";s:14:"wc-add-to-cart";s:5:"title";s:18:"Custom Add To Cart";s:4:"icon";s:17:"eicon-woocommerce";s:10:"categories";s:24:"["woocommerce-elements"]";}i:31;a:4:{s:4:"name";s:11:"wc-elements";s:5:"title";s:17:"WooCommerce Pages";s:4:"icon";s:19:"eicon-product-pages";s:10:"categories";s:24:"["woocommerce-elements"]";}i:32;a:4:{s:4:"name";s:13:"wc-categories";s:5:"title";s:18:"Product Categories";s:4:"icon";s:24:"eicon-product-categories";s:10:"categories";s:24:"["woocommerce-elements"]";}i:33;a:4:{s:4:"name";s:21:"woocommerce-menu-cart";s:5:"title";s:9:"Menu Cart";s:4:"icon";s:10:"eicon-cart";s:10:"categories";s:41:"["theme-elements","woocommerce-elements"]";}i:34;a:4:{s:4:"name";s:25:"woocommerce-product-title";s:5:"title";s:13:"Product Title";s:4:"icon";s:19:"eicon-product-title";s:10:"categories";s:24:"["woocommerce-elements"]";}i:35;a:4:{s:4:"name";s:26:"woocommerce-product-images";s:5:"title";s:14:"Product Images";s:4:"icon";s:20:"eicon-product-images";s:10:"categories";s:24:"["woocommerce-elements"]";}i:36;a:4:{s:4:"name";s:25:"woocommerce-product-price";s:5:"title";s:13:"Product Price";s:4:"icon";s:19:"eicon-product-price";s:10:"categories";s:24:"["woocommerce-elements"]";}i:37;a:4:{s:4:"name";s:31:"woocommerce-product-add-to-cart";s:5:"title";s:11:"Add To Cart";s:4:"icon";s:25:"eicon-product-add-to-cart";s:10:"categories";s:24:"["woocommerce-elements"]";}i:38;a:4:{s:4:"name";s:26:"woocommerce-product-rating";s:5:"title";s:14:"Product Rating";s:4:"icon";s:20:"eicon-product-rating";s:10:"categories";s:24:"["woocommerce-elements"]";}i:39;a:4:{s:4:"name";s:25:"woocommerce-product-stock";s:5:"title";s:13:"Product Stock";s:4:"icon";s:19:"eicon-product-stock";s:10:"categories";s:24:"["woocommerce-elements"]";}i:40;a:4:{s:4:"name";s:24:"woocommerce-product-meta";s:5:"title";s:12:"Product Meta";s:4:"icon";s:18:"eicon-product-meta";s:10:"categories";s:24:"["woocommerce-elements"]";}i:41;a:4:{s:4:"name";s:37:"woocommerce-product-short-description";s:5:"title";s:17:"Short Description";s:4:"icon";s:25:"eicon-product-description";s:10:"categories";s:24:"["woocommerce-elements"]";}i:42;a:4:{s:4:"name";s:29:"woocommerce-product-data-tabs";s:5:"title";s:17:"Product Data Tabs";s:4:"icon";s:18:"eicon-product-tabs";s:10:"categories";s:24:"["woocommerce-elements"]";}i:43;a:4:{s:4:"name";s:42:"woocommerce-product-additional-information";s:5:"title";s:22:"Additional Information";s:4:"icon";s:19:" eicon-product-info";s:10:"categories";s:24:"["woocommerce-elements"]";}i:44;a:4:{s:4:"name";s:27:"woocommerce-product-related";s:5:"title";s:15:"Product Related";s:4:"icon";s:21:"eicon-product-related";s:10:"categories";s:24:"["woocommerce-elements"]";}i:45;a:4:{s:4:"name";s:26:"woocommerce-product-upsell";s:5:"title";s:7:"Upsells";s:4:"icon";s:20:"eicon-product-upsell";s:10:"categories";s:24:"["woocommerce-elements"]";}i:46;a:4:{s:4:"name";s:6:"lottie";s:5:"title";s:6:"Lottie";s:4:"icon";s:12:"eicon-lottie";s:10:"categories";s:16:"["pro-elements"]";}i:47;a:4:{s:4:"name";s:15:"facebook-button";s:5:"title";s:15:"Facebook Button";s:4:"icon";s:23:"eicon-facebook-like-box";s:10:"categories";s:16:"["pro-elements"]";}i:48;a:4:{s:4:"name";s:17:"facebook-comments";s:5:"title";s:17:"Facebook Comments";s:4:"icon";s:23:"eicon-facebook-comments";s:10:"categories";s:16:"["pro-elements"]";}i:49;a:4:{s:4:"name";s:14:"facebook-embed";s:5:"title";s:14:"Facebook Embed";s:4:"icon";s:14:"eicon-fb-embed";s:10:"categories";s:16:"["pro-elements"]";}i:50;a:4:{s:4:"name";s:13:"facebook-page";s:5:"title";s:13:"Facebook Page";s:4:"icon";s:13:"eicon-fb-feed";s:10:"categories";s:16:"["pro-elements"]";}i:51;a:4:{s:4:"name";s:7:"hotspot";s:5:"title";s:7:"Hotspot";s:4:"icon";s:19:"eicon-image-hotspot";s:10:"categories";s:16:"["pro-elements"]";}i:52;a:4:{s:4:"name";s:13:"paypal-button";s:5:"title";s:13:"PayPal Button";s:4:"icon";s:19:"eicon-paypal-button";s:10:"categories";s:16:"["pro-elements"]";}i:53;a:4:{s:4:"name";s:14:"code-highlight";s:5:"title";s:14:"Code Highlight";s:4:"icon";s:20:"eicon-code-highlight";s:10:"categories";s:16:"["pro-elements"]";}i:54;a:4:{s:4:"name";s:14:"video-playlist";s:5:"title";s:14:"Video Playlist";s:4:"icon";s:20:"eicon-video-playlist";s:10:"categories";s:16:"["pro-elements"]";}i:55;a:4:{s:4:"name";s:8:"template";s:5:"title";s:8:"Template";s:4:"icon";s:19:"eicon-document-file";s:10:"categories";s:16:"["pro-elements"]";}i:56;a:4:{s:4:"name";s:15:"theme-site-logo";s:5:"title";s:9:"Site Logo";s:4:"icon";s:15:"eicon-site-logo";s:10:"categories";s:18:"["theme-elements"]";}i:57;a:4:{s:4:"name";s:16:"theme-site-title";s:5:"title";s:10:"Site Title";s:4:"icon";s:16:"eicon-site-title";s:10:"categories";s:18:"["theme-elements"]";}i:58;a:4:{s:4:"name";s:16:"theme-page-title";s:5:"title";s:10:"Page Title";s:4:"icon";s:19:"eicon-archive-title";s:10:"categories";s:18:"["theme-elements"]";}i:59;a:4:{s:4:"name";s:16:"theme-post-title";s:5:"title";s:10:"Post Title";s:4:"icon";s:16:"eicon-post-title";s:10:"categories";s:18:"["theme-elements"]";}i:60;a:4:{s:4:"name";s:18:"theme-post-excerpt";s:5:"title";s:12:"Post Excerpt";s:4:"icon";s:18:"eicon-post-excerpt";s:10:"categories";s:18:"["theme-elements"]";}i:61;a:4:{s:4:"name";s:25:"theme-post-featured-image";s:5:"title";s:14:"Featured Image";s:4:"icon";s:20:"eicon-featured-image";s:10:"categories";s:18:"["theme-elements"]";}i:62;a:4:{s:4:"name";s:19:"theme-archive-title";s:5:"title";s:13:"Archive Title";s:4:"icon";s:19:"eicon-archive-title";s:10:"categories";s:18:"["theme-elements"]";}i:63;a:4:{s:4:"name";s:13:"archive-posts";s:5:"title";s:13:"Archive Posts";s:4:"icon";s:19:"eicon-archive-posts";s:10:"categories";s:18:"["theme-elements"]";}}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"3.6.0";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"6.1.1";s:12:"requires_php";s:3:"5.6";}s:10:"conditions";a:0:{}}}', 'no'),
(22229, '_site_transient_ai1wm_last_check_for_updates', '1677135383', 'no'),
(22230, '2nd_notice', 'second-time', 'yes'),
(22260, 'owp_wizard', 'un-setup', 'yes'),
(22264, 'elementor_events_db_version', '1.0.0', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22266, 'caos_anonymize_ip_mode', 'one', 'yes'),
(22267, 'caos_db_version', '4.3.0', 'yes'),
(22268, 'caos_compatibility_mode', '', 'yes'),
(22279, 'elementor_scheme_color', 'a:4:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";}', 'yes'),
(22280, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"600";}i:2;a:2:{s:11:"font_family";s:11:"Roboto Slab";s:11:"font_weight";s:3:"400";}i:3;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"400";}i:4;a:2:{s:11:"font_family";s:6:"Roboto";s:11:"font_weight";s:3:"500";}}', 'yes'),
(22281, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:"#6ec1e4";i:2;s:7:"#54595f";i:3;s:7:"#7a7a7a";i:4;s:7:"#61ce70";i:5;s:7:"#4054b2";i:6;s:7:"#23a455";i:7;s:4:"#000";i:8;s:4:"#fff";}', 'yes'),
(22282, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1677135483;s:7:"checked";a:5:{s:26:"oceanwp-child-theme-master";s:3:"1.0";s:7:"oceanwp";s:5:"3.4.1";s:15:"twentytwentyone";s:3:"1.7";s:17:"twentytwentythree";s:3:"1.0";s:15:"twentytwentytwo";s:3:"1.3";}s:8:"response";a:1:{s:7:"oceanwp";a:6:{s:5:"theme";s:7:"oceanwp";s:11:"new_version";s:5:"3.4.2";s:3:"url";s:37:"https://wordpress.org/themes/oceanwp/";s:7:"package";s:55:"https://downloads.wordpress.org/theme/oceanwp.3.4.2.zip";s:8:"requires";s:3:"5.6";s:12:"requires_php";s:3:"7.2";}}s:9:"no_update";a:3:{s:15:"twentytwentyone";a:6:{s:5:"theme";s:15:"twentytwentyone";s:11:"new_version";s:3:"1.7";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentyone/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip";s:8:"requires";s:3:"5.3";s:12:"requires_php";s:3:"5.6";}s:17:"twentytwentythree";a:6:{s:5:"theme";s:17:"twentytwentythree";s:11:"new_version";s:3:"1.0";s:3:"url";s:47:"https://wordpress.org/themes/twentytwentythree/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}s:15:"twentytwentytwo";a:6:{s:5:"theme";s:15:"twentytwentytwo";s:11:"new_version";s:3:"1.3";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentytwo/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip";s:8:"requires";s:3:"5.9";s:12:"requires_php";s:3:"5.6";}}s:12:"translations";a:0:{}}', 'no'),
(22285, '_site_transient_timeout_popular_importers_66f1202693d4a48e2614d1abdd4f8bb6', '1677052318', 'no'),
(22286, '_site_transient_popular_importers_66f1202693d4a48e2614d1abdd4f8bb6', 'a:2:{s:9:"importers";a:7:{s:7:"blogger";a:4:{s:4:"name";s:7:"Blogger";s:11:"description";s:54:"Import posts, comments, and users from a Blogger blog.";s:11:"plugin-slug";s:16:"blogger-importer";s:11:"importer-id";s:7:"blogger";}s:9:"wpcat2tag";a:4:{s:4:"name";s:29:"Categories and Tags Converter";s:11:"description";s:71:"Convert existing categories to tags or tags to categories, selectively.";s:11:"plugin-slug";s:18:"wpcat2tag-importer";s:11:"importer-id";s:10:"wp-cat2tag";}s:11:"livejournal";a:4:{s:4:"name";s:11:"LiveJournal";s:11:"description";s:46:"Import posts from LiveJournal using their API.";s:11:"plugin-slug";s:20:"livejournal-importer";s:11:"importer-id";s:11:"livejournal";}s:11:"movabletype";a:4:{s:4:"name";s:24:"Movable Type and TypePad";s:11:"description";s:62:"Import posts and comments from a Movable Type or TypePad blog.";s:11:"plugin-slug";s:20:"movabletype-importer";s:11:"importer-id";s:2:"mt";}s:3:"rss";a:4:{s:4:"name";s:3:"RSS";s:11:"description";s:30:"Import posts from an RSS feed.";s:11:"plugin-slug";s:12:"rss-importer";s:11:"importer-id";s:3:"rss";}s:6:"tumblr";a:4:{s:4:"name";s:6:"Tumblr";s:11:"description";s:53:"Import posts & media from Tumblr using their API.";s:11:"plugin-slug";s:15:"tumblr-importer";s:11:"importer-id";s:6:"tumblr";}s:9:"wordpress";a:4:{s:4:"name";s:9:"WordPress";s:11:"description";s:96:"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.";s:11:"plugin-slug";s:18:"wordpress-importer";s:11:"importer-id";s:9:"wordpress";}}s:10:"translated";b:0;}', 'no'),
(22292, '_transient_health-check-site-status-result', '{"good":"12","recommended":"4","critical":"1"}', 'yes'),
(22299, '_transient_timeout_global_styles_elementor-safe', '1676879637', 'no'),
(22300, '_transient_global_styles_elementor-safe', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}', 'no'),
(22302, '_transient_timeout_global_styles_svg_filters_elementor-safe', '1676879637', 'no'),
(22303, '_transient_global_styles_svg_filters_elementor-safe', '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg>', 'no'),
(22508, '_site_transient_timeout_community-events-a7460bf31cbf50e3d8f0ac62a27e7a89', '1677040154', 'no'),
(22509, '_site_transient_community-events-a7460bf31cbf50e3d8f0ac62a27e7a89', 'a:4:{s:9:"sandboxed";b:0;s:5:"error";N;s:8:"location";a:1:{s:2:"ip";s:11:"78.56.163.0";}s:6:"events";a:1:{i:0;a:10:{s:4:"type";s:6:"meetup";s:5:"title";s:30:"WordPress Meetup Kaunas Online";s:3:"url";s:63:"https://www.meetup.com/kaunas-wordpress-meetup/events/291726717";s:6:"meetup";s:23:"Kaunas WordPress Meetup";s:10:"meetup_url";s:47:"https://www.meetup.com/Kaunas-WordPress-Meetup/";s:4:"date";s:19:"2023-03-16 18:30:00";s:8:"end_date";s:19:"2023-03-16 20:30:00";s:20:"start_unix_timestamp";i:1678984200;s:18:"end_unix_timestamp";i:1678991400;s:8:"location";a:4:{s:8:"location";s:6:"Online";s:7:"country";s:2:"LT";s:8:"latitude";d:54.9;s:9:"longitude";d:23.91;}}}}', 'no'),
(22524, 'litespeed.conf.__activation', '-1', 'yes'),
(22525, 'litespeed.purge.queue', '-1', 'yes'),
(22526, 'litespeed.purge.queue2', '-1', 'yes'),
(22527, 'litespeed.cloud._summary', '{"curr_request.ver":0,"last_request.ver":1677135432,"news.utime":1676996989,"curr_request.news":0,"last_request.news":1676996989}', 'yes'),
(22529, 'litespeed.conf.hash', 'La9f6bA6kgUxCtVfshMILaDNIWo7dTSO', 'yes'),
(22530, 'litespeed.conf.auto_upgrade', '', 'yes'),
(22531, 'litespeed.conf.api_key', '', 'yes'),
(22532, 'litespeed.conf.server_ip', '', 'yes'),
(22533, 'litespeed.conf.guest', '', 'yes'),
(22534, 'litespeed.conf.guest_optm', '', 'yes'),
(22535, 'litespeed.conf.news', '1', 'yes'),
(22536, 'litespeed.conf.guest_uas', '["Lighthouse","GTmetrix","Google","Pingdom","bot","PTST","HeadlessChrome"]', 'yes'),
(22537, 'litespeed.conf.guest_ips', '["208.70.247.157","172.255.48.130","172.255.48.131","172.255.48.132","172.255.48.133","172.255.48.134","172.255.48.135","172.255.48.136","172.255.48.137","172.255.48.138","172.255.48.139","172.255.48.140","172.255.48.141","172.255.48.142","172.255.48.143","172.255.48.144","172.255.48.145","172.255.48.146","172.255.48.147","52.229.122.240","104.214.72.101","13.66.7.11","13.85.24.83","13.85.24.90","13.85.82.26","40.74.242.253","40.74.243.13","40.74.243.176","104.214.48.247","157.55.189.189","104.214.110.135","70.37.83.240","65.52.36.250","13.78.216.56","52.162.212.163","23.96.34.105","65.52.113.236","172.255.61.34","172.255.61.35","172.255.61.36","172.255.61.37","172.255.61.38","172.255.61.39","172.255.61.40","104.41.2.19","191.235.98.164","191.235.99.221","191.232.194.51","52.237.235.185","52.237.250.73","52.237.236.145","104.211.143.8","104.211.165.53","52.172.14.87","40.83.89.214","52.175.57.81","20.188.63.151","20.52.36.49","52.246.165.153","51.144.102.233","13.76.97.224","102.133.169.66","52.231.199.170","13.53.162.7","40.123.218.94"]', 'yes'),
(22538, 'litespeed.conf.cache', '1', 'yes'),
(22539, 'litespeed.conf.cache-priv', '1', 'yes'),
(22540, 'litespeed.conf.cache-commenter', '1', 'yes'),
(22541, 'litespeed.conf.cache-rest', '1', 'yes'),
(22542, 'litespeed.conf.cache-page_login', '1', 'yes'),
(22543, 'litespeed.conf.cache-favicon', '1', 'yes'),
(22544, 'litespeed.conf.cache-resources', '1', 'yes'),
(22545, 'litespeed.conf.cache-mobile', '', 'yes'),
(22546, 'litespeed.conf.cache-mobile_rules', '["Mobile","Android","Silk\\/","Kindle","BlackBerry","Opera Mini","Opera Mobi"]', 'yes'),
(22547, 'litespeed.conf.cache-browser', '', 'yes'),
(22548, 'litespeed.conf.cache-exc_useragents', '[]', 'yes'),
(22549, 'litespeed.conf.cache-exc_cookies', '[]', 'yes'),
(22550, 'litespeed.conf.cache-exc_qs', '[]', 'yes'),
(22551, 'litespeed.conf.cache-exc_cat', '[]', 'yes'),
(22552, 'litespeed.conf.cache-exc_tag', '[]', 'yes'),
(22553, 'litespeed.conf.cache-force_uri', '[]', 'yes'),
(22554, 'litespeed.conf.cache-force_pub_uri', '[]', 'yes'),
(22555, 'litespeed.conf.cache-priv_uri', '[]', 'yes'),
(22556, 'litespeed.conf.cache-exc', '[]', 'yes'),
(22557, 'litespeed.conf.cache-exc_roles', '[]', 'yes'),
(22558, 'litespeed.conf.cache-drop_qs', '["fbclid","gclid","utm*","_ga"]', 'yes'),
(22559, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'),
(22560, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'),
(22561, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'),
(22562, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'),
(22563, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'),
(22564, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'),
(22565, 'litespeed.conf.cache-ttl_status', '["404 3600","500 600"]', 'yes'),
(22566, 'litespeed.conf.cache-login_cookie', '', 'yes'),
(22567, 'litespeed.conf.cache-vary_group', '[]', 'yes'),
(22568, 'litespeed.conf.purge-upgrade', '1', 'yes'),
(22569, 'litespeed.conf.purge-stale', '', 'yes'),
(22570, 'litespeed.conf.purge-post_all', '', 'yes'),
(22571, 'litespeed.conf.purge-post_f', '1', 'yes'),
(22572, 'litespeed.conf.purge-post_h', '1', 'yes'),
(22573, 'litespeed.conf.purge-post_p', '1', 'yes'),
(22574, 'litespeed.conf.purge-post_pwrp', '1', 'yes'),
(22575, 'litespeed.conf.purge-post_a', '1', 'yes'),
(22576, 'litespeed.conf.purge-post_y', '', 'yes'),
(22577, 'litespeed.conf.purge-post_m', '1', 'yes'),
(22578, 'litespeed.conf.purge-post_d', '', 'yes'),
(22579, 'litespeed.conf.purge-post_t', '1', 'yes'),
(22580, 'litespeed.conf.purge-post_pt', '1', 'yes'),
(22581, 'litespeed.conf.purge-timed_urls', '[]', 'yes'),
(22582, 'litespeed.conf.purge-timed_urls_time', '', 'yes'),
(22583, 'litespeed.conf.purge-hook_all', '["switch_theme","wp_create_nav_menu","wp_update_nav_menu","wp_delete_nav_menu","create_term","edit_terms","delete_term","add_link","edit_link","delete_link"]', 'yes'),
(22584, 'litespeed.conf.esi', '', 'yes'),
(22585, 'litespeed.conf.esi-cache_admbar', '1', 'yes'),
(22586, 'litespeed.conf.esi-cache_commform', '1', 'yes'),
(22587, 'litespeed.conf.esi-nonce', '["stats_nonce","subscribe_nonce"]', 'yes'),
(22588, 'litespeed.conf.util-instant_click', '', 'yes'),
(22589, 'litespeed.conf.util-no_https_vary', '', 'yes'),
(22590, 'litespeed.conf.debug-disable_all', '', 'yes'),
(22591, 'litespeed.conf.debug', '', 'yes'),
(22592, 'litespeed.conf.debug-ips', '["127.0.0.1"]', 'yes'),
(22593, 'litespeed.conf.debug-level', '', 'yes'),
(22594, 'litespeed.conf.debug-filesize', '3', 'yes'),
(22595, 'litespeed.conf.debug-cookie', '', 'yes'),
(22596, 'litespeed.conf.debug-collaps_qs', '', 'yes'),
(22597, 'litespeed.conf.debug-inc', '[]', 'yes'),
(22598, 'litespeed.conf.debug-exc', '[]', 'yes'),
(22599, 'litespeed.conf.debug-exc_strings', '[]', 'yes'),
(22600, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'),
(22601, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'),
(22602, 'litespeed.conf.optm-css_min', '', 'yes'),
(22603, 'litespeed.conf.optm-css_comb', '', 'yes'),
(22604, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'yes'),
(22605, 'litespeed.conf.optm-ucss', '', 'yes'),
(22606, 'litespeed.conf.optm-ucss_inline', '', 'yes'),
(22607, 'litespeed.conf.optm-ucss_whitelist', '[]', 'yes'),
(22608, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'yes') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22609, 'litespeed.conf.optm-ucss_exc', '[]', 'yes'),
(22610, 'litespeed.conf.optm-css_exc', '[]', 'yes'),
(22611, 'litespeed.conf.optm-js_min', '', 'yes'),
(22612, 'litespeed.conf.optm-js_comb', '', 'yes'),
(22613, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'yes'),
(22614, 'litespeed.conf.optm-js_exc', '["jquery.js","jquery.min.js"]', 'yes'),
(22615, 'litespeed.conf.optm-html_min', '', 'yes'),
(22616, 'litespeed.conf.optm-html_lazy', '[]', 'yes'),
(22617, 'litespeed.conf.optm-qs_rm', '', 'yes'),
(22618, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'),
(22619, 'litespeed.conf.optm-css_async', '', 'yes'),
(22620, 'litespeed.conf.optm-ccss_per_url', '', 'yes'),
(22621, 'litespeed.conf.optm-ccss_sep_posttype', '["page"]', 'yes'),
(22622, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'yes'),
(22623, 'litespeed.conf.optm-css_async_inline', '1', 'yes'),
(22624, 'litespeed.conf.optm-css_font_display', '', 'yes'),
(22625, 'litespeed.conf.optm-js_defer', '', 'yes'),
(22626, 'litespeed.conf.optm-emoji_rm', '', 'yes'),
(22627, 'litespeed.conf.optm-noscript_rm', '', 'yes'),
(22628, 'litespeed.conf.optm-ggfonts_async', '', 'yes'),
(22629, 'litespeed.conf.optm-exc_roles', '[]', 'yes'),
(22630, 'litespeed.conf.optm-ccss_con', '', 'yes'),
(22631, 'litespeed.conf.optm-js_defer_exc', '["jquery.js","jquery.min.js","gtm.js","analytics.js"]', 'yes'),
(22632, 'litespeed.conf.optm-gm_js_exc', '[]', 'yes'),
(22633, 'litespeed.conf.optm-dns_prefetch', '[]', 'yes'),
(22634, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'),
(22635, 'litespeed.conf.optm-exc', '[]', 'yes'),
(22636, 'litespeed.conf.optm-guest_only', '1', 'yes'),
(22637, 'litespeed.conf.object', '', 'yes'),
(22638, 'litespeed.conf.object-kind', '', 'yes'),
(22639, 'litespeed.conf.object-host', 'localhost', 'yes'),
(22640, 'litespeed.conf.object-port', '11211', 'yes'),
(22641, 'litespeed.conf.object-life', '360', 'yes'),
(22642, 'litespeed.conf.object-persistent', '1', 'yes'),
(22643, 'litespeed.conf.object-admin', '1', 'yes'),
(22644, 'litespeed.conf.object-transients', '1', 'yes'),
(22645, 'litespeed.conf.object-db_id', '0', 'yes'),
(22646, 'litespeed.conf.object-user', '', 'yes'),
(22647, 'litespeed.conf.object-pswd', '', 'yes'),
(22648, 'litespeed.conf.object-global_groups', '["users","userlogins","useremail","userslugs","usermeta","user_meta","site-transient","site-options","site-lookup","site-details","blog-lookup","blog-details","blog-id-cache","rss","global-posts","global-cache-test"]', 'yes'),
(22649, 'litespeed.conf.object-non_persistent_groups', '["comment","counts","plugins","wc_session_id"]', 'yes'),
(22650, 'litespeed.conf.discuss-avatar_cache', '', 'yes'),
(22651, 'litespeed.conf.discuss-avatar_cron', '', 'yes'),
(22652, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'),
(22653, 'litespeed.conf.optm-localize', '', 'yes'),
(22654, 'litespeed.conf.optm-localize_domains', '["### Popular scripts ###","https:\\/\\/platform.twitter.com\\/widgets.js","https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js"]', 'yes'),
(22655, 'litespeed.conf.media-lazy', '', 'yes'),
(22656, 'litespeed.conf.media-lazy_placeholder', '', 'yes'),
(22657, 'litespeed.conf.media-placeholder_resp', '', 'yes'),
(22658, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'),
(22659, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns="http://www.w3.org/2000/svg" width="{width}" height="{height}" viewBox="0 0 {width} {height}"><rect width="100%" height="100%" style="fill:{color};fill-opacity: 0.1;"/></svg>', 'yes'),
(22660, 'litespeed.conf.media-lqip', '', 'yes'),
(22661, 'litespeed.conf.media-lqip_qual', '4', 'yes'),
(22662, 'litespeed.conf.media-lqip_min_w', '150', 'yes'),
(22663, 'litespeed.conf.media-lqip_min_h', '150', 'yes'),
(22664, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'),
(22665, 'litespeed.conf.media-iframe_lazy', '', 'yes'),
(22666, 'litespeed.conf.media-add_missing_sizes', '', 'yes'),
(22667, 'litespeed.conf.media-lazy_exc', '[]', 'yes'),
(22668, 'litespeed.conf.media-lazy_cls_exc', '["wmu-preview-img"]', 'yes'),
(22669, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'yes'),
(22670, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'yes'),
(22671, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'yes'),
(22672, 'litespeed.conf.media-lazy_uri_exc', '[]', 'yes'),
(22673, 'litespeed.conf.media-lqip_exc', '[]', 'yes'),
(22674, 'litespeed.conf.media-vpi', '', 'yes'),
(22675, 'litespeed.conf.media-vpi_cron', '', 'yes'),
(22676, 'litespeed.conf.img_optm-auto', '', 'yes'),
(22677, 'litespeed.conf.img_optm-cron', '1', 'yes'),
(22678, 'litespeed.conf.img_optm-ori', '1', 'yes'),
(22679, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'),
(22680, 'litespeed.conf.img_optm-webp', '', 'yes'),
(22681, 'litespeed.conf.img_optm-lossless', '', 'yes'),
(22682, 'litespeed.conf.img_optm-exif', '1', 'yes'),
(22683, 'litespeed.conf.img_optm-webp_attr', '["img.src","div.data-thumb","img.data-src","img.data-lazyload","div.data-large_image","img.retina_logo_url","div.data-parallax-image","div.data-vc-parallax-image","video.poster"]', 'yes'),
(22684, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'),
(22685, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'),
(22686, 'litespeed.conf.crawler', '', 'yes'),
(22687, 'litespeed.conf.crawler-usleep', '500', 'yes'),
(22688, 'litespeed.conf.crawler-run_duration', '400', 'yes'),
(22689, 'litespeed.conf.crawler-run_interval', '600', 'yes'),
(22690, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'),
(22691, 'litespeed.conf.crawler-threads', '3', 'yes'),
(22692, 'litespeed.conf.crawler-timeout', '30', 'yes'),
(22693, 'litespeed.conf.crawler-load_limit', '1', 'yes'),
(22694, 'litespeed.conf.crawler-sitemap', '', 'yes'),
(22695, 'litespeed.conf.crawler-drop_domain', '1', 'yes'),
(22696, 'litespeed.conf.crawler-map_timeout', '120', 'yes'),
(22697, 'litespeed.conf.crawler-roles', '[]', 'yes'),
(22698, 'litespeed.conf.crawler-cookies', '[]', 'yes'),
(22699, 'litespeed.conf.misc-heartbeat_front', '', 'yes'),
(22700, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'),
(22701, 'litespeed.conf.misc-heartbeat_back', '', 'yes'),
(22702, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'),
(22703, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'),
(22704, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'),
(22705, 'litespeed.conf.cdn', '', 'yes'),
(22706, 'litespeed.conf.cdn-ori', '[]', 'yes'),
(22707, 'litespeed.conf.cdn-ori_dir', '["wp-content","wp-includes"]', 'yes'),
(22708, 'litespeed.conf.cdn-exc', '[]', 'yes') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22709, 'litespeed.conf.cdn-quic', '', 'yes'),
(22710, 'litespeed.conf.cdn-cloudflare', '', 'yes'),
(22711, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'),
(22712, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'),
(22713, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'),
(22714, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'),
(22715, 'litespeed.conf.cdn-mapping', '[{"url":"","inc_img":"1","inc_css":"1","inc_js":"1","filetype":[".aac",".css",".eot",".gif",".jpeg",".jpg",".js",".less",".mp3",".mp4",".ogg",".otf",".pdf",".png",".svg",".ttf",".webp",".woff",".woff2"]}]', 'yes'),
(22716, 'litespeed.conf.cdn-attr', '[".src",".data-src",".href",".poster","source.srcset"]', 'yes'),
(22717, 'litespeed.conf.qc-token', '', 'yes'),
(22718, 'litespeed.conf.qc-nameservers', '', 'yes'),
(22719, 'litespeed.gui.lscwp_whm_install', '-1', 'yes'),
(22720, 'litespeed.gui.dismiss', '-1', 'yes'),
(22721, 'litespeed.gui._summary', '{"new_version":1677601789,"score":1678206589}', 'yes'),
(22722, 'litespeed.data.upgrading', '-1', 'yes'),
(22723, 'litespeed.admin_display.messages', '-1', 'yes'),
(22724, 'litespeed.optimize.timestamp_purge_css', '1677135432', 'yes'),
(22789, '_transient_timeout_gf_9026c8d16ad51a6f1cc2d0b80e2925c9_ttf', '1677161263', 'no'),
(22790, '_transient_gf_9026c8d16ad51a6f1cc2d0b80e2925c9_ttf', '@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 300;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVAexQ.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 800;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWVAexQ.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 300;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 500;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVc.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 600;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 700;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format(\'truetype\');\n}\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 800;\n font-stretch: normal;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format(\'truetype\');\n}\n', 'no'),
(22821, '_site_transient_timeout_available_translations', '1677146168', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22822, '_site_transient_available_translations', 'a:130:{s:2:"af";a:8:{s:8:"language";s:2:"af";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-05-13 15:59:22";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}}s:2:"am";a:8:{s:8:"language";s:2:"am";s:7:"version";s:5:"6.0.3";s:7:"updated";s:19:"2022-09-29 20:43:49";s:12:"english_name";s:7:"Amharic";s:11:"native_name";s:12:"አማርኛ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.0.3/am.zip";s:3:"iso";a:2:{i:1;s:2:"am";i:2;s:3:"amh";}s:7:"strings";a:1:{s:8:"continue";s:9:"ቀጥል";}}s:3:"arg";a:8:{s:8:"language";s:3:"arg";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-09-22 16:46:56";s:12:"english_name";s:9:"Aragonese";s:11:"native_name";s:9:"Aragonés";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.1.1/arg.zip";s:3:"iso";a:3:{i:1;s:2:"an";i:2;s:3:"arg";i:3;s:3:"arg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continar";}}s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-19 21:01:18";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/ar.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:12:"متابعة";}}s:3:"ary";a:8:{s:8:"language";s:3:"ary";s:7:"version";s:6:"4.8.21";s:7:"updated";s:19:"2017-01-26 15:42:35";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.21/ary.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:2:"as";a:8:{s:8:"language";s:2:"as";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-20 21:48:31";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/as.zip";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"az";a:8:{s:8:"language";s:2:"az";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-06 00:09:27";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/az.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}}s:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-12 20:34:31";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:3:"bel";a:8:{s:8:"language";s:3:"bel";s:7:"version";s:6:"4.9.22";s:7:"updated";s:19:"2019-10-29 07:54:22";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.9.22/bel.zip";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-17 10:40:57";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/bg_BG.zip";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:6:"5.4.12";s:7:"updated";s:19:"2020-10-31 08:48:37";s:12:"english_name";s:20:"Bengali (Bangladesh)";s:11:"native_name";s:15:"বাংলা";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.4.12/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2020-10-30 03:24:38";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:33:"མུ་མཐུད་དུ།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-22 20:45:53";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/bs_BA.zip";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:{s:8:"language";s:2:"ca";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-22 08:40:32";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/ca.zip";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-02 17:25:51";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-21 08:26:37";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-14 15:48:08";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/cy.zip";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:{s:8:"language";s:5:"da_DK";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-10 08:19:28";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/da_DK.zip";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsæt";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-16 12:27:22";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-16 12:27:34";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/6.1.1/de_CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_AT";a:8:{s:8:"language";s:5:"de_AT";s:7:"version";s:5:"6.0.3";s:7:"updated";s:19:"2022-03-17 12:58:14";s:12:"english_name";s:16:"German (Austria)";s:11:"native_name";s:21:"Deutsch (Österreich)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.0.3/de_AT.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-21 12:42:22";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/6.1.1/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-21 15:28:03";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:3:"dsb";a:8:{s:8:"language";s:3:"dsb";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-07-16 12:13:09";s:12:"english_name";s:13:"Lower Sorbian";s:11:"native_name";s:16:"Dolnoserbšćina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.1.1/dsb.zip";s:3:"iso";a:2:{i:2;s:3:"dsb";i:3;s:3:"dsb";}s:7:"strings";a:1:{s:8:"continue";s:5:"Dalej";}}s:3:"dzo";a:8:{s:8:"language";s:3:"dzo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-06-29 08:59:03";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-22 14:01:36";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/el.zip";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-31 12:11:44";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/en_CA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-21 05:55:12";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/en_AU.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-10 21:58:00";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/en_GB.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"6.0.3";s:7:"updated";s:19:"2022-04-01 22:35:34";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.0.3/en_NZ.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"6.0.3";s:7:"updated";s:19:"2021-12-24 12:36:39";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.0.3/en_ZA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-18 21:56:09";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/eo.zip";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_CR";a:8:{s:8:"language";s:5:"es_CR";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-01 03:10:20";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/es_CR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-10 19:19:07";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/es_MX.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-10 18:26:21";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/es_ES.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-07-22 14:08:10";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/es_CO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_EC";a:8:{s:8:"language";s:5:"es_EC";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-13 17:54:51";s:12:"english_name";s:17:"Spanish (Ecuador)";s:11:"native_name";s:19:"Español de Ecuador";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/es_EC.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"5.8.6";s:7:"updated";s:19:"2021-10-04 20:53:18";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8.6/es_PE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_DO";a:8:{s:8:"language";s:5:"es_DO";s:7:"version";s:5:"5.8.6";s:7:"updated";s:19:"2021-10-08 14:32:50";s:12:"english_name";s:28:"Spanish (Dominican Republic)";s:11:"native_name";s:33:"Español de República Dominicana";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8.6/es_DO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_UY";a:8:{s:8:"language";s:5:"es_UY";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-03-31 18:33:26";s:12:"english_name";s:17:"Spanish (Uruguay)";s:11:"native_name";s:19:"Español de Uruguay";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-06-14 16:02:22";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PR";a:8:{s:8:"language";s:5:"es_PR";s:7:"version";s:6:"5.4.12";s:7:"updated";s:19:"2020-04-29 15:36:59";s:12:"english_name";s:21:"Spanish (Puerto Rico)";s:11:"native_name";s:23:"Español de Puerto Rico";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.4.12/es_PR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:6:"5.2.17";s:7:"updated";s:19:"2019-03-02 06:35:01";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.2.17/es_GT.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-17 14:28:26";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/es_AR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-16 13:13:32";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/es_VE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2020-08-12 08:38:59";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-15 05:47:03";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/eu.zip";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_AF";a:8:{s:8:"language";s:5:"fa_AF";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-19 17:10:42";s:12:"english_name";s:21:"Persian (Afghanistan)";s:11:"native_name";s:31:"(فارسی (افغانستان";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/fa_AF.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"fa_IR";a:8:{s:8:"language";s:5:"fa_IR";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-17 08:19:07";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/fa_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:2:"fi";a:8:{s:8:"language";s:2:"fi";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-07 05:25:25";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/fi.zip";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}}s:5:"fr_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-19 13:07:57";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/fr_FR.zip";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-12 18:38:54";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-02-22 13:54:46";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:3:"fur";a:8:{s:8:"language";s:3:"fur";s:7:"version";s:6:"4.8.21";s:7:"updated";s:19:"2018-01-29 17:32:35";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.21/fur.zip";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"fy";a:8:{s:8:"language";s:2:"fy";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-25 12:53:23";s:12:"english_name";s:7:"Frisian";s:11:"native_name";s:5:"Frysk";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/fy.zip";s:3:"iso";a:2:{i:1;s:2:"fy";i:2;s:3:"fry";}s:7:"strings";a:1:{s:8:"continue";s:9:"Trochgean";}}s:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-08-23 17:41:37";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:{s:8:"language";s:5:"gl_ES";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-14 10:36:13";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/gl_ES.zip";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:6:"4.9.22";s:7:"updated";s:19:"2018-09-14 12:33:48";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.22/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:6:"4.4.29";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.4.29/haz.zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-06 19:08:00";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"המשך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:6:"5.4.12";s:7:"updated";s:19:"2020-11-06 12:34:38";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.4.12/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:25:"जारी रखें";}}s:2:"hr";a:8:{s:8:"language";s:2:"hr";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-06 12:29:04";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/hr.zip";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:3:"hsb";a:8:{s:8:"language";s:3:"hsb";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-07-18 19:40:10";s:12:"english_name";s:13:"Upper Sorbian";s:11:"native_name";s:17:"Hornjoserbšćina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.1.1/hsb.zip";s:3:"iso";a:2:{i:2;s:3:"hsb";i:3;s:3:"hsb";}s:7:"strings";a:1:{s:8:"continue";s:4:"Dale";}}s:5:"hu_HU";a:8:{s:8:"language";s:5:"hu_HU";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-15 17:19:30";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/hu_HU.zip";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-03 16:21:10";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-29 15:17:58";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:{s:8:"language";s:5:"is_IS";s:7:"version";s:6:"4.9.22";s:7:"updated";s:19:"2018-12-11 10:40:02";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.9.22/is_IS.zip";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-21 14:05:13";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/it_IT.zip";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:{s:8:"language";s:2:"ja";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-06 07:11:58";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:6:"次へ";}}s:5:"jv_ID";a:8:{s:8:"language";s:5:"jv_ID";s:7:"version";s:6:"4.9.22";s:7:"updated";s:19:"2019-02-16 23:58:56";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.9.22/jv_ID.zip";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Nerusaké";}}s:5:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"6.0.3";s:7:"updated";s:19:"2022-10-24 08:01:09";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.0.3/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:3:"kab";a:8:{s:8:"language";s:3:"kab";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-21 21:13:06";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.1.1/kab.zip";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:6:"Kemmel";}}s:2:"kk";a:8:{s:8:"language";s:2:"kk";s:7:"version";s:6:"4.9.22";s:7:"updated";s:19:"2018-07-10 11:35:44";s:12:"english_name";s:6:"Kazakh";s:11:"native_name";s:19:"Қазақ тілі";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.22/kk.zip";s:3:"iso";a:2:{i:1;s:2:"kk";i:2;s:3:"kaz";}s:7:"strings";a:1:{s:8:"continue";s:20:"Жалғастыру";}}s:2:"km";a:8:{s:8:"language";s:2:"km";s:7:"version";s:6:"5.2.17";s:7:"updated";s:19:"2019-06-10 16:18:28";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.2.17/km.zip";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}}s:2:"kn";a:8:{s:8:"language";s:2:"kn";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-10-20 17:15:28";s:12:"english_name";s:7:"Kannada";s:11:"native_name";s:15:"ಕನ್ನಡ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/kn.zip";s:3:"iso";a:2:{i:1;s:2:"kn";i:2;s:3:"kan";}s:7:"strings";a:1:{s:8:"continue";s:30:"ಮುಂದುವರಿಸು";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-21 23:01:12";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/ko_KR.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}}s:3:"ckb";a:8:{s:8:"language";s:3:"ckb";s:7:"version";s:5:"5.8.6";s:7:"updated";s:19:"2021-12-07 16:32:30";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.8.6/ckb.zip";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"بهردهوام به";}}s:2:"lo";a:8:{s:8:"language";s:2:"lo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 09:59:23";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:18:"ຕໍ່ໄປ";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-24 03:51:58";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/lt_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}}s:2:"lv";a:8:{s:8:"language";s:2:"lv";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-06 16:38:45";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/lv.zip";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"6.0.3";s:7:"updated";s:19:"2022-10-01 09:23:52";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.0.3/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:5:"ml_IN";a:8:{s:8:"language";s:5:"ml_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:43:32";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}}s:2:"mn";a:8:{s:8:"language";s:2:"mn";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-02 15:24:05";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/mn.zip";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:6:"4.9.22";s:7:"updated";s:19:"2019-11-22 15:32:08";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.22/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:6:"5.5.11";s:7:"updated";s:19:"2022-03-11 13:52:22";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.5.11/ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.2.34";s:7:"updated";s:19:"2017-12-26 11:57:10";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.2.34/my_MM.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ဆောင်ပါ။";}}s:5:"nb_NO";a:8:{s:8:"language";s:5:"nb_NO";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-11 01:42:08";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}}s:5:"ne_NP";a:8:{s:8:"language";s:5:"ne_NP";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-22 12:45:47";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/ne_NP.zip";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:43:"जारी राख्नुहोस्";}}s:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-26 10:11:03";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/nl_NL.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-05 12:28:58";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/6.1.1/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_BE";a:8:{s:8:"language";s:5:"nl_BE";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-16 11:58:32";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/nl_BE.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-03-18 10:59:16";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:{s:8:"language";s:3:"oci";s:7:"version";s:6:"4.8.21";s:7:"updated";s:19:"2017-08-25 10:03:08";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.21/oci.zip";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}}s:5:"pa_IN";a:8:{s:8:"language";s:5:"pa_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-16 05:19:43";s:12:"english_name";s:15:"Panjabi (India)";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}}s:5:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-21 19:04:45";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/pl_PL.zip";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.3.30";s:7:"updated";s:19:"2015-12-02 21:41:29";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.3.30/ps.zip";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:"دوام ورکړه";}}s:5:"pt_BR";a:8:{s:8:"language";s:5:"pt_BR";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-01 21:54:59";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:10:"pt_PT_ao90";a:8:{s:8:"language";s:10:"pt_PT_ao90";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-08-09 12:26:21";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:7:"package";s:69:"https://downloads.wordpress.org/translation/core/6.1.1/pt_PT_ao90.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_AO";a:8:{s:8:"language";s:5:"pt_AO";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-10-01 12:16:29";s:12:"english_name";s:19:"Portuguese (Angola)";s:11:"native_name";s:20:"Português de Angola";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/pt_AO.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-09 08:47:14";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/pt_PT.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:3:"rhg";a:8:{s:8:"language";s:3:"rhg";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-16 13:03:18";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"ro_RO";a:8:{s:8:"language";s:5:"ro_RO";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-22 18:15:19";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/ro_RO.zip";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:{s:8:"language";s:5:"ru_RU";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-21 07:46:37";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/ru_RU.zip";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}}s:3:"sah";a:8:{s:8:"language";s:3:"sah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-21 02:06:41";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}}s:3:"snd";a:8:{s:8:"language";s:3:"snd";s:7:"version";s:6:"5.4.12";s:7:"updated";s:19:"2020-07-07 01:53:37";s:12:"english_name";s:6:"Sindhi";s:11:"native_name";s:8:"سنڌي";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/5.4.12/snd.zip";s:3:"iso";a:3:{i:1;s:2:"sd";i:2;s:3:"snd";i:3;s:3:"snd";}s:7:"strings";a:1:{s:8:"continue";s:15:"اڳتي هلو";}}s:5:"si_LK";a:8:{s:8:"language";s:5:"si_LK";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 06:00:52";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}}s:5:"sk_SK";a:8:{s:8:"language";s:5:"sk_SK";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-20 04:27:59";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/sk_SK.zip";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}}s:3:"skr";a:8:{s:8:"language";s:3:"skr";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-16 15:38:21";s:12:"english_name";s:7:"Saraiki";s:11:"native_name";s:14:"سرائیکی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.1.1/skr.zip";s:3:"iso";a:1:{i:3;s:3:"skr";}s:7:"strings";a:1:{s:8:"continue";s:17:"جاری رکھو";}}s:5:"sl_SI";a:8:{s:8:"language";s:5:"sl_SI";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-11 12:48:55";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/sl_SI.zip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-18 12:57:42";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/sq.zip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:5:"5.8.6";s:7:"updated";s:19:"2021-08-01 21:21:06";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8.6/sr_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:{s:8:"language";s:5:"sv_SE";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-21 12:06:05";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/sv_SE.zip";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}}s:2:"sw";a:8:{s:8:"language";s:2:"sw";s:7:"version";s:6:"5.3.14";s:7:"updated";s:19:"2019-10-13 15:35:35";s:12:"english_name";s:7:"Swahili";s:11:"native_name";s:9:"Kiswahili";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.3.14/sw.zip";s:3:"iso";a:2:{i:1;s:2:"sw";i:2;s:3:"swa";}s:7:"strings";a:1:{s:8:"continue";s:7:"Endelea";}}s:3:"szl";a:8:{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-24 19:58:14";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}}s:5:"ta_IN";a:8:{s:8:"language";s:5:"ta_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:22:47";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}}s:5:"ta_LK";a:8:{s:8:"language";s:5:"ta_LK";s:7:"version";s:6:"4.2.34";s:7:"updated";s:19:"2015-12-03 01:07:44";s:12:"english_name";s:17:"Tamil (Sri Lanka)";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.2.34/ta_LK.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:18:"தொடர்க";}}s:2:"te";a:8:{s:8:"language";s:2:"te";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26 15:47:39";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/te.zip";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:5:"5.8.6";s:7:"updated";s:19:"2022-06-08 04:30:30";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.8.6/th.zip";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}}s:2:"tl";a:8:{s:8:"language";s:2:"tl";s:7:"version";s:6:"4.8.21";s:7:"updated";s:19:"2017-09-30 09:04:29";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.21/tl.zip";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-01-04 13:32:22";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/tr_TR.zip";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}}s:5:"tt_RU";a:8:{s:8:"language";s:5:"tt_RU";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-20 20:20:50";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}}s:3:"tah";a:8:{s:8:"language";s:3:"tah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-06 18:39:39";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"ug_CN";a:8:{s:8:"language";s:5:"ug_CN";s:7:"version";s:6:"4.9.22";s:7:"updated";s:19:"2021-07-03 18:41:33";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:16:"ئۇيغۇرچە";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.9.22/ug_CN.zip";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}}s:2:"uk";a:8:{s:8:"language";s:2:"uk";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-22 20:04:42";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/uk.zip";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}}s:2:"ur";a:8:{s:8:"language";s:2:"ur";s:7:"version";s:6:"5.4.12";s:7:"updated";s:19:"2020-04-09 11:17:33";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.4.12/ur.zip";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}}s:5:"uz_UZ";a:8:{s:8:"language";s:5:"uz_UZ";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-02-28 12:02:22";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:11:"Davom etish";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2023-02-12 07:49:12";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.1/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-11-15 22:21:52";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/zh_TW.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_HK";a:8:{s:8:"language";s:5:"zh_HK";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-07-15 15:25:03";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:12:"香港中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/zh_HK.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"6.1.1";s:7:"updated";s:19:"2022-12-18 06:20:30";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.1.1/zh_CN.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}}}', 'no'),
(22823, '_site_transient_timeout_theme_roots', '1677137184', 'no'),
(22824, '_site_transient_theme_roots', 'a:5:{s:26:"oceanwp-child-theme-master";s:7:"/themes";s:7:"oceanwp";s:7:"/themes";s:15:"twentytwentyone";s:7:"/themes";s:17:"twentytwentythree";s:7:"/themes";s:15:"twentytwentytwo";s:7:"/themes";}', 'no'),
(22825, '_site_transient_timeout_browser_d0a241a4c269cb31f07cd1927ec17c99', '1677740185', 'no'),
(22826, '_site_transient_browser_d0a241a4c269cb31f07cd1927ec17c99', 'a:10:{s:4:"name";s:7:"Firefox";s:7:"version";s:5:"110.0";s:8:"platform";s:9:"Macintosh";s:10:"update_url";s:32:"https://www.mozilla.org/firefox/";s:7:"img_src";s:44:"http://s.w.org/images/browsers/firefox.png?1";s:11:"img_src_ssl";s:45:"https://s.w.org/images/browsers/firefox.png?1";s:15:"current_version";s:2:"56";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(22827, '_transient_timeout_elementor_remote_info_api_data_3.11.1', '1677178585', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22828, '_transient_elementor_remote_info_api_data_3.11.1', 'a:4:{s:9:"timestamp";s:10:"1677133426";s:14:"upgrade_notice";a:3:{s:7:"version";s:5:"2.0.0";s:7:"message";s:0:"";s:11:"update_link";s:0:"";}s:11:"pro_widgets";a:64:{i:0;a:4:{s:4:"name";s:5:"posts";s:5:"title";s:5:"Posts";s:4:"icon";s:15:"eicon-post-list";s:10:"categories";s:16:"["pro-elements"]";}i:1;a:4:{s:4:"name";s:9:"portfolio";s:5:"title";s:9:"Portfolio";s:4:"icon";s:18:"eicon-gallery-grid";s:10:"categories";s:16:"["pro-elements"]";}i:2;a:4:{s:4:"name";s:7:"gallery";s:5:"title";s:7:"Gallery";s:4:"icon";s:23:"eicon-gallery-justified";s:10:"categories";s:16:"["pro-elements"]";}i:3;a:4:{s:4:"name";s:4:"form";s:5:"title";s:4:"Form";s:4:"icon";s:21:"eicon-form-horizontal";s:10:"categories";s:16:"["pro-elements"]";}i:4;a:4:{s:4:"name";s:5:"login";s:5:"title";s:5:"Login";s:4:"icon";s:15:"eicon-lock-user";s:10:"categories";s:16:"["pro-elements"]";}i:5;a:4:{s:4:"name";s:6:"slides";s:5:"title";s:6:"Slides";s:4:"icon";s:12:"eicon-slides";s:10:"categories";s:16:"["pro-elements"]";}i:6;a:4:{s:4:"name";s:8:"nav-menu";s:5:"title";s:8:"Nav Menu";s:4:"icon";s:14:"eicon-nav-menu";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:7;a:4:{s:4:"name";s:17:"animated-headline";s:5:"title";s:17:"Animated Headline";s:4:"icon";s:23:"eicon-animated-headline";s:10:"categories";s:16:"["pro-elements"]";}i:8;a:4:{s:4:"name";s:10:"price-list";s:5:"title";s:10:"Price List";s:4:"icon";s:16:"eicon-price-list";s:10:"categories";s:16:"["pro-elements"]";}i:9;a:4:{s:4:"name";s:11:"price-table";s:5:"title";s:11:"Price Table";s:4:"icon";s:17:"eicon-price-table";s:10:"categories";s:16:"["pro-elements"]";}i:10;a:4:{s:4:"name";s:8:"flip-box";s:5:"title";s:8:"Flip Box";s:4:"icon";s:14:"eicon-flip-box";s:10:"categories";s:16:"["pro-elements"]";}i:11;a:4:{s:4:"name";s:14:"call-to-action";s:5:"title";s:14:"Call to Action";s:4:"icon";s:20:"eicon-image-rollover";s:10:"categories";s:16:"["pro-elements"]";}i:12;a:4:{s:4:"name";s:14:"media-carousel";s:5:"title";s:14:"Media Carousel";s:4:"icon";s:20:"eicon-media-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:13;a:4:{s:4:"name";s:20:"testimonial-carousel";s:5:"title";s:20:"Testimonial Carousel";s:4:"icon";s:26:"eicon-testimonial-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:14;a:4:{s:4:"name";s:7:"reviews";s:5:"title";s:7:"Reviews";s:4:"icon";s:12:"eicon-review";s:10:"categories";s:16:"["pro-elements"]";}i:15;a:4:{s:4:"name";s:17:"table-of-contents";s:5:"title";s:17:"Table of Contents";s:4:"icon";s:23:"eicon-table-of-contents";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:16;a:4:{s:4:"name";s:9:"countdown";s:5:"title";s:9:"Countdown";s:4:"icon";s:15:"eicon-countdown";s:10:"categories";s:16:"["pro-elements"]";}i:17;a:4:{s:4:"name";s:13:"share-buttons";s:5:"title";s:13:"Share Buttons";s:4:"icon";s:11:"eicon-share";s:10:"categories";s:16:"["pro-elements"]";}i:18;a:4:{s:4:"name";s:11:"search-form";s:5:"title";s:11:"Search Form";s:4:"icon";s:17:"eicon-site-search";s:10:"categories";s:18:"["theme-elements"]";}i:19;a:4:{s:4:"name";s:10:"author-box";s:5:"title";s:10:"Author Box";s:4:"icon";s:12:"eicon-person";s:10:"categories";s:18:"["theme-elements"]";}i:20;a:4:{s:4:"name";s:13:"post-comments";s:5:"title";s:13:"Post Comments";s:4:"icon";s:14:"eicon-comments";s:10:"categories";s:18:"["theme-elements"]";}i:21;a:4:{s:4:"name";s:15:"post-navigation";s:5:"title";s:15:"Post Navigation";s:4:"icon";s:21:"eicon-post-navigation";s:10:"categories";s:18:"["theme-elements"]";}i:22;a:4:{s:4:"name";s:9:"post-info";s:5:"title";s:9:"Post Info";s:4:"icon";s:15:"eicon-post-info";s:10:"categories";s:18:"["theme-elements"]";}i:23;a:4:{s:4:"name";s:7:"sitemap";s:5:"title";s:7:"Sitemap";s:4:"icon";s:13:"eicon-sitemap";s:10:"categories";s:18:"["theme-elements"]";}i:24;a:4:{s:4:"name";s:11:"breadcrumbs";s:5:"title";s:11:"Breadcrumbs";s:4:"icon";s:11:"eicon-yoast";s:10:"categories";s:18:"["theme-elements"]";}i:25;a:4:{s:4:"name";s:10:"blockquote";s:5:"title";s:10:"Blockquote";s:4:"icon";s:16:"eicon-blockquote";s:10:"categories";s:16:"["pro-elements"]";}i:26;a:4:{s:4:"name";s:19:"wc-archive-products";s:5:"title";s:16:"Archive Products";s:4:"icon";s:14:"eicon-products";s:10:"categories";s:24:"["woocommerce-elements"]";}i:27;a:4:{s:4:"name";s:31:"woocommerce-archive-description";s:5:"title";s:19:"Archive Description";s:4:"icon";s:25:"eicon-product-description";s:10:"categories";s:24:"["woocommerce-elements"]";}i:28;a:4:{s:4:"name";s:20:"woocommerce-products";s:5:"title";s:8:"Products";s:4:"icon";s:14:"eicon-products";s:10:"categories";s:24:"["woocommerce-elements"]";}i:29;a:4:{s:4:"name";s:22:"woocommerce-breadcrumb";s:5:"title";s:23:"WooCommerce Breadcrumbs";s:4:"icon";s:25:"eicon-product-breadcrumbs";s:10:"categories";s:24:"["woocommerce-elements"]";}i:30;a:4:{s:4:"name";s:14:"wc-add-to-cart";s:5:"title";s:18:"Custom Add To Cart";s:4:"icon";s:17:"eicon-woocommerce";s:10:"categories";s:24:"["woocommerce-elements"]";}i:31;a:4:{s:4:"name";s:11:"wc-elements";s:5:"title";s:17:"WooCommerce Pages";s:4:"icon";s:19:"eicon-product-pages";s:10:"categories";s:24:"["woocommerce-elements"]";}i:32;a:4:{s:4:"name";s:13:"wc-categories";s:5:"title";s:18:"Product Categories";s:4:"icon";s:24:"eicon-product-categories";s:10:"categories";s:24:"["woocommerce-elements"]";}i:33;a:4:{s:4:"name";s:21:"woocommerce-menu-cart";s:5:"title";s:9:"Menu Cart";s:4:"icon";s:10:"eicon-cart";s:10:"categories";s:41:"["theme-elements","woocommerce-elements"]";}i:34;a:4:{s:4:"name";s:25:"woocommerce-product-title";s:5:"title";s:13:"Product Title";s:4:"icon";s:19:"eicon-product-title";s:10:"categories";s:24:"["woocommerce-elements"]";}i:35;a:4:{s:4:"name";s:26:"woocommerce-product-images";s:5:"title";s:14:"Product Images";s:4:"icon";s:20:"eicon-product-images";s:10:"categories";s:24:"["woocommerce-elements"]";}i:36;a:4:{s:4:"name";s:25:"woocommerce-product-price";s:5:"title";s:13:"Product Price";s:4:"icon";s:19:"eicon-product-price";s:10:"categories";s:24:"["woocommerce-elements"]";}i:37;a:4:{s:4:"name";s:31:"woocommerce-product-add-to-cart";s:5:"title";s:11:"Add To Cart";s:4:"icon";s:25:"eicon-product-add-to-cart";s:10:"categories";s:24:"["woocommerce-elements"]";}i:38;a:4:{s:4:"name";s:26:"woocommerce-product-rating";s:5:"title";s:14:"Product Rating";s:4:"icon";s:20:"eicon-product-rating";s:10:"categories";s:24:"["woocommerce-elements"]";}i:39;a:4:{s:4:"name";s:25:"woocommerce-product-stock";s:5:"title";s:13:"Product Stock";s:4:"icon";s:19:"eicon-product-stock";s:10:"categories";s:24:"["woocommerce-elements"]";}i:40;a:4:{s:4:"name";s:24:"woocommerce-product-meta";s:5:"title";s:12:"Product Meta";s:4:"icon";s:18:"eicon-product-meta";s:10:"categories";s:24:"["woocommerce-elements"]";}i:41;a:4:{s:4:"name";s:37:"woocommerce-product-short-description";s:5:"title";s:17:"Short Description";s:4:"icon";s:25:"eicon-product-description";s:10:"categories";s:24:"["woocommerce-elements"]";}i:42;a:4:{s:4:"name";s:29:"woocommerce-product-data-tabs";s:5:"title";s:17:"Product Data Tabs";s:4:"icon";s:18:"eicon-product-tabs";s:10:"categories";s:24:"["woocommerce-elements"]";}i:43;a:4:{s:4:"name";s:42:"woocommerce-product-additional-information";s:5:"title";s:22:"Additional Information";s:4:"icon";s:19:" eicon-product-info";s:10:"categories";s:24:"["woocommerce-elements"]";}i:44;a:4:{s:4:"name";s:27:"woocommerce-product-related";s:5:"title";s:15:"Product Related";s:4:"icon";s:21:"eicon-product-related";s:10:"categories";s:24:"["woocommerce-elements"]";}i:45;a:4:{s:4:"name";s:26:"woocommerce-product-upsell";s:5:"title";s:7:"Upsells";s:4:"icon";s:20:"eicon-product-upsell";s:10:"categories";s:24:"["woocommerce-elements"]";}i:46;a:4:{s:4:"name";s:6:"lottie";s:5:"title";s:6:"Lottie";s:4:"icon";s:12:"eicon-lottie";s:10:"categories";s:16:"["pro-elements"]";}i:47;a:4:{s:4:"name";s:15:"facebook-button";s:5:"title";s:15:"Facebook Button";s:4:"icon";s:23:"eicon-facebook-like-box";s:10:"categories";s:16:"["pro-elements"]";}i:48;a:4:{s:4:"name";s:17:"facebook-comments";s:5:"title";s:17:"Facebook Comments";s:4:"icon";s:23:"eicon-facebook-comments";s:10:"categories";s:16:"["pro-elements"]";}i:49;a:4:{s:4:"name";s:14:"facebook-embed";s:5:"title";s:14:"Facebook Embed";s:4:"icon";s:14:"eicon-fb-embed";s:10:"categories";s:16:"["pro-elements"]";}i:50;a:4:{s:4:"name";s:13:"facebook-page";s:5:"title";s:13:"Facebook Page";s:4:"icon";s:13:"eicon-fb-feed";s:10:"categories";s:16:"["pro-elements"]";}i:51;a:4:{s:4:"name";s:7:"hotspot";s:5:"title";s:7:"Hotspot";s:4:"icon";s:19:"eicon-image-hotspot";s:10:"categories";s:16:"["pro-elements"]";}i:52;a:4:{s:4:"name";s:13:"paypal-button";s:5:"title";s:13:"PayPal Button";s:4:"icon";s:19:"eicon-paypal-button";s:10:"categories";s:16:"["pro-elements"]";}i:53;a:4:{s:4:"name";s:14:"code-highlight";s:5:"title";s:14:"Code Highlight";s:4:"icon";s:20:"eicon-code-highlight";s:10:"categories";s:16:"["pro-elements"]";}i:54;a:4:{s:4:"name";s:14:"video-playlist";s:5:"title";s:14:"Video Playlist";s:4:"icon";s:20:"eicon-video-playlist";s:10:"categories";s:16:"["pro-elements"]";}i:55;a:4:{s:4:"name";s:8:"template";s:5:"title";s:8:"Template";s:4:"icon";s:19:"eicon-document-file";s:10:"categories";s:16:"["pro-elements"]";}i:56;a:4:{s:4:"name";s:15:"theme-site-logo";s:5:"title";s:9:"Site Logo";s:4:"icon";s:15:"eicon-site-logo";s:10:"categories";s:18:"["theme-elements"]";}i:57;a:4:{s:4:"name";s:16:"theme-site-title";s:5:"title";s:10:"Site Title";s:4:"icon";s:16:"eicon-site-title";s:10:"categories";s:18:"["theme-elements"]";}i:58;a:4:{s:4:"name";s:16:"theme-page-title";s:5:"title";s:10:"Page Title";s:4:"icon";s:19:"eicon-archive-title";s:10:"categories";s:18:"["theme-elements"]";}i:59;a:4:{s:4:"name";s:16:"theme-post-title";s:5:"title";s:10:"Post Title";s:4:"icon";s:16:"eicon-post-title";s:10:"categories";s:18:"["theme-elements"]";}i:60;a:4:{s:4:"name";s:18:"theme-post-excerpt";s:5:"title";s:12:"Post Excerpt";s:4:"icon";s:18:"eicon-post-excerpt";s:10:"categories";s:18:"["theme-elements"]";}i:61;a:4:{s:4:"name";s:25:"theme-post-featured-image";s:5:"title";s:14:"Featured Image";s:4:"icon";s:20:"eicon-featured-image";s:10:"categories";s:18:"["theme-elements"]";}i:62;a:4:{s:4:"name";s:19:"theme-archive-title";s:5:"title";s:13:"Archive Title";s:4:"icon";s:19:"eicon-archive-title";s:10:"categories";s:18:"["theme-elements"]";}i:63;a:4:{s:4:"name";s:13:"archive-posts";s:5:"title";s:13:"Archive Posts";s:4:"icon";s:19:"eicon-archive-posts";s:10:"categories";s:18:"["theme-elements"]";}}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"3.6.0";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"6.1.1";s:12:"requires_php";s:3:"5.6";}s:10:"conditions";a:0:{}}}', 'no'),
(22829, '_transient_timeout_feed_c8dc84948ab55424f034a4ced348e013', '1677178586', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22830, '_transient_feed_c8dc84948ab55424f034a4ced348e013', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:52:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"OceanWP";s:7:"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:19:"https://oceanwp.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:34:"Free Multi-Purpose WordPress Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Feb 2023 19:07:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=6.0.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:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:74:"https://oceanwp.org/wp-content/uploads/2016/10/cropped-favicon-150x150.png";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"OceanWP";s:7:"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:19:"https://oceanwp.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:76:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"OceanWP 2023 Special Delight – Create a Custom eCommerce Website!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:81:"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 06 Feb 2023 04:05:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:12:"Announcement";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"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:29:"https://oceanwp.org/?p=639421";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:1203:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-treasure-box-custom-ecommerce-website-announcement.jpg" width="1200" height="700" title="OceanWP 2023 Special Delight – Create a Custom eCommerce Website!" alt="OceanWP 2023 Special Delight – Create a Custom eCommerce Website!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">Now it’s official! It is with great happiness that we announce that your dream custom eCommerce website with OceanWP and an in-house tool is now a reality! If you’ve been...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:37699:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-treasure-box-custom-ecommerce-website-announcement.jpg" width="1200" height="700" title="OceanWP 2023 Special Delight – Create a Custom eCommerce Website!" alt="OceanWP 2023 Special Delight – Create a Custom eCommerce Website!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">Now it’s official!</p>\n\n\n\n<p class="has-medium-font-size">It is with great happiness that we announce that <strong>your dream custom eCommerce website with OceanWP and an in-house tool is now a reality</strong>!</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement-1024x538.png" alt="OceanWP\'s custom eCommerce website tool announcement banner for Ocean eComm Treasure Box Addon for WooCommerce" class="wp-image-639897" width="768" height="404" srcset="//oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement-1024x538.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement-300x158.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement-768x403.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-announcement.png 1200w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>If you’ve been following our progress during 2022, you know <a href="https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/">we have been announcing a brand new premium plugin since August</a>. In the meantime, and as it so often happens, we actually started working on two new plugins.</p>\n\n\n\n<p>However, the <strong>one plugin we have been anticipating, probably as much as you did, has been officially released</strong>. Please allow us to introduce you to the <strong>Ocean eComm Treasure Box premium addon for WooCommerce</strong>.</p>\n\n\n\n<h2>Ocean eComm Treasure Box</h2>\n\n\n\n<p><a href="https://oceanwp.org/ocean-ecomm-treasure-box-premium-plugin/"><strong>Ocean eComm Treasure Box</strong> – or just <strong>Ocean eCommerce</strong> for short – is the latest premium addon by OceanWP</a> that enables you to<strong> build, style, customize and optimize your online store as you wish</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><img width="722" height="250" src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-banner-large.png" alt="Ocean eComm Treasure Box addon for WooCommerce banner" class="wp-image-639847" srcset="//oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-banner-large.png 722w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecomm-banner-large-300x104.png 300w" sizes="(max-width: 722px) 100vw, 722px" /></figure></div>\n\n\n<p>The Ocean eComm Treasure Box <strong>empowers all website owners to build their dream custom ecommerce website with OceanWP and WooCommerce</strong>.</p>\n\n\n\n<h3>Ocean eCommerce Lead Advantages</h3>\n\n\n\n<p>There’s actually a stack of advantages when designing and building a custom eCommerce website with OceanWP and Ocean eComm Treasure Box. </p>\n\n\n\n<p>Besides <strong>combining the already amazing WooCommerce styling features that come included with the OceanWP WordPress theme</strong>, the key advantages are:</p>\n\n\n\n<ul><li><strong>Levels of controls</strong>: you control the entire process of the design and decide which pages should make use of custom templates.</li><li><strong>Styling and optimization</strong>: make use of the inbuilt OceanWP WooCommerce Styling or style from scratch and optimize until perfection.</li><li><strong>Unlimited A / B testing</strong>: every online shop has their target audience. With Ocean eCommerce you can build as many templates as you like and perform unlimited tests to see which magic formula works for your products and your customers.</li></ul>\n\n\n\n<h2>Build a Custom eCommerce Website with OceanWP, WooCommerce and Ocean eComm Treasure Box</h2>\n\n\n\n<p><strong>Ocean eCommerce enables WordPress users to create a 100% custom eCommerce website based on WooCommerce</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-1024x1024.png" alt="Ocean eComm Treasure Box addon for WooCommerce enables you to create custom eCommerce websites" class="wp-image-639820" width="512" height="512" srcset="//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-1024x1024.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-300x300.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-150x150.png 150w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-768x768.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-600x600.png 600w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-128x128.png 128w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce-256x256.png 256w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-custom-ecommerce-website-addon-woocommerce.png 1400w" sizes="(max-width: 512px) 100vw, 512px" /></figure></div>\n\n\n<p><a href="https://wordpress.org/plugins/woocommerce/" target="_blank" rel="noreferrer noopener">WooCommerce is the world’s most popular eCommerce solution</a>. It’s not only free, but also allows you full freedom, meaning that you and only you are the owner of all your online store’s content and data forever.</p>\n\n\n\n<p>If you’re new to WordPress, OceanWP or WooCommerce, but would like to see if running an eCommerce website is the right solution for your business, you can always <a href="https://wordpress.org/themes/oceanwp/" target="_blank" rel="noreferrer noopener">start free with OceanWP</a>. The <strong>OceanWP WordPress theme bundles an enormous amount of styling options and features for WooCommerce</strong>. Most importantly, all <strong>customization options are only a click away</strong> by making use of the OceanWP Customizer and its live preview options.</p>\n\n\n\n<p><a href="https://oceanwp.org/core-extensions-bundle/" data-type="page" data-id="36995">OceanWP Premium</a> users have also been enjoying the variety of <a href="https://oceanwp.org/demos/">prebuilt full website templates for eCommerce websites</a>. Now, <strong>the time has come to raise the bar</strong> and take the custom eCommerce website experience onto another level with Ocean eComm Treasure Box.</p>\n\n\n\n<h3>Ocean eCommerce Builder Support</h3>\n\n\n\n<p>For the initial release, the<strong> </strong><a href="https://oceanwp.org/ocean-ecomm-treasure-box-features/#otb-elementor-widgets"><strong>Ocean eComm Treasure Box plugin supports free Elementor</strong> page builder</a>. Of course, you can also combine it with the pro version, but it’s important to emphasize that <strong>no third-party premium plugins are necessary to run or operate any of the OceanWP free or premium plugins</strong>.</p>\n\n\n\n<p>Additional builder methods are planned <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<h3>Custom eCommerce Website Templates Support</h3>\n\n\n\n<p><strong>Ocean eComm Treasure Box enables you to create custom templates for 14 default WooCommerce pages</strong>.</p>\n\n\n\n<p>Those default WooCommerce pages include but are not limited to:</p>\n\n\n\n<ul><li>Shop page,</li><li>Single Product page,</li><li>Thank You page,</li><li>Checkout page,</li><li>Cart page & more.</li></ul>\n\n\n\n<p>Check out the <a href="https://oceanwp.org/ocean-ecomm-treasure-box-features/#otb-custom-templates-support">full list of default WooCommerce pages supported by custom templates</a>.</p>\n\n\n\n<h3>How Do Custom Page Templates Work</h3>\n\n\n\n<p>By default, <strong>your eCommerce website is making use of all the default WooCommerce pages</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-1024x1024.png" alt="" class="wp-image-639813" width="512" height="512" srcset="//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-1024x1024.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-300x300.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-150x150.png 150w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-768x768.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-600x600.png 600w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-128x128.png 128w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab-256x256.png 256w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-woo-templates-tab.png 1400w" sizes="(max-width: 512px) 100vw, 512px" /></figure></div>\n\n\n<p>Thanks to the<strong> vast OceanWP inbuilt customization options for WooCommerce</strong> (and, while we’re at it, these are 100% free), you can <strong>style and customize these pages directly through your Customizer</strong>: Customize > WooCommerce.</p>\n\n\n\n<p><strong>Besides the existing loop builders</strong> (elements display and positioning) for WooCommerce archives and single product pages, <strong>multiple and different styling options</strong> (for example the page layout, thumbnails layout, tabs layout and more), <strong>sometimes you just need to offer your customers something different</strong>. Sometimes you need to <strong>go further and offer more</strong>. Sometimes you just need a custom page template.</p>\n\n\n\n<p>And that’s where the Ocean eComm Treasure Box addon steps in.</p>\n\n\n\n<p><strong>Go above and beyond and come up with the perfect template</strong> for a single product page or checkout, and <strong>optimize your online store for fast ROI and increased revenue</strong>.</p>\n\n\n\n<p>Once you <strong>create a custom page template</strong>, you can mark it as the default template directly from the Templates section or through your eCommerce OTB dashboard > Woo Templates.</p>\n\n\n\n<p>All other pages, that are not making use of the custom templates, will remain as is and you can style them directly through the Customizer.</p>\n\n\n\n<h2>Budget Control, Unlimited A/B Tests and ROI for Custom eCommerce websites</h2>\n\n\n\n<p><strong>Ready-to-use eCommerce platforms</strong> (outside of WordPress) do look quite handy but <strong>are limited in functionality</strong>.</p>\n\n\n\n<p><strong>Each time you’d like to change the template or design, you need to be ready to inject more cash</strong> into that venture. <strong>WordPress, WooCommerce and Ocean eComm Treasure Box function differently</strong>.</p>\n\n\n\n<p>You can <strong>create as many templates as you like</strong> and as you see fit. Whenever you wish to <strong>change a template, it costs you nothing</strong>.</p>\n\n\n\n<p>This <strong>freedom and ability to perform unlimited A/B testing work wonders for your budget</strong>, but also <strong>empowers you to get to the perfect sells-on-its-own eCommerce solution</strong> for your online store. In return, you’ll get a <strong>more converting eCommerce website and a fast ROI</strong> (return on investment).</p>\n\n\n\n<p>Did we hear you say <strong>high-conversion, fast ROI and budget control are the essential for any business</strong>? Because you are right and the chance is yours to grab it!</p>\n\n\n\n<p>Though, <strong>there’s more to this success formula than just templates</strong>. Let us show you the other features as well.</p>\n\n\n\n<h2>Ocean eComm Treasure Box Combines Multiple Features at Once</h2>\n\n\n\n<p>Running new features would not be such a joy and pleasure without making sure your life gets easier with the process which is the reason <strong>Ocean eComm Treasure Box addon for WooCommerce combines multiple features at once</strong>.</p>\n\n\n\n<h3>Old Features In a New Way</h3>\n\n\n\n<p>When it comes to eCommerce websites, two of the most used premium Ocean features are by far:</p>\n\n\n\n<ul><li><strong>Ocean Sticky Header</strong> (makes your website’s header sticky on scroll) and</li><li><strong>Ocean Woo Popup</strong> (helps increase conversion rate by displaying a popup on Add to Cart action. Content controlled by you).</li></ul>\n\n\n\n<p><strong>Both of these premium plugins are a part of the OceanWP Core Extensions Bundle</strong> (aka The Bundle, aka Ocean Bundle, aka OceanWP Pro, you get the idea <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ).</p>\n\n\n\n<p>To <strong>save your time</strong>, as well as to <strong>reduce the plugin number</strong>, <strong>we added both of these features directly into the new Ocean eComm Treasure Box</strong> addon for WooCommerce.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-1024x1024.png" alt="screenshot of the Ocean eCommerce premium plugin dashboard displaying most significant points of the Components tab" class="wp-image-639814" width="512" height="512" srcset="//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-1024x1024.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-300x300.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-150x150.png 150w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-768x768.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-600x600.png 600w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-128x128.png 128w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab-256x256.png 256w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-dashboard-components-tab.png 1400w" sizes="(max-width: 512px) 100vw, 512px" /></figure></div>\n\n\n<p>This means that – <a href="https://oceanwp.org/core-extensions-bundle/" data-type="page" data-id="36995">regardless of your OceanWP Bundle license status</a> and whether you have a Bundle license or not – <strong>you will be able to use the Sticky Header and Woo Popup features if you have the Ocean eCommerce license</strong>.</p>\n\n\n\n<p>Likewise, if you already have the Bundle but would just like to reduce the number of plugins since you’ll be already running Ocean eCommerce on your website, <strong>you can remove these plugins and activate the new options directly from your Ocean eCommerce dashboard, Components tab</strong>.</p>\n\n\n\n<p><strong>As far as the functionality goes</strong> – everything remains the same. If you’re an OceanWP premium user and have been working with Ocean Sticky Header or Ocean Woo Popup (or both) in the past, <strong>there won’t be any learning curves</strong>.</p>\n\n\n\n<p>But, there’s more!</p>\n\n\n\n<h3>The Checkout Fields Manager</h3>\n\n\n\n<p>Now, full process control and optimization would be incomplete without such a nifty feature, wouldn’t it? Most importantly, you<strong> don’t need to use third-party plugins to achieve this functionality anymore</strong>.</p>\n\n\n\n<p><strong>Ocean eComm Treasure Box premium addon for WooCommerce allows you to completely customize your checkout</strong>.</p>\n\n\n\n<p>The Checkout Fields Manager allows you to <strong>customize and optimize</strong>:</p>\n\n\n\n<ul><li>the <strong>billing field</strong>,</li><li>the <strong>shipping field</strong>, and</li><li>the <strong>additional info field</strong>.</li></ul>\n\n\n\n<p>What exactly <strong>can you do with the Checkout Fields Manager</strong>? Well, <strong>everything</strong>!</p>\n\n\n\n<p>Some of the Checkout Fields Manager options include:</p>\n\n\n\n<ul><li>decide which fields will be mandatory,</li><li>remove existing fields,</li><li>add brand new fields,</li><li>rename or repurpose existing options,</li><li>control default values,</li><li>control placeholder text,</li><li>enable validation, etc.</li></ul>\n\n\n\n<p>And, did we also tell you that <strong>the new Checkout Fields Manager supports the loop builder</strong>?</p>\n\n\n\n<p>Exactly! <strong>Besides controlling the fields and content, you can also change their order of appearance for 100% optimization</strong>.</p>\n\n\n\n<p>Check out the <a href="https://docs.oceanwp.org/article/852-how-to-use-checkout-fields-manager">support documentation on how to use the new Checkout Fields Manager</a>.</p>\n\n\n\n<h3>Product Swatches</h3>\n\n\n\n<p>The <strong>Checkout Fields Manager is not the only new feature</strong> we bring to your custom eCommerce websites. <strong>We also have the Product Swatches feature for you</strong>!</p>\n\n\n\n<p>Though the <strong>OceanWP theme</strong> did <strong>always support default WooCommerce product swatches</strong>, <strong>one thing was missing</strong> – the<strong> option to customize and style product swatches</strong>.</p>\n\n\n\n<p>What does the Product Swatches module for Ocean eComm Treasure Box bring to the table?</p>\n\n\n\n<p>On top of the fact that from now on <strong>you won’t need to use third-party plugins to achieve this functionality</strong>, <strong>the Product Swatches module enables you to create 4 different swatches types and display them in an eye-catching way</strong>:</p>\n\n\n\n<ul><li>colors,</li><li>images,</li><li>buttons,</li><li>radio.</li></ul>\n\n\n\n<p>Check out the <a href="https://docs.oceanwp.org/article/853-how-to-use-product-swatches">support documentation on how to use the new Product Swatches module</a>.</p>\n\n\n\n<h2>What Makes Ocean eComm Treasure Box Different</h2>\n\n\n\n<p>Custom eCommerce websites are definitely not a novelty. However, <strong>we’d like to change your experience with custom eCommerce sites</strong>, whether you’re a developer, freelancer or a small business owner.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-1024x1024.png" alt="screenshot of the new Ocean eCommerce premium plugin dashboard in light and dark mode" class="wp-image-639805" width="512" height="512" srcset="//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-1024x1024.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-300x300.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-150x150.png 150w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-768x768.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-600x600.png 600w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-128x128.png 128w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard-256x256.png 256w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-5star-dashboard.png 1400w" sizes="(max-width: 512px) 100vw, 512px" /></figure></div>\n\n\n<p>Thanks to the feedback from our users and customers, we’ve come up with <strong>a short list of items that makes Ocean eComm Treasure Box addon for WooCommerce different</strong>.</p>\n\n\n\n<h3>Author Reliability</h3>\n\n\n\n<p>The Ocean eComm Treasure Box addon is brought to you by <strong>the OceanWP team</strong> – the team that’s been handling the <a href="https://wordpress.org/themes/oceanwp/" target="_blank" rel="noreferrer noopener">OceanWP free WordPress theme</a>, free and premium Ocean plugins for WordPress for you <strong>since 2016</strong>. With<strong> 700K+ active installs</strong>, and <a href="https://wordpress.org/support/theme/oceanwp/reviews/" target="_blank" rel="noreferrer noopener"><strong>over 5400 WordPress reviews</strong></a>, the <strong>OceanWP theme is the best and top-rated free WordPress theme</strong>.</p>\n\n\n\n<p><strong>OceanWP is a registered trademark</strong> within the United States Patent and Trademark Office.</p>\n\n\n\n<h3>Product Stability</h3>\n\n\n\n<p>Product quality is our priority. <strong>Stable products enable you to</strong> <strong>worry less</strong> about your sites and <strong>dedicate your time to your business alone</strong>.</p>\n\n\n\n<p>Are we perfect? As about everybody else. But are we always going to strive to do more and do better? Yes.</p>\n\n\n\n<h3>Customer Support Quality</h3>\n\n\n\n<p>The <strong>OceanWP tech support team</strong> is rated as one of the <strong>most dedicated, friendliest and fastest support teams</strong> there is. Whether you’re a free or premium user, <strong>you can always count on support for OceanWP products</strong>.</p>\n\n\n\n<h3>Customer Success Oriented</h3>\n\n\n\n<p>Your success is our success. On top of the dedicated support, we’re also involved in <strong>helping you beat all obstacles surrounding WordPress or websites through <a href="https://oceanwp.org/oceanwp-academy/" data-type="page" data-id="629178">various webinars, workshops and courses</a></strong>.</p>\n\n\n\n<p>OceanWP products are specifically designed for you and <a href="https://oceanwp.org/feature-requests/" data-type="page" data-id="611644">we’re always open to listen to your suggestions and ideas for improvements and new features</a>.</p>\n\n\n\n<h3>Combining the Best OceanWP Features for WooCommerce With the New Ocean eComm Treasure Box Addon</h3>\n\n\n\n<p>The<strong> OceanWP theme is one of the top choices for small business owners and developers</strong> thanks to its <strong>various customization and styling options features for WooCommerce which are 100% free</strong>.</p>\n\n\n\n<p>Such free OceanWP WooCommerce customization features include but are not limited to: </p>\n\n\n\n<ul><li><strong>archive and single product loop builders</strong>,</li><li><strong>multi-step checkout</strong>,</li><li><strong>menu cart</strong> and <strong>mini cart</strong>,</li><li><strong>dedicated WooCommerce sidebar</strong>,</li><li><strong>conditional logic for pricing and Add to Cart</strong>,</li><li><strong>Ajax Add to Cart</strong>,</li><li><strong>sticky Add to Cart</strong> (Floating Bar) and more. </li></ul>\n\n\n\n<p>This means that absolutely everyone is able to build a complete and functional eCommerce website by just running the OceanWP theme. <strong>Now we’re equipping you to do even more</strong>.</p>\n\n\n\n<p class="has-white-color has-text-color has-background" style="background-color:#001a5d">Check out all OceanWP WooCommerce customization options for free. <a style="color:white;" href="https://oceanwp.org/core-extensions-bundle/" data-type="page" data-id="36995">Download OceanWP, install WooCommerce, access the Customizer and fire away</a>.</p>\n\n\n\n<h2>How You Benefit From a Custom eCommerce Website</h2>\n\n\n\n<p>If you’re reading this post, it means you’re already considering a custom eCommerce website and your reasons are more than valid.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/hero-img-001.jpg" alt="build custom eCommerce website with OceanWP and WooCommerce" class="wp-image-638620" width="480" height="480" srcset="//oceanwp.org/wp-content/uploads/2022/11/hero-img-001.jpg 960w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-300x300.jpg 300w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-150x150.jpg 150w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-768x768.jpg 768w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-600x600.jpg 600w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-128x128.jpg 128w, //oceanwp.org/wp-content/uploads/2022/11/hero-img-001-256x256.jpg 256w" sizes="(max-width: 480px) 100vw, 480px" /></figure></div>\n\n\n<p>While <strong>dedicated eCommerce platforms do appear like a perfect solution at first glance</strong>, you already know that option is not only a <strong>foe to your budget</strong>, but also <strong>not a long-term solution</strong> which is what you need, whether you’re a freelancer, agency designer or a small business owner.</p>\n\n\n\n<p>Just in case you need a little bit more reassurance, <strong>here are our top reasons on how you or your clients will benefit from a custom eCommerce website</strong>.</p>\n\n\n\n<h3>Search Engine Ranking</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-perfect-seo.jpeg" alt="custom ecommerce website enables you to optimize your website perfectly for search engines and rank higher on search result pages" class="wp-image-639842" width="600" height="400" srcset="//oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-perfect-seo.jpeg 800w, //oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-perfect-seo-300x200.jpeg 300w, //oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-perfect-seo-768x512.jpeg 768w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>\n\n\n<p>Absolutely <strong>each and every website made with WordPress has a 100% more chance</strong> (and options) to not only <strong>rank their custom eCommerce website for search engines</strong>, but also optimize it for higher ranking scores.</p>\n\n\n\n<p><strong>WordPress</strong> started out as a blogging platform and its <strong>ranking capabilities are undisputed</strong>. Posting, even small articles, on a regular basis will help you <strong>establish and reinforce authority and expertise through an information architecture</strong> thanks to specialized SEO.</p>\n\n\n\n<p>Obviously, we don’t need to inform you that t<strong>he better your SEO</strong> scores are, <strong>the better the chances for increased sales, revenue and growth</strong>.</p>\n\n\n\n<h3>Immediate Cost Reduction and Affordability on Long-Run</h3>\n\n\n\n<p>While you’ll definitely need to invest in hosting and some premium tools and perhaps even expert services that will help you get a tailored custom eCommerce website, all these options are not only cheaper to begin with but also more affordable on a long-run.</p>\n\n\n\n<p>With dedicated custom eCommerce platforms, you need to be sure what you want and be sure now. Sadly, every little change will cost you additionally. On top of the unfortunate event of not being able to control your budget, let’s not forget additional sales fees.</p>\n\n\n\n<p>A <strong>custom eCommerce website puts you and only you in full control over your budget</strong> while offering you<strong> millions of customization options, content ownership, customer data insights and reports, design freedom, unlimited experiments and A/B testing</strong>. Plus, <strong>the entire revenue is yours</strong> and only yours.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-budget-control.jpeg" alt="image depicting how custom ecommerce website put you in control of your budget, ensure a fast return on investment and increase revenue while being the most affordable long-term solution" class="wp-image-639844" width="600" height="400" srcset="//oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-budget-control.jpeg 800w, //oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-budget-control-300x200.jpeg 300w, //oceanwp.org/wp-content/uploads/2023/01/custom-ecommerce-website-budget-control-768x512.jpeg 768w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>\n\n\n<h3>Meet Unique Business Requirements</h3>\n\n\n\n<p>Sure. Some products are more or less the same, but<strong> each business</strong> behind those products<strong> is unique</strong>.</p>\n\n\n\n<p>Naturally, a <strong>unique business has its own unique needs and requirements</strong> which only a custom eCommerce website can meet.</p>\n\n\n\n<p>Besides <strong>branding</strong>, custom online shops allow you to <strong>grow along with your business growth</strong>. And in order for your business to grow, you have no other option but to <strong>meet unique market and customer demands</strong>.</p>\n\n\n\n<p><strong>Custom eCommerce sites</strong> do not only enable you to <strong>create a custom storefront design specifically tailored for your business</strong>, but also empower you to <strong>provide your customers with a one-of-a-kind shopping experience</strong> through full process control.</p>\n\n\n\n<p>And just how do you provide customers with such experience? Well, there are numerous options, but the ones you should definitely put an emphasis is a <strong>stunning presentation</strong>, <strong>seamless checkout</strong>, <strong>custom shipping rules</strong>, <strong>variety of payment options</strong> and a <strong>buying process control</strong>.</p>\n\n\n\n<h3>Customization, Scalability and Optimization</h3>\n\n\n\n<p>Needless to say, a <strong>custom eCommerce website enables you to customize, scale and optimize your online store in every possible way</strong> – each and every time. Of course, <strong>without blowing your budget</strong>.</p>\n\n\n\n<p>Only custom eCommerce websites provide <strong>genuinely customizable options and diverse opportunities for scaling</strong>. This means that your online store can be a top-notch mobile-friendly out-of-this-world place that fulfills customer needs.</p>\n\n\n\n<p><strong>A scalable and flexible eCommerce website</strong> that’s ready to answer (modern-age) challenges and meet customer needs can only promise a few good things: f<strong>ast return on investment</strong>, <strong>business growth and revenue increase</strong> – all of which on a budget you control.</p>\n\n\n\n<h2>Launch Your Custom eCommerce Website</h2>\n\n\n\n<p>Ready to launch an online store and build a custom eCommerce website? Perfect!</p>\n\n\n\n<p>If you want to try and build a custom online shop on your own or design custom eComm sites for clients, then <a href="https://oceanwp.org/ocean-custom-ecommerce-website-premium-plans/">choose your Ocean eCommerce Premium Plan and get started</a>.</p>\n\n\n\n<p>On the other hand, if you want a custom storefront but feel like you need a little bit of expert help, don’t dwell on it and <a href="https://oceanwp.org/oceanwp-expert-partners/">check in with OceanWP Experts</a>.</p>\n\n\n\n<h3>Ocean eCommerce Premium Plans</h3>\n\n\n\n<p>Ocean eComm Treasure Box Addon for WooCommerce is available under four different premium plans:</p>\n\n\n\n<ul><li>Store,</li><li>Entrepreneur,</li><li>Shopping Plus, and</li><li>Shopping Mall.</li></ul>\n\n\n\n<p><strong>Each of the premium plans comes with its own benefits</strong>. Naturally, this is just the start and more features are planned and coming <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-1024x277.png" alt="screenshot of the Ocean eCommerce premium plans for the Ocean eComm Treasure Box addon for WooCommerce for custom eCommerce websites" class="wp-image-639898" width="768" height="208" srcset="//oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-1024x277.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-300x81.png 300w, //oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-768x208.png 768w, //oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo-1536x415.png 1536w, //oceanwp.org/wp-content/uploads/2023/01/oceanwp-premium-ecommerce-plans-launch-promo.png 1850w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p><strong>Ocean eComm Treasure Box Addon for WooCommerce is not and will not be a part of the Bundle</strong>.</p>\n\n\n\n<p>But don’t you think for one second we’ve forgotten about all our users. <strong>If you have an active Bundle license</strong>, you can<strong> immediately </strong><a href="https://oceanwp.org/oceanwp-special-discount-application/"><strong>apply for a special loyalty award bonus</strong> and <strong>get any of the available Ocean eCommerce plans at an insanely discounted price</strong></a>!</p>\n\n\n\n<p>If you’re <strong>new to OceanWP or custom eCommerce websites</strong>, hurry up and<strong> <a href="https://oceanwp.org/ocean-custom-ecommerce-website-premium-plans/">make use of the exceptional early promo to celebrate the launch of our latest product – Ocean eComm Treasure Box</a></strong>.</p>\n\n\n\n<h3>There’s a Groovy Treat!</h3>\n\n\n\n<p><strong>Get any of the Ocean eCommerce premium plans during the eComm Launch Party promo and secure automated renewal fees at the same price</strong>!</p>\n\n\n\n<p>You read that right. Not only will you enjoy our usual price-lock, but <strong>you’ll also be relishing the discounted price-lock</strong>. General OceanWP price-lock terms are applied and your price-lock is ensured and secure as long as you have an active subscription that has never been cancelled (for the annual plans).</p>\n\n\n\n<p>Lifetime plans are really, and we do mean really, lifetime plans. Once you get a lifetime plan, you’re secured for life with a one-time payment only.</p>\n\n\n\n<p class="has-medium-font-size">Let’s get this party started!</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/ocean-custom-ecommerce-website-premium-plans/"><img src="https://oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner-1024x366.png" alt="custom ecommerce website addon for WooCommerce by OceanWP promo banner" class="wp-image-639887" width="768" height="275" srcset="//oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner-1024x366.png 1024w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner-300x107.png 300w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner-768x274.png 768w, //oceanwp.org/wp-content/uploads/2023/01/ocean-ecommerce-launch-party-promo-banner.png 1400w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p style="font-size:19px"><a href="https://oceanwp.org/ocean-custom-ecommerce-website-premium-plans/">Choose your Ocean eComm plan and build a custom eCommerce website with WooCommerce and Ocean eComm Treasure Box in a way you’ve always dreamed about</a>.</p>\n\n\n\n<p>Wait! There’s more <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<h2>Meet Ocean eComm Treasure Box Live</h2>\n\n\n\n<p>On Thursday, February 23rd 2023 6PM UK time, we’ll be holding a live presentation & workshop for the Ocean eComm Treasure Box. </p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://us06web.zoom.us/meeting/register/tZckdOutrjkpGN1p-yp9o0m2FJDSMumKqJGf" target="_blank" rel="noopener"><img src="https://oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner-819x1024.png" alt="" class="wp-image-640046" width="614" height="768" srcset="//oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner-819x1024.png 819w, //oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner-240x300.png 240w, //oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner-768x960.png 768w, //oceanwp.org/wp-content/uploads/2023/02/ecomm-webinar-presentation-banner.png 1080w" sizes="(max-width: 614px) 100vw, 614px" /></a></figure></div>\n\n\n<p>Join us while we unwrap the eComm Treasure Box features for you and show you how you can customize and optimize your eCommerce website. <a href="https://us06web.zoom.us/meeting/register/tZckdOutrjkpGN1p-yp9o0m2FJDSMumKqJGf" target="_blank" rel="noreferrer noopener">Register for the Unpacking eComm Treasure Box presentation now</a> or use this <a href="https://www.timeanddate.com/worldclock/converter.html?iso=20230223T180000&p1=136&p2=137&p3=64&p4=179&p5=37&p6=26&p7=166&p8=176&p9=33&p10=240" target="_blank" rel="noreferrer noopener">online time and zone converter</a> and save the date.</p>\n\n\n\n<p>Happy Custom eCommerce!</p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:78:"https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:79:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"OceanWP Northern Star Update: Welcome Adobe Fonts!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:82:"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Jan 2023 06:08:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Introducing";s: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:6:"Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"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:29:"https://oceanwp.org/?p=639392";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:1160:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-northern-star-update-adobe-fonts-integration-featured-image.jpg" width="1200" height="700" title="OceanWP Northern Star Update: Welcome Adobe Fonts!" alt="OceanWP Northern Star Update: Welcome Adobe Fonts!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">Throughout history, mariners have used the Northern Star aka Polaris as a reliable beacon that would guide them home. If you believe in Santa Clause, then you know this jolly...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:23400:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-northern-star-update-adobe-fonts-integration-featured-image.jpg" width="1200" height="700" title="OceanWP Northern Star Update: Welcome Adobe Fonts!" alt="OceanWP Northern Star Update: Welcome Adobe Fonts!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">Throughout history, mariners have used the Northern Star aka Polaris as a reliable beacon that would guide them home. If you believe in Santa Clause, then you know this jolly ol’ fellow in red still uses it for navigation to ensure he’s on the right path <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>\n\n\n\n<p class="has-medium-font-size">As for OceanWP, we’ve chosen to name this update release Northern Star not only because of the Holidays or because the Polaris itself leaves you speechless – but because it also represents guidance, hope and inspiration. And we all hope the year 2023 will be fulfilling and inspirational for all of you.</p>\n\n\n\n<p>Thinking about 2022, we had an amazing year in which we introduced a lot of features and improvements that helped you build better websites faster.</p>\n\n\n\n<p>For example: Options to host Google fonts locally and make your website GDPR friendly, which was released with the <a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/">OceanWP Breeze Update</a>; A new and better OceanWP Panel for improved user experience with lots of new features, released with the <a href="https://oceanwp.org/blog/oceanwp-theme-panel-makeover/">OceanWP Starboard Update</a>, or the welcoming of OceanWP Elementor Sections Library, released with the <a href="https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/">OceanWP High Tide Update</a>.</p>\n\n\n\n<p>But, as already mentioned in the <a href="https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/" data-type="post" data-id="639169">OceanWP 2022 in review article</a>, our work is never done and there’s always lots to do!</p>\n\n\n\n<p>That being said, and without further ado, let’s welcome the <strong>first OceanWP update release of the year</strong> – <strong>OceanWP Northern Star Update</strong>.</p>\n\n\n\n<h2>Table of Content:</h2>\n\n\n\n<ul id="ocean-extra"><li><a href="#oceanwp">OceanWP 3.4.0</a></li><li><a href="#ocean-extra">Ocean Extra 2.1.0</a></li><li><a href="#update-preparations">How to prepare your website for updates</a></li></ul>\n\n\n\n<h2 id="oceanwp">OceanWP 3.4.0 Update Release</h2>\n\n\n\n<h3>Scroll Effect Feature Changes</h3>\n\n\n\n<p>As of OceanWP 3.4.0, you will be<strong> able to disable the Scroll Effect script which is included in the OceanWP theme</strong>.</p>\n\n\n\n<p><strong>The Scroll Effect script is used for smooth scrolling with various options</strong>. For example, <strong>anchor links and basically any “animation” present within the theme which involves the automated scrolling effect</strong>.</p>\n\n\n\n<p>Some of you prefer using third-party plugins for the smooth scroll effect, and those scripts did not play along with the inbuilt OceanWP scroll feature. If you’re still a fan of third-party plugins or don’t use any of the features that require smooth automated scrolling on your website, <strong>from now on you can disable the Scroll Effect script</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><img width="329" height="451" src="https://oceanwp.org/wp-content/uploads/2022/12/image-3.png" alt="OceanWP Northern Star update release brings a new option to disable the smooth scroll effect included in the OceanWP theme or add custom offset to it. This is a screenshot of OceanWP Customizer settings that allow users to enable or disable the Scroll Effect script per need or add custom offset" class="wp-image-639398" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-3.png 329w, //oceanwp.org/wp-content/uploads/2022/12/image-3-219x300.png 219w" sizes="(max-width: 329px) 100vw, 329px" /></figure></div>\n\n\n<p>After the update, <strong>navigate to Customize > General Options > Performance</strong>, and you’ll see a new option called <strong>Scroll Effect</strong>. Disable or enable the script per need. <strong>By default, the Scroll Effect script is enabled</strong>.</p>\n\n\n\n<p>If you love the inbuilt OceanWP scroll effect, you can now tweak it a little bit thanks to a new option.</p>\n\n\n\n<p>We’d also like to use this opportunity and give <strong>a special shoutout to Herbert Grun for his invaluable feedback on the existing scroll feature and potential challenges</strong>, which eventually <strong>lead to adding these improvements.</strong></p>\n\n\n\n<h4>Scroll Effect Custom Offset</h4>\n\n\n\n<p>New changes also allow users to <strong>add custom offset for the smooth scroll OceanWP feature</strong>.</p>\n\n\n\n<p>What does this mean?</p>\n\n\n\n<p>Well, <strong>if you’re using anchor links on your website and you want to add a bit more space before the area that is linked</strong>, you can now<strong> add custom offset value</strong> in the respective <strong>Scroll Effect – Custom Offset area</strong> in the Customizer.</p>\n\n\n\n<h2>Improved User Experience – Tweaks to the SEO Settings Section</h2>\n\n\n\n<p>For an improved user experience, we’ve made some <strong>changes to the SEO Settings section in the Customizer > General Options</strong>.</p>\n\n\n\n<p><strong>All existing features related to SEO are now grouped in this section</strong>:</p>\n\n\n\n<ul><li>Option to enable or disable the inbuilt OceanWP Schema Markup,</li><li>Opeangraph settings,</li><li>and a link to the Breadcrumbs configuration option respectively.</li></ul>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/12/image-4.png" alt="" class="wp-image-639402" width="251" height="695" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-4.png 335w, //oceanwp.org/wp-content/uploads/2022/12/image-4-108x300.png 108w" sizes="(max-width: 251px) 100vw, 251px" /></figure></div>\n\n\n<p>At this moment, no additional SEO features have been added to the OceanWP theme.</p>\n\n\n\n<h2>Ocean Extra 2.1.0</h2>\n\n\n\n<h3>Adobe Fonts (TypeKit) Integration for Free</h3>\n\n\n\n<p>As of OceanWP 3.4.0 and Ocean Extra 2.1.0, you will be able to <strong>add and use your favorite Adobe Fonts with your OceanWP projects – for free!</strong></p>\n\n\n\n<p>Most importantly, with OceanWP you will also be able to use Adobe Fonts with Elementor as well without any additional plugins or upgrades.</p>\n\n\n\n<p>Once you update OceanWP and Ocean Extra to their latest versions, if you wish to use the Adobe Fonts (TypeKit) integration, navigate to <strong>OceanWP Panel > Integrations</strong>, and scroll down to the <strong>Adobe Fonts (TypeKit) section</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/12/image-1024x673.png" alt="OceanWP Northern Star update release brings Adobe Fonts TypeKit integration. This image is a screenshot of the OceanWP Panel settings where you can integrate your Adobe Fonts project with your OceanWP theme" class="wp-image-639395" width="768" height="505" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-1024x673.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-300x197.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-768x505.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image.png 1405w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>Check out our <a href="https://docs.oceanwp.org/article/849-how-to-add-adobe-fonts-typekit" target="_blank" rel="noreferrer noopener">full support document to learn how to add fonts to your Adobe Project and integrate that project with your OceanWP theme</a>.</p>\n\n\n\n<p>A lot of you have requested the Adobe Fonts feature, but <strong>we’ll mention those few whose arguments for adding Adobe Fonts support were the most persuasive ones</strong> – <strong>thank you Janine Lazarova, Sharon Schanzer, Mark Dickman and Rob Daly</strong>! We hope the wait was worthwhile <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<h3>Performance Improvement – Disable Widgets Stylesheet</h3>\n\n\n\n<p>The Northern Star update also brings more control over the scripts you want to use on your website.</p>\n\n\n\n<p>After the update, <strong>navigate to Customize > General Options > Performance</strong>, and you will find a new option to disable <strong>Widgets Stylesheet Load</strong>.</p>\n\n\n\n<p>When disabled, your website will no longer load the widgets.css stylesheet included in the Ocean Extra plugin.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><img width="335" height="449" src="https://oceanwp.org/wp-content/uploads/2022/12/image-1.png" alt="OceanWP Northern Star update brings a new feature that enables users to disable the widgets stylesheet from loading on their websites. This is a screenshot of the new Widgets Stylesheet Load settings option in the OceanWP theme Customizer" class="wp-image-639396" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-1.png 335w, //oceanwp.org/wp-content/uploads/2022/12/image-1-224x300.png 224w" sizes="(max-width: 335px) 100vw, 335px" /></figure></div>\n\n\n<p>And now the question that emerges is – <strong>when should you use this option and disable the widgets.css stylesheet from loading</strong>?</p>\n\n\n\n<p>It’s quite simple, so no stress!</p>\n\n\n\n<p><strong>If you’re not using any of the Ocean Extra WordPress widgets on your website</strong> (for example, About Me, Custom Links, Business Hours, etc), or actually don’t use any WordPress widgets at all on your site (<strong>Appearance > Widgets</strong>), you can disable this script from loading.</p>\n\n\n\n<p>For convenience, <strong>all Ocean Extra WordPress widget names start with a double arrow</strong>. Examples:</p>\n\n\n\n<ul><li>>> Business Hours,</li><li>>> About Me,</li><li>>> Latest Posts, etc.</li></ul>\n\n\n\n<p><strong>To double-check whether or not you’re using any of the Ocean Extra widgets</strong>, navigate to your WP dashboard, <strong>Appearance > Widgets</strong>, and just <strong>check the names of widgets / blocks added in their respective areas</strong>.</p>\n\n\n\n<p>It’s <strong>important to emphasize that the new option will only disable the widgets.css stylesheet included in the Ocean Extra plugin – nothing more</strong>. Meaning, additional scripts included within WordPress or third-party plugins may still load on your website.</p>\n\n\n\n<p>The <strong>widgets.css styleesheet is enabled to load on your websites by default</strong>.</p>\n\n\n\n<h3>More Performance! Preload Locally-Hosted Google Fonts</h3>\n\n\n\n<p>As mentioned in the beginning of this article, the option to make your website GDPR friendly and host Google fonts locally with a single click from the Customizer has been introduced with the OceanWP Breeze Update Release.</p>\n\n\n\n<p>The initial feature included support for the OceanWP theme, all Ocean plugins, plugins that inherit theme fonts and Elementor.</p>\n\n\n\n<p>With time, <strong>we’ve also included the option to choose the font format for the locally-hosted Google fonts</strong> which allows you to choose between ttf, woff and woff2 font formats.</p>\n\n\n\n<p>Our latest addition includes the <strong>option to also preload your locally-hosted Google fonts without any additional plugins</strong>.</p>\n\n\n\n<p>After the update, all you need to do is <strong>navigate to Customize > Typography > General</strong>, and check the option to <strong>Preload Local Google Fonts</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><img width="334" height="539" src="https://oceanwp.org/wp-content/uploads/2022/12/image-2.png" alt="OceanWP Northern Star Update brings a new feature related to local Google fonts existing feature which allows users to preload their locally hosted Google fonts. This is a screenshot of the OceanWP Customizer settings where users can enable the new preload local Google fonts feature" class="wp-image-639397" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-2.png 334w, //oceanwp.org/wp-content/uploads/2022/12/image-2-186x300.png 186w" sizes="(max-width: 334px) 100vw, 334px" /></figure></div>\n\n\n<p>This new feature is disabled by default.</p>\n\n\n\n<p>We’d also like to use this opportunity and give <strong>a special shoutout to Stefan Kontrus for his invaluable feedback on the local Google fonts feature</strong>, which eventually <strong>lead to more improvements</strong>, including the font format and preload options.</p>\n\n\n\n<h3>And More Performance! The New Preloader Option</h3>\n\n\n\n<p><strong>Website preloader</strong> is also <strong>a new option</strong> that comes with the latest OceanWP Northern Star update release.</p>\n\n\n\n<p>The <strong>Preloader cannot speed up your website</strong> (no preloader can do this), but here’s<strong> how you can benefit from using the new Preloader feature</strong>:</p>\n\n\n\n<ul><li><strong>website branding</strong> – you’re allowed to fully customize the new preloader option.</li><li>more <strong>professional look and feel</strong>.</li><li><strong>reduce bounce rate</strong> because the preloader indicates to your site visitors that the content is loading in the backend.</li></ul>\n\n\n\n<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<p class="responsive-video-wrap clr"><iframe title="OceanWP Website Preloader Feature" width="1200" height="675" src="https://www.youtube.com/embed/BoElIuChvuA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<p>When enabled, <strong>the Preloader animation will automatically disappear from your site once the entire content and all your site scripts have been loaded in full</strong>. The new Preloader feature is<strong> extremely useful for heavy websites with lots of content</strong> (videos, heavy images etc) <strong>or websites running on slower hosting</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><img width="339" height="825" src="https://oceanwp.org/wp-content/uploads/2022/12/image-9.png" alt="the OceanWP Northern Star update release includes a brand new feature called website preloader, which is an animation that is displayed on the frontend while your website content is loading. This is a screenshot of the OceanWP Preloader Customizer settings" class="wp-image-639464" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-9.png 339w, //oceanwp.org/wp-content/uploads/2022/12/image-9-123x300.png 123w" sizes="(max-width: 339px) 100vw, 339px" /></figure></div>\n\n\n<p>To make use of the new Preloader option, <strong>navigate to Customize > General Options > Preloader</strong>, and fire away.</p>\n\n\n\n<p>You can choose between multiple default styles (animations), add an image, your logo, add custom text or even create a custom template from scratch.</p>\n\n\n\n<p>Check out <a href="https://docs.oceanwp.org/article/851-oceanwp-website-preloader" target="_blank" rel="noreferrer noopener">support documentation and learn more about OceanWP Preloader feature and its settings</a>.</p>\n\n\n\n<h2 id="update-preparations">OceanWP Update: How to Prepare Your Website</h2>\n\n\n\n<p>The OceanWP Northern Star update release is not major but, as always, <strong>we recommend the same update procedure and precaution measures</strong>.</p>\n\n\n\n<p><strong>Why are precaution measures necessary</strong>? Well, there a few things you have to consider:</p>\n\n\n\n<ul><li><strong>developers do not control the auto-update sequence order.</strong> Even though we always release the theme update first and then plugins, it depends on WordPress when those latest updates will become available.</li><li>your <strong>auto-updates</strong>, just as regular updates, <strong>may be interrupted due to temporary server issue or interrupted connection between your website and WordPress dot org,</strong> which leaves you with an incomplete installation.</li><li><strong>auto-updates deny you the opportunity to test compatibility</strong> of new releases with your environment (PHP, WordPress), including all other plugins.</li></ul>\n\n\n\n<p>That being said, <strong>if you’re serious about your website – disable auto-updates no matter what setup you’re running</strong>.</p>\n\n\n\n<p><strong>The correct update order is:</strong></p>\n\n\n\n<ol><li><strong>Update OceanWP</strong> via Appearance > Themes, then</li><li><strong>Update all Ocean plugin</strong>s via Plugins > Installed Plugins, by making sure you update Ocean Extra first.</li></ol>\n\n\n\n<p><strong>Before you update, make sure you have taken necessary precaution measures.</strong></p>\n\n\n\n<h3>Test the Update Before Updating Your Live Site</h3>\n\n\n\n<p>The <strong>best practice is to test new changes on localhost, test or staging environments.</strong></p>\n\n\n\n<p>If you <strong>don’t have the option to test the updates anywhere, do not update immediately</strong>. Wait for a couple of days or even a week, until we’ve gathered feedback and made sure it’s safe for you to update.</p>\n\n\n\n<p>Remember, even if everything is fine, something can always go wrong during updates – like your website losing connection to WordPress and interrupting the update process. After all, the bad thing about software is – it’s software.</p>\n\n\n\n<p><strong>Make sure to backup your websites properly</strong>. Do not rely on hosting backups alone. Instead, <strong><a href="https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" target="_blank" rel="noreferrer noopener">take manual backups as well</a></strong> and store data in a safe place. If you’re using the <a href="https://oceanwp.org/blog/how-to-reset-wordpress-website-fix-mistakes/">WordPress Reset plugin (not to be confused with WordPress Database Reset), you can also create website snapshots</a>.</p>\n\n\n\n<p><strong>Important: remember to purge cache thoroughly</strong> after the update, multiple times if necessary. The same goes for the CDN (cloud) cache.</p>\n\n\n\n<h3>Updating a Live Website</h3>\n\n\n\n<p><strong>Website update preparation To-Do list</strong>:</p>\n\n\n\n<ol><li>Before updating the theme, <strong><a href="https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" target="_blank" rel="noreferrer noopener">create a backup of your website</a></strong>.</li><li>Place your website in the<strong> Maintenance mode</strong>.</li><li><strong>Update OceanWP theme</strong> to its latest version via <strong>Appearance > Themes</strong>.</li><li><strong>Update all Ocean plugins</strong> to their latest versions via <strong>Plugins > Installed Plugins</strong>.</li><li><strong>Clear browser, website or CDN (cloud) cache</strong>.</li><li><strong>Inspect</strong> your website.</li><li>If everything is in order, <strong>deactivate the Maintenance mode</strong>.</li><li><strong>Enjoy </strong>all new OceanWP updates and features!</li></ol>\n\n\n\n<p>In case you need to roll back, you can <a href="https://docs.oceanwp.org/article/797-oceanwp-rollback-versions" target="_blank" rel="noreferrer noopener">download older versions of the OceanWP theme</a>, as well as the <a href="https://docs.oceanwp.org/article/800-ocean-extra-rollback-versions" target="_blank" rel="noreferrer noopener">older versions of the Ocean Extra plugin</a>.</p>\n\n\n\n<p class="has-medium-font-size">New to OceanWP?<a href="https://wordpress.org/themes/oceanwp/" target="_blank" rel="noreferrer noopener"> Download the latest version directly from WordPress entirely for free</a>.</p>\n\n\n\n<h2 id="oceanwp-next">What’s Next for OceanWP?</h2>\n\n\n\n<p>Holidays are now over and besides the OceanWP Northern Star update release, you can also expect a brand new premium plugin we announced in August 2022. More details about it in a separate article <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>Not only that – but in the meantime, we also started working on an additional premium plugin and honestly we can’t wait to show you all the things we did <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>Besides the premium plugins, we plan to add more GDPR friendly options, work further on accessibility and user experience improvements, improve existing features, redesign the oceanwp website, design new section and templates for you and more.</p>\n\n\n\n<p>If you haven’t noticed with all the shoutouts in this article, we’re here to listen to all your ideas and suggestions. Think there’s a feature, document, demo or a video OceanWP users would really need? Let us know about it by <a href="https://oceanwp.org/feature-requests/" data-type="page" data-id="611644">filling out the OceanWP feature request form</a>.</p>\n\n\n\n<p>And remember, if you’re an <a href="https://oceanwp.org/oceanwp-partner-program/" data-type="page" data-id="631293">Agency Bundle license owner, you can also influence our plans and collaborate with us more closely</a>.</p>\n\n\n\n<h2>LOS; INR. (Long or Short, I Never Read):</h2>\n\n\n\n<p>We are <strong>releasing updates</strong>.</p>\n\n\n\n<p><strong>Take website backups, including manual backup, before updating OceanWP and Ocean plugins</strong> (or any other theme / plugin combination).</p>\n\n\n\n<p>The <strong>best practice is to test all updates on test, localhost or staging environments</strong>. If you don’t have the opportunity to test the updates, do not update immediately. Wait with the updates a couple of days until we’ve gathered feedback.</p>\n\n\n\n<p>In case of any problems or issues, inform us about possible bugs or submit tickets.</p>\n\n\n\n<p>Now, let’s talk about features you’d like to see in OceanWP <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:79:"https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:76:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"OceanWP: The Year 2022 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:61:"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:69:"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Dec 2022 10:44:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Reviews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://oceanwp.org/?p=639169";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:1084:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-2022-review-featured-image.png" width="1200" height="700" title="OceanWP: The Year 2022 in Review" alt="OceanWP: The Year 2022 in Review" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">It’s common knowledge – here at OceanWP we don’t look back otherwise we wouldn’t be able to move forward. But, reflecting on the soon-to-be past year helps shed light on...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:23471:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-2022-review-featured-image.png" width="1200" height="700" title="OceanWP: The Year 2022 in Review" alt="OceanWP: The Year 2022 in Review" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">It’s common knowledge – here at OceanWP we don’t look back otherwise we wouldn’t be able to move forward.</p>\n\n\n\n<p class="has-medium-font-size">But, reflecting on the soon-to-be past year helps shed light on the most significant moments and make headway towards better features and products for OceanWP WordPress theme users.</p>\n\n\n\n<p class="has-medium-font-size">That being said, <strong>in this article we’re going to review the highlights of all features and changes that have marked the year 2022 and forged a path for a better, brighter and delightful 2023</strong>.</p>\n\n\n\n<h2>OceanWP + Freepik and Flaticon Co-op</h2>\n\n\n\n<figure class="wp-container-2 wp-block-gallery-1 wp-block-gallery has-nested-images columns-default is-cropped">\n<figure class="wp-block-image size-large"><img width="512" height="160" data-id="631683" src="https://oceanwp.org/wp-content/uploads/2022/04/freepik-logo.png" alt="Freepik official logo" class="wp-image-631683" srcset="//oceanwp.org/wp-content/uploads/2022/04/freepik-logo.png 512w, //oceanwp.org/wp-content/uploads/2022/04/freepik-logo-300x94.png 300w" sizes="(max-width: 512px) 100vw, 512px" /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img width="512" height="160" data-id="631684" src="https://oceanwp.org/wp-content/uploads/2022/04/flaticon-logo.png" alt="Flaticon official logo" class="wp-image-631684" srcset="//oceanwp.org/wp-content/uploads/2022/04/flaticon-logo.png 512w, //oceanwp.org/wp-content/uploads/2022/04/flaticon-logo-300x94.png 300w" sizes="(max-width: 512px) 100vw, 512px" /></figure>\n</figure>\n\n\n\n<p>April 2022 we announced the finalization of our partnership with <a href="https://freepik.com" target="_blank" rel="noreferrer noopener">Freepik</a> and <a href="https://flaticon.com" target="_blank" rel="noreferrer noopener">Flaticon</a>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/12/image-6-1024x603.png" alt="screenshot of the OceanWP images and icons import settings that allow users to import images from Freepik and icons from Flaticon as one of the highlights of the 2022 year in review article" class="wp-image-639414" width="768" height="452" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-6-1024x603.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-6-300x177.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-6-768x452.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image-6.png 1492w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>If you haven’t paid too much attention to this announcement, here’s a short list of <strong>how you benefit from this cooperation</strong>:</p>\n\n\n\n<ul><li><strong>100% real royalty-free images with full website and section templates</strong> you can use on your OceanWP websites. No baits, no traps, no fine prints, no attribution, no legal consequences you have to worry about.</li><li><strong>direct image and icon import for Business and Agency plan OceanWP Premium Bundle license owners</strong>. Great images are key for a successful design but it also takes away too much time. Working hard and being efficient at the same time is possible. <strong>Get more things done faster thanks to OceanWP and Freepik cooperation</strong>.</li></ul>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/12/image-7-1024x530.png" alt="screenshot of the OceanWP icons import functionality which is added to the WordPress Media Library" class="wp-image-639415" width="768" height="398" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-7-1024x530.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-7-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-7-768x398.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image-7-1536x795.png 1536w, //oceanwp.org/wp-content/uploads/2022/12/image-7.png 1607w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>You can read the <a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/">full article on OceanWP Breeze Update release</a> or check out <a href="https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/" data-type="page" data-id="631749">the details on OceanWP Freepik partnership</a>.</p>\n\n\n\n<h2>OceanWP Panel aka the Theme Panel Makeover</h2>\n\n\n\n<p>Talk about epic moments in 2022 review – <strong>the OceanWP Panel is possibly the greatest highlight of all the things we did this year</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/12/image-8-1024x562.png" alt="screenshot of the new OceanWP Panel design as a highlight of the 2022 OceanWP year in review" class="wp-image-639416" width="768" height="422" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-8-1024x562.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-8-300x165.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-8-768x421.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image-8.png 1333w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>While the main goal was to keep the focal and essential functionality of the old Theme Panel, there were a few specific tasks the new OceanWP Panel had to fulfil (besides looking good, obviously):</p>\n\n\n\n<ul><li><strong>improved user experience</strong>. Noticeably, this was already done just by changing the name from “Theme Panel” to OceanWP Panel and placing the option at the top of the WordPress dashboard, but there’s a lot more to it. Like, for example, grouping similar options (Customizer, Admin Settings, etc) in an intuitive manner for a smoother ride.</li><li><a href="https://docs.oceanwp.org/article/806-customizer-search" target="_blank" rel="noreferrer noopener"><strong>Customizer Search</strong> option</a>,</li><li><a href="https://docs.oceanwp.org/article/807-customizer-reset" target="_blank" rel="noreferrer noopener"><strong>Customizer Reset</strong> option</a>,</li><li><strong><a href="https://docs.oceanwp.org/article/818-elementor-widgets-oceanwp-panel" target="_blank" rel="noreferrer noopener">options to disable or enable Ocean Elementor Widgets’ specific widgets</a></strong> from loading in the panel,</li><li><strong><a href="https://docs.oceanwp.org/article/819-extra-settings-oceanwp-panel" target="_blank" rel="noreferrer noopener">options to disable or enable Ocean Extra WordPress widgets</a></strong>,</li><li><strong><a href="https://docs.oceanwp.org/article/812-customizer-oceanwp-panel" target="_blank" rel="noreferrer noopener">options to disable or enable Customizer sections for some or all OceanWP plugins</a></strong>, including premium plugins, for a faster Customizer loading time,</li><li><strong><a href="https://docs.oceanwp.org/article/820-system-info-oceanwp-panel" target="_blank" rel="noreferrer noopener">System Info</a></strong>, and many more.</li></ul>\n\n\n\n<p>So, what were those OceanWP Panel tasks we mentioned in this review? Well,<strong> more control for OceanWP users and more lightweight but extremely helpful features that used to require additional plugins and/or codes in the past</strong>.</p>\n\n\n\n<p>If you want to know more about the OceanWP Panel, make sure to check out our <a href="https://oceanwp.org/blog/oceanwp-theme-panel-makeover/">article on OceanWP Starboard Update release</a>.</p>\n\n\n\n<p>To learn everything about the OceanWP Panel, make sure to <a href="https://docs.oceanwp.org/category/809-oceanwp-panel" target="_blank" rel="noreferrer noopener">check our OceanWP Panel documentation</a>.</p>\n\n\n\n<h2>OceanWP Sections Template Library for Elementor</h2>\n\n\n\n<p><a href="https://oceanwp.org/demos/">OceanWP full website templates</a> are awesome and you guys are very fond of them. But sometimes, only full site templates are not enough.</p>\n\n\n\n<p>Sometimes, you’d like to create a new amazing page on an existing website and you don’t want to risk importing a full site template and ending up with a mixed content. Sometimes, you just want to build a website from scratch but lack the inspiration or content to start with. And that’s were the OceanWP section templates come into the spotlight.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/demos/"><img src="https://oceanwp.org/wp-content/uploads/2022/12/image-5-1024x543.png" alt="screenshot that represents OceanWP section and full website templates for WordPress for the 2022 year in review article" class="wp-image-639413" width="768" height="407" srcset="//oceanwp.org/wp-content/uploads/2022/12/image-5-1024x543.png 1024w, //oceanwp.org/wp-content/uploads/2022/12/image-5-300x159.png 300w, //oceanwp.org/wp-content/uploads/2022/12/image-5-768x407.png 768w, //oceanwp.org/wp-content/uploads/2022/12/image-5-1536x815.png 1536w, //oceanwp.org/wp-content/uploads/2022/12/image-5.png 1636w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p><strong>Build your page, section by section, create a custom footer, CTA, newsletter subscription or just about anything</strong>.</p>\n\n\n\n<p>The <strong>OceanWP section templates support the free Elementor page builder</strong> (will work with PRO as well) and are a <strong>part of the Ocean Pro Demos premium plugin</strong>. However, the<strong> templates are only available to the Bundle license owners</strong>.</p>\n\n\n\n<p>At the moment of writing, the <strong>templates section counts over 100 various templates</strong>.</p>\n\n\n\n<h2>YouTube Tutorials and Webinars</h2>\n\n\n\n<p>To us, <strong>it’s essential that you feel confident using OceanWP products</strong>, even if you’re completely new to OceanWP or WordPress. Naturally, <strong>this requires some training, videos or document tutorials</strong>.</p>\n\n\n\n<p><strong>If you’re just starting out and reading this</strong> – trust us, <strong>nothing comes over night and even the “gods of WordPress” did have to learn it the same way you do</strong>. So hang in there, because we got you.</p>\n\n\n\n<p><a href="https://youtube.com/@oceanwp" target="_blank" rel="noreferrer noopener">The OceanWP official YouTube channel</a> already has some nifty and great videos on both free and pro OceanWP plugins, OceanWP theme customization options, WordPress basics, etc. Of course, we tend to cover all our products with new tutorials so that you can be up to speed with the latest features and options.</p>\n\n\n\n<p>But,<strong> our intention is not for you to only learn OceanWP, but WordPress as well</strong>.</p>\n\n\n\n<p>The same goes for everything else involving websites, like<strong> SEO, typography, design and more</strong>. <strong>Your overall experience matters to us</strong>. And the more we can do to help you on your way to greatness, the happier we are we were able to take part in your growth.</p>\n\n\n\n<p>That’s also the reason <strong>we organize live webinars and workshops on a regular basis</strong>. For example, we had a <a href="https://oceanwp.org/blog/oceanwp-2022-web-design-fest/" data-type="post" data-id="637160">Hollywood celebrity as a guest speaker in this year’s Web Design Fest</a>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1.png" alt="OceanWP Web Design Summit banner" class="wp-image-637138" width="500" height="500" srcset="//oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1.png 1000w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-256x256.png 256w" sizes="(max-width: 500px) 100vw, 500px" /></figure></div>\n\n\n<p>The bottom line is – <strong>if you want to learn it, we want to teach it</strong>. Likewise, there are many things you can teach us during webinars, by asking the right questions for example <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> If you don’t mind learning some new things, <a href="https://oceanwp.org/newsletter-subscription/" data-type="page" data-id="633584">subscribe to our newsletter</a> and wait for our next webinar invitation.</p>\n\n\n\n<h2>Hold On, There’s More to Mention in This 2022 Review!</h2>\n\n\n\n<p>Though we’ve focused on the main highlights in this article, a lot more has been done.</p>\n\n\n\n<p>Here are some of the examples of additional features and improvements that serve to empower you to deliver better websites and projects:</p>\n\n\n\n<ul><li><a href="https://docs.oceanwp.org/article/808-host-google-fonts-locally" target="_blank" rel="noreferrer noopener">Host Google fonts locally with a single-click</a>,</li><li><a href="https://docs.oceanwp.org/article/835-host-elementor-google-fonts-locally-with-oceanwp">Use locally-hosted Google fonts with Elementor</a>,</li><li><a href="https://docs.oceanwp.org/article/90-sample-child-theme" target="_blank" rel="noreferrer noopener">One-click OceanWP Child Theme installation</a>,</li><li>SVG files support for your media library,</li><li>Make column clickable option for Elementor (part of Ocean Elementor Widgets),</li><li>Out-of-the-box Magazine widgets (Ocean Elementor Widgets),</li><li>Block editor support for OceanWP Templates (My Library),</li><li>Block editor support for Ocean Hooks,</li><li>PHP codes support for Ocean Hooks,</li><li>New advanced filter for Ocean Portfolio,</li><li>Constant accessibility (code-wise) improvements,</li><li>Less dependency on third-party plugins,</li><li>More user control over features and options (disable everything you don’t need or don’t want to use), and much, much, much more.</li></ul>\n\n\n\n<p>Not using OceanWP WordPress theme yet? <a href="https://wordpress.org/themes/oceanwp/" target="_blank" rel="noreferrer noopener">Download OceanWP now directly from WordPress and 100% for free</a>!</p>\n\n\n\n<h3>What do OceanWP team members think about the year 2022 in review</h3>\n\n\n\n<p>As you can expect, <strong>we absolutely love all the features we released in 2022</strong>. But our goal is not just to bring inventions or invest in your experience we believe you should have.</p>\n\n\n\n<p>You are the ones working with websites on a daily basis, so <strong>it’s equally important to us to follow your ideas, suggestions and critiques, because OceanWP is built for you</strong>. That being said, if you have ideas to share, please feel free to <a href="https://oceanwp.org/feature-requests/" data-type="page" data-id="611644">fill out or feature suggestions form</a>.</p>\n\n\n\n<p>Here’s how OceanWP team members you know best see the year 2022 and their thoughts on features they give advantage to.</p>\n\n\n\n<p><strong>Amit</strong>, OceanWP developer and a team member since 2018, voted for the OceanWP Panel makeover, Freepik and Flaticons import integration, Block editor support (for templates) and OceanWP performance improvements.</p>\n\n\n\n<p><strong>Abhishek</strong>, OceanWP tech support expert, voted for the new OceanWP single post header styles, OceanWP Panel makeover and all its supported features, and is really looking forward to the release of one of our upcoming premium plugins.</p>\n\n\n\n<p><strong>Shahin</strong>, OceanWP tech support expert, voted for the new Elementor Sections Library, new OceanWP single post header styles and options to host Google fonts locally.</p>\n\n\n\n<h2>2023 Kick-Off – Performance and Features</h2>\n\n\n\n<p>Here at OceanWP <strong>we plan to start 2023</strong> (early January) <strong>with a brand new features release</strong> – OceanWP Northern Star, as well as <strong>the release of a new premium plugin</strong>.</p>\n\n\n\n<p><strong>Spoiler alert</strong>! We have been announcing one plugin, but we actually <strong>started working on two new premium plugins</strong>.</p>\n\n\n\n<p>Though we’ll dedicate an article to each of these here’s what you can prepare yourself for:</p>\n\n\n\n<ul><li>option to preload local Google fonts,</li><li>more performance features (options to disable unused scripts),</li><li>option to add custom offset for the Scroll Effect script (for anchor links, etc),</li><li>Adobe Fonts integration for OceanWP and Elementor, and more.</li></ul>\n\n\n\n<h3>2023 Promo – Save 50% on All Plans!</h3>\n\n\n\n<p>The year behind us has been tough on so many levels, but that shouldn’t stop you from having a website of your dreams.</p>\n\n\n\n<p>We’ve decided to <strong>say Goodbyes to 2022 and Welcome 2023 with<a href="https://oceanwp.org/core-extensions-bundle/" data-type="page" data-id="36995"> a final 50% Off promotion on all OceanWP Bundle plans</a></strong>, annual and lifetime.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/core-extensions-bundle/"><img src="https://oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner.jpg" alt="OceanWP 2022 / 2023 New Year Sales promo banner" class="wp-image-639389" width="600" height="600" srcset="//oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner.jpg 800w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-300x300.jpg 300w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-150x150.jpg 150w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-768x768.jpg 768w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-600x600.jpg 600w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-128x128.jpg 128w, //oceanwp.org/wp-content/uploads/2022/12/oceanwp-new-year-promo-banner-256x256.jpg 256w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p>Make it count and <strong>start 2023 the right way by ensuring access to all the upcoming features, new plugins as well as discounts for the brand new plugin coming right up in January</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>And we have more!</p>\n\n\n\n<p>Our partners at <a href="https://www.mastersdesignlab.com" target="_blank" rel="noreferrer noopener">Masters Design Lab</a> are <strong>gifting you as an OceanWP user with a free webinar lecture on Logo Design 101</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://us06web.zoom.us/meeting/register/tZUvc-6urj0oGdX_Y64HMFT34xG17wHJ7yna" target="_blank" rel="noreferrer noopener"><img src="https://oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar.png" alt="free Logo Design webinar hosted by Masters Design Lab banner" class="wp-image-639522" width="600" height="600" srcset="//oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar.png 1000w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/12/MDL-Logo-Design-Webinar-256x256.png 256w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p>The Logo Design 101 lecture will be <strong>hosted by Mamen Morillas</strong>, a multidisciplinary artist and designer, with a passion for narrative and storytelling. Graduated in graphic design, and illustration by Massana Art School, holds a MA in Motion Graphics by LABASAD (Barcelona). Since then she has collaborated with multiple publications, brands and events bringing a very personal style that characterizes all her work, combining dosis of humor, naiveté, criticism, darkness and fantasy.</p>\n\n\n\n<p>The <strong>Logo Design 101 live webinar</strong> is scheduled for <strong>January 6th, 2023 at 6PM UK</strong>. </p>\n\n\n\n<p><a href="https://us06web.zoom.us/meeting/register/tZUvc-6urj0oGdX_Y64HMFT34xG17wHJ7yna" target="_blank" rel="noreferrer noopener">Register now to attend the Logo Design webinar for free</a> or use this <a href="https://www.timeanddate.com/worldclock/converter.html?iso=20230106T180000&p1=136&p2=224&p3=64&p4=197&p5=179&p6=37&p7=195" target="_blank" rel="noreferrer noopener">time and zone converter for your convenience</a> first.</p>\n\n\n\n<h2>Wrapping the 2022 Review Up</h2>\n\n\n\n<p>The <strong>OceanWP 2022 was a good year</strong> in lots of ways – <strong>new partnerships, new features, new projects</strong>, <strong>new friends</strong>. But our work is never done.</p>\n\n\n\n<p>For the 2023, <strong>our main goals are to work even closer with all of you</strong> on new features and that’s the reason we always encourage you to submit your ideas. Not only that, but <strong>we also plan to help you master WordPress and all that magic called websites</strong> through further tutorials, webinars and workshops.</p>\n\n\n\n<p>Most importantly, we <strong>plan to bedazzle you with new plugins that’ll help bring your visions to life</strong>, make your sites more GDPR and accessibility friendly, but also enable you to handle projects easier and faster through smart tools.</p>\n\n\n\n<p>And last but not least, <strong>we want to thank all of you beautiful people for building with OceanWP and forging a more than a simple customer-developer relationships with you</strong>. If it’s still unclear, <strong>you’re the ones that make OceanWP special</strong>, so cheers to all of you and thank you for being our friends.</p>\n\n\n\n<p>On behalf of the entire OceanWP team, <strong>we would like to wish you a happier, healthier and more successful year in 2023</strong> – may all your dreams come true and may you always have something new to dream about!</p>\n\n\n\n<p><strong>Happy Holidays and a Happy New Year!</strong></p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:76:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WordPress BFCM 2022: Best Deals & News for OceanWP 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:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:84:"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2022 08:27:39 +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:9:"WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"Promotions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://oceanwp.org/?p=638342";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:1131:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/11/bfcm-featured-image.png" width="1200" height="700" title="WordPress BFCM 2022: Best Deals & News for OceanWP Users" alt="WordPress BFCM 2022: Best Deals & News for OceanWP Users" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">Holidays are coming! But, before that, Black Friday and Cyber Monday deals are in order because the only thing better than Black Friday is Black Friday every day 😉 In...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:23670:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/11/bfcm-featured-image.png" width="1200" height="700" title="WordPress BFCM 2022: Best Deals & News for OceanWP Users" alt="WordPress BFCM 2022: Best Deals & News for OceanWP Users" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">Holidays are coming! But, before that, Black Friday and Cyber Monday deals are in order because the only thing better than Black Friday is Black Friday every day <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>In this year’s BFCM presentation, we’ve gathered all season deals offered by OceanWP partners. <strong>Upgrade hosting or get the tools you need to enhance your WordPress website to the max.</strong> </p>\n\n\n\n<p>As always, we’ll start with yours truly, the Ocean Core Extensions Bundle.</p>\n\n\n\n<h2>1 Ocean Core Extensions Bundle – Get Excited & Upgrade</h2>\n\n\n\n<p>Get the Ocean Core Extensions Bundle during the Black Friday / Cyber Monday Sale Bash and <strong>save 50% on ALL plans</strong>! </p>\n\n\n\n<p>The <strong>OceanWP BFCM promo is open to all users</strong>, old and new, and covers all plans, both annual and lifetime.</p>\n\n\n\n<p>Get yourself an early treat and polish up your website using the existing new features that we released with the <a href="https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/" data-type="post" data-id="638062">OceanWP Catamaran Update</a>.</p>\n\n\n\n<p>The OceanWP expert support team will have your back all the way. The upgrade gives you access to 200+ premium full website templates (<a href="https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/" data-type="page" data-id="631749">royalty-free images included</a>), Elementor Sections Library with over 100 items, Webinars & Workshops (we had a Hollywood celebrity in our <a href="https://oceanwp.org/blog/oceanwp-2022-web-design-fest/" data-type="post" data-id="637160">September 2022 Web Design Fest</a>).</p>\n\n\n\n<p>And let’s stack up the presents! We’ll throw in a free OceanWP + WooCommerce course on Udemy for free + a 30% OFF deal for Freepik’s annual subscription to maximize your experience – woot!</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1-1024x348.png" alt="oceanwp bfcm sales banner promo" class="wp-image-638345" width="768" height="261" srcset="//oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1-1024x348.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1-300x102.png 300w, //oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1-768x261.png 768w, //oceanwp.org/wp-content/uploads/2022/11/oceanwp-bfcm-horizontal-4-1.png 1470w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: November 22nd 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> December 4th 2022 (midnight between Dec 4th and 5th 2022).</p>\n\n\n\n<p><a href="https://oceanwp.org/core-extensions-bundle/">All discounts calculated automatically at the checkout page</a>. For all other purchase stops, use the promo code: <strong>BFCM2022</strong></p>\n\n\n\n<p>In case you’d like to renew or upgrade your current license using this promotion, you can do that too! If you have any questions about specific details of your renewal / upgrade, <a href="https://oceanwp.org/support/">make sure to send us a ticket.</a></p>\n\n\n\n<h2>2 Crocoblock – Get up to 40% Discount</h2>\n\n\n\n<p>The Crocoblock team never disappoints!</p>\n\n\n\n<p>This BFCM, <a href="https://crocoblock.com/pricing/?ref=3457&utm_source=oceanwp&utm_medium=referral&utm_campaign=black-friday-2022" target="_blank" rel="noreferrer noopener sponsored">you can purchase individual Crocoblock plugins at a 40% discount</a>. Yearly All-inclusive subscription plans come with 20 JetPlugins, 14 dynamic templates, 47 design templates, and 50 interactive popups and are on sale with 35% discounts.</p>\n\n\n\n<p>Finally, <strong>there’s a 30% discount on a Lifetime all-inclusive subscription plans</strong> during the Black Friday period.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://crocoblock.com/pricing/?ref=3457&utm_source=oceanwp&utm_medium=referral&utm_campaign=black-friday-2022" target="_blank" rel="noreferrer noopener"><img src="https://oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday-1024x536.png" alt="crocoblock bfcm sales banner" class="wp-image-638346" width="768" height="402" srcset="//oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday-1024x536.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday-300x157.png 300w, //oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday-768x402.png 768w, //oceanwp.org/wp-content/uploads/2022/11/1200х628-Crocoblock-Black-Friday.png 1200w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: November 22nd 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 30th 2022.</p>\n\n\n\n<p><strong>Promo Code:</strong> BFCROCO22 (<a href="https://crocoblock.com/pricing/?ref=3457&utm_source=oceanwp&utm_medium=referral&utm_campaign=black-friday-2022" target="_blank" rel="noreferrer noopener sponsored">promo code must be applied manually on the Crocoblock checkout page</a>).</p>\n\n\n\n<h2>3 Visual Composer – November Sale: 30% OFF & Awesome Changes</h2>\n\n\n\n<p><a href="https://visualcomposer.com/november-sale/" target="_blank" rel="noreferrer noopener">Visual Composer</a> has some made moves that you really, really don’t want to miss.</p>\n\n\n\n<p>Raitis Sevelis, Visual Composer Product Manager, said: </p>\n\n\n\n<p>“We are happy to announce that Visual Composer plans have changed to support your professional growth in this crazy time of inflation and rising living costs. To be specific, we’ve removed the Growth plan and reduced the price on our Agency plan – which now comes with 1000 website licenses for just $349 (previously valued at $849).</p>\n\n\n\n<p>Get a at accomplishing your goals for 2023 and secure the website-building toolkit you and your clients will love. So if you’re interested in learning more about our pricing plan changes head over to our website and see what plan fits best with your needs!”</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://visualcomposer.com/november-sale/" target="_blank" rel="noopener"><img width="800" height="350" src="https://oceanwp.org/wp-content/uploads/2022/11/visual-composer-november-sale-800x350-1.png" alt="visual composer bfcm sale banner" class="wp-image-638554" srcset="//oceanwp.org/wp-content/uploads/2022/11/visual-composer-november-sale-800x350-1.png 800w, //oceanwp.org/wp-content/uploads/2022/11/visual-composer-november-sale-800x350-1-300x131.png 300w, //oceanwp.org/wp-content/uploads/2022/11/visual-composer-november-sale-800x350-1-768x336.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a></figure></div>\n\n\n<p>But that’s not the only good news, since Visual Composer plans a great BFCM sale for a limited time period:</p>\n\n\n\n<p><strong>Sale Start Date</strong>: November 23rd 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 30th 2022.</p>\n\n\n\n<p><a href="http://visualcomposer.com/pricing" target="_blank" rel="noreferrer noopener">All November Sale discounts applied at the Visual Composer checkout automatically</a>.</p>\n\n\n\n<h2>4 Cloudways – Unleash the Cloud. Not Budgets</h2>\n\n\n\n<p>Looking for reliable hosting? Look no further because <a href="https://platform.cloudways.com/signup?coupon=BFCM4030&id=253176" target="_blank" rel="noreferrer noopener sponsored">Cloudawys is here with a tempting BFCM offer</a>: <strong>Get 40% OFF during 4 months plus up to 30 (yes, thirty) free website migrations!</strong></p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://platform.cloudways.com/signup?coupon=BFCM4030&id=253176" target="_blank" rel="noreferrer noopener"><img src="https://oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo-1024x970.jpg" alt="cloudways bfcm promo banner" class="wp-image-638568" width="768" height="728" srcset="//oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo-1024x970.jpg 1024w, //oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo-300x284.jpg 300w, //oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo-768x728.jpg 768w, //oceanwp.org/wp-content/uploads/2022/11/cloudways-bfcm-promo.jpg 1125w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>And what do you get besides the cool discount? Well, free SSL, fully integrated CDN, built-in caching, 24/7 support and more, more, more (like with the song).</p>\n\n\n\n<p><strong>Sale Start Date</strong>: Already active.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 30th 2022.</p>\n\n\n\n<p><a href="https://platform.cloudways.com/signup?coupon=BFCM4030&id=253176" target="_blank" rel="noreferrer noopener sponsored">The BFCM promo at Cloudways has the promo code already applied on their signup page</a>.</p>\n\n\n\n<h2>5 CartFlows – Up to 55% OFF and a MacBook Air Giveaway</h2>\n\n\n\n<p>CartFlows is a sales funnel builder that turns your online store into a profit-making sales machine.</p>\n\n\n\n<p>The user-friendly sales funnel builder is designed to help generate leads and turn visitors into customers. Increase sales and the average cart value by including upsells, order bumps, cross-sells and a whole lot more. You also get to use A/B split testing built in, to identify which of your offers and products lead to higher conversions.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://cartflows.com/pricing" target="_blank" rel="noreferrer noopener"><img src="https://oceanwp.org/wp-content/uploads/2022/11/CartFlows.png" alt="cartflows bfcm banner" class="wp-image-638607" width="768" height="405" srcset="//oceanwp.org/wp-content/uploads/2022/11/CartFlows.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/CartFlows-300x158.png 300w, //oceanwp.org/wp-content/uploads/2022/11/CartFlows-768x405.png 768w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: Already active.</p>\n\n\n\n<p><strong>Sale End Date:</strong> December 2nd 2022.</p>\n\n\n\n<p><a href="https://cartflows.com/pricing" target="_blank" rel="noreferrer noopener">The CartFlows BFCM discount is already applied on the pricing page</a>.</p>\n\n\n\n<h2>6 Presto Player – Up to 50% OFF</h2>\n\n\n\n<p>Presto Player is a feature-rich video player built for WordPress websites that offers all the industry-standard features. Engage your website visitors with video, add a call to action, include an overlay image, track performance and more with Presto Player. </p>\n\n\n\n<p>You can play videos that are either hosted on your site or from popular video hosting platforms, including YouTube and BunnyNet.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://prestoplayer.com/pricing/" target="_blank" rel="noreferrer noopener"><img src="https://oceanwp.org/wp-content/uploads/2022/11/PrestoPlayer.png" alt="presto player bfcm banner" class="wp-image-638608" width="768" height="405" srcset="//oceanwp.org/wp-content/uploads/2022/11/PrestoPlayer.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/PrestoPlayer-300x158.png 300w, //oceanwp.org/wp-content/uploads/2022/11/PrestoPlayer-768x405.png 768w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: Already active.</p>\n\n\n\n<p><strong>Sale End Date:</strong> December 2nd 2022.</p>\n\n\n\n<p><a href="https://prestoplayer.com/pricing/" target="_blank" rel="noreferrer noopener">Presto Player BFCM discount automatically applied at the checkout page</a>.</p>\n\n\n\n<h2>Additional WordPress Plugins / Services to Use with OceanWP</h2>\n\n\n\n<p>The following partners currently do not offer any BFCM deals, but that doesn’t make their offers any less interesting. On the contrary.</p>\n\n\n\n<p>We bring you the latest news and features from the OceanWP WordPress partners’ world.</p>\n\n\n\n<h3>1 Weglot – A different take on BFCM</h3>\n\n\n\n<p><a href="https://weglot.com/?fp_ref=oceanwp" target="_blank" rel="noreferrer noopener sponsored">Weglot</a> is a WordPress translation plugin that allows you to create a multilingual website in minutes, thanks to its automated translation feature. Every one of your team members can use this plugin without any previous knowledge, that’s how simplified the entire process is. Did we also mention it’s used by major brands like IBM, Tupperware and HBO?</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://weglot.com/?fp_ref=oceanwp" target="_blank" rel="noopener"><img width="800" height="350" src="https://oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner.png" alt="weglot wordpress plugin halloween banner" class="wp-image-637814" srcset="//oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner.png 800w, //oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner-300x131.png 300w, //oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner-768x336.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a></figure></div>\n\n\n<p>This BFCM, Weglot will be taking a different approach. Instead of running deals, they will donate 50% of their revenue during Black Friday / Cyber Monday to various charity organizations. Follow up on this <a href="https://weglot.com/blog/black-friday-2022/" target="_blank" rel="noreferrer noopener">BFCM charity action on Weglot’s website</a>, as you’ll be able to translate your website and make someone happy.</p>\n\n\n\n<h3>2 Kinsta</h3>\n\n\n\n<p>When it comes to holiday deals or coupons, <a href="https://kinsta.com/?kaid=RIQOJFZECGUH" target="_blank" rel="noreferrer noopener sponsored">Kinsta</a> takes a different approach. Instead of providing short term deals, they prefer adding long-term value for their customers. </p>\n\n\n\n<p>Some features they rolled in past years for no extra cost are<strong> Cloudflare enterprise level integration</strong> ($200/mo value), <strong>Kinsta Application Performance Monitoring tool for identifying and fixing code level issues</strong>, fastest latest generation <strong>C2-type servers powered by Google Cloud</strong> and it’s premium-tier global network. The available global data centers you can choose from is 35 and counting.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><img width="600" height="301" src="https://oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark.jpeg" alt="Kinta managed wordpress hosting banner" class="wp-image-637822" srcset="//oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark.jpeg 600w, //oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark-300x151.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>\n\n\n<p>This year they rolled out <strong>a neat new feature for all users (free of charge)</strong>; the <a href="https://kinsta.com/feature-updates/site-preview-tool/?kaid=RIQOJFZECGUH" target="_blank" rel="noreferrer noopener sponsored">site preview tool.</a> The edge caching solution will be released to all customers soon further speeding up client websites!</p>\n\n\n\n<p>Kinsta offers a 30-day money-back guarantee and an <a href="https://kinsta.com/plans/?plan=visits-business1&interval=year&kaid=RIQOJFZECGUH" target="_blank" rel="noreferrer noopener sponsored">all-time two months’ hosting discount on annual WordPress hosting plans</a>.</p>\n\n\n\n<p>Besides the new feature, new services come too! Kinsta’s rolling out <a href="https://kinsta.com/application-hosting/" target="_blank" rel="noreferrer noopener sponsored">application hosting and database hosting</a> soon!</p>\n\n\n\n<p>Take advantage of Kinsta’s free migration service and get started today!</p>\n\n\n\n<h3>3 WPML</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://wpml.org/" target="_blank" rel="noopener"><img width="600" height="283" src="https://oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line.png" alt="WPML logo" class="wp-image-619676" srcset="//oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line.png 600w, //oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line-300x142.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p>WPML has recently introduced a free, standalone version of their <a href="https://wpml.org/documentation/related-projects/woocommerce-multilingual/" target="_blank" rel="noreferrer noopener">WooCommerce Multilingual & Multicurrency</a> module. </p>\n\n\n\n<p>This plugin allows you to easily add complete <a href="https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/" target="_blank" rel="noreferrer noopener">multicurrency features</a> to your WooCommerce site. You can set up and display products in multiple currencies, add currency switchers to your sites, set up exchange rates, and more. And if you want to have your whole store in multiple languages, you can just add WPML to it.</p>\n\n\n\n<p>This would unlock additional features such as translating all products, translating categories and attributes, automatic translation, and more.</p>\n\n\n\n<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<p class="responsive-video-wrap clr"><iframe title="WooCommerce Multilingual & Multicurrency" width="1200" height="675" src="https://www.youtube.com/embed/NxkzEywVZSA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<h3>4 iThemes</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://stellarwp.pxf.io/c/3689112/708559/9639" target="_blank" rel="noopener"><img width="750" height="252" src="https://oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white.png" alt="iThemes logo banner" class="wp-image-637847" srcset="//oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white.png 750w, //oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white-300x101.png 300w" sizes="(max-width: 750px) 100vw, 750px" /></a></figure></div>\n\n\n<p>The one stop shop for WordPress security. As the threat of online/web hacking grows and becomes more common, <a href="https://stellarwp.pxf.io/c/3689112/708564/9639" target="_blank" rel="noreferrer noopener sponsored">iThemes Security</a> locks down and protects your site from hackers and keeps you safe from online threats.</p>\n\n\n\n<p>With features like “Brute force detection” to protect against password guessing, malware scanning and “away mode” to set times periods of access restriction and prevent admin access and many more, your site couldn’t be in better hands.</p>\n\n\n\n<h3>5 BackupBuddy</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://stellarwp.pxf.io/c/3689112/708562/9639" target="_blank" rel="noopener"><img width="600" height="300" src="https://oceanwp.org/wp-content/uploads/2022/10/backupbuddy.png" alt="BackupBuddy logo banner" class="wp-image-637848" srcset="//oceanwp.org/wp-content/uploads/2022/10/backupbuddy.png 600w, //oceanwp.org/wp-content/uploads/2022/10/backupbuddy-300x150.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p>WordPress doesn’t include built-in backups. <a href="https://stellarwp.pxf.io/c/3689112/708562/9639" target="_blank" rel="noreferrer noopener sponsored">BackupBuddy</a> was built in 2010 to meet the need for a solid WordPress backup solution.</p>\n\n\n\n<p>Other WordPress security issues include hacks, malware, user error, deleted files and running bad commands. All of these things can completely wipe out your WordPress site forever. Having a current backup of your WordPress website is critical for protecting your website. BackupBuddy is here to help.</p>\n\n\n\n<h3>6 HubSpot</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://www.hubspot.com/products/wordpress" target="_blank" rel="noopener"><img width="672" height="261" src="https://oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color.png" alt="HubSpot logo" class="wp-image-621233" srcset="//oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color.png 672w, //oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color-300x117.png 300w" sizes="(max-width: 672px) 100vw, 672px" /></a></figure></div>\n\n\n<p><strong><a href="https://www.hubspot.com/products/wordpress" target="_blank" rel="noreferrer noopener">HubSpot is a leading CRM platform</a></strong> that brings a ton of value with its all-in-one WordPress plugin. Over 200k+ users trust HubSpot’s WordPress plugin for adding live chat, forms, CRM, email marketing, and reporting to their WordPress sites.</p>\n\n\n\n<h3>7 Toolset</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://toolset.com/" target="_blank" rel="noopener"><img width="600" height="200" src="https://oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png.png" alt="" class="wp-image-613165" srcset="//oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png.png 600w, //oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png-300x100.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p><a href="https://toolset.com/" target="_blank" rel="noreferrer noopener">Toolset</a> makes it easier and quicker for you to build a professional website without complex coding. Whether you are a WordPress beginner or expert you can quickly add advanced features including custom post types, custom search, Maps and front-end forms.</p>\n\n\n\n<h2>BFCM 2022 Deals Summary</h2>\n\n\n\n<p>The WordPress community knows the secret – the Black Friday / Cyber Monday deals are usually better than the upcoming Christmas or New Year deals, but that depends from company to company.</p>\n\n\n\n<p>In the meantime,<a href="https://oceanwp.org/core-extensions-bundle/"> you know we offer 50% off on all plans</a> so treat yourself knowing that besides awesome features you’ll always have a team you can count on.</p>\n\n\n\n<p>In case of any changes and updates from our partners, we’ll update the content accordingly.</p>\n\n\n\n<p>The OceanWP Team wishes you lots of amazing deals and a great beginning of the Festive season.</p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:80:"https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"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:"";}}}}}i:4;a:6:{s:4:"data";s:79:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"OceanWP Catamaran Update: New Elementor Sections, Widgets & More!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:80:"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 06 Nov 2022 21:01:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Introducing";s: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:6:"Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"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:29:"https://oceanwp.org/?p=638062";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:1168:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/11/oceanwp-catamaran-update-release-featured.png" width="1280" height="700" title="OceanWP Catamaran Update: New Elementor Sections, Widgets & More!" alt="OceanWP Catamaran Update: New Elementor Sections, Widgets & More!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">You don’t need to be a captain to know catamarans are not only good-looking, but also very safe and stable vessels. And that’s exactly what we here at OceanWP are...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:29964:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/11/oceanwp-catamaran-update-release-featured.png" width="1280" height="700" title="OceanWP Catamaran Update: New Elementor Sections, Widgets & More!" alt="OceanWP Catamaran Update: New Elementor Sections, Widgets & More!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">You don’t need to be a captain to know catamarans are not only good-looking, but also very safe and stable vessels. And that’s exactly what we here at OceanWP are striving for: for you to feel safe while sailing through the WordPress waters <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>After the<a href="https://oceanwp.org/blog/oceanwp-theme-panel-makeover/"> OceanWP Panel Makeover and the Starboard update</a>, came the <a href="https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/" data-type="post" data-id="636900">OceanWP High Tide update</a> where we introduced the Elementor Sections Library.</p>\n\n\n\n<p>If you’re new to OceanWP, the Elementor Sections Library is a feature that comes with the <a href="https://oceanwp.org/core-extensions-bundle/" data-type="page" data-id="36995">Core Extensions Bundle</a> and is tied to the Ocean Pro Demos plugin. Elementor Sections Library enables you to build your own pages as you go, section by section. </p>\n\n\n\n<p><strong>The OceanWP Catamaran update release brings 50+ brand new section designs</strong> to the already available 60 templates library.</p>\n\n\n\n<p>Besides new templates, our users have often asked about magazine layouts. Well, even though we did not release any new magazine <a href="https://oceanwp.org/demos/">full WordPress website templates </a>yet, we’re providing you with the tools to do just that – in an easy and quite fancy way.</p>\n\n\n\n<p>The <strong>OceanWP Catamaran Update has been scheduled for release on November 9th 2022</strong>, and in this article we’ll cover the highlights.</p>\n\n\n\n<h2>Table of Content:</h2>\n\n\n\n<ul><li><a href="#oceanwp-336">OceanWP 3.3.6</a></li><li><a href="#ocean-extra-206">Ocean Extra 2.0.6</a><ul><li>Select font format for locally hosted Google fonts.</li></ul></li><li><a href="#ocean-elementor-widgets-230">Ocean Elementor Widgets 2.3.0</a><ul><li>Make Column Clickable</li><li>New Magazine Widgets</li></ul></li><li><a href="#ocean-elementor-library-catamaran">New Elementor Sections Library templates</a></li><li><a href="#ocean-portfolio-210">Ocean Portfolio 2.1.0</a></li><li><a href="#ocean-hooks-202">Ocean Hooks 2.0.2</a></li><li><a href="#other-ocean-plugin-updates">Other Ocean Plugin updates</a></li><li><a href="#update-preparations">How to prepare a WordPress website for update</a></li></ul>\n\n\n\n<h2 id="oceanwp-336">OceanWP Update Release 3.3.6</h2>\n\n\n\n<p>When it comes to the OceanWP theme itself, the OceanWP Catamaran update release brings some smaller improvements, but we have also addressed some issues.</p>\n\n\n\n<h3>New OceanWP Theme Filters</h3>\n\n\n\n<p>The improvements mentioned come in a form of <strong>filters</strong> (mostly), <strong>that allow you to override the existing settings</strong> for the following:</p>\n\n\n\n<ol><li><strong>Comment date</strong> (change the comment date format on single blog posts): <a href="https://docs.oceanwp.org/article/839-comment-date-format" target="_blank" rel="noreferrer noopener">ocean_comment_date_format</a></li><li><strong>Published date</strong> for single blog posts header style (except for default): <a href="https://docs.oceanwp.org/article/838-get-post-date-format" target="_blank" rel="noreferrer noopener">ocean_get_post_date_format</a></li><li><strong>Modified date</strong> for single blog posts header style (except for default): <a href="https://docs.oceanwp.org/article/837-get-post-modified-date" target="_blank" rel="noreferrer noopener">ocean_get_post_modified_date_format</a></li></ol>\n\n\n\n<p>One additional filter, that will probably interest developers the most, is the filter to change the infinite scroll icon output: oceanwp_infinite_scroll_output</p>\n\n\n\n<p>For a trained eye, it’s not hard to guess. We’re talking about PHP filters.</p>\n\n\n\n<p>Remember, if you’re not savvy with PHP, it’s better to consult with experts. Also, always add PHP codes to the functions.php file of the child theme. If you don’t have a child theme installed, you can <a href="https://docs.oceanwp.org/article/90-sample-child-theme" target="_blank" rel="noreferrer noopener">install the official OceanWP child theme with a single click</a>.</p>\n\n\n\n<h3>New OceanWP Customizer Settings & Tweaks</h3>\n\n\n\n<p>Additional changes also involve introducing <strong>new Customizer settings</strong>, which should reduce the need for custom CSS:</p>\n\n\n\n<ul><li>Full Screen Header Style: <strong>Option to choose the size of the menu icon</strong>, and</li><li>WooCommerce: <strong>Store Notice styling and typography</strong>.</li></ul>\n\n\n\n<p>Besides these new settings, there’s also <strong>one little tweak – for improved user experience</strong>. Namely, the existing <strong>option to disable SVG icons has been moved</strong> from <s>Customize > General Options > Theme Icons</s> to <strong>Customize > General Options > Performance</strong>.</p>\n\n\n\n<p>This tweak will have no bearing on your existing settings.</p>\n\n\n\n<h3>OceanWP Catamaran Update Addresses Various WooCommerce Issues</h3>\n\n\n\n<p>The <strong>OceanWP update release addresses two main WooCommerce-related problems</strong> as reported by our users (and we’re using this opportunity to thank them):</p>\n\n\n\n<ul><li><strong>Multistep Checkout</strong>: problems with next and previous steps, as well the page not scrolling back to the top;</li><li><strong>Product images not being cropped</strong>, especially when the Woo Variation Swatches plugin is in use.</li></ul>\n\n\n\n<p>The update also includes multiple smaller fixes, like Customizer live preview colors, Germanized for WooCommerce plugin compatibility and other.</p>\n\n\n\n<p>But, we know you’re here for the main stuff, so let’s get to it!</p>\n\n\n\n<h2 id="ocean-extra-206">Ocean Extra 2.0.6</h2>\n\n\n\n<p>You have embraced our new option to host Google fonts locally with 1-click which not only helps make your website GDPR-friendly, but also increases performance. Not a secret, we are in love in this feature as well!</p>\n\n\n\n<p>The new update brings you an <strong>improvement in a form of option to choose the font format for the locally stored Google fonts</strong>. Basically, from now on you can choose between:</p>\n\n\n\n<ul><li>TIFF,</li><li>WOFF, and</li><li>WOFF2 formats.</li></ul>\n\n\n\n<p>The <strong>default font format type remains the same</strong> as it was before this new option was introduced – TIFF.</p>\n\n\n\n<p>What you need to do now, and only if you want to make use of the new typography feature, is to navigate to <strong>Customize > Typography > General</strong>, and select the desired format type from the dropdown menu.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/image.png" alt="new oceanwp catamaran ocean extra update brings users the option to choose the font format for Google fonts that are being hosted locally" class="wp-image-638083" width="335" height="479" srcset="//oceanwp.org/wp-content/uploads/2022/11/image.png 446w, //oceanwp.org/wp-content/uploads/2022/11/image-209x300.png 209w" sizes="(max-width: 335px) 100vw, 335px" /></figure></div>\n\n\n<p>To learn more about how quick and easy it is to <a href="https://docs.oceanwp.org/article/808-host-google-fonts-locally" target="_blank" rel="noreferrer noopener">host Google fonts locally with OceanWP</a> or to <a href="https://docs.oceanwp.org/article/835-host-elementor-google-fonts-locally-with-oceanwp" target="_blank" rel="noreferrer noopener">host Elementor Google fonts locally with OceanWP</a>, make sure to visit the linked documents. Or, better yet –<a href="https://wordpress.org/themes/oceanwp/" target="_blank" rel="noreferrer noopener"> install OceanWP on your website for free</a> and test live! No premium features or font upload required.</p>\n\n\n\n<h2 id="ocean-elementor-widgets-230">Ocean Elementor Widgets 2.3.0</h2>\n\n\n\n<h3>Elementor Magazine Widgets</h3>\n\n\n\n<p>As we mentioned in the beginning of this article, the OceanWP Catamaran update release brings <strong>special new Elementor widgets that enable you to create a magazine or newspaper layout</strong> before you can say publish!</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/image-1.png" alt="new Elementor magazine widgets by OceanWP" class="wp-image-638085" width="305" height="719" srcset="//oceanwp.org/wp-content/uploads/2022/11/image-1.png 406w, //oceanwp.org/wp-content/uploads/2022/11/image-1-127x300.png 127w" sizes="(max-width: 305px) 100vw, 305px" /></figure></div>\n\n\n<p>The list of the new Elementor widgets includes:</p>\n\n\n\n<ul><li>Magazine Hero,</li><li>Magazine Hero Grid,</li><li>Magazine Grid Simple,</li><li>Magazine Grid, and</li><li>Magazine List.</li></ul>\n\n\n\n<p>The magazine widgets will allow all <strong>OceanWP and Elementor users to enrich their content and landing pages</strong> thanks to seamless and predefined styling options, without (extra) stress, effort or even custom CSS.</p>\n\n\n\n<p>Essentially, in just a few clicks you can achieve something like this:</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/magazine-layout-2.png" alt="new oceanwp magazine widgets for elementor in action" class="wp-image-638087" width="750" height="316" srcset="//oceanwp.org/wp-content/uploads/2022/11/magazine-layout-2.png 1000w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-2-300x126.png 300w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-2-768x323.png 768w" sizes="(max-width: 750px) 100vw, 750px" /></figure></div>\n\n\n<p>Or like this:</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/magazine-layout-3.png" alt="new oceanwp magazine widgets for elementor in action" class="wp-image-638088" width="750" height="549" srcset="//oceanwp.org/wp-content/uploads/2022/11/magazine-layout-3.png 1000w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-3-300x220.png 300w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-3-768x562.png 768w" sizes="(max-width: 750px) 100vw, 750px" /></figure></div>\n\n\n<p>Or, you can create a powerful combo of all of them to maximize the impact:</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/magazine-layout-808x1024.png" alt="new oceanwp magazine widgets for elementor in action" class="wp-image-638086" width="606" height="768" srcset="//oceanwp.org/wp-content/uploads/2022/11/magazine-layout-808x1024.png 808w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-237x300.png 237w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout-768x973.png 768w, //oceanwp.org/wp-content/uploads/2022/11/magazine-layout.png 1000w" sizes="(max-width: 606px) 100vw, 606px" /></figure></div>\n\n\n<p>If you love the new addition, make sure to update Ocean Elementor Widgets to its latest 2.3.0 version (once available, and once you’ve tested) or <a href="https://oceanwp.org/core-extensions-bundle/" data-type="page" data-id="36995">upgrade with the Ocean Core Extensions Bundle</a> to get access to these and many more cool WordPress features.</p>\n\n\n\n<h3>Make Elementor Column Clickable</h3>\n\n\n\n<p>Now, this is a feature we’re really excited about and can’t wait to hear your feedback.</p>\n\n\n\n<p>With even <strong>more designer freedom</strong>, now you can really set your creativity loose and <strong>turn absolutely every Elementor column into a banner</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><img width="391" height="907" src="https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_195754807.png" alt="" class="wp-image-638089" srcset="//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_195754807.png 391w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_195754807-129x300.png 129w" sizes="(max-width: 391px) 100vw, 391px" /></figure></div>\n\n\n<p>How does this new feature work?</p>\n\n\n\n<p>Rather easy!</p>\n\n\n\n<p>Fill out an Elementor column with all the content you want (example: heading, counter and an icon with a great column background would make an awesome Call to Action) and then:</p>\n\n\n\n<ol><li><strong>Edit Column</strong> (Column settings, not content),</li><li>Check the bottom of the <strong>Layout tab</strong>,</li><li><strong>Add a link</strong> (internal or external),</li><li>Choose whether the link should open in a new browser tab (optional),</li><li>Done!</li></ol>\n\n\n\n<p>It’s important to emphasize that the <strong>make Elementor column clickable feature is enabled automatically only if a link is placed in the required field</strong>. Otherwise, and by default, this feature is disabled.</p>\n\n\n\n<p>Most importantly, the new option significantly reduces the need for numerous banner and call to action widgets which you can never get just perfect, and we know this is something you care about as a designer.</p>\n\n\n\n<p>Now, go ahead, create some stunning content and make sure to <a href="https://oceanwp.org/website-showcase/" data-type="page" data-id="623557">apply your website for our showcase</a> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<h2 id="ocean-elementor-library-catamaran">New Addition to the OceanWP Elementor Sections Library</h2>\n\n\n\n<p>You’re talented and creative!</p>\n\n\n\n<p>But sometimes even the most gifted and skillful designers need a little hand or inspiration <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> That’s why we’re happy to announce that<strong> we are releasing 56 new sections for the Ocean Elementor Sections Library</strong>.</p>\n\n\n\n<p><strong>The Ocean Elementor Library now counts 106 section templates in total</strong>. Personal plan license owners will have access to 25 of those templates, while the Business and Agency license owners will enjoy full access.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-1024x192.png" alt="" class="wp-image-636943" width="768" height="144" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-1024x192.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-300x56.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-768x144.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792.png 1097w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>To make use of the Ocean Elementor Sections Library, <strong>you need to have Ocean Pro Demos plugin installed on your website and an active Ocean Core Extensions Bundle license</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827-1024x681.png" alt="how to sync oceanwp elementor sections library to get access to the new templates" class="wp-image-638090" width="768" height="511" srcset="//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827-1024x681.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827-300x200.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827-768x511.png 768w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_202713827.png 1200w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>If you’re already using this feature, all you need to do on Wednesday (November 9th 2022) is to <strong>sync your library so that you get access to the latest design templates</strong>:</p>\n\n\n\n<ol><li>Open Elementor editor,</li><li>Click the blue O icon to load the Ocean Elementor Library,</li><li>Click the sync button in the upper right corner,</li><li>Done!</li></ol>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821-1024x680.png" alt="oceanwp elementor sections library new design showcase" class="wp-image-638091" width="768" height="510" srcset="//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821-1024x680.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821-300x199.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821-768x510.png 768w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_203722821.png 1202w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>You don’t need to update the Ocean Pro Demos plugin to get access to the new addition of the Elementor section templates.</p>\n\n\n\n<p>Remember, the OceanWP knowledge base is always here to have your back, and you can always <a href="https://docs.oceanwp.org/article/834-elementor-library-oceanwp-panel" target="_blank" rel="noreferrer noopener">revisit the Elementor Library help document</a>.</p>\n\n\n\n<p>Enjoy exploring and experimenting with your new designs.</p>\n\n\n\n<p>And, while we’re mentioning designs, perhaps you can use them to enhance your portfolio using the Ocean Portfolio plugin?</p>\n\n\n\n<h2 id="ocean-portfolio-210">Ocean Portfolio 2.1.0</h2>\n\n\n\n<p>For all of you creators out there who are in a serious line of business and with even more serious portfolio to showcase, the new OceanWP Catamaran update and Ocean Portfolio 2.1.0 bring <strong>a brand new filter type for your items</strong>.</p>\n\n\n\n<p>The existing filter bar is awesome, but you’ll love <strong>the filter button</strong>!</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/image-2.png" alt="" class="wp-image-638092" width="275" height="718" srcset="//oceanwp.org/wp-content/uploads/2022/11/image-2.png 367w, //oceanwp.org/wp-content/uploads/2022/11/image-2-115x300.png 115w" sizes="(max-width: 275px) 100vw, 275px" /></figure></div>\n\n\n<p>The new Ocean Portfolio filter type allows more control and – of course – search options.</p>\n\n\n\n<p>The main difference between the standard Filter Bar and the new Filter Button is:</p>\n\n\n\n<ul><li>Filter Button allows to search through all available portfolio items even if pagination is in use.</li><li>the Filter Bar allows the search (sorting) of items that are available on the current page because it’s an AJAX filter.</li></ul>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-1024x389.png" alt="screenshot of the new ocean portfolio filter button feature" class="wp-image-638110" width="768" height="292" srcset="//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-1024x389.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-300x114.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-768x292.png 768w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719-1536x583.png 1536w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-08_082709719.png 1557w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>Naturally, options to style the filter buttons are also available, so fire away!</p>\n\n\n\n<h2 id="ocean-hooks-202">Ocean Hooks 2.0.2</h2>\n\n\n\n<p>You heard about the elf on a shelf, but did you hear… no, we got nothing for this.</p>\n\n\n\n<p>But we do have a brand new feature for you!</p>\n\n\n\n<p>With the latest Ocean Hooks version you can now add custom PHP codes – taaaaaaaaaa daaa.</p>\n\n\n\n<p>Once you update the plugin or install the new version for the first time, when you visit My Library (OceanWP > My Library), you’ll notice a new dropdown selection next to the library name.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786-1024x652.png" alt="" class="wp-image-638094" width="768" height="489" srcset="//oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786-1024x652.png 1024w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786-300x191.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786-768x489.png 768w, //oceanwp.org/wp-content/uploads/2022/11/image_2022-11-07_211256786.png 1047w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>You can choose between:</p>\n\n\n\n<ul><li>Default, and</li><li>PHP Code.</li></ul>\n\n\n\n<p>This selection determines the type of a template you want to create.</p>\n\n\n\n<p><strong>The Default template type serves to create custom templates</strong> (for Header, Footer, sections, etc) using Gutenberg, Elementor, Visual Composer or any other page builder.</p>\n\n\n\n<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<p class="responsive-video-wrap clr"><iframe title="🎣 Ocean Hooks: Display Templates Where You Want and How You Want" width="1200" height="675" src="https://www.youtube.com/embed/fm_HO3Rc0N8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<p>The PHP Code template type serves to create, well, PHP codes, which can then be applied to your website either plain or using the vast amount of hooks added to the Ocean Hooks plugin, as well as the conditional logic and more.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/11/image-3.png" alt="an example of new Ocean Hooks functionality to add custom PHP codes" class="wp-image-638108" width="618" height="389" srcset="//oceanwp.org/wp-content/uploads/2022/11/image-3.png 824w, //oceanwp.org/wp-content/uploads/2022/11/image-3-300x189.png 300w, //oceanwp.org/wp-content/uploads/2022/11/image-3-768x483.png 768w" sizes="(max-width: 618px) 100vw, 618px" /></figure></div>\n\n\n<p>This also means that, if you’re already running Ocean Hooks on your website, you won’t need to install additional plugins to add PHP snippets.</p>\n\n\n\n<p>Happy coding!</p>\n\n\n\n<h2 id="other-ocean-plugin-updates">Other Ocean Plugin Updates</h2>\n\n\n\n<p>The OceanWP Catamaran update release also covers updates of the following plugins:</p>\n\n\n\n<ul><li>Ocean Modal Window,</li><li>Ocean Popup Login,</li><li>Ocean Gutenberg Blocks, and</li><li>Ocean Pro Demos.</li></ul>\n\n\n\n<p>Now that you know what to expect with the new update, let’s go over a few website update preparation tips (these never get old), as well as some other news.</p>\n\n\n\n<h2 id="update-preparations">OceanWP Update: How to Prepare Your Website</h2>\n\n\n\n<p>Although we don’t consider this update release as major, as always, we recommend the same update procedure and precaution measures.</p>\n\n\n\n<p><strong>The correct update order is:</strong></p>\n\n\n\n<ol><li><strong>Update OceanWP</strong> via Appearance > Themes, then</li><li><strong>Update all Ocean plugin</strong>s via Plugins > Installed Plugins.</li></ol>\n\n\n\n<p><strong>Before you update, make sure you have taken necessary precaution measures.</strong></p>\n\n\n\n<h3>Test the Update Before Updating Your Live Site</h3>\n\n\n\n<p>The <strong>best practice is to test new changes on localhost, test or staging environments.</strong></p>\n\n\n\n<p>If you <strong>don’t have the option to test the updates anywhere, do not update immediately</strong>. Wait for a couple of days or even a week, until we’ve gathered feedback and made sure it’s safe for you to update.</p>\n\n\n\n<p>Remember, even if everything is fine, something can always go wrong during updates – like your website losing connection to WordPress and interrupting the update process. After all, the bad thing about software is – it’s software.</p>\n\n\n\n<p><strong>Make sure to backup your websites properly</strong>. Do not rely on hosting backups alone. Instead, <strong><a href="https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" target="_blank" rel="noreferrer noopener">take manual backups as well</a></strong> and store data in a safe place. If you’re using the <a href="https://oceanwp.org/blog/how-to-reset-wordpress-website-fix-mistakes/">WordPress Reset plugin (not to be confused with WordPress Database Reset), you can also create website snapshots</a>.</p>\n\n\n\n<p><strong>Important: remember to purge cache thoroughly</strong> after the update, multiple times if necessary. The same goes for the CDN (cloud) cache.</p>\n\n\n\n<h3>Updating a Live Website</h3>\n\n\n\n<p><strong>Website update preparation To-Do list</strong>:</p>\n\n\n\n<ol><li>Before updating the theme, <strong><a href="https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" target="_blank" rel="noreferrer noopener">create a backup of your website</a></strong>.</li><li>Place your website in the<strong> Maintenance mode</strong>.</li><li><strong>Update OceanWP theme</strong> to its latest version via <strong>Appearance > Themes</strong>.</li><li><strong>Update all Ocean plugins</strong> to their latest versions via <strong>Plugins > Installed Plugins</strong>.</li><li><strong>Clear browser, website or CDN (cloud) cache</strong>.</li><li><strong>Inspect</strong> your website.</li><li>If everything is in order, <strong>deactivate the Maintenance mode</strong>.</li><li><strong>Enjoy </strong>all new OceanWP updates and features!</li></ol>\n\n\n\n<p>In case you need to roll back, you can <a href="https://docs.oceanwp.org/article/797-oceanwp-rollback-versions" target="_blank" rel="noreferrer noopener">download older versions of the OceanWP theme</a>, as well as the <a href="https://docs.oceanwp.org/article/800-ocean-extra-rollback-versions" target="_blank" rel="noreferrer noopener">older versions of the Ocean Extra plugin</a>.</p>\n\n\n\n<p>New to OceanWP?<a href="https://wordpress.org/themes/oceanwp/" target="_blank" rel="noreferrer noopener"> Download the latest version directly from WordPress entirely for free</a>.</p>\n\n\n\n<h2 id="oceanwp-next">What’s Next for OceanWP?</h2>\n\n\n\n<p>Our features kitchen is open 24/7, though now we’re getting into the festive season.</p>\n\n\n\n<p>Remember the brand new plugin we mentioned in August? Let’s just say – things are getting hot, hot, hot!</p>\n\n\n\n<p>If you’re wondering about Black Friday and Cyber Monday, yes, we’ll have that too, so buckle up!</p>\n\n\n\n<p>Aside from that, we plan new video tutorials, more items to the Elementor Library, articles for designers and everybody else interested in enhancing their WordPress website building skills and more!</p>\n\n\n\n<p>We really want to know your opinion and we’ll here to listen to all your ideas and suggestions. Think there’s a feature, document, demo or a video OceanWP users would really need? Let us know about it by <a href="https://oceanwp.org/feature-requests/" data-type="page" data-id="611644">filling out the OceanWP feature request form</a>.</p>\n\n\n\n<p>And remember, if you’re an <a href="https://oceanwp.org/oceanwp-partner-program/" data-type="page" data-id="631293">Agency Bundle license owner, you can also influence our plans and collaborate with us more closely</a>.</p>\n\n\n\n<h2>LOS; INR. (Long or Short, I Never Read):</h2>\n\n\n\n<p>We are <strong>releasing updates</strong>.</p>\n\n\n\n<p><strong>Take website backups, including manual backup, before updating OceanWP and Ocean plugins</strong> (or any other theme / plugin combination).</p>\n\n\n\n<p>The <strong>best practice is to test all updates on test, localhost or staging environments</strong>. If you don’t have the opportunity to test the updates, do not update immediately. Wait with the updates a couple of days until we’ve gathered feedback.</p>\n\n\n\n<p>In case of any problems or issues, inform us about possible bugs or submit tickets.</p>\n\n\n\n<p>Now, let’s talk about features you’d like to see in OceanWP <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:76:"https://oceanwp.org/blog/oceanwp-catamaran-update-new-sections-widgets/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:76:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WordPress Halloween 2022: Best Deals & News for OceanWP 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:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:83:"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Oct 2022 17:31:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"Promotions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://oceanwp.org/?p=637611";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:1198:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-featured-image.jpg" width="1200" height="800" title="WordPress Halloween 2022: Best Deals & News for OceanWP Users" alt="WordPress Halloween 2022: Best Deals & News for OceanWP Users" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">The only thing that should really scare you this Halloween is the opportunity you might miss 😉 In this year’s “spooky” presentation, we’ve gathered all Halloween deals offered by OceanWP...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:20093:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-featured-image.jpg" width="1200" height="800" title="WordPress Halloween 2022: Best Deals & News for OceanWP Users" alt="WordPress Halloween 2022: Best Deals & News for OceanWP Users" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">The only thing that should really scare you this Halloween is the opportunity you might miss <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>In this year’s “spooky” presentation, we’ve gathered all Halloween deals offered by OceanWP partners. <strong>Upgrade hosting or get the tools you need to enhance your WordPress website to the max.</strong> Some promotions will really give you the chills – that’s how good they are!</p>\n\n\n\n<p>We’ll start with – of course – yours truly, the Ocean Core Extensions Bundle (wink wink).</p>\n\n\n\n<h2>1 Ocean Core Extensions Bundle – No Tricks. Only Treats! Halloween Sale Bash</h2>\n\n\n\n<p>Get the Ocean Core Extensions Bundle during the No Tricks. Only Treats! Halloween Sale Bash and <strong>save 50% on ALL plans</strong>! Yep, you read that right! It’s 50% on ALL plans.</p>\n\n\n\n<p>The <strong>OceanWP Halloween promo is open to all users</strong>, both old and new, and covers all plans, both annual and lifetime.</p>\n\n\n\n<p>Scared of WordPress or websites? Don’t be!</p>\n\n\n\n<p>Let’s get you started with some treats, and the OceanWP expert support team will have your back through all the “frightful” phases. The upgrade gives you access to 200+ premium full website templates (<a href="https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/" data-type="page" data-id="631749">royalty-free images included</a>), Elementor Sections Library (check out our last <a href="https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/" data-type="post" data-id="636900">Ocean High Tide update release</a>), Webinars & Workshops (we had a Hollywood celebrity in our <a href="https://oceanwp.org/blog/oceanwp-2022-web-design-fest/" data-type="post" data-id="637160">September 2022 Web Design Fest</a>) and, like you’re already used to with OceanWP, an endless list of <strong>more</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://oceanwp.org/core-extensions-bundle/"><img width="800" height="240" src="https://oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-banner-final.jpg" alt="OceanWP Halloween 2022 sales banner" class="wp-image-637616" srcset="//oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-banner-final.jpg 800w, //oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-banner-final-300x90.jpg 300w, //oceanwp.org/wp-content/uploads/2022/10/oceanwp-halloween-banner-final-768x230.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: October 16th 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> October 31st 2022 (midnight between October 31st and November 1st, GMT).</p>\n\n\n\n<p><a href="https://oceanwp.org/core-extensions-bundle/">All discounts calculated automatically at the checkout page</a>. For all other purchase stops, use the promo code: <strong>Halloween2022</strong></p>\n\n\n\n<p>In case you’d like to renew or upgrade your current license using this promotion, you can do that too! If you have any questions about specific details of your renewal / upgrade, <a href="https://oceanwp.org/support/">make sure to send us a ticket.</a></p>\n\n\n\n<h2>2 JetFormBuilder by Crocoblock – Halloween 30% OFF Special</h2>\n\n\n\n<p>This Halloween, you can<strong> </strong>grab a 30% off deal on JetFormBuilder Pro Add-ons, including payment gateways, marketing and automation integrations, CRM and Sales integrations.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://jetformbuilder.com/?ref=175" target="_blank" rel="noopener"><img src="https://oceanwp.org/wp-content/uploads/2022/10/1200х628-Halloween-2022-JetFormBuilder-1-Lana-Miro.jpg" alt="JetFormBuilder Halloween sale banner" class="wp-image-637667" width="800" height="419" srcset="//oceanwp.org/wp-content/uploads/2022/10/1200х628-Halloween-2022-JetFormBuilder-1-Lana-Miro.jpg 800w, //oceanwp.org/wp-content/uploads/2022/10/1200х628-Halloween-2022-JetFormBuilder-1-Lana-Miro-300x157.jpg 300w, //oceanwp.org/wp-content/uploads/2022/10/1200х628-Halloween-2022-JetFormBuilder-1-Lana-Miro-768x402.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: October 31st 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 4th 2022.</p>\n\n\n\n<p><strong>Promo Code:</strong> JFBHALLOWEEN22 (<a href="https://jetformbuilder.com/?ref=175" target="_blank" rel="noopener">promo code must be applied manually on the JetForm Builder checkout page</a>).</p>\n\n\n\n<h2>3 Weglot – Halloween 20% off for 12 months!</h2>\n\n\n\n<p><a href="https://weglot.com/?fp_ref=oceanwp" target="_blank" rel="noreferrer noopener sponsored">Weglot</a> is a WordPress translation plugin that allows you to create a multilingual website in minutes, thanks to its automated translation feature. Every one of your team members can use this plugin without any previous knowledge, that’s how simplified the entire process is. Did we also mention it’s used by major brands like IBM, Tupperware and HBO?</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://weglot.com/?fp_ref=oceanwp" target="_blank" rel="noopener"><img width="800" height="350" src="https://oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner.png" alt="weglot wordpress plugin halloween banner" class="wp-image-637814" srcset="//oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner.png 800w, //oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner-300x131.png 300w, //oceanwp.org/wp-content/uploads/2022/10/Weglot-WP-Banner-768x336.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: October 20th 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> October 31st 2022.</p>\n\n\n\n<p><strong>Promo Code:</strong> <strong>OCEANGLOT</strong> </p>\n\n\n\n<h2>4 Freepik – Halloween 30% off on the annual plan!</h2>\n\n\n\n<p><a href="https://www.freepik.com/pricing" target="_blank" rel="noreferrer noopener">Freepik</a> is the leader in visual resources and creative solutions, and this Halloween get your goosebumps ready for their promo.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://www.freepik.com/pricing" target="_blank" rel="noopener"><img width="461" height="563" src="https://oceanwp.org/wp-content/uploads/2022/10/image-35.png" alt="Freepik halloween promo banner" class="wp-image-637853" srcset="//oceanwp.org/wp-content/uploads/2022/10/image-35.png 461w, //oceanwp.org/wp-content/uploads/2022/10/image-35-246x300.png 246w" sizes="(max-width: 461px) 100vw, 461px" /></a></figure></div>\n\n\n<p><strong>Sale Start Date</strong>: October 26th 2022.</p>\n\n\n\n<p><strong>Sale End Date:</strong> November 1st 2022.</p>\n\n\n\n<p><strong>Promo Code:</strong> <a href="https://www.freepik.com/pricing" target="_blank" rel="noreferrer noopener">Applied at the Freepik checkout page</a>.</p>\n\n\n\n<p>On a side note, and in case you didn’t know, <a href="https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/" data-type="page" data-id="631749">Freepik and OceanWP have also partnered up to bring you the ultimate template experience</a>.</p>\n\n\n\n<h2>Additional WordPress Plugins / Services to Use with OceanWP</h2>\n\n\n\n<p>The following partners currently do not offer any Halloween deals, but that doesn’t make their offers any less interesting. On the contrary.</p>\n\n\n\n<p>We bring you the latest news and features from the OceanWP WordPress partners’ world.</p>\n\n\n\n<h3>1 Visual Composer</h3>\n\n\n\n<p>A key driver of growth for ambitious web agencies in 2023 won’t be selling brand new services, adopting new technology, or securing new lines of financing.</p>\n\n\n\n<p>The true differentiator will be improving the customer experience.</p>\n\n\n\n<p>But, how do you do that?</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://visualcomposer.com/webinars/client-collaboration/" target="_blank" rel="noopener"><img width="800" height="800" src="https://oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1.jpg" alt="visual composer webinar banner" class="wp-image-637817" srcset="//oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1.jpg 800w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-300x300.jpg 300w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-150x150.jpg 150w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-768x768.jpg 768w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-600x600.jpg 600w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-128x128.jpg 128w, //oceanwp.org/wp-content/uploads/2022/10/atarim-visual-composer-webinar-newsletter-1080x1080-1-256x256.jpg 256w" sizes="(max-width: 800px) 100vw, 800px" /></a></figure></div>\n\n\n<p>By investing in optimizing your collaboration with clients and<strong> removing</strong> <strong>bottlenecks in the 3 most important phases</strong> of each website project:</p>\n\n\n\n<ul><li>Content delivery,</li><li>Design approval,</li><li>Providing support.</li></ul>\n\n\n\n<p><a href="https://visualcomposer.com/webinars/client-collaboration/" target="_blank" rel="noreferrer noopener">Join Visual Composer at their first-ever co-hosted webinar</a> in November this year, with their special guest, Vito Peleg of <a href="https://atarim.io/" target="_blank" rel="noreferrer noopener">Atarim</a>, the tool that lets you collaborate on any website within seconds.</p>\n\n\n\n<h3>2 Kinsta</h3>\n\n\n\n<p>When it comes to holiday deals or coupons, <a href="https://kinsta.com/?kaid=RIQOJFZECGUH" target="_blank" rel="noreferrer noopener sponsored">Kinsta</a> takes a different approach. Instead of providing short term deals, they prefer adding long-term value for their customers. </p>\n\n\n\n<p>Some features they rolled in past years for no extra cost are<strong> Cloudflare enterprise level integration</strong> ($200/mo value), <strong>Kinsta Application Performance Monitoring tool for identifying and fixing code level issues</strong>, fastest latest generation <strong>C2-type servers powered by Google Cloud</strong> and it’s premium-tier global network. The available global data centers you can choose from is 35 and counting.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><img width="600" height="301" src="https://oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark.jpeg" alt="Kinta managed wordpress hosting banner" class="wp-image-637822" srcset="//oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark.jpeg 600w, //oceanwp.org/wp-content/uploads/2022/10/600x300-optimized-dark-300x151.jpeg 300w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>\n\n\n<p>This year they rolled out <strong>a neat new feature for all users (free of charge)</strong>; the <a href="https://kinsta.com/feature-updates/site-preview-tool/?kaid=RIQOJFZECGUH" target="_blank" rel="noreferrer noopener sponsored">site preview tool.</a> The edge caching solution will be released to all customers soon further speeding up client websites!</p>\n\n\n\n<p>Kinsta offers a 30-day money-back guarantee and an <a href="https://kinsta.com/plans/?plan=visits-business1&interval=year&kaid=RIQOJFZECGUH" target="_blank" rel="noreferrer noopener sponsored">all-time two months’ hosting discount on annual WordPress hosting plans</a>.</p>\n\n\n\n<p>Besides the new feature, new services come too! Kinsta’s rolling out <a href="https://kinsta.com/application-hosting/" target="_blank" rel="noreferrer noopener sponsored">application hosting and database hosting</a> soon!</p>\n\n\n\n<p>Take advantage of Kinsta’s free migration service and get started today!</p>\n\n\n\n<h3>3 WPML</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://wpml.org/" target="_blank" rel="noopener"><img width="600" height="283" src="https://oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line.png" alt="WPML logo" class="wp-image-619676" srcset="//oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line.png 600w, //oceanwp.org/wp-content/uploads/2021/09/wpml-logo-tag-line-300x142.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p>WPML has recently introduced a free, standalone version of their <a href="https://wpml.org/documentation/related-projects/woocommerce-multilingual/" target="_blank" rel="noreferrer noopener">WooCommerce Multilingual & Multicurrency</a> module. </p>\n\n\n\n<p>This plugin allows you to easily add complete <a href="https://wpml.org/documentation/related-projects/woocommerce-multilingual/multi-currency-support-woocommerce/" target="_blank" rel="noreferrer noopener">multicurrency features</a> to your WooCommerce site. You can set up and display products in multiple currencies, add currency switchers to your sites, set up exchange rates, and more. And if you want to have your whole store in multiple languages, you can just add WPML to it.</p>\n\n\n\n<p>This would unlock additional features such as translating all products, translating categories and attributes, automatic translation, and more.</p>\n\n\n\n<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<p class="responsive-video-wrap clr"><iframe title="WooCommerce Multilingual & Multicurrency" width="1200" height="675" src="https://www.youtube.com/embed/NxkzEywVZSA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<h3>4 iThemes</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://stellarwp.pxf.io/c/3689112/708559/9639" target="_blank" rel="noopener"><img width="750" height="252" src="https://oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white.png" alt="iThemes logo banner" class="wp-image-637847" srcset="//oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white.png 750w, //oceanwp.org/wp-content/uploads/2022/10/ithemes-logo-white-300x101.png 300w" sizes="(max-width: 750px) 100vw, 750px" /></a></figure></div>\n\n\n<p>The one stop shop for WordPress security. As the threat of online/web hacking grows and becomes more common, <a href="https://stellarwp.pxf.io/c/3689112/708564/9639" target="_blank" rel="noreferrer noopener sponsored">iThemes Security</a> locks down and protects your site from hackers and keeps you safe from online threats.</p>\n\n\n\n<p>With features like “Brute force detection” to protect against password guessing, malware scanning and “away mode” to set times periods of access restriction and prevent admin access and many more, your site couldn’t be in better hands.</p>\n\n\n\n<h3>5 BackupBuddy</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://stellarwp.pxf.io/c/3689112/708562/9639" target="_blank" rel="noopener"><img width="600" height="300" src="https://oceanwp.org/wp-content/uploads/2022/10/backupbuddy.png" alt="BackupBuddy logo banner" class="wp-image-637848" srcset="//oceanwp.org/wp-content/uploads/2022/10/backupbuddy.png 600w, //oceanwp.org/wp-content/uploads/2022/10/backupbuddy-300x150.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p>WordPress doesn’t include built-in backups. <a href="https://stellarwp.pxf.io/c/3689112/708562/9639" target="_blank" rel="noreferrer noopener sponsored">BackupBuddy</a> was built in 2010 to meet the need for a solid WordPress backup solution.</p>\n\n\n\n<p>Other WordPress security issues include hacks, malware, user error, deleted files and running bad commands. All of these things can completely wipe out your WordPress site forever. Having a current backup of your WordPress website is critical for protecting your website. BackupBuddy is here to help.</p>\n\n\n\n<h3>6 HubSpot</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://www.hubspot.com/products/wordpress" target="_blank" rel="noopener"><img width="672" height="261" src="https://oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color.png" alt="HubSpot logo" class="wp-image-621233" srcset="//oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color.png 672w, //oceanwp.org/wp-content/uploads/2021/10/hubspotlogo-web-color-300x117.png 300w" sizes="(max-width: 672px) 100vw, 672px" /></a></figure></div>\n\n\n<p><strong><a href="https://www.hubspot.com/products/wordpress" target="_blank" rel="noreferrer noopener">HubSpot is a leading CRM platform</a></strong> that brings a ton of value with its all-in-one WordPress plugin. Over 200k+ users trust HubSpot’s WordPress plugin for adding live chat, forms, CRM, email marketing, and reporting to their WordPress sites.</p>\n\n\n\n<h3>7 Toolset</h3>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full"><a href="https://toolset.com/" target="_blank" rel="noopener"><img width="600" height="200" src="https://oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png.png" alt="" class="wp-image-613165" srcset="//oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png.png 600w, //oceanwp.org/wp-content/uploads/2021/05/Toolset-logo-png-300x100.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p><a href="https://toolset.com/" target="_blank" rel="noreferrer noopener">Toolset</a> makes it easier and quicker for you to build a professional website without complex coding. Whether you are a WordPress beginner or expert you can quickly add advanced features including custom post types, custom search, Maps and front-end forms.</p>\n\n\n\n<h2>Halloween 2022 Deals Summary</h2>\n\n\n\n<p>The WordPress community knows it all too well – <strong>Halloween</strong> may be introduction to the upcoming Black Friday / Cyber Monday deals, but that doesn’t necessarily need to be the case. Like we did last year, we’ll make sure to update you with BFCM deals as well.</p>\n\n\n\n<p>In the meantime,<a href="https://oceanwp.org/core-extensions-bundle/"> you know we offer 50% off on all plans</a> (which is almost never the case), so what is there to say except to grab the deal and face WordPress without fear and with our help <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>In case of any changes and updates from our partners, we’ll update the content accordingly.</p>\n\n\n\n<p>The OceanWP Team wishes you lots of treats for this Halloween.</p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:80:"https://oceanwp.org/blog/wordpress-halloween-2022-best-deals-oceanwp-users/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:73:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"Hollywood Comes to OceanWP – the 2022 Web Design Fest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:63:"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Aug 2022 20:23: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:12:"Announcement";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://oceanwp.org/?p=637160";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:1118:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-2022-web-design-fest/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/08/web-design-fest.png" width="1200" height="700" title="Hollywood Comes to OceanWP – the 2022 Web Design Fest" alt="Hollywood Comes to OceanWP – the 2022 Web Design Fest" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">Calling all geeks, nerds, designers, website owners and everybody else. If you’re into WordPress, we know you’ll love the OceanWP 2022 Web Design Fest! It’s time for another OceanWP annual...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-2022-web-design-fest/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:11631:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-2022-web-design-fest/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/08/web-design-fest.png" width="1200" height="700" title="Hollywood Comes to OceanWP – the 2022 Web Design Fest" alt="Hollywood Comes to OceanWP – the 2022 Web Design Fest" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">Calling all geeks, nerds, designers, website owners and everybody else. If you’re into WordPress, we know you’ll love the OceanWP 2022 Web Design Fest!</p>\n\n\n\n<p>It’s time for another OceanWP annual Web Design Fest. Except, this time, we’re making it bigger – from speakers all the way down to freebies and prizes.</p>\n\n\n\n<p>It’s probably unnecessary, but let’s take a step back and discuss <strong>the importance of web design</strong> briefly.</p>\n\n\n\n<p>What is web design?</p>\n\n\n\n<p>Most people think “well, it’s just a website, how hard can it be?”. But, we know all you web designers, website owners and developers are sometimes struggling because you know the truth. Web design is not just throwing a few things on the page and call it a day. <strong>Web design impacts how your audience, visitors, customers and everybody else perceives your brand.</strong></p>\n\n\n\n<p><strong>Web design is all about the first impressions</strong>. And it’s that first impression that will determine whether or not someone will stay on your page to learn more and eventually close the deal or simply move on.</p>\n\n\n\n<p>Here at OceanWP we’re focused on providing you with the best possible WordPress tools that will help you build an astonishing and complete website, even for free, whether you’re a beginner or professional. However, we also know you need more. So this is us, helping you<strong> broaden your perspectives, enhancing your skills, learning new things about branding, graphic and web design and applying on your projects</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1.png" alt="OceanWP Web Design Summit banner" class="wp-image-637138" width="750" height="750" srcset="//oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1.png 1000w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/08/artboard_3_copy-1-256x256.png 256w" sizes="(max-width: 750px) 100vw, 750px" /></figure></div>\n\n\n<h2>Welcome to the OceanWP 2022 Web Design Fest</h2>\n\n\n\n<p>On September 7th 2022, 9AM – 4:30PM EDT / 2PM – 9:30PM BST we’ll hold the OceanWP annual Web Design Fest. This is an online event and will be held via Zoom. A small hint, you don’t need to have the Zoom client installed on your PC and can join using a browser.</p>\n\n\n\n<p>We’ll start the event by lectures from our prominent speakers.</p>\n\n\n\n<p><strong>Vaibhav Singh</strong> (PhD) will give a lecture on <strong>Modern Web Typography</strong>. Vaibhav is a leading typographic researcher and has designed fonts for many well-known companies, including <strong><a href="https://www.adobe.com" target="_blank" rel="noreferrer noopener">Adobe</a></strong> and <strong><a href="https://www.google.com" target="_blank" rel="noreferrer noopener">Google</a></strong>. In his lecture, Vaibhav will share insights and typographic inspirations from some of his recent projects, and introduce the processes involved in designing fonts for modern web design.</p>\n\n\n\n<p><strong>Amanda Duffin </strong>will give a lecture on<strong> Branding 101</strong>. Amanda is an educator and a branding expert. Amanda will teach you how to understand unique sales proposals and create a unique design language around them. In her lecture, Amanda will share ideas everyone can use to create a more coherent visual identity.</p>\n\n\n\n<p>Our<strong> keynote speaker is one of Hollywood’s giants</strong>, and you are all familiar with his timeless work. <strong>Dan Perri</strong> will give a lecture on <strong>Creative Process</strong>. Dan is a world-renowned designer and will share stories on the creative process behind the most iconic movie title designs, including <a href="https://www.imdb.com/title/tt0076759/" target="_blank" rel="noreferrer noopener">Star Wars</a>, <a href="https://www.imdb.com/title/tt0081398" target="_blank" rel="noreferrer noopener">Raging Bull</a> and more.</p>\n\n\n\n<figure class="wp-block-image size-large"><img src="https://www.artofthetitle.com/assets/sm/upload/z3/w9/2u/33/danperri_c.jpg?k=d3dd8c6991" alt="preview of Dan Perri\'s movie title designs for the OceanWP 2022 Web Design Fest"/></figure>\n\n\n\n<p>Following lectures, we’ll hold 3 OceanWP workshops.</p>\n\n\n\n<p><strong>Workshop #1</strong>: How to make use of OceanWP WordPress template demos to launch a website.</p>\n\n\n\n<p><strong>Workshop #2</strong>: Implementing a design from Adobe XD or Figma.</p>\n\n\n\n<p><strong>Workshop #3</strong>: Advanced OceanWP Customizer settings, new features, free third-party tools to help enhance your web design experience.</p>\n\n\n\n<p>All workshops will be held and lead by Matthew Turner, Lead Content Creator at OceanWP and your host of the OceanWP 2022 Web Design Fest.</p>\n\n\n\n<h2>How to Get a Ticket for the OceanWP 2022 Web Design Fest</h2>\n\n\n\n<p>Tickets for the <a href="https://www.eventbrite.com/e/web-design-fest-by-oceanwp-tickets-392092237437" target="_blank" rel="noreferrer noopener">OceanWP 2022 Web Design Fest</a> are available online for purchase.</p>\n\n\n\n<p>If you <strong>own an OceanWP Bundle license</strong>, you can <strong>apply for a free ticket</strong>! All you need to do is<a href="https://oceanwp.org/support/"> get in touch with us</a> and we’ll take it from there.</p>\n\n\n\n<p>If you don’t have a <a href="https://oceanwp.org/core-extensions-bundle/">Bundle license</a>, here’s your chance! <strong>We’ll give away 30 free tickets to people who comment</strong> on this post and are interested in learning about web design and OceanWP.</p>\n\n\n\n<p>How do tickets work? When you buy or receive a ticket, you will receive a confirmation to your mailbox. On the day of the event, you will also receive another email with a token that will allow you to join the OceanWP 2022 Web Design Fest online event.</p>\n\n\n\n<h2>OceanWP 2022 Web Design Fest Freebies and Prizes</h2>\n\n\n\n<p>What kind of an event would it be without some prizes or freebies? <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Our event partners have made sure to maximize your experience.</p>\n\n\n\n<p>The main prize will be <a href="https://www.mastersdesignlab.com/programs" target="_blank" rel="noopener">one free 9-week graphic design program tuition worth $650</a>, thanks to our main sponsor and partner <a href="https://www.mastersdesignlab.com" target="_blank" rel="noreferrer noopener">Masters Design Lab</a>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/08/master-design-lab.png" alt="Masters Design Lab logo, main OceanWP 2022 Web Design Fest sponsor" class="wp-image-637170" width="501" height="501" srcset="//oceanwp.org/wp-content/uploads/2022/08/master-design-lab.png 1001w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/08/master-design-lab-256x256.png 256w" sizes="(max-width: 501px) 100vw, 501px" /></figure></div>\n\n\n<p>Other prizes include (but are not limited to):</p>\n\n\n\n<ul><li><a href="https://oceanwp.org/core-extensions-bundle/">3 free annual Personal plan OceanWP Bundle licenses</a>,</li><li><a href="https://oceanwp.org/core-extensions-bundle/">3 free annual Business plan OceanWP Bundle licenses</a>,</li><li><a href="https://crocoblock.com" target="_blank" rel="noreferrer noopener">free Crocoblock licenses</a>,</li><li><a href="https://visualcomposer.com" target="_blank" rel="noreferrer noopener">free Visual Composer licenses</a>,</li><li>exclusive Freepik discounts,</li><li><a href="https://www.udemy.com/course/oceanwp-ecommerce-course/" target="_blank" rel="noreferrer noopener">free access to the full OceanWP eCommerce course on Udemy</a>,</li><li><a href="https://www.mastersdesignlab.com" target="_blank" rel="noreferrer noopener">exclusive discounts for Masters Design Lab graphic design programs</a>,</li><li>and more!</li></ul>\n\n\n\n<p>We’d also like to use this opportunity and thank all OceanWP 2022 Web Design Fest partners who are helping with making this event bigger and richer.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/08/event-partners.png" alt="OceanWP Web Design Fest partners" class="wp-image-637141" width="750" height="225" srcset="//oceanwp.org/wp-content/uploads/2022/08/event-partners.png 1000w, //oceanwp.org/wp-content/uploads/2022/08/event-partners-300x90.png 300w, //oceanwp.org/wp-content/uploads/2022/08/event-partners-768x230.png 768w" sizes="(max-width: 750px) 100vw, 750px" /></figure></div>\n\n\n<p>Here’s a big shout out to <a href="http://mastersdesignlab.com" target="_blank" rel="noreferrer noopener">Masters Design Lab</a>, <a href="https://crocoblock.com/" target="_blank" rel="noreferrer noopener">Crocoblock</a>, <a href="https://visualcomposer.com/" target="_blank" rel="noreferrer noopener">Visual Composer</a>, <a href="https://weglot.com" target="_blank" rel="noreferrer noopener">Weglot</a>, <a href="https://www.hubspot.com/products/crm" target="_blank" rel="noreferrer noopener">HubSpot</a>, <a href="https://www.cloudways.com/en/" target="_blank" rel="noreferrer noopener">Cloudways</a>, <a href="https://toolset.com" target="_blank" rel="noreferrer noopener">Toolset</a> and <a href="https://wpml.org" target="_blank" rel="noreferrer noopener">WPML</a>.</p>\n\n\n\n<p>And let’s not forget! <strong>We’re giving away 30 free tickets for the OceanWP 2022 Web Design Fest</strong> to everyone who don’t have an OceanWP Bundle license, but are interested in the event and <strong>comment on this post</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-2022-web-design-fest/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:59:"https://oceanwp.org/blog/oceanwp-2022-web-design-fest/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:79:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"OceanWP High Tide Update: Ocean Elementor Sections Library is Here!";s:7:"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://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Aug 2022 06:56:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Introducing";s: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:6:"Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"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:29:"https://oceanwp.org/?p=636900";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:1136:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/08/oceanwp-high-tide-update.jpg" width="1200" height="700" title="OceanWP High Tide Update: Ocean Elementor Sections Library is Here!" alt="OceanWP High Tide Update: Ocean Elementor Sections Library is Here!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">High tide. Surfers love it. Boat captains love it. Fishermen love it. But if you love WordPress, and we know you do, you’ll love the benefits the OceanWP update High...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:30540:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/08/oceanwp-high-tide-update.jpg" width="1200" height="700" title="OceanWP High Tide Update: Ocean Elementor Sections Library is Here!" alt="OceanWP High Tide Update: Ocean Elementor Sections Library is Here!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">High tide. Surfers love it. Boat captains love it. Fishermen love it. But if you love WordPress, and we know you do, you’ll love the benefits the OceanWP update High Tide is bringing to you!</p>\n\n\n\n<p>We know you fancied the<a href="https://oceanwp.org/blog/oceanwp-theme-panel-makeover/"> OceanWP Panel Makeover and the Starboard update</a>. But our work is never done and the summer is not over yet <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>\n\n\n\n<p>The <strong>High Tide OceanWP update release brings you powerful improvements and an exciting new feature</strong>. For example, the <strong>improved Google Fonts local hosting</strong> we introduced to you in the <a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/">OceanWP Breeze Spring Update releas</a>e. Battling GDPR regulations can be tedious, and we’ll do our best to help you as much as possible by providing you with the right means.</p>\n\n\n\n<p>But <strong>the novelty we believe you’ll be interested the most is the Ocean Elementor Sections Library</strong> feature, which is tied to t<a href="https://oceanwp.org/core-extensions-bundle/">he Ocean Core Extensions Bundle and the Ocean Pro Demos plugin</a>.</p>\n\n\n\n<p>The OceanWP High Tide Update has been published on August 9th 2022, and in this article we’ll cover the highlights.</p>\n\n\n\n<h2>Table of Content:</h2>\n\n\n\n<ul><li>OceanWP 3.3.4:<ul><li><a href="#elementor-fonts-locally" data-type="internal" data-id="#elementor-fonts-locally">NEW: Load Elementor Google fonts from site</a>.</li><li><a href="#improved-google-fonts-locally" data-type="internal" data-id="#improved-google-fonts-locally">Improved: Load Google fonts any time!</a></li><li><a href="#oceanwp-panel-admin-settings" data-type="internal" data-id="#oceanwp-panel-admin-settings">NEW: Admin Settings Panel Section</a>.</li></ul></li><li>Ocean Extra 2.0.3<ul><li><a href="#oceanwp-news-notifications" data-type="internal" data-id="#oceanwp-news-notifications">OceanWP News</a></li></ul></li><li>Ocean Pro Demos 1.4.0<ul><li><a href="#ocean-elementor-library" data-type="internal" data-id="#ocean-elementor-library">Ocean Elementor Sections Library</a></li></ul></li></ul>\n\n\n\n<h2>OceanWP Update Release 3.3.4</h2>\n\n\n\n<h3 id="elementor-fonts-locally">Load Elementor Google Fonts from Site</h3>\n\n\n\n<p>GDPR should not stop you from using one of your favorite page builders.</p>\n\n\n\n<p>As you know, when enabling Elementor to rely on theme typography settings instead of its own, as long as all typography values in Elementor are set to default, <strong>you won’t be experiencing any problems with Google fonts but only if you’re using the OceanWP theme option to load Google fonts locally (from site)</strong>.</p>\n\n\n\n<p>The same sentence as above but in plain English:</p>\n\n\n\n<ol><li>Set all desired font families via Customize > Typography in OceanWP;</li><li>Enable Google Fonts from Site via Customize > Typography > General;</li><li>Make sure Elementor is set to inherit theme’s typography settings via Elementor > Settings;</li><li>When editing in Elementor, make sure the font family is always set to “Default”;</li><li>No problemo.</li></ol>\n\n\n\n<p>But, <strong>Elementor’s default settings include running Elementor fonts instead of the theme’s</strong>, therefore many users are unfamiliar with this option. In addition to it, any time you’d like to make changes and select a different font family instead of the ones you assigned in the Customizer, you’d encounter a problem – <strong>Elementor would load fonts off the Google site</strong>.</p>\n\n\n\n<p><strong>This has become an issue for everyone who take GDPR seriously</strong>, especially since <a href="https://wordpress.org/plugins/elementor/" target="_blank" rel="noreferrer noopener">the free version of Elementor</a> (which we use in our website demo templates) does not allow you to use local fonts.</p>\n\n\n\n<p>OceanWP to the rescue!</p>\n\n\n\n<p>This<strong> new OceanWP feature allows you to load Google fonts in Elementor from you site with a single click</strong> – no pro features required, no font upload required, no mess, only joy.</p>\n\n\n\n<p>All you need to do is make sure to <strong>set Elementor to rely on theme font settings</strong>, via your WP dashboard, Elementor > Settings, then check the option to Disable Default Fonts (and colors if you wish).</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748-1024x443.png" alt="how to make Elementor WordPress plugin use WordPress theme fonts" class="wp-image-636904" width="768" height="332" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748-1024x443.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748-300x130.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748-768x332.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_110217748.png 1271w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>After that, <strong>navigate to Customize > Typography > General</strong>, and check the option to load <strong>Elementor Google fonts from site</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_112705469.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_112705469.png" alt="OceanWP update allows using Google fonts locally with Elementor" class="wp-image-636910" width="245" height="366" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_112705469.png 326w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_112705469-200x300.png 200w" sizes="(max-width: 245px) 100vw, 245px" /></a></figure></div>\n\n\n<p>You can also bookmark our help document, which<a href="https://docs.oceanwp.org/article/835-host-elementor-google-fonts-locally-with-oceanwp" target="_blank" rel="noreferrer noopener"> explains how do host Elementor Google fonts locally with OceanWP</a>.</p>\n\n\n\n<p>You’ve successfully eliminated all obstacles that stand between you and the perfect design <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p><strong>Important:</strong> This feature requires the free Ocean Extra plugin to be installed and active.</p>\n\n\n\n<h3 id="improved-google-fonts-locally">Improved Google Fonts Front-End Rendering</h3>\n\n\n\n<p>Whether you use plugins or child themes to load fonts from site (aka custom font upload), or the <a href="https://docs.oceanwp.org/article/808-host-google-fonts-locally" target="_blank" rel="noreferrer noopener">new OceanWP feature that allows you to load Google fonts locally with a single click</a> – browsers will not display “custom” fonts that are considered as insecure file types. Instead, your content will be rendered using the browser’s default font, which is usually Arial or Times New Roman.</p>\n\n\n\n<p>Why is this happening and what does it mean?</p>\n\n\n\n<p>This means that your <strong>WordPress website installation is using the http:// URL which is considered as unsafe</strong> (see WP Dashboard, Settings > General), or that the <strong>SSL certificate is not correctly applied</strong>, or is unable to cover everything coming from your site (fonts, images, etc).</p>\n\n\n\n<p>Because of this, some OceanWP users were unable to use the OceanWP Google Fonts from Site option aka the chosen font did not render on website’s front-end. But, the OceanWP development team has made sure no one is left behind <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>If you’re facing issues with the incorrect installation URL or SSL, <strong>after the 3.3.4 OceanWP update nothing will stand between you and local Google fonts</strong>.</p>\n\n\n\n<p>All you need to do, and in case of any problems, is navigate to the<strong> OceanWP Panel > Admin Settings</strong>, and <strong>Regenerate Local Google CSS</strong> files by running the Clear Data option.</p>\n\n\n\n<p><strong>Important:</strong> This feature requires the free Ocean Extra plugin to be installed and active.</p>\n\n\n<div class="wp-block-image">\n<figure class="alignleft size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764-1024x625.png" alt="OceanWP update allows everyone to load Google fonts from site, even if the SSL certificate is not correctly applied" class="wp-image-636911" width="768" height="469" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764-1024x625.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764-300x183.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764-768x469.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_114606764.png 1247w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<p></p>\n\n\n\n<h2 id="oceanwp-panel-admin-settings">OceanWP Panel: Admin Settings Section</h2>\n\n\n\n<p>The High Tide OceanWP update brings one brand new section to the OceanWP Panel – Admin Settings.</p>\n\n\n\n<p>The <strong>Admin Settings section contains the most important features visible or available only to website admins</strong>. You’ve already seen the feature to Regenerate Local Google CSS files. But allow us to introduce you to two more features at this time.</p>\n\n\n\n<p>For more information on the <a href="https://docs.oceanwp.org/article/833-admin-settings-oceanwp-panel" target="_blank" rel="noreferrer noopener">Admin Settings section of the OceanWP Panel</a>, please make sure to visit our document.</p>\n\n\n\n<h3>Disable Edit Links on Blog Archive Pages</h3>\n\n\n\n<p>The option to access any post’s WordPress edit page (and save you a couple of clicks) was introduced with the <a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/" data-type="post" data-id="631456">OceanWP Breeze update</a>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-1024x651.png" alt="access post WordPress edit page directly from the archive pages" class="wp-image-631466" width="768" height="488" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-1024x651.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-300x191.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-768x488.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118.png 1181w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>No matter how helpful, some website admins and owners prefer the old-school way. Instead of hiding these options with CSS, you can now disable this feature directly from the Admin Settings OceanWP Panel.</p>\n\n\n\n<p><strong>Important:</strong> This feature requires the free Ocean Extra plugin to be installed and active.</p>\n\n\n\n<h3>Disable Ocean News Notifications</h3>\n\n\n\n<p>What’s this you may ask? Well, it’s our brand new <strong>feature that will allow you to stay up to speed with the most relevant OceanWP news</strong>, including news about updates, promotions, webinars, courses and more.</p>\n\n\n\n<p>In fact, we’d prefer dedicate an independent heading to this feature.</p>\n\n\n\n<h2 id="oceanwp-news-notifications">High Tide OceanWP Update and Ocean News Feature</h2>\n\n\n\n<p>The Ocean News feature will become available to everyone who updates OceanWP to the new 3.3.4 version and Ocean Extra to 2.0.3 version.</p>\n\n\n\n<p>WordPress feed is awesome. But, as expected, it’s often overseen. </p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951.png" alt="screenshot of the WordPress dashboard news feed" class="wp-image-636913" width="759" height="449" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951.png 1012w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951-300x178.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_122552951-768x455.png 768w" sizes="(max-width: 759px) 100vw, 759px" /></a><figcaption>WordPress Dashboard News Feed (Home)</figcaption></figure></div>\n\n\n<p>In spite of regular newsletters and blog posts, <strong>most of our users have asked for a way to be up to speed tad differently</strong>, because emails are easily missed or forgotten about.</p>\n\n\n\n<p>The <strong>OceanWP News feature will ensure you’re in the loop with all relevant info from the OceanWP world</strong>, which includes blog posts, updates, webinars, promotions, tutorials and more.</p>\n\n\n\n<p>Of course, <strong>you can count on us to reach you with the most important news only</strong> as your privacy and trust matters to us.</p>\n\n\n\n<p>Whenever a new info becomes available, the new OceanWP option in the admin bar will let you know about the number of fresh notifications.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646-1024x291.png" alt="High Tide OceanWP Update release brings a new feature that allows OceanWP users to be up to date with the most important news from the OceanWP theme world" class="wp-image-636914" width="768" height="218" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646-1024x291.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646-300x85.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646-768x218.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124446646.png 1444w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>Once you select the Notifications option, you will be greeted with the recent news.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083-1024x189.png" alt="screenshot of the brand new OceanWP News feature in WordPress dashboard" class="wp-image-636915" width="768" height="142" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083-1024x189.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083-300x55.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083-768x142.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_124628083.png 1258w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>If you dismiss a news (click the “X” button), one and the same news will not appear again for you.</p>\n\n\n\n<p>If you prefer to leave all these just in case, you can simply navigate to any other page of your WordPress dashboard or the OceanWP Panel. In this way, all notifications will still be available for you to revisit when using the OceanWP admin bar Notifications option.</p>\n\n\n\n<p>And now, let us present to you the gem of the High Tide OceanWP Update release – the Ocean Elementor Sections Library.</p>\n\n\n\n<h2 id="ocean-elementor-library">Ocean Elementor Sections Library is here!</h2>\n\n\n\n<p>You love <a href="https://oceanwp.org/demos/">OceanWP full WordPress website demo templates</a>. Especially since we’ve revamped and modernized them, but also made sure to <a href="https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/" data-type="page" data-id="631749">include royalty-free images and icons which you can use on your website following the OceanWP cooperation with Freepik and Flaticon</a>.</p>\n\n\n\n<p>If you’re considering on importing one of our full website templates, <a href="https://oceanwp.org/demo-category/freepik-images-included/">we highly recommend to choose from the Freepik Images Included category</a> (we will remove the category once we’ve modernized all demos).</p>\n\n\n\n<p>But, sometimes the pages that come with templates are not enough or you’d just like to build your own pages from scratch. However, even the greatest professionals need little inspiration or a “push”. And that’s why we’d like to present you with the new Elementor Sections Library.</p>\n\n\n\n<p><strong>The Elementor Sections Library is available to all Ocean Core Extensions Bundle license owners</strong>. While the Personal plan license owners will have access to the limited amount of section templates, the <strong>Business and Agency plan license owners will enjoy FULL ACCESS</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/core-extensions-bundle/"><img src="https://oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo.png" alt="OceanWP Summer Jam promotion banner" class="wp-image-636941" width="600" height="600" srcset="//oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo.png 800w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-768x768.png 768w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-600x600.png 600w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/08/oceanwp-summer-jam-promo-256x256.png 256w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure></div>\n\n\n<p>If you’re considering an upgrade, <a href="https://oceanwp.org/core-extensions-bundle/">remember we have an awesome up to 50% OFF promo which will be active until August 13th</a>. Now, if getting access to all the latest features at a highly discounted price isn’t tempting, we don’t know what is <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>\n\n\n\n<p>Also, did we mention all sections come with royalty-free images and icons? You only need to worry about design, the rest is on us.</p>\n\n\n\n<h3>How does Ocean Elementor Sections Library work?</h3>\n\n\n\n<p>To make use of the new Ocean Elementor Sections Library, you need to update:</p>\n\n\n\n<ul><li>OceanWP to its latest 3.3.4 version,</li><li>Ocean Extra to 2.0.3 version, and</li><li>Ocean Pro Demos to 1.4.0 version.</li></ul>\n\n\n\n<p>Once done, edit any of your existing pages or simply create a new page.</p>\n\n\n\n<p>When the Elementor editor loads, you will see a brand new option available.</p>\n\n\n\n<p></p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-1024x192.png" alt="" class="wp-image-636943" width="768" height="144" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-1024x192.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-300x56.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792-768x144.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-02_082830792.png 1097w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>Click on that cute “O” icon and explore the options available.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376-1024x671.png" alt="preview of the brand new OceanWP prebuilt Elementor sections library" class="wp-image-636921" width="768" height="503" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376-1024x671.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376-300x197.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376-768x503.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_143554376.png 1198w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>The initial release brings a total of 60 various Elementor sections from different categories, like the Footer, About, Hero and more.</p>\n\n\n\n<p>If you hover over the thumbnail of a section, you will have the option to insert, preview or both.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image-1024x488.png" alt="preview on how to import new OceanWP Elementor sections" class="wp-image-636923" width="768" height="366" srcset="//oceanwp.org/wp-content/uploads/2022/08/image-1024x488.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image-300x143.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image-768x366.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image.png 1193w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>You also have the option to filter through different section categories.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image-1.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image-1-1024x548.png" alt="" class="wp-image-636925" width="768" height="411" srcset="//oceanwp.org/wp-content/uploads/2022/08/image-1-1024x548.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image-1-300x161.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image-1-768x411.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image-1.png 1198w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>If you need to save time and focus only on specific categories, you can disable the categories you don’t need via your WP Dashboard, OceanWP > OceanWP Panel > Elementor Library.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376.png"><img src="https://oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376-1024x742.png" alt="" class="wp-image-636926" width="768" height="557" srcset="//oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376-1024x742.png 1024w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376-300x217.png 300w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376-768x557.png 768w, //oceanwp.org/wp-content/uploads/2022/08/image_2022-08-01_151111376.png 1229w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>At the same time, you also have the option to entirely disable the Ocean Elementor Sections Library from loading or you can simply disable Ocean Pro Demos plugin. The choice is yours and we’re happy as long as we have loads of options to share with you.</p>\n\n\n\n<p>Remember, the OceanWP knowledge base is always there to have your back, and you can always <a href="https://docs.oceanwp.org/article/834-elementor-library-oceanwp-panel" target="_blank" rel="noreferrer noopener">revisit the Elementor Library help document</a>.</p>\n\n\n\n<h2 id="update-preparations">OceanWP Update: How to Prepare Your Website</h2>\n\n\n\n<p>Although this isn’t a major update, as always, we recommend the same update procedure and precaution measures.</p>\n\n\n\n<p><strong>The correct update order is:</strong></p>\n\n\n\n<ol><li><strong>Update OceanWP</strong> via Appearance > Themes, then</li><li><strong>Update all Ocean plugin</strong>s via Plugins > Installed Plugins.</li></ol>\n\n\n\n<p><strong>Before you update, make sure you have taken necessary precaution measures.</strong></p>\n\n\n\n<h3>Test the Update Before Updating Your Live Site</h3>\n\n\n\n<p>The <strong>best practice is to test new changes on localhost, test or staging environments.</strong></p>\n\n\n\n<p>If you <strong>don’t have the option to test the updates anywhere, do not update immediately</strong>. Wait for a couple of days or even a week, until we’ve gathered feedback and made sure it’s safe for you to update.</p>\n\n\n\n<p>Remember, even if everything is fine, something can always go wrong during updates. After all, the bad thing about software is – it’s software.</p>\n\n\n\n<p><strong>Make sure to backup your websites properly</strong>. Do not rely on hosting backups alone, <strong><a href="https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" target="_blank" rel="noreferrer noopener">take manual backups as well</a></strong> and store data in a safe place. If you’re using the <a href="https://oceanwp.org/blog/how-to-reset-wordpress-website-fix-mistakes/">WordPress Reset plugin (not to be confused with WordPress Database Reset), you can also create website snapshots</a>.</p>\n\n\n\n<p><strong>Important: remember to purge cache thoroughly</strong> after the update, multiple times if necessary. The same goes for the CDN (cloud) cache.</p>\n\n\n\n<h3>Updating a Live Website</h3>\n\n\n\n<p><strong>Website update preparation To-Do list</strong>:</p>\n\n\n\n<ol><li>Before updating the theme, <strong><a href="https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" target="_blank" rel="noreferrer noopener">create a backup of your website</a></strong>.</li><li>Place your website in the<strong> Maintenance mode</strong>.</li><li><strong>Update OceanWP theme</strong> to its latest version via <strong>Appearance > Themes</strong>.</li><li><strong>Update all Ocean plugins</strong> to their latest versions via Plugins > Installed Plugins.</li><li><strong>Clear browser, website or CDN (cloud) cache</strong>.</li><li><strong>Inspect</strong> your website.</li><li>If everything is in order, <strong>deactivate the Maintenance mode</strong>.</li><li><strong>Enjoy </strong>all new OceanWP updates and features!</li></ol>\n\n\n\n<p>In case you need to roll back, you can <a href="https://docs.oceanwp.org/article/797-oceanwp-rollback-versions" target="_blank" rel="noreferrer noopener">download older versions of the OceanWP theme</a>, as well as the <a href="https://docs.oceanwp.org/article/800-ocean-extra-rollback-versions" target="_blank" rel="noreferrer noopener">older versions of the Ocean Extra plugin</a>.</p>\n\n\n\n<p>New to OceanWP?<a href="https://wordpress.org/themes/oceanwp/" target="_blank" rel="noreferrer noopener"> Download the latest version directly from WordPress entirely for free</a>.</p>\n\n\n\n<h2 id="oceanwp-next">What’s Next for OceanWP?</h2>\n\n\n\n<p>Our features kitchen is open 24/7.</p>\n\n\n\n<p>We’re working on a brand new plugin (hush, hush, it’s still a secret), website improvements, a completely awesome September event we’ll announce soon, brand new sections, revamped demos, and not to forget all those fine details that mean a lot, especially when it comes to accessibility.</p>\n\n\n\n<p>We really want to know your opinion and we’ll here to listen to all your ideas and suggestions. Think there’s a feature, document, demo or a video OceanWP users would really need? Let us know about it by <a href="https://oceanwp.org/feature-requests/" data-type="page" data-id="611644">filling out the OceanWP feature request form</a>.</p>\n\n\n\n<p>And remember, if you’re an <a href="https://oceanwp.org/oceanwp-partner-program/" data-type="page" data-id="631293">Agency Bundle license owner, you can also influence our plans and collaborate with us more closely</a>.</p>\n\n\n\n<h2>LOS; INR. (Long or Short, I Never Read):</h2>\n\n\n\n<p>We are <strong>releasing updates</strong>.</p>\n\n\n\n<p><strong>Take website backups, including manual backup, before updating OceanWP and Ocean plugins</strong>.</p>\n\n\n\n<p>The <strong>best practice is to test all updates on test, localhost or staging environments</strong>. If you don’t have the opportunity to test the updates, do not update immediately. Wait with the updates a couple of days until we’ve gathered feedback.</p>\n\n\n\n<p>In case of any problems or issues, inform us about possible bugs or submit tickets.</p>\n\n\n\n<p>Now, let’s talk about features you’d like to see in OceanWP <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"https://oceanwp.org/blog/oceanwp-update-elementor-sections-libarary/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:79:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"OceanWP Starboard Update: Our Theme Panel Received a Makeover!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:63:"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 May 2022 07:35:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:6:"Update";s: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:11:"Introducing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"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:29:"https://oceanwp.org/?p=633617";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:1086:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-theme-panel-makeover/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/05/New-Project-6.png" width="1200" height="700" title="OceanWP Starboard Update: Our Theme Panel Received a Makeover!" alt="OceanWP Starboard Update: Our Theme Panel Received a Makeover!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">Since the Ocean Breeze update, which marked the Spring here at OceanWP, we have been extremely busy working on new improvements for you. Really no use keeping it a secret...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-theme-panel-makeover/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:53534:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/oceanwp-theme-panel-makeover/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/05/New-Project-6.png" width="1200" height="700" title="OceanWP Starboard Update: Our Theme Panel Received a Makeover!" alt="OceanWP Starboard Update: Our Theme Panel Received a Makeover!" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-medium-font-size">Since the <a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/" data-type="post" data-id="631456">Ocean Breeze update</a>, which marked the Spring here at OceanWP, we have been extremely busy working on new improvements for you. Really no use keeping it a secret – our theme panel has received a makeover!</p>\n\n\n\n<p>The <strong>upcoming OceanWP update brings you the new OceanWP Panel, previously known as the Theme Panel</strong> that we here at OceanWP call <strong>Ocean Starboard</strong>. We promise right away, the changes are not just cosmetic or phonetic. The <strong>primary goal was to make the OceanWP Panel more organized, user-friendly</strong> and, you’ve guessed – add<strong> more useful options!</strong> </p>\n\n\n\n<p>We’re really excited to show you everything we’ve done and hope you’ll be excited for this release just as much as we are. So, let’s go through all the changes together, shall we?</p>\n\n\n\n<p>Before we begin, we made this Table of Content for you so that you can come back to this article in the future and use it as a starting point or guide for the brand new OceanWP Panel.</p>\n\n\n\n<p>Disclaimer: screenshots used in this article were based on the development versions of the OceanWP theme and Ocean plugins, so things may appear just a sprinkle different on your end.</p>\n\n\n\n<h2 id="table-context">Table of Content:</h2>\n\n\n\n<ul><li>OceanWP Panel changes:<ul><li><a href="#panel-position">Position (new)</a>,</li><li><a href="#panel-notifications">Notifications Indicator (new)</a>,</li><li>Legacy Settings.</li></ul></li><li><a href="#panel-home-section">Home Section (new)</a>:<ul><li><a href="#home-theme-status">Theme Status (new)</a>,</li><li><a href="#home-quick-settings">Quick Settings</a>,</li><li><a href="#home-download">Download (new)</a>,<ul><li><a href="#home-child-theme">OceanWP Child Theme download (new)</a>;</li></ul></li><li><a href="#home-love-corner">The Love Corner (new)</a>,</li></ul></li><li>Customizer Section (new):<ul><li><a href="#customizer-search">Customizer Search</a>,</li><li><a href="#customizer-reset">Customizer Reset (new)</a>,</li><li><a href="#customizer-import-export">Customizer Styling Import and Export</a>, </li><li><a href="#customizer-controls">Customizer Controls (expanded)</a>,</li></ul></li><li><a href="#install-demos">Install Demos</a></li><li><a href="#ocean-images">Ocean Images</a></li><li><a href="#integration-section">Integration Section</a>:<ul><li><a href="#integration-svg-support">SVG Support (new)</a>,</li></ul></li><li><a href="#useful-plugins-section">Useful Plugins Section</a> (new)</li><li><a href="#changelog-section">Changelog Section (new)</a></li><li><a href="#extra-settings">Extra Settings (new)</a></li><li><a href="#system-info-section">System Info (new)</a></li><li><a href="#help-section">Help Section (new)</a></li><li><a href="#theme-panel-plugins">Theme Panel & Ocean plugins</a></li><li><a href="#update-preparations" data-type="internal" data-id="#update-preparations">How to prepare your website for updates</a></li><li><a href="#oceanwp-next">What’s next for OceanWP?</a></li></ul>\n\n\n\n<h2>Theme Panel Becomes OceanWP Panel</h2>\n\n\n\n<p>Yes, yes, we know what you’re thinking.</p>\n\n\n\n<p>Not a glamorous change <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Besides the name change, which was done in order to make all settings more user-friendly, there’s really a lot more to it.</p>\n\n\n\n<p>Stay with us, as we’re about to give you a tour through all sections.</p>\n\n\n\n<h3 id="panel-position">OceanWP Panel Position</h3>\n\n\n\n<p>OceanWP veteran users remember it was sometimes difficult to chase the panel down in the WordPress dashboard. With the latest OceanWP and Ocean Extra update, the OceanWP Panel will be positioned at the top of the WP dashboard, so you won’t miss it, ever again.</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="panel-notifications">OceanWP Panel Notifications Indicator</h3>\n\n\n\n<p>Stay in the loop with our eye-catching notification indicator.</p>\n\n\n\n<p>Whenever an update is available or required to get access to new features, you will see a clear indicator “that there’s something going on”.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281-1024x537.png" alt="preview of the new OceanWP Panel notifications indicator" class="wp-image-633631" width="768" height="403" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281-1024x537.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281-300x157.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281-768x403.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_103652281.png 1448w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>Example, a theme update is available or you need to update a plugin to unlock new features. In a similar manner, you will need to update Ocean Elementor Widgets to unlock the new features we’ll talk about below.</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3>OceanWP Panel Legacy Settings</h3>\n\n\n\n<p>Some settings that come with Ocean Extra (My Library, for example) and additional Ocean plugins, such as the Ocean Custom Sidebar, Ocean Stick Anything, etc, will still be displayed as before – under the OceanWP Panel.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_105556888.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_105556888.png" alt="preview of the OceanWP Theme Panel legacy settings" class="wp-image-633634" width="302" height="319" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_105556888.png 403w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_105556888-284x300.png 284w" sizes="(max-width: 302px) 100vw, 302px" /></a></figure></div>\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h2>New OceanWP Panel</h2>\n\n\n\n<p>And now to the best part. We present to you <strong>the new and very much improved OceanWP Panel</strong>.</p>\n\n\n\n<p>In this part we’ll go over all OceanWP Panel sections with you and explain all the options, changes and benefits.</p>\n\n\n\n<h3 id="panel-home-section">OceanWP Panel: Home Section</h3>\n\n\n\n<p>Welcome and make yourself feel at home <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>The first section in the new OceanWP Panel is the Home section. We’ll start this tour with the very first, but also a new feature – the Theme Status.</p>\n\n\n\n<h4 id="home-theme-status">Home Section: Theme Status</h4>\n\n\n\n<p>The Theme Status option is a<strong> brand new OceanWP update feature</strong>. </p>\n\n\n\n<p>Theme Status will inform all OceanWP users if there is a theme update available. It’s also one of the options that triggers our awesome notifications indicator we mentioned earlier.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046.png" alt="preview of the new OceanWP update feature called the Theme Status which displays whether a new OceanWP update is available" class="wp-image-633641" width="689" height="162" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046.png 919w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046-300x71.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111427046-768x181.png 768w" sizes="(max-width: 689px) 100vw, 689px" /></a></figure></div>\n\n\n<p>You’ll also be able to check all feedback for the new release before updating. Of course, we’re referring to our already familiar document <a href="https://docs.oceanwp.org/article/776-known-bugs-issues#oceanwp" target="_blank" rel="noreferrer noopener">Known Bugs & Issues</a>. </p>\n\n\n\n<p>In this doc, we log all problems/issues users have encountered after updating to a specific theme or plugin version, and which we acknowledge to be a bug or a problem. Remember, <a href="https://oceanwp.org/support/" data-type="page" data-id="1236">if you encounter a problem you believe might be a bug and not a specific user case, let us know about it</a> so we can throw ourselves at it immediately. Now, back to our features.</p>\n\n\n\n<p>In addition to the cute notification, you will also be able to<strong> update the theme directly from the OceanWP Panel, by simply clicking the “update now” link</strong>.</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h4 id="home-quick-settings">Home Section: Quick Settings</h4>\n\n\n\n<p>The Quick Settings option is something we already had, but perhaps you never used it <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>This section represents a <strong>quick access menu</strong>.<strong> Each menu item is a shortcut that leads to a specific Customizer panel or section</strong>, which saves you a bit of time (or clicks).</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925.png" alt="" class="wp-image-633652" width="728" height="529" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925.png 970w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925-300x218.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_111917925-768x558.png 768w" sizes="(max-width: 728px) 100vw, 728px" /></a></figure></div>\n\n\n<p>Example, if you need to change the logo, just click on the Logo shortcut and it will open the Customizer with the Logo settings directly.</p>\n\n\n\n<p>The traditional way of accessing these settings is to open the Customizer, then Header settings, then the Logo section. To summarize, for this particular action you’re saving 2 additional steps.</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h4 id="home-download">Home Section: Download</h4>\n\n\n\n<p><strong>The Download section is a completely new feature</strong> that comes with the latest OceanWP update. </p>\n\n\n\n<p>The first part of the Download section is – yours truly – the Ocean Extra plugin. The Ocean Extra plugin is 100% free but also required to unlock multiple features, as well as the functionality of the new OceanWP Panel. Basically, this has not changed <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>On a quick side not, if you don’t plan to use the features mentioned, or additional Ocean plugins, be it free or pro, you are not required to use Ocean Extra plugin on your site. But we strongly recommend it because you’ll be missing out.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139.png" alt="" class="wp-image-633665" width="767" height="385" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139.png 1023w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139-300x150.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_122244139-768x385.png 768w" sizes="(max-width: 767px) 100vw, 767px" /></a></figure></div>\n\n\n<p id="home-child-theme">The second option is the <strong>OceanWP Child Theme download</strong>.</p>\n\n\n\n<p>As you already know, <strong>OceanWP has a fully functional and a ready-to-import and use child theme</strong>. When it comes to OceanWP, you <strong>don’t need to use third-party plugins to create a child theme</strong>.</p>\n\n\n\n<p>In fact, we advise you against it because some plugins tend to “lock” scripts and only call scripts that existed in a specific theme at the time of the creation of the child theme. This can cause issues with later updates, because your child theme may be reading old or non-existent scripts.</p>\n\n\n\n<p>However, downloading and importing a child theme can be a tedious task, especially for beginners. So, we’ve come up with a feature that allows you to <strong>install the OceanWP child theme with just 1-click, directly from the OceanWP Panel</strong>! And you can immediately see just how easy it is by inspecting the video below.</p>\n\n\n\n<figure class="wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<p class="responsive-video-wrap clr"><iframe title="🔥🔥🔥 Premiere Preview: The Secret is OUT! OceanWP Theme Panel Receives a MAKEOVER 🤩" width="1200" height="675" src="https://www.youtube.com/embed/twUc0rHnBo0?start=127&feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<p>The file you will be installing through this button is <a href="https://github.com/oceanwp/oceanwp-child-theme" target="_blank" rel="noreferrer noopener">the same file that is publicly available on our GitHub account</a>. Likewise, when we make updates to the GitHub file, we’ll also replace the download file.</p>\n\n\n\n<p>If you’re a developer and wish to make changes to the child theme before installing it, for example, change the theme’s screenshot, you will need to:</p>\n\n\n\n<ul><li>download the OceanWP child theme file the traditional way,</li><li>use a software editing tool, like <a href="https://code.visualstudio.com" target="_blank" rel="noreferrer noopener">Visual Studio Code</a>, then</li><li>upload the changed file in a ZIP file format to your website.</li></ul>\n\n\n\n<p>If you’re interested in installing the OceanWP child theme the “traditional” way, you can check our <a href="https://docs.oceanwp.org/article/90-sample-child-theme" target="_blank" rel="noreferrer noopener">documentation on how to install a child theme</a> or you can check our <a href="https://www.youtube.com/watch?v=U4VIh1kVB90" target="_blank" rel="noreferrer noopener">YouTube video on how to download and install the OceanWP child theme</a>.</p>\n\n\n\n<p>The one thing this process does not do is “migrate” your previous Customizer settings (if any), so this is something you’ll need to do manually <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Luckily, we also made sure to make this process as easy as it can be. Check out this <a href="https://youtu.be/U4VIh1kVB90?t=170" target="_blank" rel="noreferrer noopener">video part on how to import website styling (Customizer settings) to your child theme</a>.</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h4 id="home-love-corner">Home Section: The Love Corner</h4>\n\n\n\n<p>The name says it all – it’s a place to share and receive love <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>In this area you have the option to:</p>\n\n\n\n<ul><li>share the rating and your experience with the OceanWP theme you love as much as we do,</li><li><a href="https://oceanwp.org/newsletter-subscription/" data-type="page" data-id="633584">subscribe to our newsletter and be the first to know about updates, promotions and other news</a>,</li><li><a href="https://oceanwp.org/feature-requests/" data-type="page" data-id="611644">request a feature you’d like to see in the OceanWP theme or any of the Ocean Extensions</a>,</li><li><a href="https://oceanwp.org/website-showcase/" data-type="page" data-id="623557">share your website to be featured in our blog posts</a> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li></ul>\n\n\n\n<p>And while we’re at it, if you have an outstanding website based on OceanWP – don’t keep it a secret and <a href="https://oceanwp.org/website-showcase/" data-type="page" data-id="623557">apply now for the OceanWP website showcase</a>! We’d love to see what you did and share with the rest of the OceanWP family.</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3>OceanWP Panel: Customizer Section</h3>\n\n\n\n<p><strong>The Customizer section is a brand new feature</strong> – or better yet – a brand new section, that comes with the latest OceanWP update.</p>\n\n\n\n<p>This <strong>section contains grouped features and options that are directly related to the WordPress Customizer</strong> (Appearance > Customize).</p>\n\n\n\n<h4 id="customizer-search">Customizer Section: Customizer Search</h4>\n\n\n\n<p>Customizer Search is an option we introduced at the and of 2021. Seems so far away, doesn’t it.</p>\n\n\n\n<p>We understand that <strong>browsing through the Customizer can sometimes be confusing or time-consuming</strong>. Even if you’re familiar with the OceanWP theme, you can sometimes forget where specific settings are located, especially if you don’t use them often.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278-1024x255.png" alt="preview of the OceanWP Panel Customizer Search control options" class="wp-image-633667" width="768" height="191" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278-1024x255.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278-300x75.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278-768x191.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_125832278.png 1193w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>That’s where the Customizer Search comes to the rescue.</p>\n\n\n\n<p>Activate the feature and it will become available in the Customizer. <strong>Use the search option to find all settings with ease and navigate directly to them</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-1024x528.png" alt="preview of the OceanWP Customizer Search option in action" class="wp-image-633668" width="768" height="396" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_130255862.png 1880w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p><strong>The Customizer Search option is disabled by default</strong>. </p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h4 id="customizer-reset">Customizer Section: Customizer Reset</h4>\n\n\n\n<p>And, here it is folks!</p>\n\n\n\n<p>Something you’ve been asking for – <strong>a handy feature all website developers will love as you do not have to use third-party plugins anymore</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506.png" alt="preview of the new OceanWP update feature, the Customizer Reset option." class="wp-image-633669" width="620" height="199" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506.png 826w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506-300x96.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_131617506-768x246.png 768w" sizes="(max-width: 620px) 100vw, 620px" /></a></figure></div>\n\n\n<p>The<strong> Customizer Reset option allows you to reset all Customizer settings to default theme settings</strong>. It’s extremely useful if you wish to switch to a different <a href="https://oceanwp.org/demos/" data-type="page" data-id="1403">Ocean WordPress template demo</a> or you just don’t wish to find all the settings that came with a demo to correct them, and instead you’d like to make own changes from the scratch.</p>\n\n\n\n<p>What do you need to do? <strong>Just click on the Reset Customizer Settings button, confirm your action</strong> (as we don’t want any accidental clicks) <strong>and that’s it!</strong></p>\n\n\n\n<p>That being said, do not click for experiment purposes unless you’ve exported all your settings which you can import again.</p>\n\n\n\n<p>Which brings us to the next option – Customizer (Website Styling) Settings Import and Export</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h4 id="customizer-import-export">Customizer Section: Customizer Styling Import and Export</h4>\n\n\n\n<p>If you’re a veteran OceanWP user, this is a feature you’re already familiar with. Except, this time, we placed it under the same roof with other Customizer options. We also made sure to add user and beginner-friendly descriptions.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598.png" alt="" class="wp-image-633670" width="761" height="479" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598.png 1014w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598-300x189.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_132020598-768x484.png 768w" sizes="(max-width: 761px) 100vw, 761px" /></a></figure></div>\n\n\n<p>As there are no changes to the functionality or use of this feature, except for the location and the brand new styling, <a href="https://youtu.be/U4VIh1kVB90?t=170" target="_blank" rel="noreferrer noopener">check out this video part to see how the export and import of Customizer styling functions</a>.</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h4 id="customizer-controls">Customizer Section: Customizer Controls</h4>\n\n\n\n<p>Again, OceanWP long-time users are familiar with the Customizer Controls option. </p>\n\n\n\n<p>The <strong>Customizer Controls feature allows you to disable specific Customizer panels from loading</strong>. Its purpose is for the Customizer to load faster or not to load options you do not frequently need to use, therefore keep the Customizer organized and save time while editing.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067.png" alt="preview of the OceanWP panel Customizer controls option that allows you to disable specific customizer panel options from loading" class="wp-image-633672" width="764" height="547" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067.png 1018w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067-300x215.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142107067-768x550.png 768w" sizes="(max-width: 764px) 100vw, 764px" /></a></figure></div>\n\n\n<p>However, <strong>the new OceanWP update expands this feature</strong>.</p>\n\n\n\n<p>Previously, <strong>OceanWP users had the opportunity only to disable default sections that were a part of the OceanWP theme</strong>, such us Top Bar, Typography, General, Header and several other panels.</p>\n\n\n\n<p>From now on, <strong>you can disable all panels generated by free and/or pro Ocean extensions</strong>. Example: Sticky Header, Sticky Footer, Modal Window, and more <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800.png" alt="preview of the additional Customizer control options for free and pro Ocean extensions, that come with the new OceanWP theme update" class="wp-image-633673" width="758" height="614" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800.png 1010w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800-300x243.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_142543800-768x623.png 768w" sizes="(max-width: 758px) 100vw, 758px" /></a></figure></div>\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="install-demos">OceanWP Panel: Install Demos</h3>\n\n\n\n<p>One of your favorite features about OceanWP,<a href="https://oceanwp.org/demos/"> full website WordPress templates</a>, has received a slight makeover and 2 (two) brand new functionalities.</p>\n\n\n\n<p>The old option, Install Demos (located under the OceanWP (Theme) Panel) now serves as a direct shortcut to the dedicated Install Demos section of the new OceanWP Panel. Naturally, this section can also be accessed directly through the OceanWP Panel.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266-1024x755.png" alt="preview of the OceanWP Panel Install Demos option makeover" class="wp-image-633674" width="768" height="566" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266-1024x755.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266-300x221.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266-768x566.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_143241266.png 1231w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>For all new OceanWP users, or those of you who rely on documentation, <strong>we added docs and links to video tutorials directly into this section</strong>. Whenever in doubt, you’ll have all the help you need at click’s reach <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p><strong>New Install Demos features include:</strong></p>\n\n\n\n<ul><li><strong>the Import Button</strong>, for user-friendliness (the import process will still function as before: if you click the demo image), and</li><li><strong>the option to disable/enable Install Demos</strong> whenever you do not use them.</li></ul>\n\n\n\n<figure class="wp-block-image aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250-1024x325.png" alt="preview of the new OceanWP update Install Demos feature to disable install demos functionality if not needed\n" class="wp-image-633675" width="768" height="244" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250-1024x325.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250-300x95.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250-768x244.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144336250.png 1225w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="ocean-images">OceanWP Panel: Ocean Images</h3>\n\n\n\n<p>As announced in the <a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/" data-type="post" data-id="631456">Ocean Breeze updates release</a>, <strong>owners of the Business and Agency Core Extensions Bundle plans have the opportunity to enjoy the new features: direct image import from Freepik and icons import from Flaticon</strong>.</p>\n\n\n\n<p>In this section you’re allowed to enable all options per need and start working with royalty-free images on your website.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016-1024x491.png" alt="preview of the Ocean Images image and icons import feature and related settings" class="wp-image-633683" width="768" height="368" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016-1024x491.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016-300x144.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016-768x369.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_153530016.png 1215w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>Want to enjoy the Ocean Images feature? <a href="https://oceanwp.org/core-extensions-bundle/" data-type="page" data-id="36995">Upgrade or purchase the Business or Agency Ocean Core Extensions Bundle</a> plan.</p>\n\n\n\n<p>Check out our<a href="https://oceanwp.org/royalty-free-images-and-icons-with-oceanwp/" data-type="page" data-id="631749"> Royalty-free Images and Icons with OceanWP</a> page to find about the benefits, as well as how to use this feature.</p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="integration-section">OceanWP Panel: Integration</h3>\n\n\n\n<p><strong>The Integration section</strong> is absolutely not a new feature, but it <strong>now comes as a standalone section</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059-1024x617.png" alt="" class="wp-image-633676" width="768" height="463" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059-1024x617.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059-300x181.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059-768x463.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_144637059.png 1241w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>Standard integration options include:</p>\n\n\n\n<ul><li>Google maps API (to use with Ocean Elementor Widgets: Google Map widget),</li><li>Google reCAPTCHA (to use with Ocean Elementor Widgets: Register widget), and</li><li>MailChimp API (to use with MailChimp widget from Ocean Extra or Newsletter Widget from Ocean Elementor Widget).</li></ul>\n\n\n\n<p id="integration-svg-support"><strong>Brand NEW integration option includes</strong>:</p>\n\n\n\n<ul><li><strong>SVG file support.</strong></li></ul>\n\n\n\n<p>By default, <strong>you’re not allowed to upload SVG file types to your WordPress Media Library</strong>. Our new option will allow you to do just that, and <strong>upload SVG logos, icons and more</strong>.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003.png"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003-1024x235.png" alt="preview of the new OceanWP update feature that allows SVG support for the WordPress Media Library" class="wp-image-633679" width="768" height="176" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003-1024x235.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003-300x69.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003-768x176.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_145613003.png 1026w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n<p>We made sure that <strong>all files you upload are completely sanitized</strong>. Even if you upload a file with malicious code, intentionally or by mistake, it will be entirely safe to use once it’s uploaded to your site.</p>\n\n\n\n<p>And the special <strong>benefit of the SVG support feature is – you don’t have to use any third-party plugins for this anymore</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p><strong>The SVG file support feature is disabled by default.</strong></p>\n\n\n\n<p class="has-text-align-center has-text-color has-small-font-size" style="color:#1f4189"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="useful-plugins-section">OceanWP Panel: Useful Plugins</h3>\n\n\n\n<p>The <strong>Useful Plugins sections</strong> is completely new. It <strong>contains options to install plugins we usually recommend or even use in our full website template demos</strong>, along with the description of the plugins’ functionalities.</p>\n\n\n\n<p>Please note that these do not contain any affiliate or other marketing links – only WordPress repository links.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695-1024x598.png" alt="preview of the OceanWP Panel useful plugins section for recommended plugins" class="wp-image-633684" width="768" height="449" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695-1024x598.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695-300x175.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695-768x448.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154625695.png 1223w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>Aside from recommended plugins, you will <strong>also find a list of all Ocean free extensions that are available in the WordPress repository</strong>. Again, followed by information that describe our products best and with the option to install them from the WordPress repository directly through the new OceanWP panel.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154748476.png" alt="preview of the OceanWP Panel useful plugins section for OceanWP free plugins" class="wp-image-633685" width="764" height="689" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154748476.png 1018w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154748476-300x271.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_154748476-768x693.png 768w" sizes="(max-width: 764px) 100vw, 764px" /></figure></div>\n\n\n<p class="has-text-align-center"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="changelog-section">OceanWP Panel: Changelog</h3>\n\n\n\n<p><strong>Seasoned WordPress users already know</strong> that, unlike with plugin updates, the <strong>theme’s changelog is not available for direct preview even though it’s present in the theme files</strong>.</p>\n\n\n\n<p>To allow our users to keep track of all the changes done, we’ve kept our <a href="https://docs.oceanwp.org/article/653-oceanwp-theme-changelog" target="_blank" rel="noreferrer noopener">OceanWP Theme Changelog document</a>. We’ll continue to update this document even after the new OceanWP Panel changes in case of users who don’t use Ocean Extra.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019-1024x672.png" alt="preview of the new OceanWP Panel feature that allows users to check the theme update changelog" class="wp-image-633686" width="768" height="504" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019-1024x672.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019-300x197.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019-768x504.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_155104019.png 1235w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p>What more is there to say about this feature? <strong>The changelog is now available to you directly in the new OceanWP Panel</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p class="has-text-align-center"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="extra-settings">OceanWP Panel: Extra Settings</h3>\n\n\n\n<p><strong>Extra Settings is a brand new feature or better yet – a pack of new features</strong>.</p>\n\n\n\n<p>From now on, all OceanWP users will be able to enable or disable all features that come with the Ocean Extra plugin and in any given moment.</p>\n\n\n\n<p>The Extra Settings option includes, but is not limited to:</p>\n\n\n\n<ul><li>disable/enable My Library (don’t want to create custom templates, shortcodes or other things to use across the theme? No problem),</li><li>disable/enable Metabox Settings (individual page, post, product or template settings),</li><li>disable/enable OceanWP WordPress widgets, entirely or individually, and more.</li></ul>\n\n\n\n<p class="has-text-align-center"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="system-info-section">OceanWP Panel: System Info</h3>\n\n\n\n<p>The <strong>System Info is a brand new feature that will help us help you in case of any problems</strong>.</p>\n\n\n\n<p>The best part about it is that you don’t have to rely on third-party plugins or consult your hosting providers to retrieve this information.</p>\n\n\n<div class="wp-block-image">\n<figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080-1024x777.png" alt="preview of the new OceanWP Panel System Info feature" class="wp-image-633687" width="768" height="583" srcset="//oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080-1024x777.png 1024w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080-300x228.png 300w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080-768x583.png 768w, //oceanwp.org/wp-content/uploads/2022/05/image_2022-05-04_160742080.png 1225w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n<p><strong>With one click on the “Get System Report” button, you can generate the system info to copy/paste it for us </strong>on the WordPress forum, tickets or our <a href="https://www.facebook.com/groups/oceanwptheme/" target="_blank" rel="noreferrer noopener">OceanWP Facebook Community</a> to review.</p>\n\n\n\n<p class="has-text-align-center"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h3 id="help-section">OceanWP Panel: Help</h3>\n\n\n\n<p>The Help section serves as a <strong>shortcut to all OceanWP users in a need of a assistance</strong>.</p>\n\n\n\n<p>From the Help section, you can directly <strong>visit the OceanWP documentation</strong>, check out OceanWP YouTube video tutorials, or seek help, advice or guidance from us on the <a href="https://wordpress.org/support/theme/oceanwp/" target="_blank" rel="noreferrer noopener">WordPress forum</a>, <a href="https://www.facebook.com/groups/oceanwptheme/" target="_blank" rel="noreferrer noopener">Facebook Community Support group</a> or <a href="https://oceanwp.org/support/" data-type="page" data-id="1236">submit a ticket if you’re a client</a>.</p>\n\n\n\n<p>If you’re new to WordPress or posting on the WordPress forum, please be advised that under the <a href="https://wordpress.org/support/guidelines/" target="_blank" rel="noreferrer noopener">WordPress forum rules and guidelines</a> we are allowed to provide you with support for the OceanWP theme and free plugins only. For all other questions, come and join our Community or submit a ticket whenever you feel the need.</p>\n\n\n\n<p class="has-text-align-center"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h2 id="theme-panel-plugins">OceanWP Panel Changes and Ocean Pro Extensions</h2>\n\n\n\n<p>The new OceanWP update brings also additional features to some of the Ocean Pro Extensions, like the Ocean Elementor Widgets or Ocean White Label.</p>\n\n\n\n<p>Ocean Elementor Widgets users will, from now on, have the option to disable any widget they don’t need or don’t want to use, so it won’t be loading in the Elementor Panel.</p>\n\n\n\n<p>Ocean White Label users will receive a bit more whitelabeling options, all in accordance with the new OceanWP Panel changes and the option to impress clients even more.</p>\n\n\n\n<p class="has-text-align-center"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h2>Ocean Plugins and OceanWP Panel Update</h2>\n\n\n\n<p>Our new update affects numerous free and pro Ocean extensions, similar to the <a href="https://oceanwp.org/blog/oceanwp-3-this-summer-is-all-about-vanilla-js/" data-type="post" data-id="616261">update procedure when we released OceanWP 3 with Vanilla</a>.</p>\n\n\n\n<p>This means that you will need to update all plugins in order to start making use of all the latest features.</p>\n\n\n\n<p>The complete list of Ocean extensions affected by the OceanWP Panel makeover update:</p>\n\n\n\n<ol><li><strong>Ocean Extra</strong>, version 2.0.0,</li><li><strong>Ocean White Label</strong>, version 2.0.0 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Woo Popup</strong>, version 2.0.2 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Sticky Header</strong>, version 2.0.4 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Sticky Footer</strong>, version 2.0.3 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Cookie Notice</strong>, version 2.0.4 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Side Panel</strong>, version 2.0.4 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Footer Callout</strong>, version 2.0.2 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Portfolio</strong>, version 2.0.7 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Popup Login</strong>, version 2.1.1 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Gutenberg Blocks</strong>, version 1.1.1 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Pro Demos</strong>, version 1.3.1 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Elementor Widgets</strong>, version 2.2.1 (pro plugin and a part of the Ocean Core Extensions Bundle),</li><li><strong>Ocean Social Sharing</strong>, version 2.0.2 (free WordPress plugin),</li><li><strong>Ocean Product Sharing</strong>, version 2.0.3 (free WordPress plugin),</li><li><strong>Ocean Custom Sidebar</strong>, version 1.0.9 (free WordPress plugin),</li><li><strong>Ocean Modal Window</strong>, version 2.0.5 (free WordPress plugin).</li></ol>\n\n\n\n<p>In order to enjoy all new features, and for the OceanWP Panel changes to function correctly, you will need to update the OceanWP theme and ALL Ocean extensions.</p>\n\n\n\n<p>Now that you know what plugins you’ll need to update, let’s go over some things you need to know before you start updating.</p>\n\n\n\n<p class="has-text-align-center"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h2 id="update-preparations">OceanWP Update: How to Prepare Your Website</h2>\n\n\n\n<p>We all love updates and new features, but just can’t become fond of update preparations <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>This is a major update, and although we keep recommending the same procedure over and over no matter how big or small an update is, we’ll do it again (just in case).</p>\n\n\n\n<p><strong>The correct update order is:</strong></p>\n\n\n\n<ol><li><strong>Update OceanWP</strong> via Appearance > Themes, then</li><li><strong>Update all Ocean plugin</strong>s via Plugins > Installed Plugins.</li></ol>\n\n\n\n<p><strong>Before you update, make sure you have taken necessary precaution measures.</strong></p>\n\n\n\n<h3>Test the Update Before Updating Your Live Site</h3>\n\n\n\n<p>The <strong>best practice is to test new changes on localhost, test or staging environments.</strong></p>\n\n\n\n<p>If you <strong>don’t have the option to test the updates anywhere, do not update immediately</strong>. Wait for a couple of days or even a week, until we’ve gathered feedback and made sure it’s safe for you to update.</p>\n\n\n\n<p>Remember, even if everything is fine, something can always go wrong during updates. After all, the bad thing about software is – it’s software.</p>\n\n\n\n<p><strong>Make sure to backup your websites properly</strong>. Do not rely on hosting backups alone, <strong><a href="https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" target="_blank" rel="noreferrer noopener">take manual backups as well</a></strong> and store data in a safe place. If you’re using the <a href="https://oceanwp.org/blog/how-to-reset-wordpress-website-fix-mistakes/">WordPress Reset plugin (not to be confused with WordPress Database Reset), you can also create website snapshots</a>.</p>\n\n\n\n<p><strong>Important: remember to purge cache thoroughly</strong> after the update, multiple times if necessary. The same goes for the CDN (cloud) cache.</p>\n\n\n\n<h3>Updating a Live Website</h3>\n\n\n\n<p><strong>Website update preparation To-Do list</strong>:</p>\n\n\n\n<ol><li>Before updating the theme, <strong><a href="https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/" target="_blank" rel="noreferrer noopener">create a backup of your website</a></strong>.</li><li>Place your website in the<strong> Maintenance mode</strong>.</li><li><strong>Update OceanWP theme</strong> to its latest version via <strong>Appearance > Themes</strong>.</li><li><strong>Update all Ocean plugins</strong> to their latest versions via Plugins > Installed Plugins.</li><li><strong>Clear browser, website or CDN (cloud) cache</strong>.</li><li><strong>Inspect</strong> your website.</li><li>If everything is in order, <strong>deactivate the Maintenance mode</strong>.</li><li><strong>Enjoy </strong>all new OceanWP updates and features!</li></ol>\n\n\n\n<p class="has-text-align-center"><a href="#table-context">#Back to the Table of Content</a></p>\n\n\n\n<h2 id="oceanwp-next">What’s Next for OceanWP?</h2>\n\n\n\n<p>Believe it or not, <strong>we already have other delicacies cooking in the OceanWP kitchen of features</strong>.</p>\n\n\n\n<p>While we can’t reveal everything, one of the things we’ll also be working on is improving OceanWP theme and Ocean plugins descriptions, settings (we might move some) to make them user (and beginner) friendly at the max. We’ll also make sure to do our regular round of accessibility improvements.</p>\n\n\n\n<p>Regardless of our plans, we want to know what you think and we’ll here to listen to all your ideas and suggestions. Think there’s a feature, document, demo or a video OceanWP users would really need? Let us know about it by <a href="https://oceanwp.org/feature-requests/" data-type="page" data-id="611644">filling out the OceanWP feature request form</a>.</p>\n\n\n\n<p>And remember, if you’re an <a href="https://oceanwp.org/oceanwp-partner-program/" data-type="page" data-id="631293">Agency Bundle license owner, you can also influence our plans and collaborate with us more closely</a>.</p>\n\n\n\n<h2>LOS; INR. (Long or Short, I Never Read):</h2>\n\n\n\n<p>We are <strong>releasing major updates</strong>.</p>\n\n\n\n<p><strong>Take website backups, including manual backup, before updating OceanWP and Ocean plugins</strong>.</p>\n\n\n\n<p>The <strong>best practice is to test all updates on test, localhost or staging environments</strong>. If you don’t have the opportunity to test the updates, do not update immediately. Wait with the updates a couple of days until we’ve gathered feedback.</p>\n\n\n\n<p>In case of any problems or issues, inform us about possible bugs or submit tickets.</p>\n\n\n\n<p>But, in case you got till the end of the article, please, let us know what you think. We’d love to know how you fancy the new OceanWP Panel and all other changes that come with it <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>PS don’t forget to check out the full premiere preview video of the Ocean Starboard and OceanWP Theme Panel Makeover and see some of the features live</p>\n\n\n\n<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<p class="responsive-video-wrap clr"><iframe title="🔥🔥🔥 Premiere Preview: The Secret is OUT! OceanWP Theme Panel Receives a MAKEOVER 🤩" width="1200" height="675" src="https://www.youtube.com/embed/twUc0rHnBo0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>\n</div></figure>\n\n\n\n<p> </p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/oceanwp-theme-panel-makeover/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:59:"https://oceanwp.org/blog/oceanwp-theme-panel-makeover/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:79:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Ocean Breeze for Spring 2022: What’s New in OceanWP";s:7:"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://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:80:"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 01 Apr 2022 09:54:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Introducing";s: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:6:"Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"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:29:"https://oceanwp.org/?p=631456";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:1146:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/04/New-Project-2.png" width="1200" height="700" title="Ocean Breeze for Spring 2022: What’s New in OceanWP" alt="Ocean Breeze for Spring 2022: What’s New in OceanWP" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">You need it. Most importantly, you deserve it. The new OceanWP update brings fresh features to enrich your content even without page builders. Enjoy refurbished Ocean Website Templates, royalty-free images,...<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Lior Zelering";s: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:38448:"<p style="display: block; padding: 0 0 24px; margin: 0 !important;"><a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/" target="_blank"><img src="https://oceanwp.org/wp-content/uploads/2022/04/New-Project-2.png" width="1200" height="700" title="Ocean Breeze for Spring 2022: What’s New in OceanWP" alt="Ocean Breeze for Spring 2022: What’s New in OceanWP" style="width: 100%!important;"></a></p><p style="padding: 0 26px !important; margin: 0 !important;">\n<p class="has-text-color has-medium-font-size" style="color:#212121">You need it. Most importantly, you deserve it. The new OceanWP update brings fresh features to enrich your content even without page builders. Enjoy refurbished Ocean Website Templates, royalty-free images, blocks, widgets, etc.</p>\n\n\n\n<p>For some of you, it’s already April 1st. But, we can assure you – it’s not a joke. Brand new OceanWP updates are already available, and we’re bringing you – you’ve guessed that right – MORE features!</p>\n\n\n\n<p>We’re calling this stack of updates the <strong>Ocean Breeze</strong>, <strong>as new options will hit your websites with the freshness you deserve</strong>.</p>\n\n\n\n<p>Without further ado, we’re presenting you the crisp and novel changes you can start applying to your website immediately.</p>\n\n\n\n<h2>Goodbye GDPR, Hello Ocean Breeze</h2>\n\n\n\n<p>Building and maintaining a business and a website is difficult as is, even without all the regulations website owners need to follow. For example, the most dreaded GDPR regulations.</p>\n\n\n\n<p>Google has the largest free font library available and it’s widely used. So, what’s wrong with that?</p>\n\n\n\n<p>Apparently, the <strong>traditional way of using Google fonts on your website, through embedding, allows Google to collect data on your website visitors</strong>. As you can imagine, this method can be characterized as a breach of GDPR.</p>\n\n\n\n<p><strong>The only way to circumvent this potentially legal-threat is to host Google fonts locally on your website</strong>. Whether it’s through a child theme or using third-party plugins, this process can be a drag.</p>\n\n\n\n<p>Therefore we’ve come up with a better solution for all OceanWP users! <strong>New OceanWP update brings you the option to host Google fonts on your website with a single click!</strong></p>\n\n\n\n<p>And the best part is – <strong>no font upload required!</strong></p>\n\n\n\n<h3>How does hosting Google fonts locally function with OceanWP?</h3>\n\n\n\n<p>First, in order to make sure you’re able to use the new feature, you need to <strong><a href="https://wordpress.org/themes/oceanwp" target="_blank" rel="noreferrer noopener">update your OceanWP theme to 3.2.0+ version</a></strong> via <strong>Appearance > Themes</strong>, in your WordPress dashboard. Important, if your WordPress is running on a server using PHP 7.2 version or below, <a href="https://docs.oceanwp.org/article/776-known-bugs-issues" target="_blank" rel="noreferrer noopener">please upgrade to PHP 7.4+ or follow these guidelines</a>.</p>\n\n\n\n<p>For more server environment recommendations, <a href="https://wordpress.org/about/requirements/" target="_blank" rel="noreferrer noopener">check out the WordPress system requirements</a>.</p>\n\n\n\n<p class="has-text-color" style="color:#3d0075"><strong>TIP:</strong> If you’re new to WordPress or OcenaWP, check out <a href="https://youtu.be/_2NDmIjmNEM" target="_blank" rel="noreferrer noopener">our video tutorial on how to install the OceanWP theme to your WordPress website</a>.</p>\n\n\n\n<p>After the update, <strong>navigate to Customize > Typography > General</strong>, and check the option “<strong>Google fonts from site</strong>“, then publish changes.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-full"><img width="545" height="477" src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_214611.png" alt="OceanWP update: how to host Google fonts locally with OceanWP" class="wp-image-631459" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_214611.png 545w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_214611-300x263.png 300w" sizes="(max-width: 545px) 100vw, 545px" /></figure></div>\n\n\n\n<p>The <strong>new option will download all fonts you currently have set up or choose in the future through the OceanWP Customizer into a subfolder on your website</strong>. And this is it, folks – that’s all you need to do. <strong>All OceanWP fonts will load from your website</strong>.</p>\n\n\n\n<p>This is the example of one of our WordPress templates we’re currently redoing (more about that later), where the <a href="https://fonts.google.com/specimen/ABeeZee" target="_blank" rel="noreferrer noopener">Google font ABeeZee</a> has been set through the OceanWP Customizer.</p>\n\n\n\n<div class="wp-container-5 wp-block-columns">\n<div class="wp-container-3 wp-block-column">\n<figure class="wp-block-image size-full"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221459.png"><img width="609" height="424" src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221459.png" alt="OceanWP update: preview of how Google fonts are loaded on a website in browser inspector" class="wp-image-631460" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221459.png 609w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221459-300x209.png 300w" sizes="(max-width: 609px) 100vw, 609px" /></a><figcaption>Before applying new OceanWP Host Google fonts from site feature</figcaption></figure>\n</div>\n\n\n\n<div class="wp-container-4 wp-block-column">\n<figure class="wp-block-image size-full"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221704.png"><img width="664" height="406" src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221704.png" alt="" class="wp-image-631461" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221704.png 664w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_221704-300x183.png 300w" sizes="(max-width: 664px) 100vw, 664px" /></a><figcaption>After applying new OceanWP Host Google fonts from site feature</figcaption></figure>\n\n\n\n<p></p>\n</div>\n</div>\n\n\n\n<p>Unfortunately, the <strong>new OceanWP update regarding Google fonts will only be applied to the OceanWP theme, Ocean plugins, as well as plugins that inherit theme’s font settings</strong>. If third-party plugins embed their fonts, there’s nothing we can do about it. Unless, that particular plugin has the option to inherit theme fonts and settings.</p>\n\n\n\n<p>Hint: <a href="https://wordpress.org/plugins/elementor/" target="_blank" rel="noreferrer noopener">Your favorite page builder, <strong>Elementor</strong></a><strong>, has the option to disable Elementor fonts and instead have Elementor inherit theme fonts and styling</strong>.</p>\n\n\n\n<h2>OceanWP Update Brings More Options to Website Admins – Hooray!</h2>\n\n\n\n<h3>Access blog post directly from the archives page</h3>\n\n\n\n<p>Your time is valuable. Save a click!</p>\n\n\n\n<p>Now you can <strong>access blog posts and edit them in WordPress directly through the archive pages</strong>, using the EDIT link. The link is available only to admin users.</p>\n\n\n\n<figure class="wp-block-image size-large"><img width="1024" height="651" src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-1024x651.png" alt="OceanWP update: preview of the new admin feature on how to access blog post edit page directly through archive pages" class="wp-image-631466" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-1024x651.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-300x191.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118-768x488.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223118.png 1181w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>\n\n\n\n<h2>Delete unwanted comments directly from the post’s comments section</h2>\n\n\n\n<p>For those of you who don’t have comment preapproval option enabled, this feature will definitely come in handy.</p>\n\n\n\n<p><strong>New OceanWP update allows you to delete any comment directly from the post’s comments section</strong>. The Delete option is available only to website admins.</p>\n\n\n\n<figure class="wp-block-image size-full"><img width="1025" height="256" src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223646.png" alt="OceanWP update: preview on how to use a new feature to delete comments directly from the comments section" class="wp-image-631468" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223646.png 1025w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223646-300x75.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_223646-768x192.png 768w" sizes="(max-width: 1025px) 100vw, 1025px" /></figure>\n\n\n\n<p>However,<strong> the comment you removed is not gone forever yet</strong>. Find all comments you deleted in the Comment’s Trash section within your WP dashboard. From there, you will have the option to either restore the comment or remove permanently.</p>\n\n\n\n<h2>OceanWP Update Brings Less Page Builders Dependency and Brand New Post Title Styles</h2>\n\n\n\n<p>Page builders are awesome! And we love them!</p>\n\n\n\n<p>But <strong>designing a custom blog post title template merely because of the introductory header can be excruciating, especially for beginners</strong>. Often, the ability to use such options require some pro features as well. </p>\n\n\n\n<p>Ocean Breeze to the rescue! Meet the OceanWP 6 (six) <strong>new Post Title Styles</strong>.</p>\n\n\n\n<h3>Bedazzle your blog posts with Ocean Breeze</h3>\n\n\n\n<p>We present you the <strong>Intro, Cover, Card, Card Invert, Screen and Screen Invert Post Title Styles</strong>.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-1024x528.png" alt="OceanWP Update: preview of the new Intro Blog Post Title Style" class="wp-image-631474" width="768" height="396" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232719.png 1880w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption>The Intro Post Title Style</figcaption></figure></div>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-1024x528.png" alt="OceanWP Update: preview of the new Cover Blog Post Title Style" class="wp-image-631475" width="768" height="396" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232757.png 1880w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption>The Cover Post Title Style</figcaption></figure></div>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-1024x528.png" alt="OceanWP Update: preview of the new Card Blog Post Title Style" class="wp-image-631476" width="768" height="396" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_232852.png 1880w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption>The Card Post Title Style</figcaption></figure></div>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-1024x528.png" alt="OceanWP Update: preview of the new Screen Blog Post Title Style" class="wp-image-631478" width="768" height="396" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-1024x528.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-300x155.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-768x396.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006-1536x793.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_233006.png 1880w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption>The Screen Post Title Style</figcaption></figure></div>\n\n\n\n<h3>Additional Post Title Features</h3>\n\n\n\n<p>Additional <strong>new OceanWP Post Title Stylef features include 2 (two) Meta Styles to choose from: Stylish and Minimal</strong>.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346-1024x197.png" alt="OceanWP Update: preview of the new stylish meta style for new Post Title Styles" class="wp-image-631482" width="768" height="148" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346-1024x197.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346-300x58.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346-768x148.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234346.png 1527w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption>The Stylish Meta for the new OceanWP Post Title Style</figcaption></figure></div>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759-1024x203.png" alt="OceanWP Update: preview of the new minimal meta style for new Post Title Styles" class="wp-image-631483" width="768" height="152" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759-1024x203.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759-300x60.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759-768x152.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_234759.png 1526w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption>The Minimal Meta for the new OceanWP Post Title Style</figcaption></figure></div>\n\n\n\n<p>The <strong>Ocean Post Title metas also include the options to choose the separator: None, Classic, Stylish and Modern</strong>.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300-1024x207.png" alt="OceanWP Update: preview of the new meta separator style for new Post Title Styles" class="wp-image-631484" width="768" height="155" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300-1024x207.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300-300x61.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300-768x155.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235300.png 1529w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption>The Stylish Meta Separator Style</figcaption></figure></div>\n\n\n\n<p>And just like you’re used to with OceanWP, the <strong>new update also brings you the options to choose which meta elements you’re going to display, as well as the order of those elements</strong>.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-1024x244.png" alt="OceanWP Update: preview of the new meta elements structure and visibility options" class="wp-image-631485" width="768" height="183" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-1024x244.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-300x72.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-768x183.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452-1536x366.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235452.png 1865w" sizes="(max-width: 768px) 100vw, 768px" /></a><figcaption>Choose the order of new Post Title Styles meta elements and their visibility</figcaption></figure></div>\n\n\n\n<p><strong>Independent typography features are available via Customize > Typography</strong>. The following options allow you to set the fonts and colors:</p>\n\n\n\n<ul><li>Blog Post Title Heading,</li><li>Blog Post Title Meta,</li><li>Blog Post Title Author, and</li><li>Blog Post Title Author Bio.</li></ul>\n\n\n\n<figure class="wp-block-image size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730.png"><img src="https://oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-1024x410.png" alt="OceanWP Update: preview of the new typography settings for new Post Title Styles" class="wp-image-631487" width="768" height="308" srcset="//oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-1024x410.png 1024w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-300x120.png 300w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-768x307.png 768w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730-1536x614.png 1536w, //oceanwp.org/wp-content/uploads/2022/03/image_2022-03-31_235730.png 1865w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure>\n\n\n\n<p>Update OceanWP theme to a 3.2.0+ version and start enjoying the new features Ocean Breeze update brings you. Happy blogging!</p>\n\n\n\n<h2>The Brilliant Stuff: OceanWP and Freepik Cooperation</h2>\n\n\n\n<h3>Goodbye Image Placeholders and Legal Questions, Welcome Ocean Website Templates with Royalty-free Images</h3>\n\n\n\n<p class="has-medium-font-size"><strong>It is our greatest pleasure to announce that</strong>, from now on, <strong>all new Ocean Website Templates will come with images and icons included – royalty-free and without any attribution requirements, thanks to the OceanWP and Freepik cooperation</strong>!</p>\n\n\n\n<p>Images are important.</p>\n\n\n\n<p>And we understand how much it sucks when instead of images you get image placeholders instead. Sadly, this has been our usual practice until now. You can <a href="https://docs.oceanwp.org/article/791-website-demo-templates-image-disclaimer" target="_blank" rel="noreferrer noopener">read all about it in our Images Disclaimer</a> about the How and the Why.</p>\n\n\n\n<p>That’s the reason <strong>we’ve been working relentlessly on finding the perfect solution for all OceanWP users and clients. And we finally did it!</strong></p>\n\n\n\n<p>But wait a minute. <strong>Why is this such a huge deal?</strong> Everyone else already delivers images with their content.</p>\n\n\n\n<p>We have been hearing that a lot. And yes, <strong>it would have been really easy for us to implement images and push the legal responsibility down to you, then hide behind a fine print</strong>. For us, <strong>it was simply not an option when it comes to our users</strong>.</p>\n\n\n\n<p>Instead, <strong>we wanted the real deal – real royalty-free images</strong>. <strong>No attribution, no fine print, no legal question,</strong> as <strong>we here at OceanWP are financing your rights to use the images and icons that will now make <a href="https://oceanwp.org/demos" data-type="URL" data-id="https://oceanwp.org/demos">Ocean Website Templates</a> even more amazing</strong>, thanks to Freepik and Flaticon.</p>\n\n\n\n<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-container-7 wp-block-gallery-6 wp-block-gallery aligncenter has-nested-images columns-default">\n<figure class="wp-block-image size-medium"><a href="https://oceanwp.org/wp-content/uploads/2022/04/1841784.png"><img width="300" height="300" data-id="631493" src="https://oceanwp.org/wp-content/uploads/2022/04/1841784-300x300.png" alt="" class="wp-image-631493" srcset="//oceanwp.org/wp-content/uploads/2022/04/1841784-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/04/1841784-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/04/1841784-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/04/1841784-256x256.png 256w, //oceanwp.org/wp-content/uploads/2022/04/1841784.png 512w" sizes="(max-width: 300px) 100vw, 300px" /></a></figure>\n\n\n\n<figure class="wp-block-image size-medium"><a href="https://oceanwp.org/wp-content/uploads/2022/04/1841783.png"><img width="300" height="300" data-id="631494" src="https://oceanwp.org/wp-content/uploads/2022/04/1841783-300x300.png" alt="" class="wp-image-631494" srcset="//oceanwp.org/wp-content/uploads/2022/04/1841783-300x300.png 300w, //oceanwp.org/wp-content/uploads/2022/04/1841783-150x150.png 150w, //oceanwp.org/wp-content/uploads/2022/04/1841783-128x128.png 128w, //oceanwp.org/wp-content/uploads/2022/04/1841783-256x256.png 256w, //oceanwp.org/wp-content/uploads/2022/04/1841783.png 512w" sizes="(max-width: 300px) 100vw, 300px" /></a></figure>\n</figure>\n\n\n\n<p>How cool is that?</p>\n\n\n\n<h3>Refurbishing existing Ocean Website Templates</h3>\n\n\n\n<p>As we already mentioned, <strong>we are in a process of redesigning and refurbishing <a href="https://oceanwp.org/demos" data-type="URL" data-id="https://oceanwp.org/demos">ALL existing Ocean Website Templates</a></strong>.</p>\n\n\n\n<p>This also means <strong>we are replacing existing images and icons</strong>, with those <strong>you will be able to keep and use if you choose to do so</strong>. High five!</p>\n\n\n\n<p>However, <strong>to avoid potential problems with SVG support, all icons</strong> in Ocean template demos <strong>will be replaced with PNG files instead</strong>.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812.png"><img src="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-1024x487.png" alt="OceanWP Update: preview of the modernized Ocean WordPress website templates and new images feature" class="wp-image-631499" width="768" height="365" srcset="//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-1024x487.png 1024w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-300x143.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-768x365.png 768w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812-1536x731.png 1536w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_004812.png 1845w" sizes="(max-width: 768px) 100vw, 768px" /></a></figure></div>\n\n\n\n<p><strong>Find the list of currently available and renewed Ocean Website Templates using the “Freepik Images Included” filter</strong>.</p>\n\n\n\n<p>Once we redo all website templates, we will remove the filter to avoid confusion.</p>\n\n\n\n<p class="has-text-color" style="color:#3d0075"><strong>TIP:</strong> If you’re new to OceanWP and have not tried out our WordPress website templates yet, see how simple it is to <a href="https://youtu.be/8beTQrXkknQ" target="_blank" rel="noreferrer noopener">import a fully operational template demo on your own</a> or <a href="https://youtu.be/rvW_HOYutT0" target="_blank" rel="noreferrer noopener">get everything installed by Cloudways for you</a>.</p>\n\n\n\n<h3>Heads Up</h3>\n\n\n\n<p><strong>OceanWP users who have used our demo import in the past</strong> but for whom, for whatever reason,<strong> images</strong> DID NOT import directly to their website’s Media Library and instead were <strong>loading externally from the website demo in question may experience “image disappearance”</strong>.</p>\n\n\n\n<p>Please note, <strong>we do not have the power to alter your content</strong>. The thing is simple – <strong>we are removing old images completely</strong>.</p>\n\n\n\n<p><strong>When we permanently delete an image, the external links used by images on your website will no longer function</strong>, thus the images will “disappear”.</p>\n\n\n\n<p>We do apologize up front to everyone who will experience this, but:</p>\n\n\n\n<ol><li>We cannot prevent this, sadly.</li><li>Luckily, it’s for a much better cause because <strong>now you’ll be 100% sure it is safe to use images and icons that come with our templates</strong>.</li></ol>\n\n\n\n<p>And just when you think things can’t get any better and you can’t get more – with OceanWP there’s always MORE.</p>\n\n\n\n<h2>New Ocean Popup Login Security Features</h2>\n\n\n\n<h3>Enforce strong passwords usage upon user registration</h3>\n\n\n\n<p><strong>New OceanWP updates and <a href="https://docs.oceanwp.org/article/678-ocean-popup-login-changelog" target="_blank" rel="noreferrer noopener">Ocean Popup Login version</a> enable you to enforce strong passwords usage</strong> upon user registration.</p>\n\n\n\n<p>Choose the options whether your users will need to combine their <strong>passwords with capital letters, special characters and/or numbers.</strong> The decision is only yours, and the new feature is disabled by default.</p>\n\n\n\n<p>You can also choose the option for <strong>users to use only passwords that are between 8 (eight) and 50 (fifty) characters long</strong>. Too little or too many required characters can also be potentially harmful just as equal.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103749.png"><img src="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103749.png" alt="Ocean Popup Login plugin: preview of the new security features" class="wp-image-631521" width="227" height="527" srcset="//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103749.png 303w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103749-129x300.png 129w" sizes="(max-width: 227px) 100vw, 227px" /></a></figure></div>\n\n\n\n<h3>Limit Potentially Harmful Activity</h3>\n\n\n\n<p><strong>Limit activities such as entering an incorrect password multiple times or requesting the password reset link multiple times within the timeframe you assign</strong>. </p>\n\n\n\n<p>Such actions are usually related to bot scripts, and <strong>the new features will protect your website from potential harm.</strong> Disabled by default.</p>\n\n\n\n<p>If enabled, the new security feature will automatically be applied to login form, as well as the the default login pages: /wp-admin and /wp-login.php</p>\n\n\n\n<p>If triggered, the <strong>user / device that “hit the nerve” will be temporarily blocked from using these options</strong>: enter a password / request a password reset link.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103906.png"><img src="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103906.png" alt="Ocean Popup Login plugin: preview of the new security features for limiting potentially harmful user activity" class="wp-image-631522" width="230" height="410" srcset="//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103906.png 307w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_103906-169x300.png 169w" sizes="(max-width: 230px) 100vw, 230px" /></a></figure></div>\n\n\n\n<p><strong>Update your Ocean Popup Login plugin to the latest 2.1.0 version or <a href="https://oceanwp.org/core-extensions-bundle/">upgrade with the Ocean Core Extensions Bundle and apply new security features to your website</a></strong>.</p>\n\n\n\n<h2>New Ocean Gutenberg Blocks</h2>\n\n\n\n<p><a href="https://docs.oceanwp.org/article/794-ocean-gutenberg-blocks-changelog" target="_blank" rel="noreferrer noopener">The Ocean Gutenberg Blocks plugin</a> just got richer with 8 (eight) blocks:</p>\n\n\n\n<ul><li>Star Rating,</li><li>Recipe,</li><li>Modal Window,</li><li>Icon List,</li><li>Section,</li><li>Team,</li><li>Buttons, and</li><li>Circle Progress.</li></ul>\n\n\n\n<p><strong>Update your Ocean Gutenberg Blocks plugin to the latest 1.1.0 version or </strong><a href="https://oceanwp.org/core-extensions-bundle/"><strong>upgrade with the Ocean Core Extensions Bundle and start building with all new blocks</strong>.</a></p>\n\n\n\n<h2>New Ocean Elementor Widgets</h2>\n\n\n\n<p><a href="https://docs.oceanwp.org/article/679-ocean-elementor-widgets-changelog" target="_blank" rel="noreferrer noopener">The Ocean Elementor Widgets plugin</a> has added 5 (five) cool widgets to its already vast list of available tools:</p>\n\n\n\n<ul><li>Twitter Embed,</li><li>Twitter Timeline,</li><li>Click to Tweet,</li><li>Formidable Forms support, and</li><li>Fluent Forms support.</li></ul>\n\n\n\n<p><strong>Update your Ocean Elementor Widgets plugin to the latest 2.2.0 version or </strong><a href="https://oceanwp.org/core-extensions-bundle/"><strong>upgrade with the Ocean Core Extensions Bundle and empower your Elementor page builder with these awesome widgets</strong>.</a></p>\n\n\n\n<h2>The Cherry on Top – Direct Image and Icons Import</h2>\n\n\n\n<p><strong>Owners of the Ocean Core Extensions Bundle Business and Agency plans</strong> will be exploring brand new features with the <a href="https://docs.oceanwp.org/article/670-ocean-pro-demos-changelog" target="_blank" rel="noreferrer noopener">Ocean Pro Demos plugin</a>:</p>\n\n\n\n<ul><li>Direct Freepik image import, and</li><li>Direct Flaticon icons import.</li></ul>\n\n\n\n<p><strong>With no download limits</strong>, here at OceanWP we wanted to make sure <strong>your business flourishes as you spend less time searching for images and worry less about attribution and royalty.</strong></p>\n\n\n\n<h3>How does the new Ocean Images Import work?</h3>\n\n\n\n<p>First, <strong>you need to update your Ocean Pro Demos plugin to the latest 1.3.0 version and upgrade to the Business or Agency plan with the Ocean Core Extensions Bundle</strong>.</p>\n\n\n\n<p>After that, <strong>navigate to Theme Panel > Ocean Images</strong>, in your WordPress dashboard.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958-1024x672.png" alt="OceanWP Update: preview of the new Direct Image Import to a WordPress website feature" class="wp-image-631517" width="768" height="504" srcset="//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958-1024x672.png 1024w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958-300x197.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958-768x504.png 768w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_095958.png 1106w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n\n<p>This will redirect you to the Integrations panel, where you can enable the Images module. <strong>The module is supported by the Ocean Core Extensions Bundle Business and Agency plans only.</strong></p>\n\n\n\n<p><strong>Enable the module you want and save changes</strong>. For the showcase purposes, we will enable the Freepik module and set the image download width to 1380px.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_100533.png" alt="OceanWP Update: preview of the new Direct Image Import and how to apply image settings" class="wp-image-631518" width="646" height="546" srcset="//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_100533.png 861w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_100533-300x254.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_100533-768x649.png 768w" sizes="(max-width: 646px) 100vw, 646px" /></figure></div>\n\n\n\n<p>Once done, a <strong>new option “Browse Ocean Images” will appear under your Media</strong> option in the WordPress dashboard.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-1024x415.png" alt="OceanWP Update: preview of the new Direct Image Import and how the image import functions" class="wp-image-631519" width="768" height="311" srcset="//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-1024x415.png 1024w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-300x122.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-768x312.png 768w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431-1536x623.png 1536w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_101431.png 1548w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n\n<p><strong>Type in your search query, click on the image you want and find the image in your Media Library</strong>. That’s it!</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><img src="https://oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-1024x419.png" alt="OceanWP Update: preview of the new Direct Image Import and where to locate imported image files" class="wp-image-631520" width="768" height="314" srcset="//oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-1024x419.png 1024w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-300x123.png 300w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-768x314.png 768w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804-1536x629.png 1536w, //oceanwp.org/wp-content/uploads/2022/04/image_2022-04-01_102804.png 1539w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>\n\n\n\n<p><strong>You’re now equipped to design fabulous pages</strong>, just the way you always wanted.</p>\n\n\n\n<p>You can also disable the module whenever you don’t have the need to import images, so it won’t be running in the background. Images that you have already imported in the Media Library will remain unless you manually delete them.</p>\n\n\n\n<h2>OceanWP Update – Wrapping It Up</h2>\n\n\n\n<p><strong>The Ocean Breeze updates stack brings many new and really, really awesome features</strong>: single blog post Post Title Styles with multiple options you can choose from and settings to apply; Hosting Google fonts locally with a single click and without font files upload; Royalty-free images and renewed Ocean WordPress website templates; Ocean Popup Login security features; New blocks and widgets for Ocean Gutenberg Blocks and Ocean Elementor Widgets; and, the feature we’re most proud of – Direct Image and Icon Import for all Business and Agency Ocean Core Extensions Bundle plan owners.</p>\n\n\n\n<p><strong>We only want the best for all of you.</strong></p>\n\n\n\n<p>If you believe some things need additional attention or you require support when it comes to all the latest features, don’t forget to <a href="https://oceanwp.org/support/" data-type="page">open a support ticket</a> or <a href="https://oceanwp.org/pre-purchase-question/" data-type="page" data-id="182">send us a prepurchase question</a>, and <a href="https://www.facebook.com/groups/oceanwptheme" target="_blank" rel="noreferrer noopener">join our Facebook Community Support group</a> so we can hang out together. We’re here for you.</p>\n\n\n\n<p><strong>We hope you will enjoy exploring and applying all new OceanWP goodies!</strong> Let us know what you think in the comments section <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n\n\n\n<p>As you know, <strong>when it comes to OceanWP – there’s always more!</strong> So stay tuned for more updates. If you there’s a feature you’d like to see in OceanWP, <a href="https://oceanwp.org/feature-requests/" data-type="page" data-id="611644">you can always send your suggestions</a>.</p>\n\n\n\n<p class="has-medium-font-size"><strong>Happy website building!</strong></p>\n\n\n\n<p>PS <a href="https://oceanwp.org/core-extensions-bundle/">Don’t forget to check out our Spring 2022 promo and get up to 50% OFF on the Ocean Core Extensions Bundle</a>.</p>\n\n\n\n<p>PPS If you’re still not sure about using WordPress or OceanWP, see<a href="https://oceanwp.org/install-wordpress-in-10-minutes/" data-type="page" data-id="629635"> how easy is to install WordPress with the OceanWP theme, Ocean plugins and your Ocean Website Template of choice. It only takes 10 minutes or 10 steps, whichever measurements you prefe</a>r.</p>\n<p style="margin: 0!important;padding: 26px 0 0!important;"><a href="https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/" target="_blank" style="display: inline-block; padding: 10px 30px; color: #ffffff; background-color: #13aff0; border-radius: 30px; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 1px;">Read More</a></p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:76:"https://oceanwp.org/blog/ocean-breeze-spring-2022-whats-new-in-oceanwp/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"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: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:25:"https://oceanwp.org/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:14:{s:4:"date";s:29:"Thu, 23 Feb 2023 06:56:26 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:15:"x-ua-compatible";s:7:"IE=edge";s:4:"link";s:56:"<https://oceanwp.org/wp-json/>; rel="https://api.w.org/"";s:4:"vary";s:33:"X-Forwarded-Proto,Accept-Encoding";s:13:"last-modified";s:29:"Wed, 22 Feb 2023 10:47:07 GMT";s:13:"cache-control";s:12:"max-age=3600";s:7:"expires";s:29:"Thu, 23 Feb 2023 07:56:25 GMT";s:15:"cf-cache-status";s:7:"DYNAMIC";s:9:"report-to";s:231:"{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=yKIG5kBEmCoXhX7XlsoGpa1v6ZnXtxWIVnEll9Cle9qRQpCb103ihqyxklT5iYLlTTc0F%2BO3xmSsHubOkIaXgNL02nEg287sHrMkqulVe4eNm34r3Y2pp8HPg5Is"}],"group":"cf-nel","max_age":604800}";s:3:"nel";s:60:"{"success_fraction":0,"report_to":"cf-nel","max_age":604800}";s:6:"server";s:10:"cloudflare";s:6:"cf-ray";s:20:"79de0fc06e80bc0d-VNO";s:7:"alt-svc";s:43:"h3=":443"; ma=86400, h3-29=":443"; ma=86400";}}s:5:"build";s:14:"20230215112024";}', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22831, '_transient_timeout_feed_mod_c8dc84948ab55424f034a4ced348e013', '1677178586', 'no'),
(22832, '_transient_feed_mod_c8dc84948ab55424f034a4ced348e013', '1677135386', 'no'),
(22833, '_transient_timeout_owp_feed_data_4160b56c6811147b535098f09e780ee9', '1677178586', 'no'),
(22834, '_transient_owp_feed_data_4160b56c6811147b535098f09e780ee9', '<ul><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/oceanwp-special-create-custom-ecommerce-website/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>OceanWP 2023 Special Delight – Create a Custom eCommerce Website!</a><div class="rssSummary">Now it’s official! It is with great happiness that we announce that your dream custom eCommerce website with OceanWP and an in-house tool is now a reality! If you’ve been...Read…</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/oceanwp-northern-star-update-welcome-adobe-fonts/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>OceanWP Northern Star Update: Welcome Adobe Fonts!</a><div class="rssSummary">Throughout history, mariners have used the Northern Star aka Polaris as a reliable beacon that would guide them home. If you believe in Santa Clause, then you know this jolly...Read…</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/oceanwp-year-2022-review-2023-plans/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>OceanWP: The Year 2022 in Review</a><div class="rssSummary">It’s common knowledge – here at OceanWP we don’t look back otherwise we wouldn’t be able to move forward. But, reflecting on the soon-to-be past year helps shed light on...Read…</div></li><li><a class=\'rsswidget\' href=\'https://oceanwp.org/blog/wordpress-bfcm-2022-best-deals-news-oceanwp-users/?utm_source=wp-news-widget&utm_medium=wp-dash&utm_campaign=news-feed\' target=\'_blank\'>WordPress BFCM 2022: Best Deals & News for OceanWP Users</a><div class="rssSummary">Holidays are coming! But, before that, Black Friday and Cyber Monday deals are in order because the only thing better than Black Friday is Black Friday every day 😉 In...Read…</div></li></ul>', 'no'),
(22835, '_site_transient_timeout_community-events-190020e5a95e2e6e2ccffd0f5109d53e', '1677178587', 'no'),
(22836, '_site_transient_community-events-190020e5a95e2e6e2ccffd0f5109d53e', 'a:4:{s:9:"sandboxed";b:0;s:5:"error";N;s:8:"location";a:1:{s:2:"ip";s:13:"193.219.179.0";}s:6:"events";a:1:{i:0;a:10:{s:4:"type";s:6:"meetup";s:5:"title";s:30:"WordPress Meetup Kaunas Online";s:3:"url";s:63:"https://www.meetup.com/kaunas-wordpress-meetup/events/291726717";s:6:"meetup";s:23:"Kaunas WordPress Meetup";s:10:"meetup_url";s:47:"https://www.meetup.com/Kaunas-WordPress-Meetup/";s:4:"date";s:19:"2023-03-16 18:30:00";s:8:"end_date";s:19:"2023-03-16 20:30:00";s:20:"start_unix_timestamp";i:1678984200;s:18:"end_unix_timestamp";i:1678991400;s:8:"location";a:4:{s:8:"location";s:6:"Online";s:7:"country";s:2:"LT";s:8:"latitude";d:54.9;s:9:"longitude";d:23.91;}}}}', 'no'),
(22837, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1677178588', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22838, '_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:52:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:59:"The latest news about WordPress and 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:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 20 Feb 2023 17:23: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: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=6.2-beta3-55410";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:29:"https://s.w.org/favicon.ico?2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:61:"\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:80:"WP Briefing: Episode 49: Everything You Need to Know About the Community Summit!";s:7:"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://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/";s: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, 13 Feb 2023 17:01:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s: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:11:"wp-briefing";s:7:"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=14404";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:77:"Tune in to learn everything you need to know about the 2023 Community Summit!";s: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/2023/02/WP-Briefing-049.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:14:"Santana Inniss";s: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:15600:"\n<p>Episode forty-nine of the WordPress Briefing explores the What, Why, and Who behind the upcoming Community Summit in National Harbor, DC, USA, August 22-23, 2023. Join Executive Director Josepha Haden Chomphosy to learn the importance of the gathering to 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 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo: <a href="https://profiles.wordpress.org/javiarce/" data-type="URL" data-id="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<p><a rel="noreferrer noopener" href="https://make.wordpress.org/updates/2019/06/17/observations-on-wordpress-contributor-team-structure/" target="_blank">Observations on WordPress Contributor Team Structure</a></p>\n\n\n\n<p><a rel="noreferrer noopener" href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/" target="_blank">Apply to attend the 2023 Community Summit</a></p>\n\n\n\n<p><a target="_blank" href="https://communitysummit.wordcamp.org/2023/topic-submissions-for-2023-community-summit/" rel="noreferrer noopener">Topic Submissions for the 2023 Community Summit</a></p>\n\n\n\n<p><a target="_blank" href="https://en.wikipedia.org/wiki/Tuckman%27s_stages_of_group_development" rel="noreferrer noopener">Tuckman’s Theory: Stages of Group Development</a></p>\n\n\n\n<p><a target="_blank" href="https://en.wikipedia.org/wiki/Chatham_House_Rule" rel="noreferrer noopener">Chatham House Rules</a></p>\n\n\n\n<p><a target="_blank" href="https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/" rel="noreferrer noopener">Proposal for a project-wide mentorship program</a></p>\n\n\n\n<p><a target="_blank" href="http://www.openverse.org" rel="noreferrer noopener">Openverse.org</a></p>\n\n\n\n<p><a rel="noreferrer noopener" href="https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/" target="_blank">6.2 Beta 1 is open for testing</a><br><br></p>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-14404"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </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 insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40] </strong></p>\n\n\n\n<p>A couple of episodes ago, I mentioned the Community Summit in the small list of big things. That’s coming up on August 22nd and 23rd, right before WordCamp US. And for some of you, that made complete sense, and the only thought in your mind was, wow, our last one was in 2017, how could so many years have passed since then? And since so many years have passed, today we’re gonna talk a bit about the Community Summit, what it is, where it came from, and why it’s so important for the WordPress project.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:09] </strong></p>\n\n\n\n<p>First things first, let’s talk about what exactly the Community Summit is. The Community Summit is a small event where folks from around the WordPress project and community come together to work through some of the most difficult topics the project currently faces, many of which are easier or at least less fraught when we can be face-to-face.</p>\n\n\n\n<p>The Community Summit is usually done in an “<a href="https://en.wikipedia.org/wiki/Unconference">unconference</a>” style, and when we were smaller, we left topic gathering and voting to the day of. That’s evolved a bit as our group of fearless contributors has grown over the years, and this year, we have been asking for topics ahead of time so that we can make sure we have the right folks in the room and are making the best use of everyone’s limited time. </p>\n\n\n\n<p>It’s easy to take a look at this event and think it’s like some fun exclusive thing with a who’s who of WordPress. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00] </strong></p>\n\n\n\n<p>But I assure you it’s a working event. Decisions are not finalized during the event, but since we try very hard to account for many, many viewpoints, it ends up being two days of hard discussions, contentious viewpoints, and problem definition at a level of complexity you don’t really see every day.</p>\n\n\n\n<p>Hearing how hard this event is, you may be wondering why we put in that effort. There are a lot of reasons, but there are three that come to my mind immediately. So for starters, working across cultures is hard. Apart from the cultural differences, we tend to be aware of things like where we’re located or our lived experiences, things like that– working remotely or distributedly is a whole different set of skills than working in person. This helps remind everyone that we’re humans, that there are humans behind those comments and behind those messages in Slack. The second thing is that I’m a big supporter of Tuckman’s theory of group development.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:00] </strong></p>\n\n\n\n<p>If you don’t know what that is, you can look for it, we’ll put a link in the show notes, but it’s that forming, storming, norming, performing kind of concept of how groups come together. Because there are so many of us and our community has such a large footprint, there are little storms a-brewin all the time.</p>\n\n\n\n<p>Some get really big, some stay small. But at some point, most of them have to be addressed. And this is a space that is specifically designed to help us do that. Which brings us to the third reason that we do it. This event uses something called the Chatham House Rule, which creates a kind of temporal psychological safety.</p>\n\n\n\n<p>Right. Psychological safety, if you’re a leader, you know that that’s something that is built over time and requires a lot of trust and a lot of conversations with people that you’re working with, and we can’t quite do that. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00] </strong></p>\n\n\n\n<p>And so Chatham House Rule builds an environment that helps create that suddenly in the moment and requires, you know, some, some faith in one another.</p>\n\n\n\n<p>But basically, no one can be quoted about what they said in those conversations. No one’s examples can be attributed to them. But the conversations can be summarized and published, which we do on the Community Summit website. And then, we publish those for our collective knowledge over time. This lets folks who are attending advocate for themselves and others fully without worrying over whether they’re gonna be taken out of context later.</p>\n\n\n\n<p>And finally, one of the biggest questions we get ahead of any Community Summit is why it is by invitation only. The most commonly cited reasons for keeping this small and invite only have everything to do with logistics and leadership. You want it to be large enough to have good representation but small enough to have high-quality interactions. It’s just a really narrow Goldilocks moment, if you will. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00]</strong></p>\n\n\n\n<p>But that reason doesn’t necessarily address the need for invitations rather than letting it be first come, first served. The reason for that is more of a philosophical one and requires you to go on a mini historical journey with me.</p>\n\n\n\n<p>This also has changed a bit over the years. The first ever Community Summit, way back in 2012, was before my time, but if I recall my history correctly, it was truly by invitation only. The summit after that included a closed nomination process. The next included a team nomination process, and then the last two, 2017 and 2023, have included open nominations.</p>\n\n\n\n<p>Now, even in the nomination era of Community Summit organizing, there is still a selection process. The organizers review the list of suggested attendees and check for the same types of things we expect major WordCamp organizers to look for in their speaker selection. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:00]</strong></p>\n\n\n\n<p>Things like which teams they contribute to, what communities they advocate for, and how long they’ve been a member of the community.</p>\n\n\n\n<p>And then they adjust for balance. In addition to those things, there are also four types of voices that we always want represented at our Community Summit. So first is leading voices, people who are already in the community and kind of are helping us to make decisions. I am considered one of those leading voices; I have put in my application to be included in the Community Summit. Really hope we select me. </p>\n\n\n\n<p>The second one is future leading voices. Specifically, those are people who are active in the community already and are showing a lot of promise, either because they really understand the values that the WordPress open source project is putting forward or understand the basic processes of communicating and guiding people in such a complex ecosystem as the WordPress project represents. Or because they have said quite plainly they are interested in helping us to make sure that the WordPress project is able to move and continue to create and continue to support democratizing publishing. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:00]</strong></p>\n\n\n\n<p>So it’s a little bit potentially folks who are self-selecting for that. People who already are showing that they are doing that either in WordPress or in their local communities. That’s one of the types of voices we want to include. A third one that we want to include all the time is voices we need, so voices that we need to hear. People that specifically we are building WordPress for, people that have indicated to us that the CMS is not necessarily perfect for some of the use cases that they run into regularly.</p>\n\n\n\n<p>So the people and users and community organizers that can and are able to advocate for the types of user interactions, the types of community interactions that we absolutely want to be able to see. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:00] </strong></p>\n\n\n\n<p>And so that’s a third group of voices that we want to make sure we have represented.</p>\n\n\n\n<p>And then the fourth and final group that we always want to have represented is a group that I call voices we miss. And so those are the people that we want to be able to hear more from in our project that we don’t necessarily either have a good group of representative voices for, so it’s hard to hear them, or that we know are probably users of the CMS or they are attending events, they are somehow involved in the WordPress project.</p>\n\n\n\n<p>But we don’t necessarily have any way to have accounted for them while we were building solutions way back in 2012 or 2006 when things were being built for us. And so those are the four groups of people, the four types of voices that I absolutely want to have represented at our Community Summit.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:00]</strong></p>\n\n\n\n<p>And I ask organizers to go through this incredibly complicated selection process because we want not simply a microcosm of the WordPress community as we see it today and hope to see it in the future but also an equitably voiced forum during that critical problem definition phase. </p>\n\n\n\n<p>So TLDL. For, listen?! T L D Real Listen. Although if you didn’t make it through that, you definitely are not getting to this point. So a TLDR for folks who skimmed the transcript and got here, I guess we keep this invitation structure because we want to account for voices we don’t hear every day in the WordPress project. Not because we don’t value them but because we already hear them.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:44] </strong></p>\n\n\n\n<p>And now that brings us to our small list of big things. This week it’s actually kind of a big list of big things, but you know, there it is. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:00] </strong></p>\n\n\n\n<p>First things first. The applications for the Community Summit are now open. Those are the applications to attend. It’s pretty short. I filled mine out this morning and it’s three questions about who you are and your username on wordpress.org, and then three questions about the topics you are most interested in and the experience that you have in those conversations so far.</p>\n\n\n\n<p>Yeah. It took me, like, I think, 90 seconds. Like, a full minute and a half. So head on over there. We have a link in the show notes, but also, you’ll be able to find it in newsletters across the entire WordPress media ecosystem. I am pretty sure about that. </p>\n\n\n\n<p>The second thing is that there is a proposal out for a project-wide mentorship program.</p>\n\n\n\n<p>This is a huge potential win for us. It is aiming to fix some of our broken ladders. If you’re not familiar with my Broken Ladder Theory of the WordPress project, I’ll try to remember to find a link to that post and put that in the show notes. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:00] </strong></p>\n\n\n\n<p>Number three is that Openverse moved. I shared this last week that happened last week. They didn’t move very far, though. They have a new URL, you can find them at openverse.org. It’s the same team. It’s the same product. It’s the same group of excellent openly-licensed images and media that you have come to expect. It just has its own standalone URL now. Huge kudos to the contributors who got that done. </p>\n\n\n\n<p>Another thing that happened last week is that WordPress 6.2 has moved into its beta phase, and so now is the time to get out there and test.</p>\n\n\n\n<p>There also was an excellent, excellent write-up about how to test any given release. And I think it also includes how to file a good bug. And so we’ll send all of those things into the show notes. They’ll be easy to find. Get out there and do your testing. </p>\n\n\n\n<p>And number five, longest, small list of big things in recent history. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:12:00] </strong></p>\n\n\n\n<p>I got some interest on [a] women, and non-binary led release for 2023, and so since there was some interest shown for that, it is hereby verbally confirmed. Keep an eye out on make.wordpress.org for more information about what that process is gonna look like and how to volunteer your time for that if that is something that calls to you.</p>\n\n\n\n<p>Woo. And that, my friends, is your small list of big things, your big list of big things. Thanks 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:"14404";s: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:69:"\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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 6.2 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/2023/02/wordpress-6-2-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:"Tue, 07 Feb 2023 19:32:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{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:"6.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:"";}i:3;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:4;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=14375";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:307:"WordPress 6.2 Beta 1 is here and ready for download and testing.\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you test Beta 1 on a test server and site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Jonathan Pantani";s: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:7838:"\n<p>WordPress 6.2 Beta 1 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should test Beta 1 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.2 Beta 1 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href="https://wordpress.org/wordpress-6.2-beta1.zip">Beta 1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-beta1</code></p>\n\n\n\n<p>The current target for the final release is <strong>March 28, 2023</strong>, which is seven weeks away. Your help testing this version is vital to ensuring everything in this release is the best it can be.</p>\n\n\n\n<p>Get an overview of the <a href="https://make.wordpress.org/core/6-2/">6.2 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-2/">6.2-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>How you can help: testing!</strong></h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not. This <a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">detailed guide</a> is a great place to start if you’ve never tested a beta release. </p>\n\n\n\n<p>If you build products for WordPress, you probably realize that the sooner you can test this release with your themes, plugins, and patterns, the easier it will be for you to offer a seamless experience to your users.</p>\n\n\n\n<p>Want to know more about testing releases in general? You can follow along with the <a href="https://make.wordpress.org/test/">testing initiatives</a> that happen in Make Core. You can also join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on the <a href="https://wordpress.slack.com/">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you may have run into an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a>. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<p>Interested in Gutenberg features? Find out what’s been included since WordPress 6.1 (the last major release of WordPress). You will find more details in the currently available <em>What’s new in Gutenberg</em> posts for <a href="https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/">15.1</a>, <a href="https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/">15.0</a>, <a href="https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/">14.9</a>, <a href="https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/">14.8</a>, <a href="https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/">14.7</a>, <a href="https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/">14.6</a>, <a href="https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/">14.5</a>, <a href="https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/">14.4</a>, <a href="https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/">14.3</a>, and <a href="https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/">14.2</a>. </p>\n\n\n\n<p>This release contains more than 292 enhancements and 354 bug fixes for the editor, including more than <a href="https://core.trac.wordpress.org/query?status=closed&milestone=6.2&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority">195 tickets for the WordPress 6.2 core</a>.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>A major release for a major project milestone</strong></h2>\n\n\n\n<p>WordPress 6.2 is one of the last planned major releases of Phase 2 on the <a href="https://wordpress.org/about/roadmap/">Gutenberg project’s roadmap</a>. The platform has come a long way in the past few years. The 6.2 release both celebrates that progress and looks toward a future of publishing that puts ever more powerful tools in your hands. </p>\n\n\n\n<p>Next stop: collaboration tools and more, in <a href="https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/">Phase 3</a>!</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Notable highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in WordPress version 6.2? Read on for a taste of what’s coming.</em></p>\n\n\n\n<ul>\n<li>Beta label is gone—signaling that the Site Editor is stable and ready for anyone to explore, create, and experiment!</li>\n\n\n\n<li>Distraction-free mode for a clear, focused writing experience.</li>\n\n\n\n<li>A new Site Editor interface shows you previews of your templates and Template Parts first, so you can choose exactly where you want to start editing.</li>\n\n\n\n<li>Scaled block settings with split controls organize your Styles and Settings options to easily find what you need—and clearly see everything a block can do. </li>\n\n\n\n<li>Color-coded labels help you find your Template Parts and Reusable Blocks fast, everywhere you look: in the List View, the Block toolbar, even on the Canvas.</li>\n\n\n\n<li>An improved Navigation experience makes menus simple to create and manage—right from the block settings sidebar.</li>\n\n\n\n<li>Patterns are easier to find and insert—with even more categories to choose from like headers and footers! </li>\n\n\n\n<li>A new Style Book offers one place to see all your Styles across every block, for a complete overview of your site’s design details.</li>\n\n\n\n<li>Custom CSS support for specific blocks, or your whole site, for another level of control over how you want things to look. </li>\n\n\n\n<li>Openverse integration lets you pull free, openly-licensed media directly into your content as you work—along with a quicker way to insert media from your existing library.</li>\n\n\n\n<li>Widgets become Template Parts when you switch from a Classic to a Block Theme—making the transition that much smoother.</li>\n</ul>\n\n\n\n<p><em>Please note that the features in this list may change before the final release.</em></p>\n\n\n\n<h2 class="wp-block-heading"><strong>A haiku for 6.2</strong></h2>\n\n\n\n<p>Last of Phase 2 now<br>Let’s get the party started<br>WordPress turns 20</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: </em><a href="https://profiles.wordpress.org/marybaum/"><em>@marybaum</em></a><em> </em><a href="https://profiles.wordpress.org/laurlittle/"><em>@laurlittle</em></a><em> </em><a href="https://profiles.wordpress.org/cbringmann/"><em>@cbringmann</em></a><em>, </em><a href="https://profiles.wordpress.org/webcommsat/"><em>@webcommsat</em></a><em>, </em><a href="https://profiles.wordpress.org/audrasjb/"><em>@audrasjb</em></a><em>, </em><a href="https://profiles.wordpress.org/annezazu/"><em>@annezazu</em></a>, <a href="https://profiles.wordpress.org/bph/"><em>@bhp</em></a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"14375";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:60:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"The Month in WordPress – January 2023";s:7:"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/2023/02/the-month-in-wordpress-january-2023/";s: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, 03 Feb 2023 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{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:"";}i:1;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=14352";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:574:"Welcome to the first 2023 edition of The Month in WordPress! January kicked off with an overview of WordPress’ big goals for 2023 and new projects beginning to take shape. Moreover, work on the next major release, WordPress 6.2, continues with Beta 1 scheduled for next week. Read on for the latest news. WordPress 6.2 Beta 1 is on its way The first beta release of WordPress 6.2 is scheduled for next Tuesday, February 7, 2023. As you may have heard, this version will wrap up work on Gutenberg Phase 2 (Customization), but what does this mean in the larger […]";s: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:"rmartinezduque";s: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:10208:"\n<p>Welcome to the first 2023 edition of The Month in WordPress! January kicked off with an overview of <a href="https://make.wordpress.org/project/2023/01/18/big-picture-goals-2023/">WordPress’ big goals for 2023</a> and new projects beginning to take shape. Moreover, work on the next major release, WordPress 6.2, continues with Beta 1 scheduled for next week. Read on for the latest news.</p>\n\n\n\n<hr class="wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background" />\n\n\n\n<h2 class="wp-block-heading">WordPress 6.2 Beta 1 is on its way</h2>\n\n\n\n<p>The first beta release of WordPress 6.2 is <a href="https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/">scheduled</a> for next Tuesday,<strong> February 7, 2023</strong>.</p>\n\n\n\n<p>As you may have heard, this version will wrap up work on Gutenberg Phase 2 (Customization), but what does this mean in the larger context of the WordPress project?</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://wordpress.org/news/2023/01/episode-48-what-does-concluding-a-gutenberg-phase-really-mean/">Tune in to Episode 48 of WP Briefing</a> to hear Executive Director Josepha Haden Chomphosy discuss what it means to conclude a Gutenberg phase.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">What’s new in Gutenberg</h2>\n\n\n\n<p><a href="https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/"><strong>Gutenberg 15.0</strong></a> was released on January 18, 2023. Some highlights include a new “paste styles” feature to easily create multiple blocks with identical styling, and a “sticky” option to keep a block at the top of the page while the rest of the content scrolls.</p>\n\n\n\n<p>In addition, block settings have been split into two tabs in the sidebar: Styles and Settings. This makes blocks with more controls, such as the Group block, easier to customize, and allows the interface to scale with the growing number of design tools.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/"></a><a href="https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/">The latest “Core Editor Improvement” post</a> highlights the newest style features enhancements. Learn how they can help give your site a unique and cohesive look and feel.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">Team updates: Matrix exploration, WordPress.org redesign news, and more</h2>\n\n\n\n<ul>\n<li>WordPress and Matrix contributors published <a href="https://make.wordpress.org/meta/2023/01/25/a-meta-subproject-for-evaluating-matrix/">a proposal to explore the open source chat system Matrix</a> as a possible replacement for the WordPress community’s Slack.</li>\n\n\n\n<li>Several sections of WordPress.org have been redesigned lately, including <a href="https://make.wordpress.org/docs/2023/01/24/new-look-new-site-new-helphub/">Documentation (HelpHub)</a>, <a href="https://wordpress.org/enterprise/">Enterprise</a>, and <a href="https://mercantile.wordpress.org/">Mercantile</a> (the official WordPress swag store). Learn more about the <a href="https://make.wordpress.org/meta/2023/01/26/wordpress-org-redesign-recent-launches/">latest redesign updates</a>.</li>\n\n\n\n<li>The implementation of the block editor in the WordPress.org forums is <a href="https://make.wordpress.org/support/2023/02/block-editor-live-in-most-forums/">progressing well</a> and the feedback so far has been very positive.</li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/01/25/wordpress-community-support-wordpress-foundation-entity-structure/">This comprehensive post</a> clarifies how WordPress Community Support (also known as WordCamp Central) and WordPress Foundation entities are set up and addresses some misconceptions about them.</li>\n\n\n\n<li>The <a href="https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/">bug scrub schedule for WordPress 6.2</a> is now published. The goal of bug scrubs is to ensure tickets move towards a resolution—anyone can join these sessions to learn, help, or even <a href="https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/">lead one</a>.</li>\n\n\n\n<li>Openverse <a href="https://make.wordpress.org/openverse/2023/02/03/openverse-is-moving/">will be moving</a> from wordpress.org/openverse to openverse.org next week. Along with this move, new improvements are coming to the site’s homepage, header, and footer.</li>\n\n\n\n<li>The Plugin Review Team is looking for <a href="https://make.wordpress.org/plugins/2023/01/13/looking-for-your-intentionally-wrong-plugins/">your (intentionally) wrong plugins</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href="https://wordpress.org/news/2023/01/people-of-wordpress-daniel-kossmann/">Daniel Kossmann</a>, a software engineer from South America.</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>As part of the discussion on <a href="https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/">improving the contributor journey</a>, Josepha wrote some thoughts on <a href="https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/">the Eternal September phenomenon in open source</a> and invites you to share yours.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>The Community Team is gathering feedback on a <a href="https://make.wordpress.org/community/2023/01/19/proposal-adopt-github-for-team-projects/">proposed move to GitHub</a> for standardizing the project’s management tools.</li>\n\n\n\n<li>To mark WordPress’ 20th anniversary milestone, Core Team contributors are organizing <a href="https://make.wordpress.org/core/2023/01/24/proposal-old-tickets-trac-triage-sessions/">several bug scrub sessions</a> to tackle long-standing Trac tickets. </li>\n\n\n\n<li>Version 21.6 of the WordPress mobile app for <a href="https://make.wordpress.org/mobile/2023/01/24/call-for-testing-wordpress-for-ios-21-6/">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>The Training Team calls all WordPress users to complete <a href="https://learn.wordpress.org/individual-learner-survey/">this short Individual Learner Survey</a> by February 20, 2023. Your feedback will help identify the most high-impact resources for <a href="https://learn.wordpress.org/">Learn WordPress</a>.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">WordPress events updates</h2>\n\n\n\n<ul>\n<li>Would you like to be a speaker at WordCamp Europe 2023? <a href="https://europe.wordcamp.org/2023/call-for-speakers/">Submit your application</a> by February 5, 2023. The organizing team released the <a rel="noreferrer noopener" href="https://europe.wordcamp.org/2023/wceu-tickets-available-now/" target="_blank">first batch of tickets</a> and is also calling for <a rel="noreferrer noopener" href="https://europe.wordcamp.org/2023/call-for-volunteers/" target="_blank">volunteers</a> and <a rel="noreferrer noopener" href="https://europe.wordcamp.org/2023/call-for-photographers-is-now-open/" target="_blank">photographers</a>.</li>\n\n\n\n<li>The first WordCamp to be held in Africa in 2023, <a href="https://entebbe.wordcamp.org/2023/">WordCamp Entebbe</a>, is <a href="https://central.wordcamp.org/news/2023/01/wordcamp-entebbe-first-wordcamp-to-happen-in-africa-in-2023-is-on/">well underway</a> and set to take place on March 10-11.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png" alt="🇺🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://birmingham.wordcamp.org/2023/">WordCamp Birmingham, Alabama</a>, USA on February 4-5, 2023</li>\n\n\n\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1ed.png" alt="🇵🇭" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://cebu.wordcamp.org/2023/">WordCamp Cebu</a>, Philippines on February 11, 2023</li>\n\n\n\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png" alt="🇪🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://chiclana.wordcamp.org/2023/">WordCamp Chiclana</a>, Spain, on March 3-4, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://asia.wordcamp.org/2023/">WordCamp Asia 2023</a> in Bangkok, Thailand, is only two weeks away! Check out the <a href="https://asia.wordcamp.org/2023/schedule/livestream/">livestream schedule</a> if you are attending virtually.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<hr class="wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this edition of The Month in WordPress: <em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</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:"14352";s: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:69:"\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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"People of WordPress: Daniel Kossmann";s:7:"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/2023/01/people-of-wordpress-daniel-kossmann/";s: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, 31 Jan 2023 23: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:8:"category";a:5:{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:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"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: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:"";}i:4;a:5:{s:4:"data";s:19:"People of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=14226";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:133:"The latest People of WordPress story features Daniel Kossmann, from Brazil, on his journey from video games fan to community 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Abha Thakor";s: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:16419:"\n<p><strong>This month we feature Daniel Kossmann, a software engineer from South America who shares his enthusiasm for WordPress at every opportunity.</strong></p>\n\n\n\n<p><strong>The <em>People of WordPress</em> series features inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class="wp-block-image size-full"><img decoding="async" width="1014" height="627" src="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo.jpg?resize=1014%2C627&ssl=1" alt="" class="wp-image-14222" srcset="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo.jpg?resize=300%2C186&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo.jpg?resize=768%2C475&ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>Daniel’s adventure into WordPress began in 2009 when he needed a way to publish and share articles on films. From that small spark, he now enjoys an interesting and varied career in Brazil and beyond, and an ever-expanding community network. </p>\n\n\n\n<p>Following WordPress and its new features fascinates Daniel and he is always looking for ways to share what it has to offer with others. His initial focus on WordPress for content publishing soon became a wider appreciation of the platform’s capacity for building communities and careers. </p>\n\n\n\n<p>Daniel has served as a community organizer for seven years in Curitiba, Brazil and co-organized four annual <a href="https://wptranslationday.org/">WordPress Translation Day</a> events in the city. Community building initiatives, like these, bring in new volunteers and help spur on local user groups.<br><br>Now working as a software engineer manager, Daniel maintains his interest in supporting the WordPress community through a newsletter in Brazilian Portuguese.</p>\n\n\n\n<h2 class="wp-block-heading">Finding WordPress to publish content can be life-changing</h2>\n\n\n\n<p>Daniel’s web development skills were initially self-taught, and built on his interest in technology and from his earlier interest in video games. He developed systems in ASP and PHP, and created online resources to teach others how to create websites. </p>\n\n\n\n<p>When the time came to choose his academic path, he had no doubt that it would be something related to computers and picked Computer Science at the Federal University of Paraná.</p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>“In order to focus more on content rather than coding, I ended up getting to know WordPress. It was love at first sight!” </p>\n</blockquote>\n\n\n\n<p>In 2009, he launched a public blog about films that became a hub for cultural content related to cinema, literature, and comics. The blog had collaborators from several cities in the country. He found WordPress an easy tool for publishing articles. It allowed him to spend more time on writing content rather than having to use his software engineering skills to write code.</p>\n\n\n\n<p>However, once he discovered the range and versatility of the software, he wanted to build themes and features to customize websites.</p>\n\n\n\n<p>As he searched for learning materials, he came across a WordPress event happening in his own city. This event, <a href="https://curitiba.wordcamp.org/2010/">WordCamp Curitiba 2010</a>, had a deep impact on Daniel.</p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>“Other tech events I attended charged more than double this WordCamp, but hadn’t offered half of the things it did.” </p>\n</blockquote>\n\n\n\n<p>Daniel was inspired not only by the talks but also the kindness shown by others at the event. His inherent shyness meant he had to step out of his comfort zone to socialize. However, the friendliness of attendees and the welcome he received made this less foreboding. He was hooked by the community he met, and he pledged to volunteer at the next WordCamp and even apply as a speaker.</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="683" src="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?resize=1024%2C683&ssl=1" alt="Daniel giving a talk at WordCamp São Paulo 2018 \n" class="wp-image-14223" srcset="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-saopaulo-2.jpg?w=1200&ssl=1 1200w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /><figcaption class="wp-element-caption"><em>Daniel giving a talk at WordCamp São Paulo 2018 about Gutenberg</em></figcaption></figure>\n\n\n\n<p>Less than two years later, Daniel helped to organize <a href="https://curitiba.wordcamp.org/2012/">WordCamp in Curitiba 2012</a>, and this was where he gave his first public talk. It was an important moment in his journey. He is determined to keep improving his public speaking skills each time he presents, and help others to do so too. </p>\n\n\n\n<h2 class="wp-block-heading">From WordPress user to entrepreneur</h2>\n\n\n\n<p>Daniel had dreamed of starting his own company since childhood. Following his university graduation in 2011, he decided to fulfil that dream. He started a web development company, envisioning it as a creative project lab.</p>\n\n\n\n<p>Initially, he worked with a variety of systems and programming languages. Soon, he realized that maintaining multiple solutions took considerable time and effort. So he opted to use a single platform, WordPress. It offered ease of use for his clients and the possibility of offering various types of websites. </p>\n\n\n\n<p>“This decision allowed me to dive even deeper into the system, making better and faster-to-deliver solutions for my clients,” said Daniel. </p>\n\n\n\n<p>As the company grew, he expanded the services it offered to include support, maintenance, courses, consulting, and optimized hosting for WordPress. This gave Daniel access to a wider range of clients and greater specialization in the WordPress platform.</p>\n\n\n\n<p>Even as a small company, Daniel wanted to give back to the WordPress community. Through using this open source software, the business had not faced the costs of using commercial platforms. He felt he should invest back into the software and its community it as much as he could, from sponsorship of events to collaborating in the Contributor Teams.</p>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="768" src="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?resize=1024%2C768&ssl=1" alt="" class="wp-image-14221" srcset="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?resize=1024%2C768&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?resize=300%2C225&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?resize=768%2C576&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2018-wc-floripa.jpg?w=1200&ssl=1 1200w" sizes="(max-width: 1000px) 100vw, 1000px" data-recalc-dims="1" /></figure>\n\n\n\n<p>His community contributions include speaking at meetups and WordCamps to share what what he has learned in his day-to-day work. “It was always and still is a big pleasure to be able to make these contributions,” he affirmed.</p>\n\n\n\n<p>In 2019, he decided to close his company after eight years and start a new chapter in Development Coordination. His focus continues to be on WordPress, both professionally and in the community.</p>\n\n\n\n<h2 class="wp-block-heading">Supporting local: re-energising the Curitiba’s WordPress community</h2>\n\n\n\n<figure class="wp-block-image size-large is-resized"><img decoding="async" loading="lazy" src="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?resize=680%2C510&ssl=1" alt="Daniel speaking at a meetup in Curitiba in 2016." class="wp-image-14241" width="680" height="510" srcset="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?resize=1024%2C768&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?resize=300%2C225&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?resize=768%2C576&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2016-meetup-curitiba.jpg?w=1200&ssl=1 1200w" sizes="(max-width: 680px) 100vw, 680px" data-recalc-dims="1" /><figcaption class="wp-element-caption"><em>Daniel speaking at a meetup in Curitiba in 2016</em></figcaption></figure>\n\n\n\n<p>After WordCamp in Curitiba in 2012, the community there took a break from organizing events. Three years later, Daniel was eager to help restart meetups in Curitiba. He connected with others in the Brazilian community to find a way forward to support both end users of WordPress and firms using the platform. Through instant messaging tool Slack, a rebooted meetup was organized in August 2015. All the planning was done virtually and they only met for the first time in person on the day of the event.</p>\n\n\n\n<p>Although they did not have much initial experience in event planning, the meetup organizers were determined attendees should have fun and enjoy a relaxed atmosphere. They wanted people to feel comfortable socializing and to chat before and after the talks. The tips that attendees shared at every meeting were one of the most successful elements of these user-focused meetups.</p>\n\n\n\n<p>For Daniel, getting up in front of people to introduce the meetup was still not easy. However, he knew continuing to practice and improve his self-confidence was the only way to overcome his shyness. This determination and sense of achievement inspires him to encourage others to present talks and share the tips he uses when presenting.</p>\n\n\n\n<p>The <a href="https://www.meetup.com/wpcuritiba/">Curitiba meetup</a> continues to flourish. Though Daniel has moved to supporting the community in new ways, he has a lasting fondness for it. It has made him an advocate for local groups at the heart of the WordPress community. He believes the shared interest and enthusiasm for learning at meetups helps to increase attendees’ interest in both the software and its community, and their willingness to participate .</p>\n\n\n\n<h2 class="wp-block-heading">Sharing the benefit of WordPress across Brazil</h2>\n\n\n\n<figure class="wp-block-image size-full is-resized"><img decoding="async" loading="lazy" src="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2019-meetup-curitiba-4.jpg?resize=680%2C411&ssl=1" alt="Daniel presenting at a Curitiba meetup in 2019." class="wp-image-14242" width="680" height="411" srcset="https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2019-meetup-curitiba-4.jpg?w=991&ssl=1 991w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2019-meetup-curitiba-4.jpg?resize=300%2C182&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/01/daniel-kossmann-2019-meetup-curitiba-4.jpg?resize=768%2C465&ssl=1 768w" sizes="(max-width: 680px) 100vw, 680px" data-recalc-dims="1" /><figcaption class="wp-element-caption"><em>Daniel presenting at a Curitiba meetup in 2019</em></figcaption></figure>\n\n\n\n<p>In June 2019, Daniel created a newsletter to spread content about WordPress in Brazilian Portuguese and inspire others to create content in the language. Translating, Daniel believes is a powerful way to make WordPress more accessible to people who do not speak English, which is the case for a lot of people in Brazil. In 2021, Daniel started writing regularly about WordPress on his blog too. He continues to publish weekly news, tutorials, tips, and share events. </p>\n\n\n\n<h2 class="wp-block-heading">Advice to future WordPress contributors</h2>\n\n\n\n<p>Daniel believes that the WordPress community is a key strength of the platform. It attracts people with a range of technical skills and backgrounds, and strives to have a diverse and open space for exchange. </p>\n\n\n\n<p>There are so many ways to contribute to WordPress without working with the code. He said: “I’m a big evangelizer of learning in public. A great way to collaborate is to create your blog in WordPress itself and share your journey of using it, and to write about tips and useful resources. This will eventually lead you to the official WordPress documentation and, the more you use it, the more opportunities for improvements you will see. Then you can start contributing to improving it. Besides this, you can pick a plugin or theme that you use and help with its translation.”<br><br>He added: “My biggest advice for those who are starting to contribute to WordPress is to start with a small step, maybe solving an easy bug or fixing a typo, and create a routine to consistently work on it, like an hour every weekend.”</p>\n\n\n\n<p>Daniel has made several lasting friendships, received professional referrals through his participation in community events, and enjoys a career that continues to have variety and new things to learn. </p>\n\n\n\n<p>His final message is to join WordPress <a href="https://www.meetup.com/topics/wordpress/">meetups locally</a> or online in other cities, and be inspired like he has been for 14 years and still counting. </p>\n\n\n\n<h2 class="wp-block-heading">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href="https://wordpress.org/news/category/newsletter/interviews/">People of WordPress series</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Contributors</h2>\n\n\n\n<p>Thank you to <a href=\'https://profiles.wordpress.org/kossmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kossmann</a> for sharing his adventures in WordPress.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for research, interviews, and writing this feature article.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support.</p>\n\n\n\n<div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:29% auto"><figure class="wp-block-media-text__media"><img decoding="async" loading="lazy" width="180" height="135" src="https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1" alt="HeroPress logo" class="wp-image-8409 size-full" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<p class="has-small-font-size"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href="https://heropress.com/"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"14226";s: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:61:"\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:76:"WP Briefing: Episode 48: What Does Concluding a Gutenberg Phase Really Mean?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wordpress.org/news/2023/01/episode-48-what-does-concluding-a-gutenberg-phase-really-mean/";s: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, 30 Jan 2023 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s: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:11:"wp-briefing";s:7:"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=14213";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:114:"Gutenberg\'s second phase is ending. Join Josepha as she reflects on what concluding a phase means in the project. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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/2023/01/WP-Briefing-048.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:14:"Santana Inniss";s: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:9472:"\n<p>On episode forty-eight of the WordPress Briefing podcast, Executive Director Josepha Haden Chomphosy reflects on the closing of Gutenberg phase two, and what that means in the larger context of the 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 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo: <a href="https://profiles.wordpress.org/javiarce/" data-type="URL" data-id="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<p><a href="https://www.google.com/url?q=https://github.com/WordPress/gutenberg/issues/39293&sa=D&source=docs&ust=1674835876639227&usg=AOvVaw3p5tCc9THqs-s4oFT7aXL8" data-type="URL" data-id="https://www.google.com/url?q=https://github.com/WordPress/gutenberg/issues/39293&sa=D&source=docs&ust=1674835876639227&usg=AOvVaw3p5tCc9THqs-s4oFT7aXL8">Removing Block Editor Beta Label GitHub Issue</a><br><a href="https://www.google.com/url?q=https://make.wordpress.org/core/handbook/testing/reporting-bugs/&sa=D&source=docs&ust=1674835876639741&usg=AOvVaw26y93yfwo7kmKoajxvyYQC" data-type="URL" data-id="https://www.google.com/url?q=https://make.wordpress.org/core/handbook/testing/reporting-bugs/&sa=D&source=docs&ust=1674835876639741&usg=AOvVaw26y93yfwo7kmKoajxvyYQC">Reporting Bugs</a><br><a href="https://www.make.wordpress.org/design" data-type="URL" data-id="www.make.wordpress.org/design">make.wordpress.org/design</a><br><a href="https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/">Contribution Conversations: Improving the Contributor Journey</a><br><a href="https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/">Contribution Conversations: Ending the Eternal September</a><br><a href="https://make.wordpress.org/community/2023/01/20/proposal-dedicated-communication-place-for-wordcamp-mentors/">Contribution Conversations: WordCamp Mentorship</a><a href="https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/"><br></a><a href="https://www.google.com/url?q=https://asia.wordcamp.org/2023/schedule/livestream/&sa=D&source=docs&ust=1674835876640083&usg=AOvVaw1ew_7Sux2HngWq8FSO__kW" data-type="URL" data-id="https://www.google.com/url?q=https://asia.wordcamp.org/2023/schedule/livestream/&sa=D&source=docs&ust=1674835876640083&usg=AOvVaw1ew_7Sux2HngWq8FSO__kW">WordCamp Asia Livestream Info</a><br></p>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-14213"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </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 insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I’m your host, Jospeha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40] </strong></p>\n\n\n\n<p>We’ve barely gotten moving here in 2023, but even so, WordPress is already working toward its next major release– coming to us at the end of March. You’ve probably heard by now that with this release comes the “end of Phase 2.” But for a lot of folks, that’s raising some questions about what to expect.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:00] </strong></p>\n\n\n\n<p>So I’m gonna spend a little time today sharing what I currently know. Let’s start with what that phrase does mean. Firstly, all of the projects, with the exception of two, I believe, in the Phase 2 scoping ticket, will be shipped in the Gutenberg plugin before WordPress 6.2 release comes out. Barring any major breaking issues, those will then land in that major release in WordPress 6.2.</p>\n\n\n\n<p>So, like, 99% of the features we considered in scope for Phase 2 will be in core by April. It also means the block editor may finally shed its beta label. We’ve been discussing that possibility with the input of the community over the course of the last few major releases, and we’ll do the same as we get ready for the 6.2 release as well. That discussion is tracked over in GitHub, and I can share a link to that in the show notes. For anyone who is a little super nerd, like me, the ticket number is 39293. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00] </strong></p>\n\n\n\n<p>So not only if you’re going to memorize it and be one of those cool WordPressers who can call tickets to mind based on the numbers. This is a good one because not only is it an important topic, to be able to recall, but also it’s a palindrome, so you get to be fancy and know that forever. </p>\n\n\n\n<p>But anyway, I’ll put a link to it in the show notes for all the rest of us. Fingers crossed that we get to remove that label this time around, but also, the acceptance criteria on it are pretty clear. So it’s really a matter of yes or no on all of the columns all the way down.</p>\n\n\n\n<p>So what does that phase <em>not</em> mean? Firstly, it does not mean that we will stop accepting user feedback or bug reports on any features up to this point. It is always encouraged to file a ticket on track or GitHub detailing any bugs that you’ve encountered. If you’ve never reported a bug before, don’t worry. We have all been there. I’ll gather a link or two with some information for first-timers. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:00] </strong></p>\n\n\n\n<p>If you ever run into me at a WordCamp, feel free to ask me about my first bug-reporting experience. And after you’ve heard that, you will immediately go and file that bug that has been sitting screenshotted on your desk for six months because it honestly cannot get any worse than my first one.</p>\n\n\n\n<p>Secondly, it definitely does not mean that we will stop shipping refinements to the user experience. As much as I’d like to say this isn’t true, I think all open source contributors know that no matter how much you test a solution, you can’t actually account for all possible use cases when you work on a project this size.</p>\n\n\n\n<p>So as we find things that we didn’t realize were a little rough to use, we will, of course, make the effort to smooth those workflows as quickly as possible. So that’s my little reassuring tl;dr for what that phrase means. If you are listening to this and haven’t spent much time in the block editor as it exists today, I encourage you to do so.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00] </strong></p>\n\n\n\n<p>It has really changed substantially since it was first merged in 2018, and it represents thousands of hours of research and problem-solving and creation, and outreach. If you know someone who has contributed to the project or whose content helped you make sense of some inscrutable part of it, also maybe, drop them a line and let them know you appreciate their hard work.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:26] </strong></p>\n\n\n\n<p>That brings us now to our small list of big things. Firstly, we are thinking a lot right now about the paths to contribution. Both at the start of your contribution journey and as you grow into a long-term, seasoned contributor. There are a couple of different discussions related to that right now. So there are actually two project-wide discussions that are on make.wordpress.org/project.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00] </strong></p>\n\n\n\n<p>And then there’s one that is specific to WordCamp membership, and that is on make.wordpress.org/community. You can head over to any of those and share your experiences, thoughts, and any wild ideas that you have. </p>\n\n\n\n<p>The second thing on my small list is that there are a lot of pages across wordpress.org that are getting shiny new designs.</p>\n\n\n\n<p>If you want to get involved in those discussions, or you just wanna catch early previews of what’s coming to the site, you can hop over to make.wordpress.org/design or join the design team meetings in Slack. </p>\n\n\n\n<p>And the last thing is that WordCamp Asia is coming quickly, my friends. This event is near and dear to my heart. I hope to see a lot of you in person, but if you won’t be able to make it in person, we still have you covered. There will be a live stream, and the schedule for that is already on the site. It shows the times for each session in your local time zone so you can easily decide which presentations you absolutely must see right in the moment.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:00] </strong></p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks 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:"14213";s: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:40:"The Month in WordPress – December 2022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/news/2023/01/the-month-in-wordpress-december-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Jan 2023 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{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:"";}i:1;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=14191";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:617:"Last month at State of the Word, WordPress Executive Director Josepha Haden Chomphosy shared some opening thoughts on “Why WordPress” and the Four Freedoms of open source. In this recent letter, she expands on her vision for the WordPress open source project as it prepares for the third phase of Gutenberg: “We are now, as we ever were, securing the opportunity for those who come after us, because of the opportunity secured by those who came before us.” Josepha Haden Chomphosy December brought with it a time for reflection—a time to look back, celebrate, and start planning new projects. Read […]";s: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:"rmartinezduque";s: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:12820:"\n<p>Last month at <a href="https://wordpress.org/news/2022/12/state-of-the-word-2022-recap/">State of the Word</a>, WordPress Executive Director <a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a> shared some opening thoughts on “Why WordPress” and the Four Freedoms of open source. <a href="https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/">In this recent letter</a>, she expands on her vision for the WordPress open source project as it prepares for the third phase of Gutenberg:</p>\n\n\n\n<blockquote class="wp-block-quote is-style-default">\n<p>“We are now, as we ever were, securing the opportunity for those who come after us, because of the opportunity secured by those who came before us.”</p>\n<cite>Josepha Haden Chomphosy</cite></blockquote>\n\n\n\n<p>December brought with it a time for reflection—a time to look back, celebrate, and start planning new projects. Read on to find out what 2023 holds for WordPress so far.</p>\n\n\n\n<hr class="wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background" />\n\n\n\n<h2 class="wp-block-heading">WordPress is turning 20!</h2>\n\n\n\n<p>2023 marks the <a href="https://wordpress.org/news/2023/01/wordpress-is-turning-20-lets-celebrate/">20th anniversary of WordPress’ launch</a>. The project has come a long way since <a href="https://wordpress.org/news/2003/05/wordpress-now-available/">the first release</a> as it continues to advance its mission to democratize publishing. From its beginnings as a blogging platform to a <a href="https://wordpress.org/showcase/">world-leading open source CMS</a> powering over 40% of websites.</p>\n\n\n\n<p>Join the WordPress community in celebrating this important milestone. As the anniversary date approaches, there will be events, commemorative swag, and more.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://wp20.wordpress.net/">Stay tuned for updates</a>.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">WordPress 6.2 is scheduled for March 28, 2023</h2>\n\n\n\n<p>Work on WordPress 6.2, the first major release of 2023, is already underway. <strong>It is expected to launch on March 28, 2023</strong>, and will include up to Gutenberg 15.1 for a total of 10 <a href="https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/">Gutenberg releases</a>.</p>\n\n\n\n<p>The proposed schedule includes four Beta releases to accommodate the first WordCamp Asia and avoid having major release milestones very close to this event.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/">Read more about the 6.2 schedule and release team</a><em>.</em></p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">What’s new in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/"><strong>Gutenberg 14.8</strong></a> was released on December 21, 2022. This version features a reorganized Site Editor interface with a Browse Mode that facilitates navigation through templates and template parts. In addition, it includes the ability to add custom CSS via the Style panel and a Style Book that provides an overview of all block styles in a centralized location.</li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/"><strong>Gutenberg 14.9</strong></a> became available for download on January 4, 2023. It introduces a new “Push changes to Global Styles” button in the Site Editor, which allows users to apply individual block style changes to all blocks of that type across their site. Other features include typography support for the Page List block, and the ability to import sidebar widgets into a template part when transitioning from a classic theme.</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Learn how Gutenberg’s latest releases are <a href="https://make.wordpress.org/core/2023/01/06/core-editor-improvement-advancing-the-site-editor-experience/">advancing the Site Editor experience</a> to be more intuitive and scalable.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">Team updates: WordPress big picture goals, new Incident Response Team, and more</h2>\n\n\n\n<ul>\n<li>Josepha shared <a href="https://make.wordpress.org/project/2023/01/18/big-picture-goals-2023/">WordPress’ big picture goals for 2023</a>, which support the vision set out in <a href="https://wordpress.org/news/2022/12/state-of-the-word-2022-recap/">State of the Word 2022</a> and her recent <a href="https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/">letter to WordPress</a>.</li>\n\n\n\n<li>Let’s welcome the newly formed <a href="https://make.wordpress.org/project/2022/12/21/announcement-new-wordpress-incident-response-team/">WordPress Incident Response Team (IRT)</a>—a group of contributors who will help as a community resource when behavior or actions do not align with the code of conduct.</li>\n\n\n\n<li>A number of Make teams have announced their team representatives for 2023, including <a href="https://make.wordpress.org/community/2022/12/20/community-team-reps-for-2023/">Community</a>, <a href="https://make.wordpress.org/core/2022/12/20/core-team-reps-for-2023-and-beyond/">Core</a>, <a href="https://make.wordpress.org/marketing/2023/01/10/2023-marketing-team-new-meeting-time-and-new-team-reps/">Marketing</a>, <a href="https://make.wordpress.org/polyglots/2022/12/20/polyglots-monthly-newsletter-december-2022/">Polyglots</a>, <a href="https://make.wordpress.org/themes/2022/12/05/introducing-new-themes-team-representatives-for-the-2023-edition/">Themes</a>, and <a href="https://make.wordpress.org/training/2022/12/23/training-team-meeting-recap-for-december-20-2022/">Training</a>.</li>\n\n\n\n<li>As part of the WordPress.org redesign project, <a href="https://make.wordpress.org/design/2023/01/16/a-refresh-of-wordpress-org-themes/">the Theme Directory will soon get a refreshed look and feel</a>.</li>\n\n\n\n<li>The return of in-person events and the Meetup Reactivation project are some of the highlights that marked a challenging but successful year for the Community Team. Learn more about <a href="https://make.wordpress.org/community/2022/12/20/community-team-2022-goals-recap/">what they achieved in 2022</a>.</li>\n\n\n\n<li>#WPDiversity also celebrated its accomplishments in <a href="https://make.wordpress.org/community/2022/12/19/diverse-speaker-training-group-wpdiversity-2022-year-end-report/">this report</a>. Last year, the training group held 15 events attended by more than 200 participants.</li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/03/a-year-in-core-2022/">A Year in Core – 2022</a> provides a data overview of contributions made to the WordPress core codebase in the past year.</li>\n\n\n\n<li>Are you into WordPress development? Don’t miss this post on <a href="https://developer.wordpress.org/news/2022/12/28/2022-the-block-developers-year-in-review/">2022’s most notable milestones and learning resources for block developers</a>.</li>\n\n\n\n<li>The January 2023 editions of the <a href="https://make.wordpress.org/polyglots/2023/01/13/polyglots-monthly-newsletter-january-2023/">Polyglots monthly newsletter</a> and the <a href="https://make.wordpress.org/community/2023/01/18/meetup-organizer-newsletter-january-2023/">Meetup Organizer newsletter</a> are now available for reading.</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://make.wordpress.org/project/2023/01/13/sotw22qa/">Check out the 2022 State of the Word Q&A post</a>, which answers submitted questions that Matt could not address at the live event.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">Feedback & testing requests</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/test/2023/01/11/fse-program-testing-call-20-find-your-style/">Join the latest FSE Program testing call</a> to help strengthen the upcoming WordPress site editing experience. Leave your feedback by February 1, 2023.</li>\n\n\n\n<li>The WordPress Developer Blog is <a href="https://make.wordpress.org/core/2023/01/12/can-you-help-with-topics-for-the-wordpress-developer-blog/">gathering ideas for content topics</a>.</li>\n\n\n\n<li>Version 21.4 of the WordPress mobile app for <a href="https://make.wordpress.org/mobile/2022/12/20/call-for-testing-wordpress-for-android-21-4/">Android</a> and <a href="https://make.wordpress.org/mobile/2022/12/19/call-for-testing-wordpress-for-ios-21-4/">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Have thoughts for improving the Five for the Future contributor experience? <a href="https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/">This post calls for ideas</a> on how this initiative can better support the project and the people behind it.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">WordPress events updates</h2>\n\n\n\n<ul>\n<li>Get ready for <a href="https://asia.wordcamp.org/2023/">WordCamp Asia 2023</a>! The first flagship WordCamp in Asia is happening on February 17-19, 2023, in Bangkok, Thailand. <a href="https://asia.wordcamp.org/2023/schedule/">Check out the schedule</a> to learn more about the sessions and speakers.</li>\n\n\n\n<li>The <a href="https://communitysummit.wordcamp.org/2023/">WordPress Community Summit</a> and <a href="https://us.wordcamp.org/2023/">WordCamp US 2023</a> will take place in Maryland, USA, in August 2023. You can now <a href="https://us.wordcamp.org/2023/wcus-organizing-team/">apply to join the organizing team</a> and help bring the next WCUS to life.</li>\n\n\n\n<li>Join #WPDiversity with a free online workshop on <a href="https://www.eventbrite.com/e/how-to-own-your-expertise-start-speaking-at-wordpress-events-apac-tickets-513455969627">How to Own Your Expertise & Start Speaking at WordPress Events APAC</a>. The event will take place on January 28, 2023.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png" alt="🇪🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://zaragoza.wordcamp.org/2023/">WordCamp Zaragoza</a>, Spain on January 20-21, 2023</li>\n\n\n\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png" alt="🇺🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://birmingham.wordcamp.org/2023/">WordCamp Birmingham, Alabama</a>, USA on February 4-5, 2023</li>\n\n\n\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1ed.png" alt="🇵🇭" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://cebu.wordcamp.org/2023/">WordCamp Cebu</a>, Philippines on February 11, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>Would you like to be a speaker at WordCamp Europe 2023? <a href="https://europe.wordcamp.org/2023/call-for-speakers/">Submit your application</a> by the first week of February.</p>\n</blockquote>\n\n\n\n<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<hr class="wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"14191";s: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: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:49:"Letter from WordPress’ Executive Director, 2022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Jan 2023 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=14180";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:127:"If Phases 1 and 2 had a "blocks everywhere" vision, think of Phase 3 with more of a “works with the way you work” vision. ";s: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:5903:"\n<p>Last month at State of the Word, I shared some opening thoughts about “Why WordPress.” For me, this is an easy question, and the hardest part is knowing which lens to answer through. The reasons that a solopreneur will choose WordPress are different than the reasons a corporation would. And while artists and activists may have a similar vision for the world, their motivations change their reasons, too. That’s why I always focus on the philosophical parts of the answer because I know that I am speaking as an advocate for many types of WordPressers. I have a few other reasons, too, which you may not be aware of as you use our software every day.</p>\n\n\n\n<h2 class="wp-block-heading">Why WordPress?</h2>\n\n\n\n<p>Most importantly, the Four Freedoms of Open Source. If you have already listened to State of the Word, you have heard my thoughts on the philosophical side of open source and the freedoms it provides. If you didn’t, then the tl;dr on that is that open source provides protections and freedoms to creators on the web that should be a given. There’s an extent to which the idea of owning your content and data online is a radical idea. So radical, even, that it is hard for folks to grasp what we mean when we say “free as in speech, not free as in beer.” Securing an open web for the future is, I believe, a net win for the world especially when contrasted to the walled gardens and proprietary systems that pit us all against one another with the purpose of gaining more data to sell.</p>\n\n\n\n<p>A second reason is that WordPress entrepreneurs (those providing services, designing sites, and building applications) have proven that open source offers an ethical framework for conducting business. No one ever said that you cannot build a business using free and open source software. And I am regularly heartened by the way successful companies and freelancers make an effort to pay forward what they can. Not always for the sole benefit of WordPress, but often for the general benefit of folks learning how to be an entrepreneur in our ecosystem. Because despite our competitive streaks, at the end of the day, we know that ultimately we are the temporary caretakers of an ecosystem that has unlocked wealth and opportunity for people we may never meet but whose lives are made infinitely better because of us.</p>\n\n\n\n<p>And the final reason is that leaders in the WordPress community (team reps, component maintainers, and community builders) have shown that open source ideals can be applied to how we work with one another. As a community, we tend to approach solution gathering as an “us vs. the problem” exercise, which not only makes our solutions better and our community stronger. And our leaders—working as they are in a cross-cultural, globally-distributed project that guides or supports tens of thousands of people a year—have unparalleled generosity of spirit. Whether they are welcoming newcomers or putting out calls for last-minute volunteers, seeing the way that they collaborate every day gives me hope for our future.</p>\n\n\n\n<p>As I have witnessed these three things work together over the years, one thing is clear to me: not only is open source an idea that can change our generation by being an antidote to proprietary systems and the data economy, open source methodologies represent a process that can change the way we approach our work and our businesses. </p>\n\n\n\n<h2 class="wp-block-heading">WordPress in 2023</h2>\n\n\n\n<p>As we prepare for the third phase of the Gutenberg project, we are putting on our backend developer hats and working on the APIs that power our workflows. Releases during Phase 3 will focus on the main elements of collaborative user workflows. If that doesn’t make sense, think of built-in real-time collaboration, commenting options in drafts, easier browsing of post revisions, and programmatic editorial and pre-launch checklists.</p>\n\n\n\n<p>If Phases 1 and 2 had a “blocks everywhere” vision, think of Phase 3 with more of a “works with the way you work” vision. </p>\n\n\n\n<p>In addition to this halfway milestone of starting work on Phase 3, <a rel="noreferrer noopener" href="https://wp20.wordpress.net/" target="_blank">WordPress also hits the milestone of turning 20 years old</a>. I keep thinking back to various milestones we’ve had (which you can read about in the second version of the Milestones book) and realized that almost my entire experience of full-time contributions to WordPress has been in the Gutenberg era.</p>\n\n\n\n<p><em>I hear some of you already thinking incredulous thoughts so, come with me briefly.</em></p>\n\n\n\n<p>There are a couple of different moments that folks point to as the beginning of the Gutenberg project. Some say it was at State of the Word 2013 when Matt dreamed of “a true WYSIWYG” editor for WordPress. Some say it was at State of the Word 2016 where we were encouraged to “learn Javascript deeply.” For many of us, it was at WordCamp Europe in 2017 when the Gutenberg demo first made its way on stage.</p>\n\n\n\n<p>No matter when you first became aware of Gutenberg, I can confirm that it feels like a long time because it has been a long time. I can also confirm that it takes many pushes to knock over a refrigerator. For early adopters (both to the creation of Gutenberg and its use), hyper-focus on daily tasks makes it hard to get a concept of scale.</p>\n\n\n\n<p>So I encourage you this year to look out toward the horizon and up toward our guiding stars. We are now, as we ever were, securing the opportunity for those who come after us, because of the opportunity secured by those who came before us.</p>\n\n\n\n<p><em>Rather listen? <a href="https://wordpress.org/news/2023/01/episode-47-letter-from-the-executive-director/">The abbreviated spoken letter is also available.</a> </em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"14180";s: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:61:"\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:59:"WP Briefing: Episode 47: Letter from the Executive Director";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wordpress.org/news/2023/01/episode-47-letter-from-the-executive-director/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Jan 2023 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s: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:11:"wp-briefing";s:7:"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=14175";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:114:"Hear from WordPress Executive Director Josepha Haden Chomphosy on her vision for the open source project in 2023. ";s: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/2023/01/WP-Briefing-047.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:14:"Santana Inniss";s: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:8912:"\n<p>On episode forty-seven of the WordPress Briefing podcast, Executive Director Josepha Haden Chomphosy shares her vision and current thinking for the WordPress open source project in 2023. <em>Rather read it? <a href="https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/" target="_blank" rel="noreferrer noopener">The full letter is also available</a>.</em></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 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo: <a href="https://profiles.wordpress.org/javiarce/" data-type="URL" data-id="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<p><a href="http://make.WordPress.org/core">make.WordPress.org/core</a><br><a href="https://make.wordpress.org/core/6-2/" data-type="URL" data-id="https://make.wordpress.org/core/6-2/">Join the 6.2 Release!</a><br><a href="https://make.wordpress.org/community/2022/12/08/suggest-topics-for-the-2023-wordpress-community-summit/" data-type="URL" data-id="https://make.wordpress.org/community/2022/12/08/suggest-topics-for-the-2023-wordpress-community-summit/">Submit Topics for the Community Summit!</a></p>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-14175"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </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 insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40] </strong></p>\n\n\n\n<p>Last month at State of the Word, I shared some opening thoughts about why WordPress. For me, this is an easy question, and the hardest part is always knowing which lens to answer through. Though I always focus on the philosophical parts of the answer, I know that I often speak as an advocate for many types of WordPressers.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:00] </strong></p>\n\n\n\n<p>So as we prepare ourselves for the start of a new year, I have a few additional thoughts that I’d like to share with you, my WordPress community, to take into the year with you. </p>\n\n\n\n<p>Firstly, the Four Freedoms. If you have already listened to State of the Word, you have heard my take on the philosophical side of open source and the freedoms it provides.</p>\n\n\n\n<p>But if you didn’t, then the TL;DR on that is that open source provides protections and freedoms to creators on the web that I really think should just be a given. But there are a couple of other things about the Four Freedoms, and especially the way that WordPress does this kind of open source-y thing that I think are worth noting as well.</p>\n\n\n\n<p>One of those things is that WordPress entrepreneurs, those who are providing services or designing sites, building applications, they have proven that open source provides an ethical framework for conducting business. No one ever said that you aren’t allowed to build a business using free and open source software, and I am regularly heartened by the way that successful companies and freelancers make the effort to pay forward what they can.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:02]</strong></p>\n\n\n\n<p>Not always for the sole benefit of WordPress, of course, but often for the general benefit of folks who are also learning how to be entrepreneurs or how to kind of navigate our ecosystem. And the other thing that I love about the Four Freedoms and the way that WordPress does it is that leaders in the WordPress community, no matter where they are leading from, have shown that open source ideals can be applied to the way we work with one another and show up for one another.</p>\n\n\n\n<p>As a community, we tend to approach solution gathering as an us-versus-the-problem exercise, which not only makes our solutions better, it also makes our community stronger. </p>\n\n\n\n<p>As I have witnessed all of these things work together over the years, one thing that is clear to me is this: not only is open source an idea that can change our generation by being an antidote to proprietary systems and the data economy, but open source methodologies represent a process that can change the way we approach our work and our businesses.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:01] </strong></p>\n\n\n\n<p>The second big thing that I want to make sure you all take into the year with you is that we are preparing for the third phase of the Gutenberg project. We are putting our backend developer hats on and working on the APIs that power our workflows. That workflows phase will be complex. A little bit because APIs are dark magic that binds us together, but also because we’re going to get deep into the core of WordPress with that phase.</p>\n\n\n\n<p>If you want to have impactful work for future users of WordPress, though, this is the phase to get invested in. This phase will focus on the main elements of collaborative user workflows. If that doesn’t really make sense to you, I totally get it. Think of it this way, this phase will work on built-in real-time collaboration, commenting options in drafts, easier browsing of post revisions, and things like programmable editorial, pre-launch checklists.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00] </strong></p>\n\n\n\n<p>So phases one and two of the Gutenberg project had a very ‘blocks everywhere’ sort of vision. And phase three and, arguably, phase four will have more of a ‘works with the way you work’ vision.</p>\n\n\n\n<p>And my final thought for you all as we head into the year is this, there are a couple of different moments that folks point to as the beginning of the Gutenberg project. Some say it was State of the Word 2013, where Matt dreamed on stage of a true WYSIWYG editor for WordPress. Some say it was State of the Word 2016, where we were all encouraged to learn JavaScript deeply. For a lot of us though, it was at WordCamp Europe in 2018 when the Gutenberg feature plugin first made its way to the repo.</p>\n\n\n\n<p>No matter when you first became aware of Gutenberg, I can confirm that it feels like it’s been a long time because it has been a long time. But I can also confirm that it takes many pushes to knock over a refrigerator. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00] </strong></p>\n\n\n\n<p>For early adopters, both to the creation of Gutenberg as well as its use, hyperfocus on daily tasks makes it really hard to get a concept of scale.</p>\n\n\n\n<p>And so I encourage everyone this year to look out toward the horizon a bit more and up toward our guiding stars a bit more as well. Because we are now, as we ever were, securing opportunity for those who come after us because of the opportunity that was secured for us by those who came before us. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:33] </strong></p>\n\n\n\n<p>That brings us now to our small list of big things. It’s a very small list, but two pretty big things. The first thing on the list is that the WordPress 6.2 release is on its way. If you would like to get started contributing there, you can wander over to make.WordPress.org/core. You can volunteer to be part of the release squad. You can volunteer your time just as a regular contributor, someone who can test things — any of that. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:00] </strong></p>\n\n\n\n<p>We’ll put a link in the show notes. And the second thing that I wanted to remind you of is that today is the deadline to submit topics for the Community Summit that’s coming up in August. That comes up in the middle of August, like the 22nd and 23rd or something like that. </p>\n\n\n\n<p>We’ll put a link to that in the show notes as well. If you already have chatted with a team rep about some things that you really want to make sure get discussed at the community summit, I think that we can all assume that your team rep has put that in. But if not, it never hurts to give it a second vote by putting a new submission into the form.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n";s: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:"14175";s: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: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:43:"WordPress is Turning 20: Let’s Celebrate!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wordpress.org/news/2023/01/wordpress-is-turning-20-lets-celebrate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jan 2023 21:38:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"WP20";s:7:"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=14155";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:106:"2023 marks the 20th year of WordPress. Read on to learn about how WordPress is celebrating this milestone.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dan Soschin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1476:"\n<p>2023 marks the 20th year of WordPress. Where would we all be without WordPress? Just think of that! While many technologies, software stacks, and fashion trends have come and gone throughout the past two decades, WordPress has thrived. This is due to the fantastic work and contributions of the WordPress community, comprised of thousands of contributors; and millions of users who have embraced the <a href="https://wordpress.org/about/">four freedoms of WordPress</a> and the mission to democratize publishing.</p>\n\n\n\n<p>Let’s celebrate!</p>\n\n\n\n<p>Throughout the beginning of 2023, leading up to the official anniversary date of WordPress’s launch (May 27, 2003), a number of different events will celebrate this important milestone, reflect on the journey, and look toward the future.</p>\n\n\n\n<p>Please join in!</p>\n\n\n\n<p>Over the next few months, be sure to check WordPress’s official social media accounts along with the <a href="https://wp20.wordpress.net/">official anniversary website</a> for updates on how you can be involved in this exciting celebration by contributing content, collecting cool anniversary swag, and much more. </p>\n\n\n\n<p>Use the hashtag <strong>#WP20</strong> on social media so the community can follow along.</p>\n\n\n\n<p>If you have something planned to celebrate that you would like to be considered for inclusion on the official website, please <a href="https://forms.gle/my1yknAJYZ4jFLb79">use this form to share the details</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"14155";s: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:61:"\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:48:"WP Briefing: Episode 46: The WP Bloopers Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2022/12/episode-46-the-wp-bloopers-podcast/";s: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, 31 Dec 2022 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s: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:11:"wp-briefing";s:7:"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=14123";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:115:"This episode of the WP Briefing features all the Josepha bloopers our little elves have stored away over the year. ";s: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/2022/12/WP-Briefing-046.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:14:"Santana Inniss";s: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:9636:"\n<p>This episode of the WP Briefing features all the Josepha bloopers our little elves have stored away over the year. </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 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo: <a href="https://profiles.wordpress.org/javiarce/" data-type="URL" data-id="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-14123"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can normally catch quick explanations of the ideas behind the WordPress open source project with the hope that deeper understanding creates deeper appreciation.</p>\n\n\n\n<p>But on today’s bonus episode, instead of catching quick explanations, you’ll catch some quick bloopers. </p>\n\n\n\n<p>The end of the year is a time when many people and many cultures gather together, and whether you observe traditions of light or faith, compassion, or celebration from everyone here at the WordPress Briefing Podcast, we’re wishing you a happy, festive season and a very happy New Year.</p>\n\n\n\n<p>Sit back, relax, and enjoy some of the laughs and outtakes from recording the WP Briefing over the year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:00] </strong></p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress. This is the thing I’ve done 25 times, and I know how to do it for reals.</p>\n\n\n\n<p>Welcome to WordPress Briefing, episode 20. Oh no, 7? 27? 26? Episode 27. I know how many things I’ve done.</p>\n\n\n\n<p>Ooh, neat. This is Josepha recording episode 46 of the WP Bonus Briefings. Not because we’ve had 46 bonus Briefings, but because this is the 46th one and it is a bonus, it will also have a fancy name. But right now, I’m just calling it the bonus. It’s gonna be quick. Here I go. </p>\n\n\n\n<p>Group them into two big buckets, themes, uh, themes and tools. Mmm, I’m gonna have to redo the whole thing! No! I thought I could save it, and I didn’t save it. I had a typo in my script, and then I messed it up. I, it said into you big buckets instead of into two big buckets. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00] </strong></p>\n\n\n\n<p>I’m gonna start over from the target release date because I kind of smeared it all together, um, despite what I intended to do.</p>\n\n\n\n<p>And gives everyone, no. What is this ringing of phones? Oh, I was doing so well. Where was I? Let’s see if I can just pick it up.</p>\n\n\n\n<p>All righty, live from my closet. It’s episode 20, the WordPress Briefing, WP Briefing. So I have a title for this, and when I started writing it, I really had every intention of writing it to the title. And then what I wrote doesn’t fit the title at all, but does really hang together well. And so we’re gonna have to come up with a new title, but at the moment, it’s called So Many Ways to WordPress.</p>\n\n\n\n<p>Here in a minute, you will see why it doesn’t fit. Also, at the end, I feel like I get very, like, angry nerd leader.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:00] </strong></p>\n\n\n\n<p>And so I may, I may at the end, give that a second go and see if there’s a way that I can soften it a little bit, but, I, I don’t know that I can soften it. I feel very strongly about it. So, maybe I am just an angry nerd leader.</p>\n\n\n\n<p>Oh, okay. I’ll get us started now that I apparently have filled the room with apologies, not the room, the closet. </p>\n\n\n\n<p>We’ll figure out something very catchy as a title or as an alternative. Very descriptive, and people will click on it because they must know, but we’ll figure out the title later.</p>\n\n\n\n<p>@wordpress.org. However, I don’t know why I decided to do an invitation to email me in the middle of that. I’m gonna start from the top of that paragraph. I just got too excited by the opportunity to get mail.</p>\n\n\n\n<p>I gotta slow it down. I’m like the fastest talker, had too much coffee. Okay, slowing it down now. </p>\n\n\n\n<p>Huh? What am I saying? No, no, that’s what I’m saying. It’s fine. I, I can do this. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00]</strong></p>\n\n\n\n<p>Hold on. Oww. Sorry. I was adjusting my microphone, and then it fell down. I happened to be holding it at the time, so it didn’t, like, slam down, I think, and hurt your ears and so I apologize. Good thing I stopped so it didn’t just, like, slam down in the middle of a recording.</p>\n\n\n\n<p>That’s all right. I’m gonna give myself that win, even though it’s a hollow one. All right. Trying again. Starting right there, at now since.</p>\n\n\n\n<p>This year, it starts on October 18th, 2001. That’s the year? No, 2021. That’s the year. Oh man. I’m doing such a great job of this.</p>\n\n\n\n<p>Um, I’m recording this slightly before, um, you’re hearing it? What, how am I gonna start this? Hold on. I don’t know how to start this. All right. I’m, I can do it.</p>\n\n\n\n<p>Oh, I’m so glad I remembered. We had guests that could have been so embarrassing.</p>\n\n\n\n<p>Now for me, the trade-offs work well. How many times can I say now?</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00] </strong></p>\n\n\n\n<p>Do I just start every sentence with now now? Is this just how I do things? Uh, now, now, now, now. I’m gonna start all over again because I’m in my head about the words in my mouth now. So.</p>\n\n\n\n<p>In some near timeframe, some near timeframe. This is not a thing that people say, Dustin, I’m sorry. That’s not a thing people say. I’m just gonna retry that one sentence to sound like I speak with other human beings sometimes.</p>\n\n\n\n<p>Today is the start of… I can do these things.</p>\n\n\n\n<p>This was a terrible ending. I need to just finish that last part. I’m gonna redo the part where I started with my name and not the name of the podcast. Um, and we’ll do that.</p>\n\n\n\n<p>And if you’re supporting or building anything to hand off to clients, you know that timely, easy to ship changes on a site are considered a vital part of any overarching brand and marketing strategy. Wow. It’s like, I don’t know what words are right there. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:00] </strong></p>\n\n\n\n<p>I tripped over my own tongue a lot. I’m gonna sit, I’m gonna do that paragraph again because I didn’t do a very good job of it.</p>\n\n\n\n<p>I’ll do a better job.</p>\n\n\n\n<p>I literally digress, and now I don’t know. I am in my thing. What was I saying? Oh, there we go. </p>\n\n\n\n<p>Topher DeRosia, who founded Word not WordPress. Holy moly. That was a, I knew I was gonna say that, and I was like, don’t say that when you actually get around to saying this, but here I am, and I did it. Even though I knew I was gonna do it and I told myself not to. Doing it again. Right from there.</p>\n\n\n\n<p>Not which audiench segment. Oh man. Audiench is not a word, folks. I was on a roll. I’m gonna start right from the primary thing.</p>\n\n\n\n<p>I don’t even remember how I started this podcast. What is the last thing I said? I said, here we go. All right. </p>\n\n\n\n<p>Kind of covered some interesting ground, and so, oh no, this is not where I’m gonna start it. I know exactly where I’m gonna start it. Okay. I’m really ready now. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:00] </strong></p>\n\n\n\n<p>I suddenly, I’m gonna pause right here because I suddenly got really worried that I didn’t actually hit record. Oh my gosh. I did. Woo. I’m all over the place. Okay. We’ll now continue. Wait, did I? Oh my goodness. I did, super sorry.</p>\n\n\n\n<p>Of the WordPress Briefing. I’m gonna do some singing in the middle of some talking, but I keep trying to talk myself out of the singing, so I’m gonna go ahead and do the singing, and then I’ll do the talking before I talk myself out of the singing. Here I go, probably.</p>\n\n\n\n<p>I added a word. That was so good. I’m gonna start again. I’m gonna get some water, and then I’m gonna start again. Not again. Again. Just from the ‘and finally.’</p>\n\n\n\n<p>I don’t know how I finish my show. Y’all, I do this literally every week. I never know how to finish my show. Here we go.</p>\n\n\n\n<p>I don’t know why I shouted at you from the other side of the tiny closet. I apologize. I’m gonna start again from ‘and finally.’</p>\n\n\n\n<p>Tada we did it.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:00] </strong></p>\n\n\n\n<p>Ha. I hate it. I hate the whole podcast. It’s gonna be fine. </p>\n\n\n\n<p>Done. Nailed it.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\n\n\n\n<p>With that, I’m your host, Josepha Haden Chomphosy. Merry Christmas from me. Happy holidays to you, and we’ll see you again in the new year.</p>\n\n\n\n<p>Done.</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:"14123";s: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:11:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 23 Feb 2023 06:56:27 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:4:"vary";s:15:"Accept-Encoding";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Mon, 20 Feb 2023 17:23:20 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:16:"content-encoding";s:2:"br";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20230215112024";}', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22839, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1677178588', 'no'),
(22840, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1677135388', 'no'),
(22841, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1677178589', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22842, '_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:93:"WPTavern: Museum of Block Art Calls for Submissions Celebrating WordPress’ 20th Anniversary";s:7:"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=142175";s:7:"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://wptavern.com/museum-of-block-art-calls-for-submissions-celebrating-wordpress-20th-anniversary";s: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:5084:"<p>The <a href="https://block-museum.com/">Museum of Block Art</a> (MOBA), a project launched in 2022 featuring art created using the block editor’s design tools, is <a href="https://block-museum.com/2023/02/21/lets-celebrate-20-years-of-wordpress/">calling for submissions</a> celebrating WordPress’ upcoming 20th anniversary. </p>\n\n\n\n<p>In a short amount of time, the museum has collected more than three dozen works of block art, creative pieces that leave the viewer wondering how they were made using only WordPress’ core design tools. The MOBA features a diverse set of works – from <a href="https://block-museum.com/2022/02/02/its-me/">a Mario mosaic</a> made entirely of differently colored Button and Group blocks, to <a href="https://block-museum.com/2022/01/26/city-textures/">a textured gallery of city images</a> melded together using the Columns, Cover, and Gallery blocks. All pieces are displayed with the HTML markup of the block(s) beneath, so curious viewers can dig into the details of which tools design tools have been applied.</p>\n\n\n\n<img />\n\n\n\n<p>MOBA’s curators are challenging artists to submit WP20 blocks inspired by the <a href="https://wp20.wordpress.net/download-the-wp20-commemorative-logos/">20th anniversary logos</a> and/or the color palette and images from the <a href="https://wordpress.org/themes/author/wordpressdotorg/">default themes through the years</a>. These blocks will become part of the art history of WordPress’ capabilities. </p>\n\n\n\n<p>MOBA founder Anne McCarthy said the submissions have “definitely evolved as the controls have grown since each new control added has a cascading creative impact.” To better illustrate this evolution, she has created release-specific virtual exhibits, including one for <a href="https://block-museum.com/wordpress-5-9-exhibit/">5.9</a> and another for <a href="https://block-museum.com/wordpress-6-0-exhibit/">6.0</a>. She didn’t receive too many pieces for 6.1 and hasn’t created an exhibit for that release yet but has created <a href="https://block-museum.com/2022/12/25/relentless/">some</a> <a href="https://block-museum.com/2022/12/26/shining-through/">blocks</a> using 6.1’s tools, and <a href="https://nomad.blog/2022/12/26/behind-the-scenes-of-creating-art-with-wordpress/">wrote a post about the process</a>.</p>\n\n\n\n<p>“I think it would be really neat to compare a 5.9 exhibit to a 6.9 or 7.9 showing how far the art has come in the same way you might look at art in a museum across the centuries,” McCarthy said.</p>\n\n\n\n<p>“The vision is to explore WordPress, a software we take for granted, in a new way to create something unexpected—a virtual art museum featuring art made from the same blocks used to house the experience itself. WordPress is so known as a site building tool but we don’t talk about all that it unlocks, including being able to create some pretty rad art pieces. I hope it helps both empower folks to make their own art pieces and offers some inspiration, in the same way a museum might. I really just want to supercharge the sentiment of ‘Proudly Powered by WordPress’ to show just how much WordPress truly can power.”</p>\n\n\n\n<p>One piece, the circular rainbow created by Chuck Grimmet, was printed out and displayed on one of the walls behind Matt Mullenweg during the 2022 State of the Word address. McCarthy said she would like to see more real life exhibits of the work from MOBA contributors, and that there is a chance some will be displayed at an upcoming flagship WordCamp event. Another idea she had is offering a way to order the art and print it out as a fun use of e-commerce, perhaps as an integration with the WordPress swag store.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="wp-embedded-content"><a href="https://block-museum.com/2022/06/03/circular-rainbow/">Circular rainbow</a></blockquote>\n</div>\n\n\n\n<p>In the future, McCarthy hopes to recruit submissions from artists outside the WordPress community and someday host an art “hackathon” where people gather to produce submissions. </p>\n\n\n\n<p>MOBA’s curators are inviting users of all experience levels to create WP20-inspired blocks as part of the upcoming celebration. Those who are newer to the block editor can check out some of the recommended <a href="https://learn.wordpress.org/tutorials/?series=&topic=7&language=&captions=&wp_version=">block tutorials</a> as well as The Creative Side to Blocks series (volumes <a href="https://wordpress.tv/2022/08/08/the-creative-side-of-blocks/">1</a>, <a href="https://wordpress.tv/2022/09/07/the-creative-side-of-blocks-vol-2/">2</a>, and <a href="https://wordpress.tv/2022/11/18/the-creative-side-of-blocks-vol-3/">3</a>) on WordPress.tv. Prospective contributors can learn more about <a href="https://block-museum.com/contribute/">how to contribute blocks</a> to the MOBA collection on the museum’s website. Submissions will be reviewed by the initiative’s current panel of contributors.</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, 23 Feb 2023 03:56:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:90:"WPTavern: WordPress 6.2 Beta 3 Released, Contributors to Host Live Product Demo on March 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:30:"https://wptavern.com/?p=142213";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"https://wptavern.com/wordpress-6-2-beta-3-released-contributors-to-host-live-product-demo-on-march-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:2491:"<p><a href="https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/">WordPress 6.2 Beta 3</a> was released this week, another small milestone towards the official, more polished version that is expected in under five weeks on March 28, 2023. Testers will find 34 issues resolved since the Beta 2 release, bringing the cumulative number of enhancements to 292, with 354 bug fixes and counting. Details for the changes in beta 3 are available in the linked tickets:</p>\n\n\n\n<ul>\n<li><a href="https://github.com/WordPress/gutenberg/commits/wp/6.2">GitHub tickets</a></li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=02%2F14%2F2023..02%2F21%2F2023&milestone=6.2&col=id&col=milestone&col=owner&col=type&col=priority&order=id">Trac tickets</a></li>\n</ul>\n\n\n\n<p>Contributors will be hosting a live product demo on <a href="https://www.timeanddate.com/worldclock/fixedtime.html?iso=20230302T1700">Thursday, March 2, 2023 at 12:00 PM EST</a> via <a href="https://us02web.zoom.us/j/82841185159">Zoom</a>. WordPress contributors <a href="https://profiles.wordpress.org/annezazu/">Anne McCarthy</a> and <a href="https://profiles.wordpress.org/richtabor/">Rich Tabor</a>, who are helping lead the release, will give viewers a tour of the features coming in 6.2.</p>\n\n\n\n<p>“This is a slightly different format from the previous <a href="https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/">6.0</a> and <a href="https://make.wordpress.org/core/2022/09/05/6-1-product-walk-through/">6.1</a> walk-throughs, focusing on showcasing the great work that’s been going into the release,” Marketing Team contributor Jonathan Pantani said. “Future releases can expect to see this, a walk-through/discussion, or both types of live events become part of the release cycle.”</p>\n\n\n\n<p>The event will be moderated by Nathan Wrigley, who will guide the discussion and present questions from the audience. Questions can be submitted in advance in the <a href="http://wordpress.slack.com/">Make WordPress Slack</a> via the <a href="https://wordpress.slack.com/archives/C039R2P1ZC1">#walkthrough channel</a>. The livestream will be recorded and published in a follow-up post after the product demo has concluded. There is no registration for the event. Those who want to watch and participate live can <a href="https://us02web.zoom.us/j/82841185159">launch the meeting using Zoom</a> at the scheduled 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:"Wed, 22 Feb 2023 22:22:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:95:"Post Status: WordPress 6.2 Beta 3 & Live Demo • Help Test • Changes to WP Release Cycle";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=147449";s:7:"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://poststatus.com/wordpress-6-2-beta-3-live-demo-help-test-changes-to-wp-release-cycle/";s: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:16117:"<h2 id="h-this-week-at-wordpress-org-february-20-2023">This Week at WordPress.org (February 20, 2023)</h2>\n\n\n<div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">WordPress 6.2 is just over a month away. Join in the live demo and help test beta and release candidate versions. Should we revise the WordPress release cycle? Share you feedback. </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-kadence-infobox kt-info-box_94d1bd-77"><div class="kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kb-svg-icon-wrap kb-svg-icon-fe_arrowRightCircle kt-info-svg-icon"></span></div></div></div></div><div class="kt-infobox-textcontent"><h2 class="kt-blocks-info-box-title">WP 6.2 Beta 3 & Demo, Proposal to Update Release Cycle </h2><p class="kt-blocks-info-box-text">β <a href="https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/">WordPress 6.2 Beta 3</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f5d3.png" alt="🗓" class="wp-smiley" /> <a href="https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/">6.2 Live Product Demo</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fe.png" alt="🙋🏾" class="wp-smiley" /> <a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">Help Test WordPress 6.2</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f503.png" alt="🔃" class="wp-smiley" /> <a href="https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/">Proposal: Updates to the WordPress Release Cycle</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/270d-1f3fc.png" alt="✍🏼" class="wp-smiley" /> <a href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/">Apply to Attend the 2023 Community Summit</a></p></div></div></div>\n\n\n\n<div class="wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb"><div class="kt-block-spacer kt-block-spacer-halign-center"><hr class="kt-divider" /></div></div>\n\n\n\n<div class="is-layout-flex wp-container-3 wp-block-columns">\n<div class="is-layout-flow wp-block-column">\n<h2 id="h-community">Community</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/community/2023/02/21/feature-request-additional-roles-for-wordcamp-sites/">Feature request: additional roles for WordCamp sites</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/20/upcoming-wpdiversity-events-march-2023/">Upcoming #WPDiversity Events: March 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/17/meetup-com-accessibility-overlay-february-update/">Meetup.com Accessibility Overlay February Update</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/17/updates-to-the-wordcamp-site-setup-handbook-page/">Updates to the WordCamp Site Setup Handbook Page</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/15/meetup-organizer-newsletter-february-2023/">Meetup Organizer Newsletter: February 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-core"><a href="https://make.wordpress.org/core">Core</a> </h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/21/a-week-in-core-february-20-2023/">A Week in Core – February 20, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/">Proposal: Updates to the WordPress Release Cycle</a></li>\n</ul>\n\n\n\n<h3 id="h-wordpress-6-2">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/21/wordpress-6-2-beta-3/">WordPress 6.2 Beta 3</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/21/6-2-live-product-demo/">6.2 Live Product Demo</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/04/phase-2-finale/">Phase 2, Finale</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/">Roadmap to 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/">Early bug scrub schedule for WP 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id="h-meetings">Meetings</h3>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/20/editor-chat-summary-wednesday-february-15-2023/">Editor chat summary: Wednesday, February 15, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/22/dev-chat-agenda-february-23-2023/">Dev Chat Agenda, February 23, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/22/editor-chat-agenda-22nd-february-2023/">Editor Chat Agenda: 22nd February 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/17/dev-chat-summary-february-16-2023/">Dev Chat Summary, February 15, 2023</a></li>\n</ul>\n\n\n\n<h3 id="h-developer-blog">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href="https://developer.wordpress.org/news/2023/02/block-theme-resources-roundup/">Block theme resources roundup</a></li>\n</ul>\n\n\n\n<h2 id="h-docs"><a href="https://make.wordpress.org/docs">Docs</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/docs/2023/02/10/agenda-for-docs-team-bi-weekly-meeting-february-21-2023/">Agenda for Docs Team bi-weekly meeting February 21, 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-meta"><a href="https://make.wordpress.org/meta">Meta</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/">Theme Directory redesign update</a></li>\n</ul>\n\n\n\n<h2 id="h-openverse"><a href="https://make.wordpress.org/openverse">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/openverse/2023/02/22/openverse-is-now-a-monorepo/">Openverse is now a monorepo</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/openverse/2023/02/22/community-meeting-recap-21-february-2023/">Community Meeting Recap (21 February 2023)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/openverse/2023/02/21/post-inaturalist-data-refresh-status/">Post-iNaturalist Data Refresh Status</a></li>\n</ul>\n\n\n\n<h2 id="h-performance"><a href="https://make.wordpress.org/performance/">Performance</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/21/performance-chat-summary-21-february-2023/">Performance Chat Summary: 21 February 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column">\n<h2 id="h-polyglots">Polyglots</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/polyglots/2023/02/22/agenda-weekly-polyglots-chat-feb-22-2023-0700-utc/">Agenda: Weekly Polyglots Chat – Feb. 22, 2023 (07:00 UTC)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/polyglots/2023/02/21/helphub-and-devdocs-redesign-request/">HelpHub and DevDocs redesign request</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/polyglots/2023/02/20/sync-translations-between-dev-and-stable-projects/">Sync translations between Dev and Stable projects</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/polyglots/2023/02/20/components-into-tabs-in-the-right-sidebar/">Components into tabs in the right sidebar</a></li>\n</ul>\n\n\n\n<h2 id="h-plugins">Plugins</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/">Twitter API Changes</a></li>\n</ul>\n\n\n\n<h2 id="h-project">Project</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id="h-support"><a href="https://make.wordpress.org/support">Support</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/support/2023/02/agenda-for-february-9th-support-meeting-2/"><a href="https://make.wordpress.org/support/2023/02/summary-for-february-16th-support-meeting/">Summary for February 16th Support Meeting</a></a></li>\n</ul>\n\n\n\n<h2 id="h-test"><a href="https://make.wordpress.org/test">Test</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/test/2023/02/21/hallway-hangout-lets-chat-about-using-replay-io-in-the-fse-outreach-program/">Hallway Hangout: Let’s chat about using Replay.io in the FSE Outreach Program</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">Help Test WordPress 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/updates/2023/02/20/test-team-update-20-february-2023/">Test Team Update: 20 February 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-training"><a href="https://make.wordpress.org/training">Training</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/training/2023/02/17/february-2023-faculty-meeting/">February 2023 Faculty Meeting</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/10/training-teams-new-onboarding-program-is-now-live/">Training Team’s new onboarding program is now live!</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/08/video-conferencing-options-for-online-workshops/">Video conferencing options for Online Workshops</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/06/training-team-2023-goals-setting/">Training Team 2023 Goals Setting</a></li>\n</ul>\n\n\n\n<h3 id="h-online-workshops">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href="https://learn.wordpress.org/?meeting=introduction-to-templates-block-theme">Introduction to Templates (Block Theme)</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=customizing-the-single-template-and-404-template">Customizing the Single Template and 404 Template</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=intro-to-wordpress-accessible-color">Intro to WordPress Accessible Color</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=wordpress-as-a-paintbrush-internet-art-then-and-now">WordPress as a Paintbrush: Internet Art Then and Now</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=best-design-practices-to-create-engagement">Best design practices to create engagement</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=how-to-own-your-expertise-start-speaking-at-wordpress-events-amer-emea">How to Own Your Expertise & Start Speaking at WordPress Events AMER/EMEA</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=wp-dev-livestream-building-a-react-app-utilising-the-wp-rest-api-2">WP dev livestream: Building a React app utilising the WP REST API</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=help-test-wordpress-developer-edition">Help test WordPress – developer edition</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=how-to-confidently-migrate-from-a-classic-theme-to-a-block-theme-2">How to Confidently Migrate from a Classic Theme to a Block Theme</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=how-to-confidently-migrate-from-a-classic-theme-to-a-block-theme">How to Confidently Migrate from a Classic Theme to a Block Theme</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=designers-developers-cats-dogs-living-in-harmony">Designers & Developers: Cats & Dogs Living in Harmony</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=training-team-contributor-day-online-session">Training Team Contributor Day Online Session</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=community-sharing-media-plugins">Community Sharing: Media Plugins</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=lets-code-developer-ama-ask-me-anything">Let’s code: Developer AMA – Ask Me Anything</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=wp-dev-livestream-building-a-react-app-utilising-the-wp-rest-api">WP dev livestream: Building a React app utilising the WP REST API</a></li>\n</ul>\n\n\n\n<h3 id="h-tutorials"><a href="https://learn.wordpress.org/tutorials">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href="https://learn.wordpress.org/tutorial/designing-with-the-columns-block/">Designing with the columns block</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/using-the-wordpress-rest-api/">Using the WordPress REST API</a></li>\n</ul>\n\n\n\n<h2 id="h-wptv">WPTV</h2>\n\n\n\n<ul>\n<li><a href="https://wordpress.tv/category/year/2022/">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2 id="h-related-news">Related News:</h2>\n\n\n\n<ul>\n<li><a href="https://www.php.net/archive/2023.php#2023-02-02-1">PHP 8.2.2 Released!</a></li>\n\n\n\n<li><a href="https://www.php.net/archive/2023.php#2023-02-02-2">PHP 8.1.15 Released!</a></li>\n</ul>\n\n\n\n<p class="has-theme-palette-7-background-color has-background">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> <a href="https://wordpress.org/support/article/contributing-to-wordpress/">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status’ <a href="https://poststatus.com/news/week-in-review/">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It’s also available in <a href="https://poststatus.com/newsletter">our newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png" alt="💌" class="wp-smiley" /></p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile has-background"><a href="https://poststatus.com/"><img src="https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png" alt="Post Status" class="wp-image-85823 size-full" /></a><div class="wp-block-media-text__content">\n<p class="has-text-align-left has-normal-font-size" id="h-get-ready-for-remote-work">You — and <a href="https://poststatus.com/#Agency">your whole team</a> can <a href="https://poststatus.com/#choose-membership">Join Post Status</a> too!</p>\n\n\n\n<p class="has-text-align-left has-small-font-size"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href="https://poststatus.com/newsletter/">newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png" alt="✉" class="wp-smiley" /> Listen to <a href="https://poststatus.com/podcasts/">podcasts</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png" alt="🎙" class="wp-smiley" /> Follow <a href="https://twitter.com/post_status/">@Post_Status</a> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /> and <a href="https://www.linkedin.com/company/post-status-llc/">LinkedIn</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png" alt="💼" class="wp-smiley" /></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 22 Feb 2023 19:31:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Courtney Robertson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:74:"WPTavern: #64 – Patrick Posner on Using WordPress To Create Static Sites";s:7:"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=142108";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"https://wptavern.com/podcast/64-patrick-posner-on-using-wordpress-to-create-static-sites";s: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:50676:"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case using WordPress as a way to create static sites.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or go to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you. And hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox. And use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Patrick Posner. Patrick is a solopreneur and has been developing with WordPress since 2010. He’s worked in all sorts of environments as a freelancer, a senior developer in a WordPress product company, and since 2020 he’s been working full-time on his own projects.</p>\n\n\n\n<p>One of his projects is a plugin called Simply Static. It’s purpose is to make a static version of your website. This of course begs the question, what is a static site?</p>\n\n\n\n<p>Back in the early days of the internet, before WordPress, if you wanted to put a website online, you had to write the HTML yourself. You opened up a text editor and started to type. When you’d finished, you had an HTML file which you uploaded to a server somewhere. And if someone wanted to view that page, the server would send over that file.</p>\n\n\n\n<p>It worked, but thankfully, it didn’t stay that way for long. Software for desktops were developed, which would create the HTML for you. CMSs such as WordPress would take this further and create the HTML and CSS based upon the content you’d created, and the theme that was active. This was extremely convenient, but when all is said and done, the output is still the same as it was years ago. HTML, CSS, and possibly some JavaScript.</p>\n\n\n\n<p>Depending upon your setup in WordPress, quite a lot of complicated operations are needed to generate that code. Caching aside, is there a case for saving your HTML files, uploading them to a server, and then taking WordPress offline? Patrick certainly seems to think so.</p>\n\n\n\n<p>We talk about how this flattening of your website takes place, and what the advantages might be in terms of speed and the cost of hosting.</p>\n\n\n\n<p>We also get into the pros and cons of adopting the static site approach. Are there any sites which are more suited to being static than others?</p>\n\n\n\n<p>We also discuss what solutions are out there to make this happen, from Patrick’s own plugin, to the hosting providers and SaaS solutions which enable things like search and forms to still function.</p>\n\n\n\n<p>It’s a really interesting subject and one that you might like to explore, and this podcast is a great primer for that.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Patrick Posner.</p>\n\n\n\n<p>I am joined on the podcast today by Patrick Posner. Hello Patrick.</p>\n\n\n\n<p>[00:04:16] Patrick Posner: Hey Nathan. Glad to be here.</p>\n\n\n\n<p>[00:04:18] Nathan Wrigley: Thank you so much. This is honestly going to be a really interesting topic. I think there’s going to be a lot of people at the end of this conversation who go away and start to fiddle with their setup. Because we’re going to be talking about a really different way of serving up your website.</p>\n\n\n\n<p>We’re strictly in the bounds of WordPress. Everything that we’re going to be doing today is WordPress, but we’re going to add a little bit of a twist, and this is the way that WordPress is served up to your clients.</p>\n\n\n\n<p>Patrick is the owner and developer of a plug-in called Simply Static. I’m going to link to it in the show notes. There is a version on the WordPress repo, which is available for free. There is also a paid version and we’ll get into all of the different pieces of that. So we’re going to be talking about static sites today, essentially. Ironing out the problems, figuring out what it all is and what Patrick’s solution does.</p>\n\n\n\n<p>Before we begin that, let’s go into Patrick’s origin story. Patrick, if you wouldn’t mind, just tell us about your relationship with WordPress. Tell us where you are, what you do for a living, how long you’ve been doing it, and all of those good things.</p>\n\n\n\n<p>[00:05:25] Patrick Posner: Yeah, sure. Happy to share. So I’m a WordPress developer since 2010. And I moved from several steps into the career I’m having today. I started with an agency as a developer, building client sites. And, after a couple of years I moved into self-employment and started getting some freelance clients. Building my first WooCommerce stores and more advanced WordPress websites.</p>\n\n\n\n<p>After a bunch of years I got employed again and worked as a senior plugin developer for one of the biggest WordPress product companies here in Germany. Just before Covid, I decided to get back to self-employment again, and since then I’m working full-time on my WordPress products, mainly plugins.</p>\n\n\n\n<p>[00:06:16] Nathan Wrigley: Thank you very much. You’ve got a website which people can find. It’s patrickposner.dev, and I will link to that in the show notes, but you can see the range of different things that you are doing over there. But we’re going to be focusing very much on one of your endeavors, which is a static site generating plugin.</p>\n\n\n\n<p>We’ll get into how it works, that particular plugin in a moment. But I think first of all we should clear up what a static site is. So just to reiterate, we’re using WordPress, but there’s something different about the way that WordPress distributes the pages and posts that we save. So, could you describe to us, any amount of detail, I guess, considering this is a WordPress specific podcast you really can go into the weeds with this if you like. But just tell us what is a static site? What are the benefits? Why should anybody making WordPress websites be interested in this?</p>\n\n\n\n<p>[00:07:12] Patrick Posner: So imagine stepping back 20 years. The internet consists of HTML, CSS and JavaScript. You have no database interaction. You have no complex server setups, just plain files. You can edit them directly, you can upload your images, PDF files and other stuff. That are static websites.</p>\n\n\n\n<p>And as the world and especially the internet is getting more and more complex, people are really enjoying the ease of static websites, as they don’t have to handle with updates with a database, with complex deployments and all that stuff. So that’s a basic idea of static websites.</p>\n\n\n\n<p>They don’t have a database. They are pretty secure and almost unhackable as they have no connection to a traditional server. So there’s no PHP exploits, having no database where people can or where hackers can fetch your user data, or install any malicious code or something like that.</p>\n\n\n\n<p>Another really beneficial thing of static sites is a part of hosting. So you can basically host a static site everywhere, on a pretty cheap standard web hosting package. But there are also a bunch of more optimized hosting providers like Netlify or GitHub Pages, which cover a couple of common problems. We may get into detail a little bit later for that. But, let’s say 404 pages or a search integration or basic form integration, where people can submit the form and the content of that is forwarded to you via email.</p>\n\n\n\n<p>[00:08:56] Nathan Wrigley: Yeah, so just to rehash a bit of that and go into the weeds on some of the bits and pieces there. So you mentioned that 20 years ago, I remember it well, actually. If you wanted to browse a website, essentially you would go to the url, and if you inspected the source code, you would just see a list of HTML, there may be some CSS in there and so on, and perhaps some images were linked to.</p>\n\n\n\n<p>But typically that HTML would’ve been written by a human probably. They would literally line by line, have gone through and written the whole thing. And the only thing crossing the wire was the HTML. So the page that you requested was a file.</p>\n\n\n\n<p>You would request index.Html and the internet, wherever that was served, would give you that file. That file was somewhere. Fast forward 20 years, now we’re into WordPress territory. And again, there’s a whole broad spectrum of people that listen to this podcast, and some of them may not be aware that the moment you request a WordPress page, a whole litany of very complicated things are going on in the background, depending on how many plug-ins you’ve got and what it is that you’re requesting. But it’s not as simple as I request a page, WordPress serves the page. No, there’s a whole theming engine and all sorts of database requests are being built on the backend at the time you request them.</p>\n\n\n\n<p>Now, typically, you know, if it’s a really lean site, you might not notice that it might be very, very quick. But when you start to do more complicated things, the time it takes to build that page adds up. So what you are proposing is that you can still use WordPress, but the output is saved and it’s the output which is served up just like it was 20 years ago. Have I got that roughly right?</p>\n\n\n\n<p>[00:10:52] Patrick Posner: Perfectly perfectly. So that’s exactly what the static site generation does within WordPress. You can edit your content in WordPress, but the result is just a static website.</p>\n\n\n\n<p>[00:11:05] Nathan Wrigley: Okay, right. So hopefully we’ve cleared that bit up. Now you mentioned that there’s whole bunch of benefits to this. Number one, I think, really would be the speed. The fact that there’s nothing being constructed by WordPress. So seconds, milliseconds. I don’t really know. It depends on each individual instance of WordPress.</p>\n\n\n\n<p>But the point is, there’s nothing complicated going on the background. You request a file, a file is served back at you, and so that’s quicker. Now, along for the ride there is also the security benefit. And you said that these websites are typically unhackable. And again, that might be a mystery to people. Can you explain why the security posture is improved by going static.</p>\n\n\n\n<p>[00:11:52] Patrick Posner: Yeah, sure. So security is often overlooked when it comes to static websites. But for me, that’s as important as the performance aspect of it. So you have basically a layer before your WordPress website. So you have your WordPress website, and the entire website is protected by basic authentication, for example. Or even better, you have your WordPress website on your local computer with a tool like Local WP, and your WordPress website don’t even touch the internet directly.</p>\n\n\n\n<p>And you convert the WordPress website to a static website. And this static website don’t have access to your WordPress database. There’s no ability to execute PHP, for example. So there’s no one that can access your server and do anything you don’t want.</p>\n\n\n\n<p>That starts with forms. So someone submits like malicious code in your form, and the input isn’t really escaped. So it doesn’t matter on a static website as you never have the problems that someone submits a form and it will be directly transferred to a WordPress website.</p>\n\n\n\n<p>The same is true for executing code. So if you have a static website, there aren’t any PHP files, and most statics hosts even block PHP files from executing in general. You will never have something like a malicious script on your aesthetic website that sends spam emails or collecting user data you don’t want. All of that is gone once you have a static website.</p>\n\n\n\n<p>[00:13:30] Nathan Wrigley: So you mentioned the scenario where, and I would encourage people to explore this a little bit, because it’s quite an interesting scenario. You mentioned that you could use a local install of WordPress. And so you may, for example, have come across a tool like Local, which is a desktop application. So you can download it for the Mac and windows and so on. There may be versions for Linux, I actually don’t know.</p>\n\n\n\n<p>But you can have a local version of WordPress and really, it only works on your machine whilst your machine is switched on. The principle being that you may use it just to test out a plugin, or you may use it just to test something out that you want to do quickly. You can spin up a website, but that website doesn’t really have an online presence. If you switch your computer off at the end of the day, it’s gone, it’s nowhere. It doesn’t exist.</p>\n\n\n\n<p>But in your scenario, you can create your website on your local machine. Then export the pages because you’ve essentially scraped the output HTML and figured out where the CSS and the files are and so on. And then you could push that to the server and then shut your computer down and the website will still work. But there’s absolutely no database online. There’s no PHP files getting requested, and so in that way, it’s more secure.</p>\n\n\n\n<p>[00:14:49] Patrick Posner: Yeah, absolutely. Also means that you have like a staging environment automatically. So your WordPress website is your staging website, right? So as long as you don’t push an update to your static website or to your hosting, you can do whatever you want with your WordPress website. Installing a new plugin, testing a new theme. Updating or not updating WordPress is also fine. Your static website stays online no matter what.</p>\n\n\n\n<p>[00:15:17] Nathan Wrigley: Yeah, it’s a real one way relationship, isn’t it? Whatever is on your WordPress website is always in isolation, if you like. And you have to publish the changes and push them to the server. So in that way, nothing comes back because the server really, in a sense, has no knowledge of the fact that there’s a WordPress website. It just knows that, well somebody’s requested a particular page. Have I got that page? Yes, I have. Here it is. It doesn’t know that there’s a WordPress website there at all.</p>\n\n\n\n<p>[00:15:51] Patrick Posner: Yep, that’s right.</p>\n\n\n\n<p>[00:15:52] Nathan Wrigley: Okay, and you mentioned another benefit of this approach was the fact that it can be hosted, and my understanding is that can in many cases, depending on the size and scale of your website, it can be hosted really, really affordably. And by affordably, I mean incredibly affordably. Now, I don’t know if there’s a dozen, hundreds of companies which are dedicated to this type of environment, but can you just talk us through the sort of cost benefits of doing it this way? Static.</p>\n\n\n\n<p>[00:16:24] Patrick Posner: Yeah, true. So, hosting a static website is completely different when it comes to the pricing tag attached, compared to any kind of a press hosting. We’re talking about like $1 for an entire year of hosting.</p>\n\n\n\n<p>There are also a bunch of providers that you can use for free, like Cloudflare Pages. Cloudflare Pages allows you to do like, I’m not entirely sure, it’s 500 updates to your static website per month for free. They don’t charge for the amount of files or the used data, the used space. So that’s one thing that you can use completely for free. There are others where there’s a little fee attached, but it’s always insanely cheap compared to traditional WordPress hosting.</p>\n\n\n\n<p>[00:17:16] Nathan Wrigley: You literally are in many cases talking about a handful of US cents, not dollars per month.</p>\n\n\n\n<p>[00:17:24] Patrick Posner: Yeah.</p>\n\n\n\n<p>[00:17:25] Nathan Wrigley: Yeah, it really is amazing. You mentioned earlier that the hosting company does take on a slightly different burden, in that because it’s just pages and that’s all they know about, then some of these hosting companies do take on additional responsibilities. So for example, in the scenario where somebody accidentally searches for a url which doesn’t exist.</p>\n\n\n\n<p>Well, WordPress, if you’ve got a traditional WordPress site, which is online with a traditional host, it handles that and it serves up a 404 page. Plus it can do things like search for you. That’s not the case here. And you have to take additional steps for those things to be catered for. So 404, search, things like forms. Do you just want to talk us through how you overcome those things?</p>\n\n\n\n<p>[00:18:10] Patrick Posner: Yeah, so you can, there are two different directions you can go here. You can do it yourself. It’s not that hard to provide an htaccess file to serve the request to a specific page. That’s one way. So there are a lot of users, especially in the Simply Static world, doing all of that on its own.</p>\n\n\n\n<p>But you can also use a provider like, let’s say Netlify. Netlify provides an easy way to configure a 404 page, and they handle all of that for you. So you basically type in a search and if there’s no result coming up, Netlify will handle the redirection to the 404 page for you. They also handle things like forms. So you can basically add a little ID into your existing form, and they will forward the submission to your email address that you also configured within Netlify.</p>\n\n\n\n<p>There are a bunch of solutions for different use cases. You can always decide to use a more like all in one solution like Netlify, or use your traditional hosting package and use services like Formspark. Formspark is a static site form tool. You can easily configure forms on Formspark and embed them. You get a little HTML snippet. You can embed them on your WordPress website and they handle all of that for you. Spam detection, forwarding, CC, BCC connections, automations with Zapier. So let’s say you want to, you have a, like a, newsletter form and you want to, each time someone submits the form, you want to automatically submit this user to your Mailchimp list.</p>\n\n\n\n<p>You can do that with Zapier or within Formspark. I’m not really sure, but I think Formspark even have a automation with MailPoet right now. So there are a bunch of ways you can handle that. And all of them, or most of them, don’t require to be like a professional developer or something like that.</p>\n\n\n\n<p>[00:20:12] Nathan Wrigley: Yeah, I guess that’s an important point, isn’t it? So there are many benefits that you can list. You know, it’s quick, it’s secure, it’s affordable. But there’s also a few little additional hurdles. You have to in some way manage search. In some way manage 404, and forms and so on. And, it sounds like the industry around static website hosting is beginning to mature to the point where there are off the peg solutions.</p>\n\n\n\n<p>So you mentioned Netlify can configure it so that 404 is taken care of. You don’t need to necessarily manage that yourself. And again, you mentioned a SaaS service, which will deliver forms to your email address. And I’ve had a little bit of a play with Formspark, and in all honesty, it was trivially simple to stick up a form and get it sending the data that was consumed by that form to my, my email address, it only took a matter of moments. It was really good.</p>\n\n\n\n<p>So, what we’ve talked about there is what a static site is. And because you’re on the podcast, it’s clear that you’re into that area and in fact, you’ve got a solution to turn a WordPress website into a static website. It’s called Simply Static. I’ll link to both the paid version and we’ll go into the differences a little bit later, but I’ll also link to the WordPress repository version, which will get you certainly going. Tell us what simply statics approach is. What is it doing? How long have you been working on it? Is this yours? Did you take it over from somebody? Just give us the rundown of what is Simply Static.</p>\n\n\n\n<p>[00:21:46] Patrick Posner: So Simply Static is a static site generator as a WordPress plugin. It basically acts like Google or a regular user. So, once you start an export within Simply Static, there’s a crawler behind it that visits each page on your website and downloads the entire HTML rendered, and all the CSS files, JavaScript files, and of course all the images.</p>\n\n\n\n<p>And, at the end, it zips the entire results. So you can use it to upload it, for example, to Netlify. I adopted the plugin in 2020 from Scott Blaine, who does an incredible job putting together the initial version of Simply Static. I got in contact with Blaine due to the fact that I was a user of the Simply Static plugin, and I used it for a client website where we had problems that we hadn’t full control over the server configuration.</p>\n\n\n\n<p>It was like a traditional hosting package. And the client booked a TV commercial and we expected a huge spike in traffic for that day, and we need a way to handle that. So nothing could be worse. And once TV commercial was out the landing page would simply get away. And so I would never restart again once TV commercial was on. So, I stumbled upon simply Static and it wasn’t working at that time, but I thought, okay, so working as a WordPress developer for like 12 years, I should be able to make it work.</p>\n\n\n\n<p>And, I fixed the problems in like one or two hours and provided a patch and Scott implemented that one and we got in a little discussion about the future of Simply Static and he told me that he was having his third or false kid, I’m not really sure, and he don’t really have the time anymore to maintain or even extend Simply Static from now on.</p>\n\n\n\n<p>And I thought, okay, so I’m working on my own products for like six years or seven years and I really, being a fan of complex products. So my other products like Password Protection or Secure File Transfer, it’s always something a little bit nerdy and I thought, okay, Simply Static is a pretty good fit for my existing portfolio, so why not taking it over and shipping all the patches, all the features people were requesting for years. And yeah, that was almost two years ago, or two and a half years ago, I’m not exactly sure. So that was the short history of how I get into Simply Static.</p>\n\n\n\n<p>[00:24:31] Nathan Wrigley: Perfect. So you took it over and ever since 2020, it’s been under your stewardship. And you just described that when you click publish in the same way that Google go around the internet and capture what is on your webpage, they’re not literally, well, they probably are as well, but typically they’re not taking an image of what’s on your page, they’re looking at the source. So they’re looking at the HTML and any other things that might be attached via that HTML.</p>\n\n\n\n<p>And essentially that’s what your plugin does. If you’ve got a brochure site, let’s say it’s got 10 pages. When you click the button in Simply Static.</p>\n\n\n\n<p>[00:25:08] Patrick Posner: Generate.</p>\n\n\n\n<p>[00:25:09] Nathan Wrigley: The generate button, thank you. Then it will scrape those 10 pages and put it into a zip file. That zip file, in the free version, you then take to a hosting provider and we keep talking about Netlify, so we may as well go with that. Take it to Netlify, upload it, and it’s then live, you’ve got your new iteration. So it’s a process of creating your WordPress website, saving things as you would normally, clicking generate, carrying the zip file over to Netlify, putting it over there, and then from that moment on the world, if you’ve got your DNS set up correctly, is looking at the flat html, the static HTML files, that simply Static has generated. Is that right?</p>\n\n\n\n<p>[00:25:55] Patrick Posner: Correct.</p>\n\n\n\n<p>[00:25:56] Nathan Wrigley: Perfect. How is the project going? You know, you’ve had it under your stewardship for a couple of years. It feels like static sites have become a bit of a hot topic. So I’m imagining that the plugin is experiencing growth.</p>\n\n\n\n<p>[00:26:10] Patrick Posner: Yeah, so Simply Static had a huge growth within the last two years. We almost 4x’d amount of active installation. So at the moment I took over the development of Simply Static was like 10 K active installations. We are now reached 40 K active installations. One thing I’ve done on day one, as I took over Simply Static and the GitHub repository was switching it to public.</p>\n\n\n\n<p>So it’s really a community driven project. You can always check the entire code base on github.com/simplystatic. And, you will find a little roadmap. You find issues we are working on. You can provide pull requests. Or you can make suggestions for new integrations or things that may not be working as expected.</p>\n\n\n\n<p>So we had that case with Elementor last week where Simply Static isn’t able to extract the bundled js that Elementor is generating to improve the performance. And we handle all of that, try to be as open as possible about the future of Simply Static. How things are going. Which direction we are going. Why I do things the way I do.</p>\n\n\n\n<p>So, for example, the crawling part, there are other solutions that do it more in a WordPress way. So they fetch all the custom post types and the generated archives and things like that. And it’s a valid approach, but I thought SEO is such a popular thing today and why not work as close as Google as possible to give an expected result once you generate a static website.</p>\n\n\n\n<p>So see it through the eyes of Google, and the eyes of your users and make sure your content is linked properly. You are having valid URLs. You are not having a bunch of 404 errors on your website. All of that is things Simply Static is taking care of to make the export as easy as possible.</p>\n\n\n\n<p>[00:28:17] Nathan Wrigley: It’s interesting because you and I are both obviously deeply embedded in the WordPress community. We love it and we probably obsess about WordPress more than is healthy for us. But a typical, I’m plucking this out of thin air, but I’m imagining there’s some truth in what I’m about to say.</p>\n\n\n\n<p>I would imagine a significant proportion of implementations of WordPress could really benefit from being static. And what I mean by that is, they are literally a site which is not really getting updated. It was built for let’s say a small business. And, that small business, they just need an internet presence. They need to be out there. They need a contact form. They need some description of what it is that they offer. Something fairly straightforward.</p>\n\n\n\n<p>The users of that, there’s a possibility that they don’t want the burden, because the internet is not what they do for a living. They don’t want the burden of having to renew licenses. They don’t want the burden for having to update plugins. They don’t want the burden for updating WordPress when it reaches the next version and so on. And I suppose in a sense, your solution kind of obviates that a little bit, because you don’t really, now, forgive me for saying this, because everybody will probably shoot me down for this.</p>\n\n\n\n<p>The site would still be secure, serviceable, workable even if you didn’t do all of the updates. So long as when you save it and generate your file, even if you’re on a really, really old version of WordPress, so long as the HTML that comes out the other end is valid and works, you are fine..</p>\n\n\n\n<p>[00:29:52] Patrick Posner: Yeah, absolutely. So one thing I keep saying to, a lot of users and customers is, let’s take WordPress offline in a good way. So we can use WordPress as one of the best tools to create a website. That can be on your local computer, on a protected environment, somewhere hosted. And can be sure that the results exported statically is still secure.</p>\n\n\n\n<p>Even if you don’t update or you don’t update your plugins regularly, you don’t update WordPress each time. You may not even update your theme out of a fear that it may break something. And all of that is covered by Simply Static due to the conversion. So use WordPress as a powerful editor for your website and use Simply Static to have peace of mind that your website is fast and secure even if you don’t get that much involvement in the WordPress world and you are always on track on all the security vulnerability reports and what’s new on Google page speed and all of those things.</p>\n\n\n\n<p>[00:30:59] Nathan Wrigley: It’s, really interesting. I’m just thinking about appliances in my kitchen. So an example would be my dishwasher. I don’t want my dishwasher to be on when there’s no dishes that need cleaning. It just needs to be off. Turn it off, then periodically go back to it and when it needs it, switch it on. And then once it’s done, switch it off again. It’s the same sort of principle here, isn’t it?</p>\n\n\n\n<p>WordPress, as on off-able. You switch it interact with it, publish the changes, get the changes onto the hosting in some way, and we’ll talk about the different methods in a moment, and then turn it off again, and remove any of the things that WordPress being switched on all the time may bring with it. Yeah, so I really like your description of it there.</p>\n\n\n\n<p>Now, just moving the subject forwards a little bit. Static sites, I feel that the word static sites and headless are being used a lot at the minute. And in many cases there may be confusion that these are in fact the same thing, that a static site that we are talking about today is the same as headless.</p>\n\n\n\n<p>Now it’s not really true, and I wonder if you could describe the differences. We could really go into the weeds here, but I don’t think we’ve probably got time for that. So a simple description of how they differ would be good.</p>\n\n\n\n<p>[00:32:11] Patrick Posner: I think simple is the best way to describe the difference between headless and static websites. So a headless website is more like a technical challenge. You usually have your WordPress website online somewhere all the time when you run a headless setup. The headless website continuously makes use of the REST API for WordPress to fetch content. To submit forms. To do all of dynamic stuff, but with JavaScript and not with PHP.</p>\n\n\n\n<p>And, one of the problems with headless website is that you almost ever need to be a developer or you have a developer maintaining your headless website. And that’s not the case with static websites due to the static generation, you can be pretty much anyone, and use the benefits a headless site offers without the technical challenges involved.</p>\n\n\n\n<p>And you can even use, and that’s a huge point for a lot of people, use your existing theme. So headless websites tend to be built from scratch, mostly in an enterprise context, and the theme is built with JavaScript and a modern JAMstack. So things like React are involved, Next.js, just to name a few of the tools involved in the stack.</p>\n\n\n\n<p>And they are complex and far away from end user friendly. A static website you use the tools you already know, but you get the benefits of a headless website. So the security improvement and the performance.</p>\n\n\n\n<p>[00:33:44] Nathan Wrigley: Yeah, I think it’s important to say that both implementations, static and headless, they really do have benefits. There’s clearly benefits that you’ve described for static and clearly there’s benefits for the headless approach. And as you described, enterprise level clients, and the fact that they may have access on tap to developers is a possible requirement there. I mean, you may be an incredibly technical non-developer, but I would imagine that it’s true to say that static sites are a little bit more straightforward to implement.</p>\n\n\n\n<p>Okay, with that in mind, let’s go through some examples of places where static sites are a good fit. And it is very important to say it’s not always the case. There is definitely going to be some examples where switching WordPress off is not what you want to do. So let’s do this in two ways. Let’s do the good first, let’s have some examples where being able to turn WordPress off using a static site is a good fit. Let’s do that first.</p>\n\n\n\n<p>[00:34:46] Patrick Posner: Sure. So, a good fit for a static WordPress website is a corporate website. It’s the most basic example. So yeah, traditional WordPress website for your plumbing service or whatever you do for a living. These sites are a perfect case for static sites. They rarely change. They don’t have any highly dynamic interaction with the WordPress website. You export them, leave them online, and that’s all you need.</p>\n\n\n\n<p>Another good example are blogs. So you can serve your entire blog as a static website and use little tricks to make something like comments work. So there are a bunch of tools and they are not that expensive to make comments work on your static website. You can publish new articles quite easily with Simply Static. So that’s a good case too.</p>\n\n\n\n<p>There are more specific types of websites that are also good fit. Think of documentation websites, where you add or improve the copy of the documentation, but you rarely switch the entire design, for example, for a documentation website.</p>\n\n\n\n<p>Another good fit are landing pages or lead generation websites. Think of AdWords landing pages or just an SEO landing page optimized for a specific keyword. Those pages are mostly small, so the static export is quite fast. And you don’t have to worry about updates or is my lead generation form working and all of that.</p>\n\n\n\n<p>Another thing that is often offloaded from the traditional website, and is more common in an enterprise context are career and department websites. So you have a separated career portal for all the jobs you are offering or you’re planning to offer to start a new department. And these pages are often separated from the main website. So like department-x.my domain.com, for example.</p>\n\n\n\n<p>[00:36:45] Nathan Wrigley: Yeah, perfect. So essentially what we’re saying there is, if the site is more or less static, then it’s a definite fit. So a corporate website. But even if it’s being modified, not necessarily being modified every few moments, then a blog for example. This is perfect. So all of those scenarios are a perfect fit. If you can say that you’re going to modify it not every moment of every day, then it seems to be a good fit.</p>\n\n\n\n<p>But that leads us onto the areas where potentially it’s not a good fit. And really this is where the dynamic stuff comes in. Any website which needs access to the database because it’s doing database intensive queries, that’s probably the area where it’s not such a good fit. So let’s go into the not good fits then.</p>\n\n\n\n<p>[00:37:30] Patrick Posner: So what the dynamic is key here. So there are a bunch of types of websites that obviously aren’t a good fit for a static website. The most common one is eCommerce websites. So think of WooCommerce as the most popular eCommerce solution for WordPress. You don’t really want to run a WooCommerce store as a static website. People need to be able to add things to their cart. They need to be able to log in to their customer account to download invoices or review their orders, and all of such things. I mean, you can do that with a static website, but it’s really a challenging part and you don’t want to do that.</p>\n\n\n\n<p>Another common thing, especially in the last couple of years are membership or community websites. So all kind of websites that really are highly interactive. People commenting. People sharing. There are subtypes of that like, forums or you even use like BuddyPress to have your own little social media space or corporate intranet where people discussing topics and you don’t really have a control over the publishing. There are a lot of users, high interactivity. It wouldn’t just make sense to publish a static version of a forum thread each time someone submits a new reply to it.</p>\n\n\n\n<p>[00:38:48] Nathan Wrigley: You imagine things like LMSs and e-commerce websites, where more or less everything that the end user wishes to do involves sucking something out of the database. So yeah, I can see why those scenarios won’t work. So that’s a nice clear definition. There’s definitely good fits here and there’s areas where, yeah, you probably could make it fit, but really, at that point you’re probably needing to really push the boundaries a little bit.</p>\n\n\n\n<p>In terms of the product that you’ve got, so Simply Static,. You have a version on the WordPress repo, but you also have a paid version. Typical case is, if there’s a paid version, there’s probably some extra features. Would you just like to outline the difference between what you have to do with the free version and what you can do. We’re recording this at the beginning of 2023, so caveat emptor, things may change, but at this moment in time, what’s the difference between the two different products that you offer?</p>\n\n\n\n<p>[00:39:44] Patrick Posner: Sure, happy to clarify that. So, Simply Static Pro works kind of like an add-on to Simply Static. And, the major difference is the convenience and the amount of automation provided. So while you can use Simply Static in the free version to generate a static version of your website, getting a zip and uploading it to Netlify. Simply Static Pro offers automation.</p>\n\n\n\n<p>That means you can connect Netlify directly, or you can connect services like Bunny CDN directly. And you don’t even need to log into Netlify to publish a static version. You can just simply use the generate button. And once you set up the configuration, everything is automated. So you generate the website and the files are automatically transferred to Netlify.</p>\n\n\n\n<p>There’s also a point of convenience in the ability to export subsets of your website. So you do a full static export at the start and you have your website running on Netlify and you just want to publish a new post. Or you want to export a collection of pages with their images based on a taxonomy, for example. This is where also Simply Static provides additional features, like single exports and build exports. Build exports, work like a taxonomy. You attach posts, pages, images, additional files, and you can export the entire subset with a simple click of a button. These are two of the main reasons people are using Simply Static Pro.</p>\n\n\n\n<p>Another thing is the idea to avoid external services as much as possible. That’s why Simply Static Pro’s also shipping with a forms integration, for example. We’re currently supporting Contact Form 7 and Gravity Forms, but we also figured out ways to use Elementor forms or Formidable Forms and a bunch of others. To use them without a service like Formspark we mentioned earlier.</p>\n\n\n\n<p>The idea is that your WordPress website is on a protected area and Simply Static Pro is forwarding the requests from your static website to your dynamic WordPress website by authenticating and submitting it back to WordPress and receiving the request on the static website with JavaScript, where I have a similar approach with the built in search integration.</p>\n\n\n\n<p>So Simply Static Pro ships with two different tools to make search work. One is fuse.js. It’s basically dependency-less JavaScript solution for search. We’re building json file, it’s a physical file on your server that contains all the search results that are available as content on your website.</p>\n\n\n\n<p>We’re fetching the titles, the description, and the complete, the full HTML content of each page. Storing that on a physical file and once a user starts typing the search, there is a auto complete feature suggesting results. User clicks on it and the search integration handles a redirection to the correct page.</p>\n\n\n\n<p>There’s another integration with Algolia. Algolia is a paid service. It’s like an online search solution, which is quite powerful as they handle fuzzy search and synonyms for you or typo tolerance search. So if someone types in a keyword of a typo, Algolia makes sure that he still finds the correct content.</p>\n\n\n\n<p>But in the end it works the same way. The major difference here is that Fuse.js has a physical file, which I wouldn’t recommend for a pretty huge website, but it’s fine for a standard website. So if you have like a simple corporate website, you can feel free to use Fuse.Js. But if you have like 150 K pages corporate website, I wouldn’t recommend Fuse.Js as a json file. I mean, you can imagine that the json file is adding up in size pretty quickly if you have 100,000 results stored in there.</p>\n\n\n\n<p>That’s where Algolia comes into play. Algolia is also really cheap. So you pay nothing for like 10 K searches per month and I don’t know, $2 for an additional 10 K search results. So it’s not a huge cost attached to your static site overall cost.</p>\n\n\n\n<p>[00:44:14] Nathan Wrigley: The number one thing that I take away from that is the pro versions really is adding, for the typical user, it’ll be adding convenience. The ability to, if you like, sync your WordPress website with wherever it’s hosted. So rather than having to download a file, take it over and upload it, you just click a button and the plugin takes care of that. Makes a decision about what it is that needs to pushed over and so on. So, yeah that’s really interesting.</p>\n\n\n\n<p>Patrick, we’re running out of time, but just very briefly, last question really is all about the future. You’ve obviously had experience of this now for two years. It sounds like you’re in it for the long haul. What have you got in the pipeline? What’s on the roadmap for the next period of time?</p>\n\n\n\n<p>[00:44:56] Patrick Posner: Yeah, so I just finished the roadmap for this year for Simply Static. So a bunch of things planned. One thing I’ll be launching simplystatic.com next month? Yeah, I think it will be next month. And it will contain all information collected for Simply Static and Simply Static Pro. All tutorials, a free course on how to use WordPress as a static site generator that I’m just in the middle of the production phase.</p>\n\n\n\n<p>We’ll also improve the onboarding for new developers and optimizing the way of contribution on GitHub. That means writing guides, how to contribute, offering documentation, how the code style is working, and what we expect from a commit or pull request. Offering a bunch of new issues to pick from. I got quite a lot of inspiration from the WordPress project itself. So you can imagine finding things like good first issue. In the future on the GitHub repository of Simply Static.</p>\n\n\n\n<p>There’s also a huge relaunch plan for the entire admin area of Simply Static. I’m already six month in a new ui ux concept for Simply Static. I try to completely modernize the look and the feeling of Simply Static and the configuration, and simplify a lot of the those things to make it easier for end users to use Simply Static, and get all the benefits without knowing about what is GitHub or what is deployment or things like that.</p>\n\n\n\n<p>So, easier wording, easier configuration. A little wizard that asks a couple of questions and preconfigures Simply Static for you, to make it as easy as possible. There’s also an ongoing task that we have pretty much like every WordPress plugin out there. So we like to improve the integration with popular plugins like Elementor, SEO plugins.</p>\n\n\n\n<p>This week we just shipped a huge update for the Simply Static free version. That contains an automation for XML site maps. So we automatically check which SEO plugin you use, finds the XML site map and add it to the static export so you don’t have to even know that you have a XML site maps, as long as you have a SEO plugin installed and basically configured, Simply Static will now be able to pass the XML sitemap and extract all URLs provided there.</p>\n\n\n\n<p>We’re also planning to build an official integration with the really popular Autoptimize plugin, make the HTML, CSS minification and bundlings that Autoptimize offers work with Simply Static without any additional configuration.</p>\n\n\n\n<p>[00:47:38] Nathan Wrigley: Sounds like there’s a lot.</p>\n\n\n\n<p>[00:47:40] Patrick Posner: I’m always planning a lot, but I also onboarding new people to the team. So, there’s a developer helping me right now with the Simply Static tasks and I may be able to onboard an additional developer, or maybe if someone is willing to lose the job, someone helping with support.</p>\n\n\n\n<p>Feel free to reach out if you are a technical person and maybe not a developer, and you would like to help with customer support for Simply Static. So I would really appreciate it.</p>\n\n\n\n<p>[00:48:10] Nathan Wrigley: Perfect segue Patrick, because the final question I want to ask is how do people contact you? Where are you online? That could be anything you like, an email address, obviously your contact form page on your website, but Twitter handle. Whatever you like.</p>\n\n\n\n<p>[00:48:23] Patrick Posner: Yeah, so patrickposner.dev is my website. You find all the information about Simply Static and Simply Static Pro here. And you can always reach out to me at hello@patrickposner.dev. I’m also quite active on Twitter, so @patrickposner_. Don’t ask me why there’s an underscore. That’s the two best ways to reach out to me.</p>\n\n\n\n<p>[00:48:47] Nathan Wrigley: Patrick Posner, thank you very much for chatting to me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:48:52] Patrick Posner: Thanks for having me.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href="https://patrickposner.dev/">Patrick Posner</a>.</p>\n\n\n\n<p>Patrick is a solopreneur and has been developing with WordPress since 2010. He’s worked in many environments, as a freelancer, a senior developer in a WordPress product company, and since 2020 he’s been working full time on his own projects.</p>\n\n\n\n<p>One of his projects is a plugin called <a href="https://wordpress.org/plugins/simply-static/">Simply Static</a>. Its purpose is to make a static version of your website. This, of course, begs the question, what is a static site?</p>\n\n\n\n<p>Back in the early days of the internet, before WordPress, if you wanted to put a website online, you had to write the HTML yourself. You opened up a text editor and started to type. When you’d finished, you had an HTML file which you uploaded to a server somewhere, and if someone wanted to view that page, the server would send over that file. It worked, but, thankfully, it didn’t stay that way for long.</p>\n\n\n\n<p>Software for desktops were developed which would create the HTML for you. CMSs such as WordPress would take this further and create the HTML and CSS based upon the content you’d created and theme that was active.</p>\n\n\n\n<p>This was extremely convenient, but when all is said and done, the output is still the same as it was years ago, HTML, CSS and possibly some JavaScript.</p>\n\n\n\n<p>Depending upon your setup in WordPress, quite a lot of complicated operations are needed to generate that code. Caching aside, is there a case for saving your HTML files, uploading them to a server and then taking WordPress offline? Patrick certainly seems to think so.</p>\n\n\n\n<p>We talk about how this flattening of your website takes place, and what the advantages might be in terms of speed and the cost of hosting.</p>\n\n\n\n<p>We also get into the pros and cons of adopting the static site approach. Are there sites which are more suited to being static than others?</p>\n\n\n\n<p>We also discuss what solutions are out there to make this happen, from Patrick’s own plugin to the hosting providers and SaaS solutions, which enable things like search and forms to still function.</p>\n\n\n\n<p>It’s a really interesting subject and one that you might like to explore, and this podcast is a great primer for that.</p>\n\n\n\n<h2 class="wp-block-heading">Useful links.</h2>\n\n\n\n<p><a href="https://wordpress.org/plugins/simply-static/">Simply Static plugin on the WordPress repo</a></p>\n\n\n\n<p><a href="https://patrickposner.dev/plugins/simply-static/">Simply Static Pro website</a></p>\n\n\n\n<p><a href="https://patrickposner.dev/">patrickposner.dev website</a></p>\n\n\n\n<p><a href="https://www.netlify.com/">Netlify</a></p>\n\n\n\n<p><a href="https://pages.github.com/">GitHub Pages</a></p>\n\n\n\n<p><a href="https://localwp.com/">LocalWP</a></p>\n\n\n\n<p><a href="https://pages.cloudflare.com/">Cloudflare Pages</a></p>\n\n\n\n<p><a href="https://formspark.io/">Formspark</a></p>\n\n\n\n<p><a href="https://www.mailpoet.com/">MailPoet</a></p>\n\n\n\n<p><a href="https://bunny.net/cdn/">Bunny CDN</a></p>\n\n\n\n<p><a href="https://wordpress.org/plugins/contact-form-7/">Contact Form 7</a></p>\n\n\n\n<p><a href="https://www.gravityforms.com/">Gravity Forms</a></p>\n\n\n\n<p><a href="https://elementor.com/">Elementor</a></p>\n\n\n\n<p><a href="https://formidableforms.com/">Formidable Forms</a></p>\n\n\n\n<p><a href="https://fusejs.io/">Fuse.js</a></p>\n\n\n\n<p><a href="https://www.algolia.com/">Algolia</a></p>\n\n\n\n<p><a href="https://wordpress.org/plugins/autoptimize/">Autoptimze</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, 22 Feb 2023 15: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: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:123:"WPTavern: New Proposal Seeks to Update WordPress Release Process for Merging Gutenberg Features After Beta 1 Feature Freeze";s:7:"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=142157";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:134:"https://wptavern.com/new-proposal-seeks-to-update-wordpress-release-process-for-merging-gutenberg-features-after-beta-1-feature-freeze";s: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:6372:"<p>WordPress lead developer Andrew Ozz has published a <a href="https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/">proposal</a> for the addition of a new “gutenberg-merge” ticket type that would formalize the latitude Gutenberg contributors have been given for committing code after Feature Freeze during the release cycle.</p>\n\n\n\n<p>Ordinarily, any new features and enhancements landing in the release are required to be committed before Beta 1 so they can be ready for testing. It used to be the case that tickets could be changed from “enhancement” to “task” right before Beta 1 as a rare exception for items that were not ready in time for beta and just needed a few more days to get committed. </p>\n\n\n\n<p>“The intent was to allow another two or three days, not a week or two,” Ozz said. “This exception used to happen quite rarely, perhaps a few times per year.</p>\n\n\n\n<p>“However lately this exception has become part of the standard release workflow. In recent years, it’s become common for 15 to 20 tickets for code coming from Gutenberg to be changed to tasks each release. The reason they are changed is not to give the developers a few more days to complete them. It is mostly to signify that they are going to be committed later.”</p>\n\n\n\n<p>Ozz contends that because the Gutenberg feature plugin is used on more than 300,000 site, including WordPress.com, and because 60% of users rapidly update to the latest version, that any features and enhancements coming from Gutenberg have already been tested.</p>\n\n\n\n<p>The comment section of the proposal is active with differing opinions. Several participants in the discussion did not agree that just because features are in the plugin does not mean that they have been adequately tested against the goals they were intended to achieve.</p>\n\n\n\n<p>“Something that worries me about how this could work is, that currently the level of documentation for features that land in core have a higher standard than Gutenberg merges,” Core contributor Fabian Kägy said. “Once we approach the beta 1 time the documentation team goes through all the features that were merged in that cycle, making sure there are dev notes for any changes that might impact users / developers. If this deadline is shortened this also means that it may become harder to uphold this standard.”</p>\n\n\n\n<p>Kägy also noted the challenges of plugin and theme developers testing their extensions against core in order to ensure compatibility with the latest version.</p>\n\n\n\n<p>“With this changed workflow the actual amount of time where you know with a pretty large likelihood what features will be part of a given core release becomes shorter, making it more difficult to ensure compatibly with a release in time of the release,” Kägy said.</p>\n\n\n\n<p>Core contributor Peter Wilson <a href="https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/#comment-44390">outlined</a> two concerns with the proposal: </p>\n\n\n\n<ul>\n<li>by treating Gutenberg as a special case, it will increase the conflict between those who primarily work in the WordPress-Develop repository and those who primarily work in the Gutenberg repository,</li>\n\n\n\n<li>bypassing the feature freeze requirements for the editor goes against the contention that <a href="https://make.wordpress.org/core/2022/08/18/wordpress-development-setup/">Core is Gutenberg and Gutenberg is Core</a>.</li>\n</ul>\n\n\n\n<p>Wilson said the late merging of Gutenberg features has “been a source of conflict for several years.”</p>\n\n\n\n<p>“Bulk merges of Gutenberg features late in the cycle have also been an issue <a href="https://make.wordpress.org/core/2019/11/25/devchat-after-the-hour-november-20/">reported from both those who work primarily in the Gutenberg repo and those who work primarily in the WordPress-Develop repo</a>,” he said. “For years incremental merges during the cycle have been advocated but never achieved per the comments in the linked post.”</p>\n\n\n\n<p>Wilson also disagrees with the proposal’s assertion that features developed in the Gutenberg repository are better tested in the feature plugin, as the goal of the Beta and RC periods are to test the release as a whole.</p>\n\n\n\n<p>“With Gutenberg as a plugin <a href="https://github.com/WordPress/gutenberg/blob/cc497909ef1deb51c5bc4d6d43f334131bf31194/lib/blocks.php">replacing core blocks with the plugin’s versions</a>, testing the release as a whole doesn’t happen until after the editor changes merged in to WordPress-Develop,” Wilson said.</p>\n\n\n\n<p>“It’s only once Gutenberg is merged in to WordPress-Develop that the unit tests start running on various <a href="https://make.wordpress.org/hosting/test-results/">hosting providers running the test suite</a> in a range of environments.”</p>\n\n\n\n<p>WordPress Core Committer Joe McGill encouraged the proposal’s authors to <a href="https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/#comment-44400">elaborate on the policies and expectations</a> that will be applied to committing patches to tickets designated with the new ticket type. </p>\n\n\n\n<p>“For example, should all of these commits be completed before RC-1, unless a bug is discovered during the RC period—and only the fixes discovered be committed, or are there other rules in play?” McGill said. “Personally, I still think that we should aim to have code for any major new feature merged before the Beta-1 milestone, regardless of whether it’s being tested in the Gutenberg plugin or not.”</p>\n\n\n\n<p>The discussion is ongoing in the comments of the proposal. Although the proposed changes primarily affect core contributors, committers, and release leads, they also impact testers and WordPress’ plugin and theme developer community working to ensure compatibility ahead of a major release. Those who have feedback on how Gutenberg features are handled during and after “feature freeze” should jump in on the comments of the <a href="https://make.wordpress.org/core/2023/02/18/proposal-updates-to-the-wordpress-release-cycle/">proposal</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 21 Feb 2023 22:44: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:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"Do The Woo Community: Regulated Cryptopayments with Jonathan Wood";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=74490";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://dothewoo.io/regulated-cryptopayments/";s: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:404:"<p>Kathy, Brad and Dave chat with Jonathan Wood from HAYVN chat about crypto payments and regulatory, two words you don\'t hear often together.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/regulated-cryptopayments/">Regulated Cryptopayments with Jonathan Wood</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 21 Feb 2023 09:12:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:83:"WPTavern: Meetup.com Follows Through on Commitment to Improve Website Accessibility";s:7:"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=142142";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"https://wptavern.com/meetup-com-follows-through-on-commitment-to-improve-website-accessibility";s: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:2385:"<p>In November 2022, Meetup.com raised concerns with the WordPress community (and the broader community of accessibility professionals) after it <a href="https://wptavern.com/meetup-com-raises-concerns-with-new-accessibility-overlay">added an accessibility overlay</a> to its website, powered by <a href="https://www.equalweb.com/html5/?_id=8591&did=1116&_gid=202027&trace=equalweb_menu_en_">EqualWeb</a>. Accessibility advocates and professionals unequivocally discourage the use of overlays as they are often marketed as a quick fix for making websites ADA compliant and immune from legal action when the accessibility issues persist underneath.</p>\n\n\n\n<p>Meetup.com <a href="https://wptavern.com/meetup-com-removes-accessibility-overlay-in-response-to-wordpress-communitys-concerns">removed the accessibility overlay</a> in response to the WordPress community’s concerns and committed to focus on direct improvements to the Meetup.com platform. WordPress’ Accessibility team <a href="https://make.wordpress.org/community/2023/02/17/meetup-com-accessibility-overlay-february-update/#respond">reports</a> that the company is following through with this undertaking and has completed an assessment with <a href="https://www.deque.com/">Deque</a>, a well-respected accessibility consultancy.</p>\n\n\n\n<p>The assessment identified 732 issues that need to be resolved, which Meetup.com plans to address through two phases. Approximately 40% of the issues are related to design and color contrast. These will be resolved in the first phase with the help of an external consultant who will guide Meetup.com’s engineers and staff to fix issues and ensure ongoing compliance. In the second phase, the company will tackle the remaining issues which center on web remediation. These include problems with the site’s component library and website components. </p>\n\n\n\n<p>Meetup.com serves approximately <a href="https://www.crunchbase.com/organization/meetup/technology">24 million visitors</a> every month in more than 190 countries. The WordPress project uses the platform for local meetups and educational events – both virtual and in-person. As a result of WordPress’ diplomatic advocacy and Meetup.com’s reception to user feedback, the platform will soon provide a better experience for people with disabilities and those who use assistive technology.</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, 17 Feb 2023 22:57:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: WordCamp London In Early Planning Stages for September 2023";s:7:"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=142125";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://wptavern.com/wordcamp-london-in-early-planning-stages-for-september-2023";s: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:2131:"<p>The organizers of WordCamp London are in the <a href="https://twitter.com/WordCampLondon/status/1626199074876624897">early planning stages</a> for an event that would take place in September 2023. It has been nearly four years since London hosted a WordCamp. The event was cancelled in 2020 and scheduling was not resumed until recently.</p>\n\n\n\n<p>Organizers have created a <a href="https://wclondon.crowdsignal.net/delivering-wordcamp-london-2023-1a72">survey</a> that respondents can take anonymously in approximately 2-3 minutes. The questions were created to help them know how to shape the event. In 2019, <a href="https://london.wordcamp.org/2019/">WordCamp London brought in 768 attendees</a> and sessions were livestreamed for the first time. Organizers are asking how many people attendees would like to see at WordCamp London, with options ranging from fewer than 400 to more than 800. A few popular WordCamps in recent years have elected to keep a smaller number of spots available in order to better manage uncertainties and ensure a sold out event.</p>\n\n\n\n<p>The survey also attempts to gauge potential attendees’ preferences on the number of conference days, as well as interest in volunteering, organizing, sponsoring, or speaking at the event. There is an option at the end for respondents to leave their contact information to stay in the loop on opportunities to participate in and support the WordCamp.</p>\n\n\n\n<p>For many in Europe, and especially the UK, WordCamp London was their first WordCamp experience. Those interested to attend can <a href="https://london.wordcamp.org/2023/">sign up for updates</a> on the placeholder website, or follow the camp on <a href="https://twitter.com/WordCampLondon">Twitter</a> or <a href="https://connected.so/@WordCampLondon">Mastodon</a>. For those in the local area, the WordPress London Meetup has opened <a href="https://www.meetup.com/london-wordpress/events/291658618/">registration</a> for this month’s gathering at The Liberty Bounds. They plan to discuss WordCamp London and reconnect and will resume having speakers and pizza at future events. </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, 17 Feb 2023 21:41:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:82:"WordCamp Central: WooCommerce sponsors WordPress community events across the globe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"https://central.wordcamp.org/?p=3161236";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"https://central.wordcamp.org/news/2023/02/woocommerce-sponsors-wordpress-community-events-worldwide/";s: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:1615:"<p>We’re very grateful to <a href="https://www.woothemes.com/woocommerce/">WooCommerce</a> for <a href="https://central.wordcamp.org/global-community-sponsors/">sponsoring WordPress community events all around the world</a> at the Bronze level again in 2023! WooCommerce’s support helps make local community events (like WordPress meetup groups and WordCamps) better for WordPress enthusiasts and easier to organize for our wonderful group of hardworking volunteers.</p>\n\n\n\n<a href="https://central.wordcamp.org/files/2019/03/Copy-of-woocommerce-logo-color-black@2x-2.png"><img /></a>\n\n\n\n<p>WooCommerce is a customizable, open-source eCommerce platform built on WordPress. </p>\n\n\n\n<p>Sell anything online with the flexibility and freedom of the world’s most popular CMS.</p>\n\n\n\n<ul>\n<li><a href="https://wordpress.org/plugins/woocommerce/stats/">4+ million active installations</a></li>\n\n\n\n<li>55+ million downloads</li>\n\n\n\n<li>450+ extensions to add and extend functionality</li>\n</ul>\n\n\n\n<p>Whether you’re selling a few handcrafted items to a niche market, taking an existing business online, or going global with an enterprise-level eCommerce business WooCommerce gets you set up and selling fast, scaling securely as you grow.</p>\n\n\n\n<p>Your content is forever yours and customizable down to the button color. Plus you’re joining a supportive, <a href="https://woocommerce.com/meetups/">global community</a> of developers and store owners.</p>\n\n\n\n<p>Developed and supported by a distributed team, WooCommerce is powered by Automattic, the creators of Jetpack and WordPress.com.</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, 17 Feb 2023 15: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:6:"Isotta";s: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:111:"Post Status: Product People Arnas Donauskas, Web Hosting Product Owner at Hostinger — Post Status Draft 141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=147310";s:7:"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:115:"https://poststatus.com/product-people-arnas-donauskas-web-hosting-product-owner-at-hostinger-post-status-draft-141/";s: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:40008:"<div class="is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background"><div class="wp-block-group__inner-container"><div class="wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">Arnas Donauskas, Web Hosting Product Owner at <a href="https://www.hostinger.com/">Hostinger</a>, joins Cory Miller to discuss his WordPress product. Arnas leveraged his experience in customer success and UX research to transition into owning a WordPress product. </p></div>\n\n\n<div class="wp-block-spacer eplus-wrapper"></div>\n\n\n\n<p class="yoast-reading-time__wrapper"><span class="yoast-reading-time__icon"></span><span class="yoast-reading-time__spacer"></span><span class="yoast-reading-time__descriptive-text">Estimated reading time: </span><span class="yoast-reading-time__reading-time">26</span><span class="yoast-reading-time__time-unit"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href="https://poststatus.com/planet/feed/#h-transcript">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, Cory Miller and Arnas Donauskas, Web Hosting Product Owner at <a href="https://www.hostinger.com/">Hostinger</a>, talk about what it means to truly value customer obsession. This core value has shaped Arnas’ career path, from his roots in customer service to creating products to provide simple website restoration and security for principal vulnerabilities.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Customer Obsession. </strong>Users are facing daily challenges that need real-time solutions. Think about their problems. Value their feedback. Sometimes clients are limited because we haven’t kept up with the speed of evolving technology. Approaching things from a user perspective to prioritize and build products creates optimal impact.</li>\n\n\n\n<li><strong>Removing Manual Work. </strong>Wherever possible, we are working to automate things to provide more easy buttons for clients. Automating things, creating single-click solutions, and providing the best examples and guidance to reduce users’ steps to accomplish tasks.</li>\n\n\n\n<li><strong>Possibilities with AI. </strong>Everyone is eager to see how AI will change the industry. Cory and Arnas discuss the potential opportunities AI creates to build even better products in the future.</li>\n</ul>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">\n<div class="is-layout-flex wp-container-10 wp-block-columns sponsor has-theme-palette-8-background-color has-background" id="StellarWP">\n<div class="is-layout-flow wp-block-column">\n<h3 class="StellarWP has-theme-palette-1-color has-text-color" id="Sponsor"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> Sponsor: <span><a href="https://poststat.us/elementor" rel="sponsored nofollow">Elementor</a></span></h3>\n\n\n\n<p><strong>Elementor </strong>enables web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join <a href="https://elementor.com/community/">a vast community of web creators</a> from all around the world who deliver exceptional websites using Elementor.</p>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column is-vertically-aligned-top"><div class="wp-block-image elementor-logo">\n<img src="https://cdn.poststatus.com/wp-content/uploads/2022/08/Elementor-Logo-Symbol-Blue-150x150.png" alt="Elementor" class="wp-image-104033" width="150" height="150" title="Elementor Logo" />Elementor</div></div>\n</div>\n</div></div>\n\n\n\n<h3 class="eplus-wrapper" id="h-mentioned-in-the-show"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png" alt="🔗" class="wp-smiley" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href="https://twitter.com/Hostinger">Hostinger</a></li>\n\n\n\n<li><a href="https://www.hostinger.com/">Hostinger Website</a></li>\n\n\n\n<li><a href="https://ithemes.com/backupbuddy/">Backup Buddy</a></li>\n\n\n\n<li><a href="https://openai.com/blog/chatgpt/">Chat GPT</a></li>\n\n\n\n<li><a href="https://www.cloudflare.com/">Cloudflare</a></li>\n</ul>\n\n\n\n<h3 class="eplus-wrapper" id="h-you-can-follow-post-status-and-our-guests-on-twitter"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class="eplus-wrapper">\n<li>Arnas Donauskas (Web Hosting Product Owner at <a href="https://twitter.com/Hostinger">Hostinger</a>)</li>\n\n\n\n<li><a href="https://twitter.com/corymiller303">Cory Miller</a> (CEO, <a href="https://twitter.com/post_status">Post Status</a>)</li>\n\n\n\n<li><a href="https://twitter.com/lemonadecode">Olivia Bisset</a> (Intern, <a href="https://twitter.com/post_status">Post Status</a>)</li>\n</ul>\n\n\n\n<p class="eplus-wrapper has-background">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png" alt="📝" class="wp-smiley" /><br /><br /><a href="https://poststatus.com/category/post-status-podcasts/" target="_blank" rel="noreferrer noopener">Browse our archives</a>, and don’t forget to subscribe via <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008" target="_blank" rel="noreferrer noopener">iTunes</a>, <a href="https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA" target="_blank" rel="noreferrer noopener">Google Podcasts</a>, <a href="https://www.youtube.com/c/PostStatus" target="_blank" rel="noreferrer noopener">YouTube</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast" target="_blank" rel="noreferrer noopener">Stitcher</a>, <a href="https://wordpress-post-status-draft-podcast.simplecast.com/" target="_blank" rel="noreferrer noopener">Simplecast</a>, or <a href="https://feeds.simplecast.com/2JE9sc8P">RSS</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png" alt="🎧" class="wp-smiley" /></p>\n\n\n\n<h2 class="eplus-wrapper" id="h-transcript">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Welcome to Post Status Draft. We’ve got another series in our product people interviews and I have a new friend named Anis from, uh, hosting her. We’ve been talking about Lithuania, where hosting is based and his beautiful full country. And tell him that I can’t wait to visit sometime. But welcome to the post draft podcast artist.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Hi Corey, and thanks for inviting me. Uh, it’s been a pleasure being in this, you know, uh, uh, podcast and, uh, yeah. Uh, let’s get started on that one. Right. Okay.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, so could you tell me what you do at hosting?
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Uh, yeah, of course. So, uh, right now at hosting here, I’m a web hosting product owner. And, uh, yeah, this is the current troller I’m, uh, going with and I did had some previous roles in hosting her as well. And yeah, I, a short journey perhaps, uh, what I did [00:01:00] at, at hosting.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Yeah. Would you, would you tell me about, oh, well, let me ask you one question first. Yeah. Yeah. So when you say web product owner, that obviously, I’m sorry, web hosting product owner? Yeah, yeah, yeah.
</p>\n\n\n\n<p>That, that includes WordPress. Yeah. Yeah, yeah. If there’s more that you do in that role, or is it concentrated on WordPress?
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Uh, so WordPress is only a part of what we do. Mm-hmm. , uh, but we cover everything that involves hosting, uh, all of the features of the hosting. Uh, basically whatever you have to do on hosting, this is our responsibility to manage it, um, develop it.
</p>\n\n\n\n<p>Um, Any new features, perhaps, uh, clients feedback. Uh, clients want something new and uh, they find it really awesome to use it. Or perhaps clients face some kind of an issue with hosting and we see trouble over there and we want to assist clients. Um, this is our job, you know, to make it, uh, happen and deliver it to them.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Awesome. [00:02:00] Well, okay, before I get into WordPress, I’m, we’re gonna geek out on WordPress and the WordPress product at Hosting Gear, but tell me your story. Where, how did you get here? You just mentioned you had been in a couple roles before the web hosting product owner at Hosting Gear. So how, how’d you get started in this and, and end up as the, uh, today as the product owner?
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Uh, yeah, of course. So everything started almost three years back. Uh, next month it, it’ll be my three years anniversary. And, uh, I’ve started as a customer success specialist. I worked there for over a year and, uh, yeah, over the journey in the Success Special Specialist role, I noticed that I had, uh, Um, let’s say I liked working towards website issues that clients came to us and they delivered their problems.
</p>\n\n\n\n<p>And, uh, over time I got, you know, I naturally noticed that they are way more, uh, WordPress clients compared [00:03:00] to other platforms. And, uh, only later on in my future also understand by looking at the data directly, what’s the actual difference in there? Cuz I didn’t, you know, read something online in that time and, I over time board press, I guess, grew on me in the success, uh, specialist role.
</p>\n\n\n\n<p>Uh, I did more digging in, you know, the plugins, what are the actual critical errors mean and how we can, you know, help clients fixing on them. And, uh, yeah, so I did that role, uh, for over a year and then I got an a job promotion opportunity. To be a UX researcher. What I did in that role is found out what our, what issues our clients had, uh, where they struggled using our services as a hosting provider, including the control panel they used every day, and the [00:04:00] services in general.
</p>\n\n\n\n<p>Perhaps their site speed is slow and we have to find out what exactly their clients know dealing. And work on that. So yeah, as a UX researcher, that was my main role. And if we happen to, you know, design some something new, I would be that guy who’s telling, okay, in here we must have this, this, this.
</p>\n\n\n\n<p>Because our clients face the issues here daily and we want to address that part and, you know, make that happen and solve that. And after, you know, everything, we measured the numbers, how it helped for our users, perhaps we. Missed something releasing here or, uh, we should update something here. And yeah, we worked on that as well.
</p>\n\n\n\n<p>And, uh, after the UX research role, I got offered a role as a product associate. Uh, so in for me, product associate is like a, a starter role of product owner, uh, [00:05:00] because you. Learning things that you are gonna do as a product owner. So they are prioritizing issues. Uh, for, uh, for developers, what we’re gonna work on, what is the most important things for our client to get shipped as fast as possible.
</p>\n\n\n\n<p>And everything is based on our client’s needs, what they face daily. Uh, Know, seeing the bigger picture, checking online trends, what is happening in the industry? What is happening in the, the WordPress world? Uh, if something happens, uh, like let’s say, uh, a random example, new AI drops that generates WordPress websites automatically, why we still don’t have it?
</p>\n\n\n\n<p>What’s blocking us to delivering this to our clients? And uh, and uh, yeah, so when I worked in that role and gathered my experience as a product associate, I was, uh, offered to work as a product owner of web hosting that which includes WordPress and, [00:06:00] uh, yeah, working on the delivering features to our clients that, uh, means them the most, uh, that, uh, automates, uh, you know, Painful manual areas of set, setting up things for the website and yeah, in general, on the web, on the hosting platform, I see it in the way that I want to help and automate things as much as possible for our clients so they wouldn’t have to deal with that struggle manually and doing everything by hand.
</p>\n\n\n\n<p>Let’s see. From that perspective,
</p>\n\n\n\n<p><strong>Cory Miller:</strong> I think that’s the ideal, you know, if I could create an ideal path to being a product owner. It’s that you spent your first career in customer success seen firsthand. That’s the cutting edge of any software or hosting business because, um, for the first eight months of my tenure starting ithe, I did cus I did all of the customer support and success for our, our company.
</p>\n\n\n\n<p>And that gave [00:07:00] me a bird’s eye view. I mean, Really face-to-face view of the problems and what people were encountered when they’re trying to get something done. So that’s number one. I I love that that’s where you got your start, because you’re always gonna stay close and sensitive to the needs of the customer.
</p>\n\n\n\n<p>And then second, you a you, you asked, I’m like, so I obsessed. Over the experience of a customer, what are other problems? And you found those often in the support. Anything that kind of hanged up, you’re like, that’s a problem that we can try to eliminate. And sometimes it’s software code and sometimes it’s, it’s that UX and UI part, part of that.
</p>\n\n\n\n<p>So I love that background leading to be a product owner because I think those are. Key experiences that make a good product owner, like a part of the whole mix make, cuz you see firsthand what people are trying to do and that knowledge and experience comes in and it gets baked into how you lead your team.
</p>\n\n\n\n<p>So I, I love that background. [00:08:00] I.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> One thing I could add is that throughout this, you know, past experience, what really also helped out, you know, the product knowledge, if we had to like, collaborate with the teams, the, the developers to give them the feeling, how the users see it and how they use it, it really, you know, assisted in that area as well.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. And, and I know hosting from T to Dominica, your ceo, cmo, and different people on your team at work camp past couple months, um, When there’s people that say Customer obsession is our core value, but I hear it over and over authentically from everybody I talked to at Hozier and then knowing that the product owner came from that, like, you know,
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> the best feedback always comes from the clients. That’s why, you know, uh, we do have, I regularly have, uh, uh, interviews with the clients. Uh, just hearing what they have to say about the product, uh, the better they like it or don’t [00:09:00] just, you know, uh, raw data from, directly from the user who tells it the best, what, what’s their experience with our services.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Thank you for that background. I like to tell the human side of the story of the people leading the products that we use out there. Um, and that’s what this series is all about. So that’s why I stick there and like, who’s the human behind leading the product? And thank you for sharing your journey there.
</p>\n\n\n\n<p>Um, okay, now let’s dig into product. Let’s Geek Adam product. So, I love that you saw like naturally in the form, like so many people were talking about WordPress and that kinda led to this. So that form helps formulate your experience. But tell me about the product that you’re leading now, um, at Hoer, um, related to WordPress.
</p>\n\n\n\n<p>Um, what things are you excited about that you’ve done? Shapes or your experience and your team experience, and obviously the customers, but tell me some things that stick out a part of the.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Um, yeah, so [00:10:00] about the feature set that I’m really excited that we recently, uh, released would be, uh, one of the things that, uh, we directly bring to the clients is, uh, a simple website restoration.
</p>\n\n\n\n<p>Uh, and it’s, uh, Basically, uh, pre what we’ve improved, uh, uh, right now, users, workers users will not have to select any files and database they have to restore. The only thing they have to select is data. Uh, what we remove, what we wanted to remove here is the struggle, selecting files and database separately.
</p>\n\n\n\n<p>And yeah, we just wanted, you know, uh, just select the date. If you, uh, remember, you know, the, the working one, no, if you don’t, no worries. You can just restore the, another one as we save quite a few of the, of the backups, uh, on our services. And yeah, all of the processes are fully automatic. After that, you just click restore and that, that’s that.
</p>\n\n\n\n<p>And, um,
</p>\n\n\n\n<p><strong>Cory Miller:</strong> I, I think that’s, uh, before you go on, I think that is, is [00:11:00] really awesome that that’s the first one you listed because we’ve all been there where we break a site doing something or something’s, some event is happening in scrambling and, and I think we had a plugin call back buddy, so I know this subject really well.
</p>\n\n\n\n<p>It’s like, and I’ve been there where you, you break something and you just wanna roll back the change without having to go into all these. Processes and stuff. And then the facts of the web is something’s gonna happen. It’s the web, it’s tech, it’s something’s gonna happen. But being able to go to a date and time and restoring, I think is so critical.
</p>\n\n\n\n<p>It’s that classic un, you know, uh, command Z undo function. It’s like I can go back to my timeline and restore it.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Yeah, exactly. And, you know, uh, we want to, I always try to put, you know, myself in the client’s shoes, what I, I would have to do. And, you know, that, uh, I want to restore it as fast as possible.
</p>\n\n\n\n<p>And you know, in the, in the brief moment when something happened to my website, I site tried to search it, the, [00:12:00] the root issue as fast as possible. If I can’t, I go restore the site and, uh, yeah. Uh, That in that moment, selecting correct files and database could, you know, be crucial. So why just don’t move that step and just allowing users to select database in that uh, date.
</p>\n\n\n\n<p>And that’s all.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> We’ve all been there where we’ve, uh, installed a new plugin or upgraded plugin and it’s broken things and being able to have that easy undo button with their restore is so critical. So thank you for sharing number one. Cause I think that’s something I wanted to highlight. I know. Process.
</p>\n\n\n\n<p>And most of us that do web work with WordPress understand this too, is like something’s gonna happen where you’re gonna have to back it up. So, okay. Re restoration process. Uh, what’s, what’s another, uh,
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> another one is in a bit of difference, uh, area. It comes from, uh, security. It’s, it would be work principle vulnerabilities.
</p>\n\n\n\n<p>Uh, At first we released only, uh, [00:13:00] vulnerabilities to WordPress plugins. Uh, basically what we would do is, uh, we. We tell clients when there are vulner vulnerabilities in any of their installed plugins on the, on the site. Uh, let’s say you have 10 plugins, we keep track of all of them, and if we notice everything, uh, is there a security issue we give you, uh, automated steps.
</p>\n\n\n\n<p>Uh, either there is an update, uh, if there is a safe version, we tell you. 1.2 version is safe. You can update it. If we don’t have, you know, the safe version to recommend, we say, uh, this plugin is better be deleted cuz it may directly harm your website security and create, you know, a bag door or something like that to it.
</p>\n\n\n\n<p>And, um, further we thought, We can’t only cover plugins, you know, when it comes to vulnerabilities of WordPress, we also have, you know, to include themes and the core versions. So this [00:14:00] was what, uh, included as well. So, uh, the same principle. Uh, we keep track, you know, on the, on the used themes. Uh, it could either be, you know, the active one or just sitting files over there.
</p>\n\n\n\n<p>Uh, and of course, you know, the core files of the board press we give, you know, Suggestions to clients to either o update it, if there’s a, a say, versions or not. Yeah, so this was the, the feature that was like recently quite released and we, from the client’s perspective, we really saw the, you know, the, those tips that really helped clients and that they don’t need to worry about the security and checking for vulnerabilities themselves.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> See, I go, I bet you encountered. A hundred times in your job and your role as a customer success success operator because WordPress is safe. Uh, it’s continuing [00:15:00] to be ev vulnerabilities in, in, in everything that you see, uh, because it’s just part of being a citizen on the web. But that, uh, I bet you saw that and I bet that formulates the experience’s why you said that was number two because you just Two problems that I solved back in the day over and over.
</p>\n\n\n\n<p>Wanna be able to restore something, something broke, and then, oh, there’s something coming in that you want to be able, or a part of it that you want to like, have some knowledge. So I think security is absolutely awesome and I love that. That’s first and second. You, you, you probably don’t know a lot.
</p>\n\n\n\n<p>That’s not about me, but you hit my hallmarks where I spent 10 years of my life doing so I love that. These two things are, are these two, two things part of the WordPress hosting packages you all do? Is it a separate thing?
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Uh, everything comes included into the WordPress packages, you know, in the WordPress hosting that we offer.
</p>\n\n\n\n<p>Yeah. Uh, just, you know, the, the backups, uh, that I’ve firstly mentioned there are, you know, daily and a weekly. It depends on the hosting [00:16:00] plan, of course. Uh, but yeah, the restoration feature itself is included when you just purchased the plan itself.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Awesome. Okay, so we talked about. We’ve talked about restorations, vulnerabilities, and what, what’s the third that’s on your mind about the product?
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Yeah. The third one is the one we just recently released and are currently working on it is the hosting your award press plugin. Uh, why it was Bruce released. We just have to be fair and understand that a lot of clients not always, you know, using hosting control panels continuously because a lot of users just know, you know, slash VP admin and just go inside their, uh, panel and do their stuff and we wanted, you know, still have the communication, let’s say in that side.
</p>\n\n\n\n<p>Did the client inside the [00:17:00] word. And assist them if possible. Uh, so right now with the first iteration, uh, we focused on assisting client publishing their website and, uh, changing, you know, the essentials of the website, like uploading logo, editing description, and so on. It’s for, um, uh, let’s say fresh user in the WordPress who wants to know to have a simple blog website and.
</p>\n\n\n\n<p>Still wants to do it on the WordPress and not, you know, the standalone builder, uh, let’s say Vics. And, uh, what we are working on is, uh, we. We do have quite, you know, big, uh, YouTube library of, uh, hosting your learning section and we want to include that section inside the, uh, hosting your plugin so users will be able, you know, to check quickly, uh, steps to.
</p>\n\n\n\n<p>on [00:18:00] YouTube cuz you know, uh, there are people who are good at, uh, getting information through knowledge-based articles and there are people who prefer video material when they getting, you know, things done. Personally, I’m a video guy. Uh, I just have to be honest. If I see a knowledge-based article, I probably scroll to the bullet points where everything main is mentioned here.
</p>\n\n\n\n<p>But when it comes to video, yeah, I just watched it and it’s way easier to consume information that way. And yeah, so that’s another kind of interaction with the user. And we will provide, you know, the jumps to them. Knowledge-based, uh, article, uh, contacting, you know, support or assisting to contact the support.
</p>\n\n\n\n<p>And there are further plans I would like, you know, to implement some custom settings to, to the plugin itself, where users are able to, uh, implement them on the website, uh, maintenance page, some caching options so users wouldn’t have to, you know, to find that information manually. So [00:19:00] it would be, you know, like a, a hot quick.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, when you think about building, continuing to build, refine, uh, and even improve the offering that you give your clients, um, who are types of customers that you all think about? Who, who is hosting your manage WordPress? Um, really kind of for,
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> uh, sorry, could you repeat the, the first part of the question bit?
</p>\n\n\n\n<p>Like, for me,
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Who are, who are the, uh, like avatars or Oh, that you think of when you’re building these products? Like restore vulnerabilities? Yeah, the plugin. There’s somebody you’re thinking of, or a couple people, types of customers you’re thinking about that use this product. And can you, can you share a little bit about Yeah, yeah, yeah.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Sure. Of course. So, uh, it’ll be like, you know, small businesses, online, hustlers, uh, beginners at the. The [00:20:00] hosting business in general because like we know as a hosting, wanting, provide ability to make a website online for any everyone. Uh, so our, you know, uh, when we thinking of these features, our, we are thinking of the clients who are re relatively, relatively new in this business and they want, you know, help in all of this.
</p>\n\n\n\n<p>Uh, that’s why we try. Trying to listen to what clients have to say when something releases out and if it’s, you know, difficult. Uh, there have been already some improvements on the restoration feature on the, I’m just some saying some examples on the website, automatic migrations where the users saw struggles and we worked on that.
</p>\n\n\n\n<p>So we always think, thinking of the online hustler, uh, beginner. When this information is new for the client and they just want, you know, to have their blog small, uh, shop online and do their stuff.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> I love that [00:21:00] because I think a lot of the WordPress market overall has gotten, um, beyond that, I, I don’t, there’s probably a better way to say that, but I, I remember the day when you can go find hosting and you had an idea and you could take WordPress and good hosting and create something that may or may not go anywhere.
</p>\n\n\n\n<p>So when you say the hustlers, the the do it yourself first type, I love that because I’ve, I’m afraid. Some parts in our industry we’ve gotten away from the mention of WordPress is d Democratize Publishing to give people tools and Awesome. And so I love that you all, there’s, there’s. An awesome company out there offering that where, you know, I’m like a lot of people, I, I was looking at your plans and I go, when was the last time I saw a hundred sites that you could build, [00:22:00] you know, for every little. Quirky and sometimes dumb idea I have.
</p>\n\n\n\n<p>I can start it and then see where it goes. And I love that with the plans that you offer and the work that you’re doing too. And then have the Easy Restore button kinda keeping me safe and you’re helping me use this, so I love that. That’s one of the avatars that you all focus on.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Uh, yeah, like I understand that fact.
</p>\n\n\n\n<p>You know, when I first tried the WordPress myself, uh, it, there’s no lying. It can be scary, you know, seeing all the sidebar options, what to do, what to change, uh, and seeing online there’s a bunch of information about the WordPress, what could be edited and so on, so on, so on. Uh, so we don’t want. Provide the best examples, guidance to the users and, you know, remove manual work as much as possible.
</p>\n\n\n\n<p>So they would just, you know, do their thing and have their website online and slowly, you know, gather traffic to their whatever project it [00:23:00] is.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Awesome. Okay, so we talked a little bit about the product and some of the features that you’re very proud of, you and your team. Um, we’ve talked about some of the fits for how hosting, hosting can fit into whatever you’re kind of building.
</p>\n\n\n\n<p>Now, I wanna get, as a product owner, someone that has a lot of experience with WordPress and the web, um, what are you excited about in the future, um, with what you’re.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Uh, you know, like talking from the future perspective plans and Yeah. You know, the releases, the features.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> If, if you want to, or, you know, I’d love to get your take also on just the web, where the web’s going, where WordPress is going. What’s exciting, just looking out on the landscape of this. Amazing software that turns 20 years old.
</p>\n\n\n\n<p>I can’t believe that. 20 years old this year. Um, you know what you’re seeing on the web, we’ve got new things coming up all the time. Like you were talking about automation, AI stuff. These things are just [00:24:00] going insane and accelerating. And is there anything from that perspective you see that gets you excited about working on the web?
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Yeah. Yeah, so I can definitely talk about AI stuff. Uh, that, yeah, I find really intriguing and I would just think how awesome it would be. Uh, because, uh, I recently saw one of the website that, uh, Uh, they create webs, WordPress website based with ai, but it wasn’t exactly what I was looking for, and I just imagined if I would describe what I would do on my, uh, WordPress website directly.
</p>\n\n\n\n<p>Let’s say I am a dog, I’m a animals photographer, and it’ll be my blog about. And I just, you know, uh, just give a description about my website and I would get like, you know, pre-built all of the content with some dummy images that could just be replaced with my own photography stuff. I just think from the perspective how it would [00:25:00] shorten the journey for the client on building the website.
</p>\n\n\n\n<p>Uh, because, um, if you want, you know, to build neat website, You still have to install some plugins and, uh, you know, make changes in, let’s say builder or even the gut, Gutenberg blog builder. You still have to make changes, but if everything would come pre-made for you and all of the things, it’s si like, it’s similar to demo content when you imported the website because everything gets important.
</p>\n\n\n\n<p>But I want to, you know, skip. Skip that step where just I have to describe what I want to have in a website and bam, in five minutes it’ll just, uh, generated and I just change my pictures to whatever I photograph.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> I think there’s so many, um, opportunities that a AI presents for WordPress in particular. And um, that’s [00:26:00] another thought I was like, oh. Um, the technology’s innovating and going so well. It’s like I saw somebody, uh, tweet, they use chat g p t for, to build a WordPress plugin, and you’re like, okay. If you understand that language, then they can do a lot of the heavy lifting AI part, but it’s like maybe the AI’s asking you, what do you want?
</p>\n\n\n\n<p>Are you wanting to sell something on it? You know? Okay. What kind of thing you’re trying to sell. The idea of that they can go out there and say, here are three options that would do that. Um, is pretty, pretty incredible. And, you know, I like to tinker on, on WordPress websites. Um, but it’d be nice just to go like, have a prompt, someone asking you something, asking you what are you trying to do, and lead you through that process with good options.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Exactly. Imagine if you would, after our conversation, we would have a built workplace website that it’s not fully ready to go online. Yeah, yeah. Like conversation and that’s all. [00:27:00] So the conversation with AI and yeah, I have my website online.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> The new website builder be ai. And I think the answer is yes.
</p>\n\n\n\n<p>How? How soon? We’ll see. That would be interesting. Yeah. But I, I continue to have these conversations with people around the WordPress business of WordPress ecosystem because I think there’s so much potential here and it just takes bright minds like yourself to think of. Oh, we could do this. WS Forums, for instance, has worked on some open AI integrations.
</p>\n\n\n\n<p>The Jonas over at Webhooks has done a tutorial and integration and, uh, I wanna see more of that because you’ve seen this, you know, as you’ve been working on the web and doing all these things, you’ve seen, like, there’s problems that people, it takes. It’s just time consuming. And if we can take some of that stuff away, we help them get to their goal and their dream faster and better.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Hmm. Yeah, that’s, Definitely, uh, I found what I can say, like on hosting the ai, we have a logo maker that’s, you know, AI powered. So [00:28:00] personally I need a simple logo for something and that’s, you know, in a way unique. I just use the, the, the, the AI generator of logos and that’s helps.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> I have to check that out.
</p>\n\n\n\n<p>We’ll have to put that in. Show notes, the logo generated to test test it out. Yeah. Nicole, well, anything else you wanna share about what you’re doing? Uh, any other thoughts you have on the web? I wanna make sure we get the chance to hear from you, someone that leads the WordPress product in particular, uh, at hosting your, um,
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Oh yeah.
</p>\n\n\n\n<p>The, the thing that we are also working on that will affect our WordPress users as well, uh, it’s already in our public word, uh, roadmap, is that we will soon be releasing our c D n. So, you know, it’s, uh, From the public roadmap, we receive quite a lot of, you know, requests from the clients that Yeah, yeah.
</p>\n\n\n\n<p>It’s really crucial for us to have this and we understand it. [00:29:00] Uh, because then again, if we want, you know, to give clients a seamless experience, uh, it’s part of it. Cuz you know, if client wants to use CloudFlare as a a CDN provider, they would have to go over there, you know, make the setup process happen.
</p>\n\n\n\n<p>But with the in-house, we remove that step as well. So, uh, yeah, uh, this one is coming up on the way and I’m really excited to see how it will help our clients in the website per, uh, performance and, and the boost of it.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well then you’ve covered the trifecta here. You’ve got, uh, safety and security, you know, being able to restore and watch out for vulnerabilities.
</p>\n\n\n\n<p>And then you’ve got speed and speed’s always sexy to everyone because Yeah. Yeah. Faster. The better it rank, the better the customer experience. So that, that’s pretty cool.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Uh, on the speed note, I could add another thing, uh, that’s still requires some. Deeper, uh, refinement, but what I [00:30:00] want to offer for the clients is automatic website optimizations.
</p>\n\n\n\n<p>Mm-hmm. Uh, why it requires a, a bit deeper refinement because we want to, you know, to refine to the way that it will not break a website. Uh, because we know that if we automatically, you know, use some ca uh, plugin to go maximum aggressive, uh, with the settings, it could create, uh, you know, break something in the website because it was just so aggressive on optimizing it.
</p>\n\n\n\n<p>So we want to find that gold spot for the client where he pushes a single click and the content of the website gets optimized and it does, you know. Loads without issues.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> Love it. That’s awesome. Uh, Anas, uh, would you tell us how we can find more about you and then also your, your work at hosting?
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Um, yeah.
</p>\n\n\n\n<p>So we do have a public roadmap that you [00:31:00] can access as a, uh, user. It’s, uh, simply, uh, roadmap dot ho hosting your.com. And all of there, uh, you will be able to see all of the release stuff, all of the upcoming stuff, and you as a client can, you know, express your, uh, opinion on here. And also you can submit an idea.
</p>\n\n\n\n<p>So th that idea would be checked by me and we would, you know, include it into the backlog since you know, the clients, uh, want to see that happen.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> This is excellent. I love when a software company,um, a hosting company puts this in front. It’s like, this is what we’re working on, this is what we’re doing. It shows real leadership and I love this.
</p>\n\n\n\n<p>I’m looking through here and this is awesome. Well, ARN, thank you so much for your time today and, uh, I, I appreciate hearing your story and what you’re doing at Host hosting your Please keep up the good.
</p>\n\n\n\n<p><strong>Arnas Donauskas:</strong> Uh, thanks Corey for inviting. Uh, it’s been a [00:32:00] pleasure. And yeah, if anything, I’m here. Awesome.
</p>\n\n\n\n<p><strong>Cory Miller:</strong> All right.
</p>\n\n\n\n<p>Thanks everybody for listening in to post status draft. This is another, uh, interview in our series called Product People to help you see the hu here and see and hear the humans behind the, the best WordPress products out there. So we’ve been talking with Arnas, web hosting product owner at Host.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 17 Feb 2023 14:07: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:11:"Cory Miller";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:70:"WPTavern: Industry-Wide Tech Layoffs Impacting WordPress Professionals";s:7:"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=142074";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"https://wptavern.com/industry-wide-tech-layoffs-impacting-wordpress-professionals";s: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:6690:"<p>Most WordPress professionals managed to escape 2022’s round of tech layoffs, which primarily affected venture capital-funded startups and larger companies that had overhired during the economic upswing that came with pandemic precautions being lifted in many places. Mass layoffs hit Meta, Peleton, Stripe, Carvana, and more during the last half of 2022.</p>\n\n\n\n<p>Tech layoffs have continued relentlessly in 2023, with major players like PayPal, Spotify, Google, Microsoft, Coinbase, Salesforce, and Amazon cutting tens of thousands of workers in January. This round of layoffs seems more brutal than the last, as it hits more close to home for WordPress professionals.</p>\n\n\n\n<p><a href="https://layoffs.fyi/">Layoffs.fyi</a>, a layoffs tracking website, has logged 376 tech companies with total of 107,930 employees laid off. Both the number of companies and number of employees laid off in January were the highest they have been over the past year.</p>\n\n\n\n<img />\n\n\n\n<p>Last week, GoDaddy <a href="https://aboutus.godaddy.net/newsroom/press-releases/press-release-details/2023/A-message-from-GoDaddy-CEO-Aman-Bhutani/default.aspx">announced</a> it will be reducing the size of its global team by about 8% (approximately 530 employees), with cuts that hit teams working on WordPress and WooCommerce hosting products. </p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Good Morning everyone <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f60a.png" alt="😊" class="wp-smiley" /> I’m sure most have heard by now about the GoDaddy layoffs. I was part of the 8% and although it hurts leaving such a wonderful team I know greater opportunities are out there for me. <br />If you know of any open roles please let me know, thanks <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1faf6-1f3fe.png" alt="🫶🏾" class="wp-smiley" /></p>— Juniemarie (@GoGinaMarie) <a href="https://twitter.com/GoGinaMarie/status/1623707237398024195?ref_src=twsrc%5Etfw">February 9, 2023</a></blockquote>\n</div>\n\n\n\n<p>“Despite increasingly challenging macroeconomic conditions, we made progress on our 2022 strategic initiatives and continued our efforts to manage costs effectively,” GoDaddy CEO Aman Bhutani. “The discipline we embraced was important but, unfortunately, it was not sufficient to avoid the impacts of slower growth in a prolonged, uncertain macroeconomic environment.”</p>\n\n\n\n<p>The layoffs came as a surprise to GoDaddy employees, after they had been assured the company would not be cutting jobs. A few days after employees were let go, the company <a href="https://www.marketscreener.com/quote/stock/GODADDY-INC-21452893/news/GoDaddy-Reports-Fourth-Quarter-and-Full-Year-2022-Results-42986717/">reported significant growth</a> in its last earnings call, with a total revenue of $4.1 billion in 2022, up 7.2% year-over-year, and 8.4% on a constant currency basis.</p>\n\n\n\n<p>A former GoDaddy employee, who was impacted by the layoffs and wishes to remain anonymous, said “employees and their managers were blindsided.” They were offered approximately three months of severance pay plus two weeks severance per year of tenure.</p>\n\n\n\n<p>“The severance package was average at best – a few months of runway in exchange for releasing GoDaddy from all liability,” the source said. “It’s the minimum requirement to get people to sign legal releases. Items such as stock that wasn’t fully vested must be forfeited.” </p>\n\n\n\n<p>The source reported that the employees who were laid off were cherry-picked from different teams. Despite GoDaddy’s heavy investments into WordPress and recent acquisitions of the Skyverge and Pagely brands, the company elected to downsize many who were active in its WordPress efforts.</p>\n\n\n\n<p>“I’m seeing lots of WordPress-related product/marketing folks getting cut,” the source said. </p>\n\n\n\n<p>DigitalOcean, which acquired managed hosting company Cloudways for $350 million in cash last year, told staff it is <a href="https://www.theregister.com/2023/02/15/digitalocean_layoffs/">laying off 11 percent of its workforce</a>, approximately 200 employees. The Register reports that 100 employees were immediately let go and another 100 will follow. The cuts include members of the company’s content team, causing <a href="https://twitter.com/bphogan/status/1625875775458095108">concern about the future of the company’s documentation</a> resources.</p>\n\n\n\n<p>Larger tech companies are not the only ones reducing their workforces. The economic conditions behind these cuts are also affecting smaller organizations like XWP, a WordPress agency that <a href="https://www.linkedin.com/search/results/all/?keywords=xwp%20layoffs&origin=GLOBAL_SEARCH_HEADER&sid=Ktc">laid off employees</a> two months ago. <a href="https://humanmade.com/">Human Made</a>, an agency that builds WordPress sites and products for enterprise customers, has also been affected. The company recently announced a <a href="https://xn--tm-cka.com/redundancies-at-human-made/">round of redundancies</a> for the first time in its history. </p>\n\n\n\n<p>“This has been a tough few weeks, particularly for those leaving who now face an uncertain future,” Human Made CEO and co-founder Tom Willmot said. “It’s also been tough for the rest of company, this is not [a] situation we wanted to be in and even with the wider economic headwinds the industry is facing, there are also important lessons for us to learn.”</p>\n\n\n\n<p>As part of its commitment to transparency, Human Made also published the details of its redundancy support package, which includes a minimum notice period of four weeks plus one week for each year past two, and two weeks pay on top of notice, among other benefits.</p>\n\n\n\n<p>WordPress product companies are stepping up to help people find new work. <a href="https://twitter.com/JamesTryon/status/1626282532193853441">Easily Amused</a>, <a href="https://twitter.com/fclaussen/status/1623729840468762624">Trew Knowledge</a>, <a href="https://twitter.com/ryandonsullivan/status/1623478875895234563">SiteCare</a>, and other companies across Twitter, Mastodon, and LinkedIn have responded to posts with links to open positions. Michelle Frechette, Director of Community Engagement at StellarWP, publishes a weekly thread with available jobs from around the WordPress community. Her most <a href="https://twitter.com/michelleames/status/1623729865970049025">recent thread</a> from last week includes information on 10 companies that are currently hiring.</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, 17 Feb 2023 01:22:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:72:"WordCamp Central: Bluehost supports WordPress community events worldwide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"https://central.wordcamp.org/?p=3161235";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"https://central.wordcamp.org/news/2023/02/bluehost-supports-wordpress-community-events-worldwide-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:928:"<p>We can’t thank <a href="https://www.bluehost.com/">Bluehost</a> enough for their continued support as a sponsor for the <a href="https://central.wordcamp.org/sponsor-multiple-wordcamps/">global WordPress community</a>! Their support of WordPress community events around the globe at our Gold level!</p>\n\n\n\n<a href="https://central.wordcamp.org/files/2019/02/Bluehost-Transparent_HighRes.png"><img /></a>\n\n\n\n<p><a href="https://www.bluehost.com/">Bluehost</a> has been a WordPress partner since 2005 and powers over 1 million WordPress sites worldwide. Their objective is to help customers, whether novice or pro, create a thriving online presence at an affordable price. With a team of in-house tech experts available 24/7, Bluehost dedicates time and resources to providing the best support and services in the industry. Join millions of other site owners and see what Bluehost can do for you and your online presence.</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, 16 Feb 2023 15: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:6:"Isotta";s: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:49:"BuddyPress: BuddyPress 11.1.0 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=328434";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://buddypress.org/2023/02/buddypress-11-1-0-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:985:"<p>Immediately available is <a href="https://downloads.wordpress.org/plugin/buddypress.11.1.0.zip">BuddyPress 11.1.0</a>. This maintenance release fixes 3 bugs. For details on the changes, please read the <a href="https://codex.buddypress.org/releases/version-11-1-0/">11.1.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 11.1.0 today in your WordPress Dashboard, or by <a href="https://wordpress.org/plugins/buddypress/">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading" id="many-thanks-to-11-1-0-contributors">Many thanks to 11.1.0 contributors <span class="dashicons dashicons-heart"></span></h2>\n\n\n\n<p><a href="https://profiles.wordpress.org/1benk1">1benk1</a>, <a href="https://profiles.wordpress.org/webmasterfreya">webmasterfreya</a>, <a href="https://profiles.wordpress.org/casper99">casper99</a> & <a href="https://profiles.wordpress.org/imath/">imath</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 16 Feb 2023 06:39: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:12:"Mathieu Viet";s: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:39:"HeroPress: Alice, Robert, and 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:56:"https://heropress.com/?post_type=heropress-essays&p=5222";s:7:"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://heropress.com/essays/alice-robert-and-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=alice-robert-and-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:13823:"<img width="1024" height="512" src="https://heropress.com/wp-content/uploads/2023/02/021323-min.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: The thing that continues to allow me to just let go, to just be what I feel is my most authentic self, is WordPress." />Here is Mark-Andrew reading his own story aloud.\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2 class="kt-adv-heading_dd69cd-28 wp-block-kadence-advancedheading">Prologue – WordPress</h2>\n\n\n\n<p>Alice and Robert are my father’s parents. They never knew what WordPress was. My grandfather’s technical sophistication ended in turning on the screen of the desktop my father had purchased for him years ago. But as they crossed into their 90s, WordPress would come to be instrumental in their lives and mine.</p>\n\n\n\n<p>WordPress found me in 2009. A good friend said I needed to learn this new thing that could “change our lives”. Their partner was using it as a Virtual Assistant…and she worked from home full time!</p>\n\n\n\n<p>Technology interested me from an early age. I was inspired by the works of Aldous Huxley, the Beatniks, and Magick, as well as the science fiction of Isaac Asimov and Philip K. Dick. The moment I was able to install WordPress and create a functional website in five minutes without any coding knowledge, it felt like a whole new world had opened up and we now had the power to shape it how we wanted.</p>\n\n\n\n<p>That same week, I built my first WordPress site for someone else. </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>Like a friend who can’t help but show off their newest card trick, I was eager to demonstrate my “website-building skills” to all my friends and family. </p>\n</blockquote>\n\n\n\n<p>It was through this process that I gained experience and began to appreciate the connection between our passions and having the ability to pursue them.</p>\n\n\n\n<p>I also saw the websites as a canvas on which I could create art. My previous high water mark as a child was a slanted stick figure that when I showed my grandmother, the look of horror on her face even as she said, “what a wonderful artist!”, will always stick with me.</p>\n\n\n\n<p>I continued to build WordPress sites in my free time for anyone who would take one from me but didn’t have the time, the resources, or the skills.</p>\n\n\n\n<p>My career at the time was in Sports Medicine. This involved finding tools to manage training staff, athletes, and facilities. I came up against technology that we couldn’t afford or didn’t allow us the flexibility needed to control our businesses and our client’s health outcomes.</p>\n\n\n\n<p>As a result in 2011, I began my first serious WordPress project when I was head of the training and rehabilitation departments for the Gold’s Gym locations in Seattle proper. The ownership group owned all seven facilities in the city. I worked out of the main gym in Kirkland, WA, where the executives who ran the Seattle tech companies, like Google and Amazon, would go back to after their office hours ended.</p>\n\n\n\n<p>As gyms seldom have tech departments, and ours were no different, I began learning WordPress as a serious designer, if not a developer, to solve problems we were encountering. The initial goal was to add training staff to the company website. That progressed into integrating SaaS products that would help our trainers track and share information with their clients. Finally, it involved switching over all the ownership group’s sites to WordPress.</p>\n\n\n\n<p>I put together a multi-site network (thank you WordPress 3.0 <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64c.png" alt="🙌" class="wp-smiley" />) for all seven gyms that they could more easily manage and was more customizable while reducing their cost by $550 per location each month by abandoning the gym-specific website hosting previously used.</p>\n\n\n\n<p>Everything went off without a hitch, luckily for everyone! The staff and the membership all loved the new sites! </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>The ease with which they could manage their memberships, book sessions, and keep engaged with the community when they weren’t at the gym were all huge positives for the business and the members.</p>\n</blockquote>\n\n\n\n<p>Staff who trained clients were also ecstatic! The Kirkland Gold’s Gym is home to high-level athletes, such as professional MMA fighters, Olympic athletes, and bodybuilders. The ease of using WordPress to add users and manage our client’s progress increased the effectiveness of what we were doing and our ability to market our results.</p>\n\n\n\n<p>What I took from that experience was the reinforcement of my belief that in an ever more connected world, WordPress, open source, and the ethos behind it all were a means to achieve almost any end. It was also a means achievable by anyone, regardless of class, gender, or skin color.</p>\n\n\n\n<h2 class="kt-adv-heading_c3be3c-51 wp-block-kadence-advancedheading">My grandparents – Alice and Robert</h2>\n\n\n\n<p>Shortly after in late 2011, I returned to my hometown in the state of Massachusetts. I went back to New England for various reasons, one of the largest was my grandparents’ need for more physical support.</p>\n\n\n\n<p>I spent the next 6 years in Massachusetts. As my grandparent’s health continued to deteriorate, Alice’s from leukemia and Robert’s from dementia, I took jobs that paid less but allowed me more time to be there for them. I went from running a friend’s gym to running the training department, to being a trainer, to leaving sports medicine behind completely as the commitments didn’t work anymore.</p>\n\n\n\n<p>I worked various jobs for friends who knew my situation and offered as much leniency as they could. One friend owned McLaughlin’s gas station at the bottom of my grandparent’s street, which had a perfect view of their front yard.</p>\n\n\n\n<p>I got paid less than minimum wage to sit, talk to people when they came in, pump gas, put air in tires, and be a buffer so the mechanics could get their work done. What I gave up in income, however, I more than made up for in the flexibility of the schedule.</p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>There was often a need for me to leave the gas station immediately after a rueful call from one of my grandparents. </p>\n</blockquote>\n\n\n\n<p>The time between the phone call and unlocking their front after sprinting up the street was usually around 90 seconds or fewer. </p>\n\n\n\n<p>Sometimes the needs were comical to everyone involved! The most frequent was unlocking the cellar door to let someone out stuck downstairs. Sometimes, that was my grandfather, who had gone down and shut the door behind him. Usually, it was my grandmother. My grandfather would forget after a minute that she had gone into the cellar, and if he saw the door ajar while sneaking a cookie out of the cookie jar because my grandmother was away, he would close the door and then go back to his rocking chair in the other room.</p>\n\n\n\n<p>They began taking the phone with them everywhere they went in the house. Each time they would get locked in the basement I would hustle home, let them out, and we’d all have a good laugh about how ridiculous the world was!</p>\n\n\n\n<p>Everything completely changed when my grandparents were in a car accident. My grandfather got confused driving about 50 feet back across the street, returning from taking my grandmother to the bank, as she could no longer walk there. They were both banged up in the crash, my grandmother severely.</p>\n\n\n\n<p>At the rehab facility after discharge from the hospital the doctors determined my grandparents couldn’t go back to their home unless they had full-time care. Our family decided I would quit my gas station job and stay at the house with my grandfather until my grandmother returned, by then having put in place professional nursing services for them.</p>\n\n\n\n<p>The week before my grandfather came home, I’d set up a WordPress website on Pressable hosting called “Unofficial Alan Moore”. I’ve been a fan of darker and offbeat comics and art since I could remember and have been supporting Alan Moore, and the global Arts Lab Project of Northampton, UK, for years via Kickstarter and fundraising efforts. I viewed my website as a great place to share the good people, fantastic art, and all these things that filled me with joy while I would be housebound.</p>\n\n\n\n<p>But support for my grandparents never came to fruition. </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>When my grandmother returned and the bills increased, I turned to the only resource I could take advantage of at that moment, my WordPress website.</p>\n</blockquote>\n\n\n\n<p>I changed the name of my fan site, Unofficial Alan Moore, to Emporium Purgatorio. This was a nod to Alan Moore’s and Kevin O’Neill’s eight-part series, Cinema Purgatorio. I installed WooCommerce, then opened an eBay store to gain traction and find inventory for my new business venture. I began purchasing rare and hard-to-find original comics and art at below-market rates. I would then resell or barter them, but instead of maximizing profits I maximized openness and honesty for the art.</p>\n\n\n\n<p>This, coupled with my lifetime support and connections with the fantastic artists and writers still creating the works, led me to become the sole US distributor for many Indie projects coming out of the UK. </p>\n\n\n\n<p>Over the next two years, I used only WordPress, WooCommerce, Pressable, and Jetpack, to go from my first $50 inventory purchase to selling single comic pages for thousands of dollars, the 2nd largest collection of rare Alan Moore comics in the world, and a global Arts Lab Community that is still thriving today.</p>\n\n\n\n<p>Time must continue, though, and it did for my grandfather. After his passing I remained in the house to care for my grandmother. And I’ve never known as deep sorrow as the conversations she and I would have about regrets in life.</p>\n\n\n\n<p>What still strikes me is that they were all about adventures not taken, not mistakes she had made. She encouraged me to follow my joy. </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>When I told her I felt my joy would be to put a tent in a backpack and skateboard across the country, she said, “remember, Mark-Andrew, everything always works out when you’re doing things for the right reasons”. And I have remembered.</p>\n</blockquote>\n\n\n\n<p>Her passing is another singular story. This story ends with our house empty and me determined to remember what my grandmother said. It ends with a belief built on experience that with WordPress, and the community that continues to uplift it, we can make the world better…even if it’s just for one person.</p>\n\n\n\n<h2 class="kt-adv-heading_5e46ef-bf wp-block-kadence-advancedheading">Epilogue</h2>\n\n\n\n<p>I purchased an ultralight tent and quilt, paired what little belongings I had down to a 30L backpack that weighs 6 1/2 lb with everything I own in the world in it. I made one last stop at my local skate shop, where I’d been going for 30 years, to say goodbye and pick up my new skateboard setup.</p>\n\n\n\n\n<a href="https://heropress.com/wp-content/uploads/2023/02/IMG_20190529_144811-scaled.jpg"><img /></a>The last of my worldly goods.\n\n\n\n<a href="https://heropress.com/wp-content/uploads/2023/02/IMG_20190603_171431.jpg"><img /></a>Everything I owned.\n\n\n\n\n<p></p>\n\n\n\n<p>The next morning, the familiar creak of the front door as I locked it one last time almost overwhelmed me. </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>But I took a few deep breaths, put the keys in the mailbox for the realtor, and pushed away down the street towards the west coast 3,300 miles away.</p>\n</blockquote>\n\n\n\n<p>That was years ago now. I’ve been building WordPress websites and hosting them for good humans at no cost, using just my mobile phone, ever since. *Yes, absolutely zero. I don’t charge for my time, I don’t charge for hosting.</p>\n\n\n\n<p>While the skateboard is always in my hand or under my feet, and most of the community that knows me by name are skateboarders themselves, what’s allowed me to continue to push wherever I wanted to go, whenever I wanted to go, is WordPress.</p>\n\n\n\n<p>I don’t know the number of lives I may have affected. Most of those I’ve built sites for or supported, I don’t know where they are today. Almost all moved on as their businesses and their ideas grew. They take over the work themselves, or hire teams, for what comes next.</p>\n\n\n\n<p>I do know every single person I’ve introduced to WordPress has told me they wish they had known about this sooner. They were better off after being introduced to WordPress, and what’s possible when you take control of your own destiny.</p>\n\n\n\n<p>I don’t keep track of pretty much anything in life, except the people in front of me and any project I’m undertaking at that moment. I’ve forgotten most of the places I’ve been, and most of the things I’ve seen. But I feel that is as it should be. I feel fulfilled and ecstatic almost every moment. </p>\n\n\n\n<p>And the thing that continues to allow me to just let go, to just be what I feel is my most authentic self, is WordPress. So, thank you. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2764.png" alt="❤" class="wp-smiley" /></p>\n\n\n\n<p>.</p>\n<p>The post <a rel="nofollow" href="https://heropress.com/essays/alice-robert-and-wordpress/">Alice, Robert, and WordPress</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, 15 Feb 2023 16:00:14 +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:21:"Mark-Andrew Nordstrom";s: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:80:"WordCamp Central: Thanks to Automattic for sponsoring community events worldwide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"https://central.wordcamp.org/?p=3161241";s:7:"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:105:"https://central.wordcamp.org/news/2023/02/thanks-to-automattic-for-sponsoring-community-events-worldwide/";s: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:2766:"<p>We couldn’t be happier to welcome <a rel="noreferrer noopener" href="https://automattic.com/" target="_blank">Automattic</a> to the <a href="https://central.wordcamp.org/sponsor-multiple-wordcamps/">WordPress global community sponsorship program</a> in 2023! They’re sponsoring at the Gold level in all regions, supporting official WordPress community events across the globe.</p>\n\n\n\n<a href="https://central.wordcamp.org/files/2023/02/automattic-logotype-color.png"><img /></a>\n\n\n\n<p>At <a rel="noreferrer noopener" href="https://automattic.com/about/" target="_blank">Automattic</a>, <em>we are</em> passionate about making <em>the web</em> a better place.</p>\n\n\n\n<p>We are the people behind <a href="https://wordpress.com/">WordPress.com</a>, <a href="https://woocommerce.com/">WooCommerce</a>, <a href="https://jetpack.com/">Jetpack</a>, <a href="https://wpvip.com/">WordPress VIP</a>, <a href="https://simplenote.com/">Simplenote</a>, <a href="https://longreads.com/">Longreads</a>, <a href="http://wpscan.com/">WPScan</a>, <a href="https://akismet.com/">Akismet</a>, <a href="https://en.gravatar.com/">Gravatar</a>, <a href="https://crowdsignal.com/">Crowdsignal</a>, <a href="https://cloudup.com/">Cloudup</a>, <a href="https://www.tumblr.com/">Tumblr</a>, <a href="https://dayoneapp.com/">Day One</a>, <a href="https://www.pocketcasts.com/">Pocket Casts</a>, and more. We believe in making the web a better place.</p>\n\n\n\n<p><a href="https://distributed.blog/">We’re a distributed company</a> with 2,007 Automatticians in 97 countries speaking 123 different languages. We’re committed to <a href="https://automattic.com/diversity-and-inclusion/">diversity, equity, and inclusion</a>, and our common goal is to democratize publishing and commerce so that anyone with a story can tell it, and anyone with a product can sell it, regardless of income, gender, politics, language, or where they live in the world.</p>\n\n\n\n<p><a href="https://github.com/Automattic">We believe in Open Source</a> and the vast majority of our work is available under the GPL.</p>\n\n\n\n<p>We strive to live by the <a href="https://automattic.com/creed/">Automattic Creed</a>.</p>\n\n\n\n<p>Automattic is a <a href="https://mostlovedworkplace.com/companies/automattic-inc/">Most Loved Company</a> and <a href="https://disabilityconfident.campaign.gov.uk/">Disability Confident Committed</a>. (Here’s <a href="https://happinessengineer.blog/2022/09/08/happiness-for-everyone-working-with-a-disability-at-automattic/">what that might mean for you</a>.) Come <a href="https://automattic.com/work-with-us/">work with us</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, 15 Feb 2023 15: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:6:"Isotta";s: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:71:"WPTavern: #63 – Paul Halfpenny on Adding Personalisation in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wptavern.com/?post_type=podcast&p=142031";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://wptavern.com/podcast/63-paul-halfpenny-on-adding-personalisation-in-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:46722:"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, making your WordPress websites personal to each visitor.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice, or go to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the show, I’m keen to hear from you and hopefully get you all your idea featured. Head over to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Paul Halfpenny. Paul is the CTO at Filter, a remote first digital agency that specializes in open source tech, such as WordPress, Laravel, React, React Native and Ionic, with enterprise clients. He’s been a speaker at WordCamp Europe and has an interest in making websites a more personal experience.</p>\n\n\n\n<p>Website personalization is the idea of amending content served by your website to match the conditions of your current users. It might be that you want to show, or hide, content to people during certain times of the year. Perhaps it would be helpful to translate content if the user comes from a specific locale. Or maybe you would like to offer a product based upon pages that a user has previously visited, or items that they have bought.</p>\n\n\n\n<p>All of this falls under the umbrella of personalization. And it’s an area that Paul thinks is going to be more important in the future.</p>\n\n\n\n<p>On the podcast, we talk about what techniques you can use to offer up personalized content. That could be WordPress plugins or options within blocks, but there’s also more complex setups with a whole range of ‘at the edge’ technologies.</p>\n\n\n\n<p>We chat about what kind of information you might want to amend on your website and whether it’s possible to do too much, and risk users feeling that they’re being tracked wherever they go online.</p>\n\n\n\n<p>How can website owners and users benefit from these techniques, and can this be sold as a service to clients in the same way that you might offer SEO or website optimization?</p>\n\n\n\n<p>Towards the end, we talk about whether or not aspects of personalization should be added into WordPress Core. Have SaaS services, which bake this into their platforms, heralded in an era in which personalization is expected by the majority of clients.</p>\n\n\n\n<p>It’s an interesting chat with many insights and tips. And so if you’re looking to explore this further, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more. You can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. Where you’ll find all of the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Paul Halfpenny.</p>\n\n\n\n<p>I am joined on the podcast today by Paul Halfpenny. Hello Paul.</p>\n\n\n\n<p>[00:04:03] Paul Halfpenny: Hello, how are you doing?</p>\n\n\n\n<p>[00:04:05] Nathan Wrigley: Yeah. Good. Thank you. Very nice to have you on the podcast today. Paul’s going to be talking to us about personalization in WordPress, which is a topic, at least on this podcast, we have never touched upon. So this will be a really interesting and novel episode.</p>\n\n\n\n<p>Before we begin Paul, every episode I get the guests just to give us a bit of orientation, tell us who they are, where they work, how long they’ve been working with WordPress, and all of those kind of things. So, although it’s a very generic question, can we begin there? Tell us about yourself Paul.</p>\n\n\n\n<p>[00:04:33] Paul Halfpenny: I’m Paul. I’m the CTO at Filter. We’re a remote first digital agency. We’re based in the UK, and we specialize in open source tech such as WordPress, Laravel, React, React Native. We’ve been working on WordPress since about 2012. We’ve done that for a number of different clients that we’ve worked with over that time.</p>\n\n\n\n<p>Some small, some large, some we’re not really even allowed to mention. And we’re a WordPress VIP partner agency. We’re an Altis partner agency, WooCommerce partner agency as well. My co-founder and I, Ollie set up Filter just to try and be a little bit different to normal agencies. So we try and ensure that we have regular hours during the week, so nine til five thirty. We try not to work evenings and weekends, wherever possible. We are family friendly, so we try and be as flexible as possible with everybody in hope that we create a nice environment for everybody to work in.</p>\n\n\n\n<p>[00:05:31] Nathan Wrigley: Oh, really nice. Thank you very much for telling us all that. That’s great. The subject for today is personalization. Now, in the real world, we probably have a great understanding of what that means. We like things to be personalized. But we may not understand what it means in the context of websites and WordPress websites in particular.</p>\n\n\n\n<p>So do you mind just spending a few minutes broadly, give us the 10,000 mile high overview of what you mean by personalization in websites.</p>\n\n\n\n<p>[00:05:59] Paul Halfpenny: Yeah, so I think personalization is the process of knowing what the needs and preferences and interests of your customers or your site visitors are. So you can serve them what they’re looking for. So that’s going to allow you to give them more relevant communications. That’s going to perhaps improve their experience of going onto a website or an app that you develop.</p>\n\n\n\n<p>And it’s about creating that kind of smart content for your audience. So you are going to use items such as perhaps their location, their demographics, maybe what device they’re using, maybe where they’ve come from, maybe the language that they speak, to show them content that’s relevant to them. So for instance, if you are running a promotion on Facebook, and you’re directing people to your website.</p>\n\n\n\n<p>You might want to show visitors from that campaign an offer that you don’t send to anybody else. So you might check where they’ve come from, check the referrer, and then you might show some content on the website that gives them a promotional code that they can use in your shop, for instance. So it’s really about ensuring that you are trying to ensure that each of your users has an experience that’s relevant and contextual to them.</p>\n\n\n\n<p>[00:07:19] Nathan Wrigley: I guess it’s a fairly new idea, and by that I don’t mean it’s within the last year or so, but it’s not something that is as old as the hills in terms of web technology. You know, if you go back a decade or more, this was possibly beginning with some of the bigger platforms. I imagine Google were making forays into trying to figure out what your search results should look like. But in terms of WordPress websites, this feels like the beginning of that journey. Am I right in that or has this been going on for a while?</p>\n\n\n\n<p>[00:07:51] Paul Halfpenny: So personalization, I think, at an enterprise level has been around for a while. The really obvious answer is Amazon. So Amazon has been tracking your user behavior on their site, and they know which products to show you. So particularly in e-commerce, it’s a really big focus. And I think over the last decade, I would say, that’s translated itself into being, not just something that’s in custom platforms that bigger companies develop for themselves, but in proprietary content management systems like Sitecore or Optimizely, which have personalization baked into their core, and allow site editors to manage that.</p>\n\n\n\n<p>But we have only really seen it become of interest and becoming more popular in WordPress over the last couple of years. Yeah, it’s kind of more recent in WordPress, but it’s been around for a while. And I think even if I think back to my first agency job, which was in around 2003, I think 2002, we were talking to people that were selling email personalization. They would send a trigger campaign and then based on a response they would send out another type of campaign. So personalization is just becoming more standardized.</p>\n\n\n\n<p>[00:09:06] Nathan Wrigley: Thank you. That’s really interesting context. There’s a couple of words that you use there, which I think might be worth drilling down into. The first one was, well, you may have said no or knowing, but you said something along the lines of, knowing more about the user, but also you then, a little bit later possibly, substituted that word for tracking.</p>\n\n\n\n<p>And the two are very different, I guess. And in the example that you used of Amazon, I’m guessing the majority of what they know is based upon you being logged into their platform and performing actions. So, as an example, I’ve logged in and I demonstrate a desire to buy, I don’t know, a trampoline, and all of a sudden that’s bound to my account.</p>\n\n\n\n<p>Whereas it could be also trying to discover things when nobody is logged in. It’s just a visitor to the website. So you mentioned geography. So I’m coming, I’ve got an IP address, which appears to come from France say, and that can serve up different kind of content. So I guess it’s interesting to get into that conversation about is there a difference between knowing and tracking, and also the state, whether we’re logged in or not logged in. Whether any of that is important.</p>\n\n\n\n<p>[00:10:17] Paul Halfpenny: Obviously, when you are logged in, you get a lot more information about that user. So you can tie it to a particular user profile. You can match it to what they did last time they came back to the site. If they’re not logged in, you can only track them as long as a cookie might be stored in their browser, for instance, and if they clear their browser cookies you’re not going to be able to remember or retain that information for the future. So logging in gives you certain benefits.</p>\n\n\n\n<p>We try and split it down into simple and complex personalization. So simple is the idea that you just show basic content to nudge them in the right direction. So you might be using their location. To say okay, you’re coming from France, I’m going to show you this particular content. Or you might understand where they’re coming from and you don’t require them to be logged in to give them that level of personalization.</p>\n\n\n\n<p>I think a really good example of simple personalization is the ability to use date-based controls to show somebody different opening times during a holiday period. So, for instance, you might want to show a different block of content to somebody on the 20th of December that shows them when you are open for Christmas, and then you want to remove that block and you are just using simple controls to be able to do that.</p>\n\n\n\n<p>The more complex type of personalization is where you are actually tracking that data. And there’s a couple of ways to do that. So, you can obviously get people to log in and you can score their behavior on your website. So that might be when somebody goes to a particular page, you might decide to attribute a particular value to that page. So if they go to the homepage, you might give them a one, and if they go to the sales page, you might give them a five. And then if you go to a pricing page, you might give them another couple of points as well.</p>\n\n\n\n<p>And in the background you can then associate some rules and go, well, if they hit this particular score, we are going to show them a particular piece of content. So you are tracking them around the website and you are understanding what they’re doing. And obviously you’ve got your user data there.</p>\n\n\n\n<p>And that’s all using what we call first party data. So first party data is the data that you take on your site that your customers have agreed to give to you. I think in the wider industry, there’s a, particularly at the enterprise level, there’s a lot of large companies using platforms called CDPs, and that acronym stands for customer data platforms.</p>\n\n\n\n<p>And customer data platforms are a way of ingesting content from lots of different third party sources. So you might bring in data from Facebook and you might bring in data from AdWords, and you might bring in data from email, for instance, if you’ve got an email database. And the customer data platform will allow you to stitch all of that data together to provide more 360 holistic view of what you are doing across the internet.</p>\n\n\n\n<p>So it’s looking at all these data points and it’s matching you across all these different accounts. And then based on that, you can take different decisions in marketing automation to personalize an omni channel campaign where you are perhaps tracking what they’re doing on Facebook and then showing them something else on the website based on what you know they’ve done on Facebook previously. That sounds a little bit scary. That’s the kind of world that we are living in right now.</p>\n\n\n\n<p>[00:13:33] Nathan Wrigley: Yeah, I guess elements of it could sound scary, couldn’t they, depending on how far you take it and where the data ends up. But in the scenario that we may get in depth in today, if everything is just holed up in WordPress, I guess that’s maybe a different discussion.</p>\n\n\n\n<p>I’m interested to know how you would implement this, because a lot of the things that you described there, on the face of it, seem fairly complicated. It also seems that there is no limit to how complicated you could make it. So you could have condition, upon condition, upon condition. You really could go down the rabbit hole. So my first question is, is there a sort of seesaw here? Is there a, you have to weigh up what the benefit is as against the time it takes to put all these things together.</p>\n\n\n\n<p>Because I’m sure as developers of websites, we’ve all been down that rabbit hole before. You put a ton of time into something which it turns out was absolutely pointless. Nobody looked at it or nobody interacted with it in the way that you were imagining. And so there’s that trade off. But also what kind of interface are we dealing with here? I’m guessing this is the domain of plugins. How do we build these, kind of, if then statements to make all of this happen?</p>\n\n\n\n<p>[00:14:42] Paul Halfpenny: The idea that it’s quite complicated is true. So it can become as complex as you allow it to really. I think over the past decade or so, what we’ve seen is that when people have bought enterprise content management systems that have personalization tools baked in. They haven’t actually been able to get the full value out of those tools in all situations. Because they would very often need to bring in a team or fund a team to allow you to do that.</p>\n\n\n\n<p>And that can take multiple years, if you have complex requirements. And it costs a lot of money to do that. I think WordPress is a great example of going at it a different way. So within WordPress, there’s a number of different plugins out there that allow you to add personalization to your website very simply and easily.</p>\n\n\n\n<p>And a lot of those are also leveraging the benefits of Gutenberg as well. So, one that I’d really like to pick out is Block Visibility by Nick Diego, who’s a, I think is still a developer advocate at WP Engine. And that’s a, that’s a great plugin for being able to decide whether to show or hide block of content based on some custom rules.</p>\n\n\n\n<p>There’s others out there. IfSo’s quite a popular plugin that allows you to do that as well. But it also allows you to create audience segments and add conditional CSS where you need to. There’s plugins such as LogicHop. That has a pretty comprehensive rule set.</p>\n\n\n\n<p>And Human Made, as part of their Altis platform, they’ve been building something called Experience Blocks more for the enterprise set, I would say. Where they are taking that data offsite and then allowing you to use pretty enterprise analytics to see, to do AB testing and to personalize content as well.</p>\n\n\n\n<p>There’s also ways to do it at the hosting platforms as well. So we call this personalization at the edge. So rather than putting a plugin into your site, which might slow your site down, or you might have too many complex rules, hosts such as Pantheon and WP Engine have options to allow you to vary the content that’s being sent back from the CDN or the cache layer. So it doesn’t actually hit your WordPress site.</p>\n\n\n\n<p>So, Pantheon, have a PHP library that allows you to do that. WP Engine allow you to segment your user content using a vary response header. So you can say, well, for this group of users, I’m going to segment this group of users, this type of user, and then show them this content. But it doesn’t actually hit WordPress. It’s a cached version of that page that hits that particular segment.</p>\n\n\n\n<p>[00:17:16] Nathan Wrigley: It sounds from what you’re saying that the WordPress plugin route, so you mentioned Block Visibility, Logic Hop. You also mentioned IfSo, and there’s probably some others. It sounds like they maybe are the domain for people who are just sort of dabbling in this. They might not be experienced, they might not be developers, but it sounds like when you go to the edge scenario, the WP Engines and Pantheons and what have you, you really need to be an expert at this or at least be committed to becoming an expert in it. Is that a fair appraisal or have I misunderstood?</p>\n\n\n\n<p>[00:17:49] Paul Halfpenny: I think that’s relatively fair. I think certainly doing it at the edge is probably slightly harder. I think the benefits of doing it with a plugin such as the ones that we mentioned, allow you a more point and click interface within WordPress itself, within the WordPress admin.</p>\n\n\n\n<p>And actually they’re as comprehensive, if not more comprehensive than other methods. I think the important thing is, is ensuring that they’re associated with Gutenberg or Elementor, and you can do that within those page builders as well, or block builders or whatever we’re calling them these days.</p>\n\n\n\n<p>So that it’s a relatively smooth and easy process for people to use. I think for me, the key is always about ease of use. So, when we look at the kind of CMSs that we’ve used over the past 10 and 20 years, I know that the best reaction we get from our clients is when we show them WordPress as a contact management system. Because it will be, oh, thank goodness, that seems easy to use. I can cope with that. I don’t really have the time to go on a five day course to learn how to use this CMS, because I’m not using it every day. I’m using it once a week to post some content. And so WordPress really works for that, which is why we, you know, that is our CMS of choice these days, because we know how well it works.</p>\n\n\n\n<p>And I think Gutenberg’s a massive step forward with that as well in terms of having a WYSIWYG editor, having the ability to drag and drop blocks onto the screen. And I know things aren’t absolutely a hundred percent perfect right now, and I know there’s still challenges, and I know there’s still things to improve upon. But actually that’s a great interface for clients and the best personalization tools allow you to quickly and easily decide which blocks to show on a screen to which particular users?</p>\n\n\n\n<p>[00:19:37] Nathan Wrigley: Okay, in terms of performance of a website, that is something which is more and more, especially from the Google side of things. It feels like Google are really making performance and speed and all of the metrics that they’ve got for how quickly page loads and all of that. That’s very important and obviously any website that wants to do well needs to be found in a search engine.</p>\n\n\n\n<p>And I’m wondering if the WordPress plugin route is going to make that more difficult. So as an example, if we get really carried away and on our homepage of our website we have multiple different areas of personalization. It’s three days to Christmas and so we’ve put different images all over the webpage. We’re telling people that oh, hi, welcome visitor from France, or whatever it may be.</p>\n\n\n\n<p>You get the picture, we’re just adding in all of this stuff. And every single time we add in something, we’re adding complexity. And although the example I’ve given is ridiculous. Still, I’m sure that certain queries, certain things that you are asking are going to have an impact. So we’ll just speak about that for a minute.</p>\n\n\n\n<p>[00:20:42] Paul Halfpenny: Valid question. So I think it’s really important to remember that not every WordPress site runs like on a blazing fast hosting platform, and can cope with complex queries. A lot of WordPress sites run on shared platforms, they run with limited resources. And if you do add too much complexity to what you are trying to achieve, it might impact on your site speed. And obviously as you add that complexity and you add WordPress to be doing more, particularly in the database on every single request that you’re sending it back, that prevents it from being cached.</p>\n\n\n\n<p>So we did some work on this in terms of personalization, we built our own plugin, WP-DXP. We actually used a web component on the front end that communicates with the backend via the REST API, and that returns the data in some json. So it’s a lighter touch way of being able to add that personalization into the page, without having as much impact on the front end.</p>\n\n\n\n<p>But I think it’s really important, I think there’s a limit to how much personalization you should put in place. So we’ve talked quite a lot internally about how we can use AI to personalize websites. The jury’s kind of still out on that actually, because we are not sure that you need the ability to show absolutely different content to absolutely every different visitor that’s coming.</p>\n\n\n\n<p>Actually, what you should be doing is just chopping up your users into different types of audience segments, and then basing it on that. And you perhaps don’t need more than a couple of audience segments for a simple site. I think if you are doing something really complex and actually you really need high levels of personalization, then it might be that you’re running a headless site anyway, and you’re using APIs to deliver the content rather than sending it back to the server and doing it that way.</p>\n\n\n\n<p>[00:22:36] Nathan Wrigley: I guess like anything else, if you have an infinite amount of resources to throw at it, that could be time, development cost, or indeed just money on infrastructure to actually host the site. More or less all of this is going to be in purview, but the more meager your resources are, probably the lighter a touch you should have with all of this.</p>\n\n\n\n<p>[00:22:56] Paul Halfpenny: Yeah, and I think, if you’re just running a personal site or you are running a brochureware site for maybe a shop or a restaurant or a bricks and mortar store of some kind. You probably won’t have high level needs for personalization. You might have the example that I talked about earlier in that you want to show different opening hours. So you might use a date based request, or you might want to show a promotion to certain kinds of people at certain times of year. But you probably won’t be using scoring across the site to understand their behavior as they go around your website. That’s probably not an issue for you.</p>\n\n\n\n<p>Whereas if you’re running a publishing site, and you are developing news or content on a regular basis, then you might well need to do that. But then you’d expect that your resources will be higher and you will be able to have a dedicated server or a different kind of hosting platform that allows you some more resources to do that, to implement that complexity.</p>\n\n\n\n<p>[00:23:50] Nathan Wrigley: I guess your imagination is the limit really here, isn’t it? You could do whatever you like. And I think examples like social media platforms, you may have an opinion about whether these are good for society or not, but social media platforms are examples of serving up personalized content.</p>\n\n\n\n<p>My Facebook feed is nothing like yours. The same would be true for when I go to Twitter. It’s giving me content based upon a whole slew of data that it’s got. And it’s really compelling. I come back and I come back and I come back and even sometimes I tell myself I shouldn’t come back. I keep coming back. And it really is the personal touch.</p>\n\n\n\n<p>And if you can find aspects of that. Now, I imagine very few people are actually trying to build a social network. But just the idea that you could serve up something and learn over time that that one little thing is impactful. The position of something, the color of something, where it is on the page or whatever it may be. It’s definitely worth exploring because we know we are influenced by these things.</p>\n\n\n\n<p>[00:24:53] Paul Halfpenny: I always come at it as a, we want to help users to find the answers. So that’s where personalization works for us. It’s trying to recognize who they are, what their interests are, where they’re coming from. Nobody’s on the same journey. Everybody will land on your website on a different page. And it’s about trying to work out, if they haven’t logged in, who are they? Or if they have logged in, you know who they are. Perhaps you’ve got a little bit of history about them.</p>\n\n\n\n<p>And then trying to provide them with the answer that they need so they can carry on with their day. What people don’t want to do is come to a website and click around for ages, trying to find the information that they want and then get disappointed and go away.</p>\n\n\n\n<p>For me, we should be trying to ensure that people get the information that they need as quickly as possible and have a satisfying experience. It’s almost the same as for an e-commerce shop. What you want to do is, you know you probably want to buy this thing, you want to get there, you want to find that item, you want to purchase it as quickly as possible, and then you want to carry on with your day.</p>\n\n\n\n<p>Nobody wants to sit on the internet all day trying to find information. I do think you’re right about the depths of personalization that social media have gone to, and how there is a danger there of. perhaps unintentional bias. So obviously when you’re personalizing at that level and that scale, you’re putting everything into machine learning.</p>\n\n\n\n<p>So you’re taking what people have done on the site before. You’re sticking that in some kind of data lake or big platform on the backend. And then you’re using machine learning to look for patterns so you can go, right, okay, next time this happens, show this to this person, because a hundred people, other people did this as well.</p>\n\n\n\n<p>But you end up having those biases and potentially putting people into echo chambers that mean that they don’t see the outliers. They kind of get trapped, in seeing the same information, and that’s not really helpful. I always talk about my Apple music station. I have Paul Halfpenny station on Apple Music and for some reason, well, it brings up a lot of Depeche Mode to begin with. And that’s a good thing for me, but it very often brings up a specific Manic Street Preachers track, and I love the Manic Street Preachers, more they’re early stuff.</p>\n\n\n\n<p>But because this track keeps on playing, I assume it thinks that I really like that track. And then it keeps on playing it to me again. I’m kind of stuck in that cul-de-sac around that track right now. I think trying to use personalization to help people find answers is not necessarily to put them into a specific hole and go right, we know this is who you are, this is exactly what you want. It’s creating some openness, allowing them to see answers that they might not be expecting sometimes, not always providing everything to what they’ve done before, is where we should be heading.</p>\n\n\n\n<p>[00:27:32] Nathan Wrigley: it sounds analogous to me, going to the supermarket with my shopping list and more or less entering a shopping experience where on the first aisle is everything I want. I have to walk 10 meters into the shop, and my trolley’s now full, my list of shopping items has been ticked off.</p>\n\n\n\n<p>You know, I’ve just achieved what I want to do, and then I walk out the shop and get on with my day. So it’s a bit more like that. It’s trying to put things which are more helpful. I agree that the AI thing is something which, I don’t think at least WordPress and personalization, were probably not quite there yet, certainly not on the scale of the major social networks. But yeah, just the idea of going into a supermarket. Having the list, but somehow being presented with a supermarket, which is just what I want. That does seem like a really laudable target.</p>\n\n\n\n<p>[00:28:23] Paul Halfpenny: Yeah, Yeah I love the fact that you used a shopping list. I’m very strange, I think because I enjoy going to supermarkets. Slightly weird, whenever we visit another country, I like to go in the supermarket, and we were in America recently, and going to Walmart was probably the highlight of my trip.</p>\n\n\n\n<p>I like to go and look around, but then, you know, I also like to be able to go to Sainsburys and go and get the three items that I need and get out of there pretty quickly so I can get back home for tea. So knowing where everything is, is really helpful.</p>\n\n\n\n<p>[00:28:51] Nathan Wrigley: Yeah, okay. I’m going to change my analogy in that case. So I walk into the supermarket and when I get to the toothpaste bit, there is only toothpaste, but there’s multiple brands of toothpaste. So it’s not like it’s only giving me one toothpaste, but it’s just sort of showing me, well, here’s all the toothpaste for you.</p>\n\n\n\n<p>That’s really interesting. I’ve experienced this in real time, in that I’ve been contacted by some developers who’ve demonstrated what their plugin can do. And I have to say it really caught me short. I was a bit blown away by what the page was showing me. It wasn’t scary. It was quite entertaining and engaging, and I guess you just have to draw a line for yourself. How much work do you want to put into it? How much weirdness do you want to put into it? And by that I mean, how much stuff are you going to show back to the user, which makes them check themselves and say, hang on a minute, how do they know I’m in France? That’s weird. Those kind of things. I guess you’ve just got to figure that piece of the jigsaw out.</p>\n\n\n\n<p>[00:29:44] Paul Halfpenny: I think there’s something there for everyone. That’s the really important point. Personalization’s not just for enterprise. It’s not just for your Amazons. It is for your small sites, it is for your medium size sites, and it is for your enterprise sites as well.</p>\n\n\n\n<p>It’s just the complexity grows as your business grows. But I think that there is something there for everybody. You could name any kind of business and you would probably be able to go, well actually, why don’t you personalize in this way for that kind of person? Or, you’re coming from here, you would show them a different message. It’s really useful to think in those terms.</p>\n\n\n\n<p>[00:30:19] Nathan Wrigley: In the same way that 15 years ago there was no SEO career, there was if you worked at Google, but if you were an SEO trying to figure out how to best present your web property, that career probably didn’t really exist, and now it does. I’m wondering if personalization might well go in the same direction, you know, if you were to become an expert at this, knowledge of all the different plugins, knowledge of all the different platforms, if it’s a career path that you could possibly develop? Because it is quite a specialist skill, and especially when you described the Cloudflare and the Pantheons and the edge cases for all of that. If the technical barrier is so big that people may want this, but they also haven’t got the time to implement it, and so they would purchase in that skill.</p>\n\n\n\n<p>[00:31:06] Paul Halfpenny: Yeah, I think there is an opportunity there to do that. I think people don’t always see the return on investment. Perhaps they struggle to go, well, actually, if I make this change, what was my ROI to do that, and therefore what’s the cost benefit analysis of doing it? But if you look at most big companies right now, they’ll all have a CRM team or a digital team that is focused on this type of activity.</p>\n\n\n\n<p>If you go to any e-commerce provider or website online, there are people whose job it is to improve conversion, that’s what they do. And personalization is a part of improving conversion. And it takes in a couple of different skillsets. So there is a skillset, certainly massively around UX. So what’s the user experience? As a user, if I come to this website, what do I expect to see? Where do I expect my users to go after they’ve landed on this page? And am I trying to get them to go and do this? Or am I trying to get them to go and do that? Can I show them this kind of content?</p>\n\n\n\n<p>What do I know about them that I can then provide them with some additional value whilst they’re on this website? Or how can I remove friction so that they can complete their journey more quickly? And there’s some design that’s required for how you might do that. So UI interface design. Analytics. So analytics is really important to understand what people are doing, where they’re tapping, what they’re clicking on, and what they’re doing on that site and what their life cycle is as well.</p>\n\n\n\n<p>And then putting the content in and making sure that the content is relevant and contextual for that particular situation. So just editing content on a site for different audiences might mean that you need to create different variations of that content that may be worded slightly differently as well. Whether that’s multilingual content, maybe it’s a different way of talking to a different type of customer. We all know that you’re probably not going to speak the same way to maybe a marketing manager that’s coming to your website, as you would do to a developer that’s coming to look for a job.</p>\n\n\n\n<p>[00:33:06] Nathan Wrigley: Yeah. You mentioned ROI and what have you, and I wondered if a lot of that is built into these technologies, so, for example, in the case of the WordPress plugins, either yours or one of the other ones, whether you have that data inside of WordPress, or do you need to go and hook it up to other tools, some analytics tool or what have you?</p>\n\n\n\n<p>You know, a simple AB test, can that be done in these platforms? And does it give you a, well 15 people clicked on the blue variation, but 28 clicked on the red variation. Do you get any of that feedback in here? Or are the WordPress tools simply a case of, look, here’s the technology to do it. That’s what we’ve got for you.</p>\n\n\n\n<p>[00:33:45] Paul Halfpenny: So some of the plugins offer those stats and can record it in your own database. And others will do it offsite. So I think Logic Hop is part of this AB testing. I might be wrong. will score your AB testing, on your own site. But I know that Altis uses enterprise analytics that will then it will determine what your potential size of your audience is for a particular segment so that you can apply some rules to that segment? It depends what you are trying to achieve. If you are just trying to show people, so you can do it in a couple different ways.</p>\n\n\n\n<p>You can obviously store the data in your own WordPress instance. Most people will probably use Google Analytics or Fathom Analytics, to understand where people might be tapping on buttons and maybe put an event in via Google Tag Manager so that it can register that tap or that click when the content is shown to them. That would be a really good way of doing it.</p>\n\n\n\n<p>Again, we come back to the problem that smaller sites are on, potentially on, shared hosting. They might have the resources. And if you are storing stats up in your database, how useful is that and how many resources you are using and is that slowing your site down?</p>\n\n\n\n<p>[00:34:57] Nathan Wrigley: One final question just before we knock it on the head is, in terms of the availability for this in WordPress. At the minute, it’s very much the domain of plugins. So plugins in the traditional sense of the word, but also you’ve got things that work with the block editor as well. But my understanding is, forgive me if I’ve got this incorrect, my understanding is that you would like to see aspects of this creeping into WordPress Core?</p>\n\n\n\n<p>So if that’s true, I think it’s fair to say that you have a, an impression that most people, or a significant proportion users of WordPress would find this thing useful. It would be a great tool to have in. And you point to the fact that the commercial rivals, so Optimizely and Sitecore and so on, they have this built in as part of their core platform.</p>\n\n\n\n<p>Do you want to just speak about that for a minute? Have I misrepresented you there, or would you like to see some of these tools, and I’m guessing you’re not imagining the full monty? Just a subset of simple things built into WordPress Core?</p>\n\n\n\n<p>[00:36:00] Paul Halfpenny: I really do think it needs to be in Core. I use WordPress in a couple different ways. I use it for my personal site, for myself and my friends or other small companies that we just do pro bono work for. I use it in my agency life. So we work with mid-market and enterprise companies.</p>\n\n\n\n<p>And then I’ve seen how WordPress compares to other content management systems on the market. And I think as WordPress grows, I think this is a feature that kind of needs to be in there and that would be useful to most users. I see value in it from a, a number of different ways.</p>\n\n\n\n<p>Even something as simple as having the ability to show content or hide a block in Gutenberg based on if somebody’s logged in or not. That for me would be really useful, based on the device type they’re using, based on where they’re, what country they’re coming from. I don’t think it needs to be to the extent of putting AB testing in.</p>\n\n\n\n<p>I think all of that kind of functionality can be done via plugins to extend it. I think there’s adequate scope there if somebody wants to do more, that they could add some plugins to do that. But I do think as WordPress grows and changes over the next decade, I think that personalized user experience becomes even more important.</p>\n\n\n\n<p>And I think it’s better for users for WordPress if this stuff is handled and managed and added to Core, so that it’s there for everybody to use as they need it. I don’t think it’s terribly complex in terms of being able to create some rules to show some content or be able to show or hide a block.</p>\n\n\n\n<p>And I think there’s also something around working in enterprise that shows us that that is really needed for WordPress to compete as an enterprise platform. And I’m really aware that not everybody that’s listening to this or, you know, the majority of people that work with WordPress don’t work with Enterprise.</p>\n\n\n\n<p>And so it’s, it is not really relevant to them. But I think that that’s just what we see in the market and we see WordPress being adopted by enterprise. And it’s one of the things that clients ask us for. They ask us for loads of things. They say, have you got multilingual baked in? No, you need a plugin for that. And there’s a couple different ways to do that, but it’s coming in Gutenberg at some point in the future. And they go, well, have you got workflows? No, haven’t really got workflows. Has it got its own analytics system? Well, no, it hasn’t got its own analytic system.</p>\n\n\n\n<p>And then personalization is one of those other big features. So, we are interested in it because we work with WordPress. We like to be able to use WordPress in those situations rather than having to deliver on other platforms, which perhaps we don’t enjoy working with as much.</p>\n\n\n\n<p>And also, we know clients don’t enjoy working with them as much. And actually we think there should be a really great alternative to those platforms. It is a personal view, you know, but I think that there’s a growing demand for it. And I think that with Gutenberg and the move to block based content, it becomes a lot easier. It wasn’t really possible in the old classic editor approach. You know, you could do it on the front end, but it’s very code heavy. But now it’s relatively simple to achieve.</p>\n\n\n\n<p>[00:39:24] Nathan Wrigley: Paul, if somebody listening to this podcast shares your opinion there and wants to reach out and get in touch and continue this discussion, where would be the best place to do that? It’s up to you. It could be a Twitter handle or an email or whatever you like.</p>\n\n\n\n<p>[00:39:39] Paul Halfpenny: Is anybody still on Twitter these days? I do wonder, like I scroll my Twitter feed now and there doesn’t seem to be as many people on there. Look, I would love people to get in touch because I just love talking about this stuff, right? So I think it’s really interesting.</p>\n\n\n\n<p>I think the opinions are really interesting. filteragency.com is our agency website. paulhalfpenny.com is my personal website. You can email me, paul @ filteragency.com. You can find me on Twitter, with a terrible photo that makes me look much younger than I actually am, paulfhalfpenny, I think. To be honest, there aren’t too many Paul Halfpenny’s around, so, you know, typing it into Google tends to give some results. It’s quite fortunate, really.</p>\n\n\n\n<p>[00:40:22] Nathan Wrigley: Paul Halfpenny. Thank you very much for chatting to me on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:40:27] Paul Halfpenny: Thank you very much. It’s a pleasure to be invited on.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href="https://twitter.com/paulfhalfpenny">Paul Halfpenny</a>.</p>\n\n\n\n<p>Paul is the CTO at <a href="https://filter.agency/">Filter</a>, a remote-first digital agency that specialises in open-source tech such as WordPress, Laravel, React, React Native and Ionic with enterprise clients.</p>\n\n\n\n<p>He’s been a speaker at WordCamp Europe and has an interest in making websites a more personal experience.</p>\n\n\n\n<p>Website personalisation is the idea of amending content served by your website to match the conditions of your current users. It might be that you want to show (or hide) content to people during certain times of the year. Perhaps it would be helpful to translate content if the user comes from a specific locale. Or maybe you would like to offer a product based upon pages that a user had previously visited, or items that they have bought.</p>\n\n\n\n<p>All of this falls under the umbrella of personalisation, and it’s an area that Paul thinks is going to be more important in the future.</p>\n\n\n\n<p>On the podcast we talk about what techniques you can use to offer up personalised content. That could be WordPress plugins or options within blocks, but there are also more complex setups with a whole range of ‘at the edge’ technologies.</p>\n\n\n\n<p>We chat about what kind of information you might want to amend on your website, and whether it’s possible to do too much, and risk users feeling that they’re being tracked wherever they go online.</p>\n\n\n\n<p>How can website owners and users benefit from these techniques, and can this be sold as a service to clients in the same way that you might offer SEO or website optimisation?</p>\n\n\n\n<p>Towards the end, we talk about whether or not aspects of personalisation should be added into WordPress Core. Have SaaS services which bake this into their platforms heralded in an era in which personalisation is expected by the majority of clients?</p>\n\n\n\n<p>It’s an interesting chat with many insights and tips, and so if you’re looking to explore this subject further, this episode is for you.</p>\n\n\n\n<h2 class="wp-block-heading">Useful links.</h2>\n\n\n\n<p><a href="https://filter.agency/">Filter agency website</a></p>\n\n\n\n<p><a href="https://wpvip.com/partners/">WordPress VIP partners</a></p>\n\n\n\n<p><a href="https://www.sitecore.com/">Sitecore</a></p>\n\n\n\n<p><a href="https://www.optimizely.com/">Optimizely</a></p>\n\n\n\n<p><a href="https://wordpress.org/plugins/block-visibility/">Block Visibility plugin by Nick Diego</a></p>\n\n\n\n<p><a href="https://www.if-so.com/">If So plugin website</a></p>\n\n\n\n<p><a href="https://logichop.com/">Logic Hop website</a></p>\n\n\n\n<p><a href="https://www.altis-dxp.com/accelerate/experience-blocks/">Experience Blocks website</a></p>\n\n\n\n<p><a href="https://wordpress.org/plugins/wp-dxp/">WP-DXP plugin</a></p>\n\n\n\n<p><a href="https://tagmanager.google.com/">Google Tag Manager</a></p>\n\n\n\n<p><a href="https://usefathom.com/">Fathom Analytics</a></p>\n\n\n\n<p><a href="https://twitter.com/paulfhalfpenny">Paul’s Twitter account</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, 15 Feb 2023 15: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: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:107:"Post Status: WordPress 6.2 Beta 2 • Help Test • Theme Directory Redesign • Apply for Community Summit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=147279";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"https://poststatus.com/wordpress-6-2-beta-2-help-test-theme-directory-redesign-apply-for-community-summit/";s: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:14831:"<h2 id="h-this-week-at-wordpress-org-february-6-2023">This Week at WordPress.org (February 6, 2023)</h2>\n\n\n<div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">WordPress 6.2 Beta 2 is now available. Help test the latest features before the next release. Apply now to attend Community Summit. Take a look at the new Theme Directory redesign progress. </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div id="kt-info-box_94d1bd-77" class="wp-block-kadence-infobox"><div class="kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kt-info-svg-icon kt-info-svg-icon-fe_arrowRightCircle"></span></div></div></div></div><div class="kt-infobox-textcontent"><h2 class="kt-blocks-info-box-title">WP 6.2 Beta 2, Help Test, Themes Redesign</h2><p class="kt-blocks-info-box-text">β <a href="https://make.wordpress.org/core/2023/02/14/wordpress-6-2-beta-2/">WordPress 6.2 Beta 2</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fe.png" alt="🙋🏾" class="wp-smiley" /> <a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">Help Test WordPress 6.2</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a8.png" alt="🎨" class="wp-smiley" /> <a href="https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/">Theme Directory redesign update</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/270d-1f3fc.png" alt="✍🏼" class="wp-smiley" /> <a href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/">Apply to Attend the 2023 Community Summit</a></p></div></div></div>\n\n\n\n<h2 id="h-news">News<a href="https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/"></a></h2>\n\n\n\n<ul>\n<li><a href="https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/">WP Briefing: Episode 49: Everything You Need to Know About the Community Summit!</a></li>\n</ul>\n\n\n\n<div class="wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb"><div class="kt-block-spacer kt-block-spacer-halign-center"><hr class="kt-divider" /></div></div>\n\n\n\n<div class="is-layout-flex wp-container-19 wp-block-columns">\n<div class="is-layout-flow wp-block-column">\n<h2 id="h-community">Community</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/community/2023/02/14/wordcamp-asia-2023-contributor-day/">WordCamp Asia 2023 Contributor Day</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/13/discussion-refining-the-mentor-program/">Discussion: Refining the Mentor Program</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/11/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-february-8-2023/">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on February 8, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/08/2023-global-sponsors-announcement/">2023 Global Sponsors: Announcement</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/">Apply to Attend the 2023 Community Summit</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/06/community-booth-at-wordcamp-asia-2023/">Community Booth at WordCamp Asia 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-core"><a href="https://make.wordpress.org/core">Core</a> </h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-1-8-february/">What’s new in Gutenberg 15.1? (8 February)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/15/a-week-in-core-february-13-2023/">A Week in Core – February 13, 2023</a></li>\n</ul>\n\n\n\n<h3 id="h-wordpress-6-2">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/14/wordpress-6-2-beta-2/">WordPress 6.2 Beta 2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/04/phase-2-finale/">Phase 2, Finale</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/">Roadmap to 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/">Early bug scrub schedule for WP 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id="h-meetings">Meetings</h3>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/14/dev-chat-agenda-february-15-2023/">Dev Chat Agenda, February 15, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/13/editor-chat-agenda-february-15th-2023/">Editor Chat Agenda: February 15th, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/09/dev-chat-summary-february-8-2023/">Dev Chat, Summary, February 8, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/09/editor-chat-summary-february-8th-2023/">Editor chat summary: February 8th, 2023</a></li>\n</ul>\n\n\n\n<h3 id="h-developer-blog">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href="https://developer.wordpress.org/news/2023/02/whats-new-for-developers-february-2023/">What’s new for developers? (February 2023)</a></li>\n</ul>\n\n\n\n<h2 id="h-docs"><a href="https://make.wordpress.org/docs">Docs</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/docs/2023/02/10/agenda-for-docs-team-bi-weekly-meeting-february-21-2023/">Agenda for Docs Team bi-weekly meeting February 21, 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-marketing"><a href="https://make.wordpress.org/marketing">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/marketing/2023/02/14/notes-global-marketing-team-meeting-7-february-2023/">Notes: Global Marketing Team meeting, 7 February 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-meta"><a href="https://make.wordpress.org/meta">Meta</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/meta/2023/02/10/theme-directory-redesign-update/">Theme Directory redesign update</a></li>\n</ul>\n\n\n\n<h2 id="h-openverse"><a href="https://make.wordpress.org/openverse">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/openverse/2023/02/08/openverse-org-is-live/">Openverse.org is live</a></li>\n</ul>\n\n\n\n<h2 id="h-performance"><a href="https://make.wordpress.org/performance/">Performance</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/14/performance-chat-summary-14-february-2023/">Performance Chat Summary: 14 February 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column">\n<h2 id="h-polyglots">Polyglots</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/polyglots/2023/02/14/agenda-weekly-polyglots-chat-feb-15-2023-1300-utc/">Agenda: Weekly Polyglots Chat – Feb. 15, 2023 (13:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 id="h-plugins">Plugins</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/">Twitter API Changes</a></li>\n</ul>\n\n\n\n<h2 id="h-project">Project</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id="h-support"><a href="https://make.wordpress.org/support">Support</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/support/2023/02/block-editor-live-in-most-forums/"></a><a href="https://make.wordpress.org/support/2023/02/agenda-for-february-9th-support-meeting-2/">Agenda for February 9th Support Meeting</a></li>\n</ul>\n\n\n\n<h2 id="h-test"><a href="https://make.wordpress.org/test">Test</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/test/2023/02/14/fse-program-find-your-style-summary/">FSE Program Find Your Style Summary</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">Help Test WordPress 6.2</a></li>\n</ul>\n\n\n\n<h2 id="h-training"><a href="https://make.wordpress.org/training">Training</a></h2>\n\n\n\n<ul>\n<li><a href="https://learn.wordpress.org/individual-learner-survey/">How did you learn WordPress?</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/13/meeting-agenda-for-february-14-2023/">Meeting Agenda for February 14, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/13/wordcamp-asia-2023-contributor-day/">WordCamp Asia 2023 Contributor Day</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/10/training-teams-new-onboarding-program-is-now-live/">Training Team’s new onboarding program is now live!</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/08/video-conferencing-options-for-online-workshops/">Video conferencing options for Online Workshops</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/06/meeting-agenda-for-february-7-2023/">Meeting Agenda for February 7, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/06/training-team-2023-goals-setting/">Training Team 2023 Goals Setting</a></li>\n</ul>\n\n\n\n<h3 id="h-online-workshops">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href="https://learn.wordpress.org/?meeting=community-sharing-media-plugins">Community Sharing: Media Plugins</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=lets-code-developer-ama-ask-me-anything">Let’s code: Developer AMA – Ask Me Anything</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=wp-dev-livestream-building-a-react-app-utilising-the-wp-rest-api">WP dev livestream: Building a React app utilising the WP REST API</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=come-join-the-wordpress-training-team-2">Come join the WordPress Training Team!</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=come-join-the-wordpress-training-team">Come join the WordPress Training Team!</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=what-is-learn-wordpress-timezone-2">What is Learn WordPress? (Timezone 2)</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=%E7%94%BB%E5%83%8F%E3%81%AEseo%E5%AF%BE%E7%AD%96-%E3%80%9Cwordpress%E3%81%A7%E3%81%A7%E3%81%8D%E3%82%8B%E3%81%93%E3%81%A8%E3%80%9C-2">画像のSEO対策 〜WordPressでできること〜</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=%E7%94%BB%E5%83%8F%E3%81%AEseo%E5%AF%BE%E7%AD%96-%E3%80%9Cwordpress%E3%81%A7%E3%81%A7%E3%81%8D%E3%82%8B%E3%81%93%E3%81%A8%E3%80%9C">画像のSEO対策 〜WordPressでできること〜</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=what-is-learn-wordpress">What is Learn WordPress?</a></li>\n</ul>\n\n\n\n<h3 id="h-tutorials"><a href="https://learn.wordpress.org/tutorials">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href="https://learn.wordpress.org/tutorial/migrating-your-wordpress-website-to-a-different-host-and-domain/">Migrating your WordPress website to a different host and domain</a></li>\n</ul>\n\n\n\n<h2 id="h-wptv">WPTV</h2>\n\n\n\n<ul>\n<li><a href="https://wordpress.tv/category/year/2022/">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2 id="h-related-news">Related News:</h2>\n\n\n\n<ul>\n<li><a href="https://www.php.net/archive/2023.php#2023-02-02-1">PHP 8.2.2 Released!</a></li>\n\n\n\n<li><a href="https://www.php.net/archive/2023.php#2023-02-02-2">PHP 8.1.15 Released!</a></li>\n</ul>\n\n\n\n<p class="has-theme-palette-7-background-color has-background">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> <a href="https://wordpress.org/support/article/contributing-to-wordpress/">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status’ <a href="https://poststatus.com/news/week-in-review/">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It’s also available in <a href="https://poststatus.com/newsletter">our newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png" alt="💌" class="wp-smiley" /></p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile has-background"><a href="https://poststatus.com/"><img src="https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png" alt="Post Status" class="wp-image-85823 size-full" /></a><div class="wp-block-media-text__content">\n<p class="has-text-align-left has-normal-font-size" id="h-get-ready-for-remote-work">You — and <a href="https://poststatus.com/#Agency">your whole team</a> can <a href="https://poststatus.com/#choose-membership">Join Post Status</a> too!</p>\n\n\n\n<p class="has-text-align-left has-small-font-size"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href="https://poststatus.com/newsletter/">newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png" alt="✉" class="wp-smiley" /> Listen to <a href="https://poststatus.com/podcasts/">podcasts</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png" alt="🎙" class="wp-smiley" /> Follow <a href="https://twitter.com/post_status/">@Post_Status</a> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /> and <a href="https://www.linkedin.com/company/post-status-llc/">LinkedIn</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png" alt="💼" class="wp-smiley" /></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 15 Feb 2023 07:08: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:18:"Courtney Robertson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:64:"WPTavern: WordPress Unveils Commemorative 20th Anniversary Wapuu";s:7:"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=142005";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://wptavern.com/wordpress-unveils-commemorative-20th-anniversary-wapuu";s: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:1940:"<p>The global WordPress community is celebrating the 20th anniversary of the software’s <a href="https://wordpress.org/news/2003/05/wordpress-now-available/">first release</a> on May 27, 2023. Two decades ago, WordPress made its debut featuring Texturize, XHTML 1.1, manual excerpts, and a new admin interface. </p>\n\n\n\n<p>An <a href="https://wp20.wordpress.net/">official anniversary website</a> is publishing updates about how the community can get involved in the upcoming celebration plans. Organizers and participants will be using the #WP20 hashtag on social media to designate posts as related to the event. Community organizers hosting celebrations can have their events listed on the website by <a href="https://docs.google.com/forms/d/e/1FAIpQLSf9lIkZ8GtXAt1ZL11K6G47iHkArt1L_o2oarLjzllbcShc0w/viewform">submitting them through a form</a>.</p>\n\n\n\n<p>As part of the festivities, the project has released a set of commemorative logos, which were created in the style of the new WordPress.org design. The project has adopted a more vibrant blue color in recent days, allowing the original dusty blue to fade into history.</p>\n\n\n\n<img />\n\n\n\n<p>WordPress is also releasing a new commemorative 20th anniversary wapuu. The mascot is festooned with a party hat and a balloon with the anniversary logo. It was created by WordPress contributor <a href="https://profiles.wordpress.org/triforcepower/">Emalina “Ema” DeRosia</a>.</p>\n\n\n\n<img />\n\n\n\n<p>The artwork for the wapuu is available for anyone to <a href="https://wp20.wordpress.net/wp-content/uploads/WP20-Wapuu.zip">download</a> and use. It comes in multiple file types, including SVG, PDF, PNG, along with the Adobe Illustrator design file. WordPress’ <a href="https://mercantile.wordpress.org/">swag store</a> is closed at the moment but is expected to reopen soon with limited edition 20th anniversary swag, and some items may feature the commemorative wapuu. </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, 15 Feb 2023 02:08:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:120:"WPTavern: WordPress 6.2 Beta 2 Released with Fixes for 71 Issues and Important Performance Improvements for Block Themes";s:7:"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=142035";s:7:"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:131:"https://wptavern.com/wordpress-6-2-beta-2-released-with-fixes-for-71-issues-and-important-performance-improvements-for-block-themes";s: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:3311:"<p><a href="https://make.wordpress.org/core/2023/02/14/wordpress-6-2-beta-2/">WordPress 6.2 Beta 2</a> was released today and is now available for testing, one week after Beta 1. Testers can easily download the <a href="https://wordpress.org/wordpress-6.2-beta2.zip">latest beta zip file</a> or install the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin and set it to the “Bleeding edge” channel and the “Beta/RC Only” stream.</p>\n\n\n\n<p>Beta 2 includes fixes for ~71 issues since last week’s release, along with the most recent <a href="https://wptavern.com/gutenberg-15-1-adds-openverse-integration">Gutenberg plugin 15.1</a> release, which was not included in <a href="https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/">Beta 1</a>. Testers can check out the list of the most <a href="https://github.com/WordPress/gutenberg/commits/wp/6.2">recent commits to 6.2 on GitHub</a> and <a href="https://core.trac.wordpress.org/query?status=accepted&status=closed&changetime=02%2F07%2F2023..02%2F14%2F2023&milestone=6.2&col=id&col=owner&col=type&col=priority&col=milestone&order=id">recent commits on Trac</a>. </p>\n\n\n\n<p>In the most recent Performance Team meeting, WordPress core committer Felix Arntz highlighted <a href="https://core.trac.wordpress.org/changeset/55318">an important fix for how lazy loading is handled in block themes</a>. WordPress 5.9 <a href="https://core.trac.wordpress.org/changeset/52065">fixed a performance regression</a> where WordPress’ default of lazy loading all images was causing slower performance on the Largest Contentful Paint metric (LCP) metric. This resulted in <a href="https://wptavern.com/wordpress-5-9-to-fix-lazy-loading-performance-regression-resulting-in-30-faster-page-loads-in-some-cases">30% faster page loads in some cases</a>. </p>\n\n\n\n<p>Four months ago, it was discovered that block themes were having an issue with lazy loading where the previous fix was not working as expected.</p>\n\n\n\n<p>“With the introduction of block themes, that logic was not functioning correctly, resulting in all featured images to be lazy-loaded, regardless of whether it was the LCP image or not,” Arntz said in the commit message.</p>\n\n\n\n<p>“Together with an update to the <code>core/post-featured-image</code> block included in <a href="https://core.trac.wordpress.org/changeset/55079">[55079]</a>, this changeset fixes the logic to correctly handle featured images in block themes as well.</p>\n\n\n\n<p>“Additionally, in combination with an update to the <code>core/template-part</code> block from <a href="https://core.trac.wordpress.org/changeset/55246">[55246]</a>, this changeset includes an enhancement which uses the benefits of block template parts to avoid lazy-loading images in the <code>header</code> block template part, making the lazy-loading heuristics even more accurate for sites using a block theme.”</p>\n\n\n\n<p>The <a href="https://core.trac.wordpress.org/changeset/55318">fix</a>, which is included in the 6.2 Beta 2 release, introduces enhanced logic to determine the LCP image in block themes and avoid lazy-loading it. </p>\n\n\n\n<p>Provided everything stays on track, the official release is now just six weeks away, targeted for March 28, 2023.</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, 14 Feb 2023 22:20:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:90:"WordCamp Central: GoDaddy joins the WordPress global community sponsorship program in 2023";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"https://central.wordcamp.org/?p=3161230";s:7:"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:115:"https://central.wordcamp.org/news/2023/02/godaddy-joins-the-wordpress-global-community-sponsorship-program-in-2023/";s: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:3410:"<p>Please join us in welcoming <a href="https://www.godaddy.com/pro?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001">GoDaddy</a> to the <a href="https://central.wordcamp.org/sponsor-multiple-wordcamps/">2023 WordPress global community sponsorship program</a>! GoDaddy’s pledge to sponsor all official WordPress community events (WordCamps, Meetups, and more) all around the world provides support and stability to our hardworking crew of volunteer event organizers. Thanks for everything, GoDaddy!</p>\n\n\n<div class="wp-block-image">\n<a href="https://central.wordcamp.org/files/2023/02/Copy-of-gd-logo-480x360-1.png"><img /></a></div>\n\n\n<p>At <a href="https://www.godaddy.com/pro?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001">GoDaddy</a>, our mission is to empower a worldwide community of entrepreneurs by giving them all the help and tools they need to grow online — including a simpler, safer WordPress experience. </p>\n\n\n\n<p>We champion our Makers of the Web by delivering a suite of WordPress solutions that enable fast and easy setup and then enables users to harness all the power of the world’s most popular CMS. </p>\n\n\n\n<p>The <a href="https://community.godaddy.com/s/group/0F93t000000I7EfCAK/godaddy-pro?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001">GoDaddy Pro Community</a> was built by and for website designers and developers. Whether you’re new to web design or growing your existing business, you’ll find free tools, products, education, and expert support to help you more efficiently create and maintain beautiful sites — and wow clients.</p>\n\n\n\n<p>We provide a <a href="https://www.godaddy.com/hosting/wordpress-hosting?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001">Managed WordPress experience</a> that is as easy as it is effective. The latest version of WordPress comes pre-installed with exclusive themes, plugins, and tools to get you up and running quickly, with automated backups, updates, and malware removal so our Pros can spend less time on monotonous maintenance, and more time building their businesses.GoDaddy Pro works tirelessly to foster an active, nurturing community, with initiatives including the sponsorship of WordCamps globally, weekly <a href="https://events.godaddy.com/godaddy-pro-online?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001">GoDaddy Pro Meetups</a>, our free <a href="https://www.godaddy.com/pro/academy?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001">GoDaddy Pro Academy</a> courses, and our <a href="https://community.godaddy.com/s/group/0F93t000000I7EfCAK/godaddy-pro?utm_source=wcglobal_2023_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_wcsponsordesc_001">GoDaddy Pro Discussions Group</a>. We’re proud to be a partner of the WordPress community and look forward to witnessing all the individual greatness that our efforts help support.</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, 14 Feb 2023 15: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:6:"Isotta";s: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:77:"Do The Woo Community: Multi-tenant WooCommerce Sites with Wijnand van Leeuwen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=74501";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://dothewoo.io/multi-tenant-woocommerce-sites/";s: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:410:"<p>Wijnand van Leeuwen from WPCS.io joins Carl and Zach for a Woo DevChat about Multi-tenant sites, performance, hosting and more.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/multi-tenant-woocommerce-sites/">Multi-tenant WooCommerce Sites with Wijnand van Leeuwen</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Feb 2023 10:08:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"WPTavern: Watch WordCamp Asia 2023 via Livestream February 17-19";s:7:"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=142007";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://wptavern.com/watch-wordcamp-asia-2023-via-livestream-february-17-19";s: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:3116:"<p>WordPress enthusiasts from around the world are beginning their journeys to attend the inaugural WordCamp Asia, which is happening in Bangkok, Thailand, February 17-19. Organizers are expecting 1,500 attendees at this new flagship event. For those who cannot attend in-person, there will be a livestream broadcasting the sessions from the conference days after Contributor Day, which kicks off on Day 1.</p>\n\n\n\n<p>The <a href="https://asia.wordcamp.org/2023/schedule/livestream/">livestream schedule</a> shows dates and times in visitors’ local timezones. Depending on where you are in the world, it may be tricky to catch some of the sessions but the event will also be recorded. Virtual attendees can favorite the sessions they are interested to watch and print or email them to keep track. </p>\n\n\n\n<p>There are topics for every experience level – from <a href="https://asia.wordcamp.org/2023/session/starting-your-wordpress-blog-the-first-6-months/">starting a WordPress blog</a> to <a href="https://asia.wordcamp.org/2023/session/advanced-performance-scalability-for-php-developers/">advanced performance and scalability for PHP developers</a>. Attendees can learn how to <a href="https://asia.wordcamp.org/2023/session/start-your-subscription-business-with-no-code-saas-and-fse-full-site-editing/">start a subscription business with a no-code SaaS and FSE (Full Site Editing)</a>. Theme authors can learn <a href="https://asia.wordcamp.org/2023/session/how-can-theme-developers-monetize-in-the-era-of-block-themes/">how to monetize in the era of block themes</a> and website owners can explore <a href="https://asia.wordcamp.org/2023/session/take-your-wordpress-site-to-another-level-using-ai-translation/">using AI translation to translate their websites</a> to find a wider audience. WordCamp Asia will also feature a few sessions on careers, including <a href="https://asia.wordcamp.org/2023/session/non-technical-career-options-in-the-wordpress-market/">non-technical careers in the WordPress market</a> and <a href="https://asia.wordcamp.org/2023/session/career-detour-from-the-medical-field-to-wordpress/">career changes from the medical field to WordPress</a>. This is just a small sampling of the interesting topics that will be discussed at WordCamp Asia. </p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/session/ama-ask-matt-anything/">Matt Mullenweg will join for an AMA</a> on February 18, in Track 1, which will also be livestreamed to Tracks 2 and 3. </p>\n\n\n\n<p>During the event, organizers plan to announce the location of the next WordCamp Asia coming in 2024. <a href="https://profiles.wordpress.org/nao/">Naoko Takano</a>, one of the organizers, joined the WP Tavern Jukebox podcast last week to discuss the organizing process and the importance of WordPress hosting its first flagship event in Asia. Check out the <a href="https://wptavern.com/podcast/62-naoko-takano-on-the-importance-of-the-first-wordcamp-asia">episode</a> for more perspective on the event, which has been in planning for years after getting cancelled and postponed multiple times due to the pandemic.</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, 13 Feb 2023 22:22:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:100:"WordPress.org blog: WP Briefing: Episode 49: Everything You Need to Know About the Community Summit!";s:7:"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=14404";s:7:"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://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/";s: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:15541:"<p>Episode forty-nine of the WordPress Briefing explores the What, Why, and Who behind the upcoming Community Summit in National Harbor, DC, USA, August 22-23, 2023. Join Executive Director Josepha Haden Chomphosy to learn the importance of the gathering to 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 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Editor: <a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br />Logo: <a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br />Production: <a href="https://profiles.wordpress.org/santanainniss/">Santana Inniss</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<p><a rel="noreferrer noopener" href="https://make.wordpress.org/updates/2019/06/17/observations-on-wordpress-contributor-team-structure/" target="_blank">Observations on WordPress Contributor Team Structure</a></p>\n\n\n\n<p><a rel="noreferrer noopener" href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/" target="_blank">Apply to attend the 2023 Community Summit</a></p>\n\n\n\n<p><a target="_blank" href="https://communitysummit.wordcamp.org/2023/topic-submissions-for-2023-community-summit/" rel="noreferrer noopener">Topic Submissions for the 2023 Community Summit</a></p>\n\n\n\n<p><a target="_blank" href="https://en.wikipedia.org/wiki/Tuckman%27s_stages_of_group_development" rel="noreferrer noopener">Tuckman’s Theory: Stages of Group Development</a></p>\n\n\n\n<p><a target="_blank" href="https://en.wikipedia.org/wiki/Chatham_House_Rule" rel="noreferrer noopener">Chatham House Rules</a></p>\n\n\n\n<p><a target="_blank" href="https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/" rel="noreferrer noopener">Proposal for a project-wide mentorship program</a></p>\n\n\n\n<p><a target="_blank" href="http://www.openverse.org" rel="noreferrer noopener">Openverse.org</a></p>\n\n\n\n<p><a rel="noreferrer noopener" href="https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/" target="_blank">6.2 Beta 1 is open for testing</a><br /><br /></p>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-14404"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </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 insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40] </strong></p>\n\n\n\n<p>A couple of episodes ago, I mentioned the Community Summit in the small list of big things. That’s coming up on August 22nd and 23rd, right before WordCamp US. And for some of you, that made complete sense, and the only thought in your mind was, wow, our last one was in 2017, how could so many years have passed since then? And since so many years have passed, today we’re gonna talk a bit about the Community Summit, what it is, where it came from, and why it’s so important for the WordPress project.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:09] </strong></p>\n\n\n\n<p>First things first, let’s talk about what exactly the Community Summit is. The Community Summit is a small event where folks from around the WordPress project and community come together to work through some of the most difficult topics the project currently faces, many of which are easier or at least less fraught when we can be face-to-face.</p>\n\n\n\n<p>The Community Summit is usually done in an “<a href="https://en.wikipedia.org/wiki/Unconference">unconference</a>” style, and when we were smaller, we left topic gathering and voting to the day of. That’s evolved a bit as our group of fearless contributors has grown over the years, and this year, we have been asking for topics ahead of time so that we can make sure we have the right folks in the room and are making the best use of everyone’s limited time. </p>\n\n\n\n<p>It’s easy to take a look at this event and think it’s like some fun exclusive thing with a who’s who of WordPress. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:00] </strong></p>\n\n\n\n<p>But I assure you it’s a working event. Decisions are not finalized during the event, but since we try very hard to account for many, many viewpoints, it ends up being two days of hard discussions, contentious viewpoints, and problem definition at a level of complexity you don’t really see every day.</p>\n\n\n\n<p>Hearing how hard this event is, you may be wondering why we put in that effort. There are a lot of reasons, but there are three that come to my mind immediately. So for starters, working across cultures is hard. Apart from the cultural differences, we tend to be aware of things like where we’re located or our lived experiences, things like that– working remotely or distributedly is a whole different set of skills than working in person. This helps remind everyone that we’re humans, that there are humans behind those comments and behind those messages in Slack. The second thing is that I’m a big supporter of Tuckman’s theory of group development.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:00] </strong></p>\n\n\n\n<p>If you don’t know what that is, you can look for it, we’ll put a link in the show notes, but it’s that forming, storming, norming, performing kind of concept of how groups come together. Because there are so many of us and our community has such a large footprint, there are little storms a-brewin all the time.</p>\n\n\n\n<p>Some get really big, some stay small. But at some point, most of them have to be addressed. And this is a space that is specifically designed to help us do that. Which brings us to the third reason that we do it. This event uses something called the Chatham House Rule, which creates a kind of temporal psychological safety.</p>\n\n\n\n<p>Right. Psychological safety, if you’re a leader, you know that that’s something that is built over time and requires a lot of trust and a lot of conversations with people that you’re working with, and we can’t quite do that. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:00] </strong></p>\n\n\n\n<p>And so Chatham House Rule builds an environment that helps create that suddenly in the moment and requires, you know, some, some faith in one another.</p>\n\n\n\n<p>But basically, no one can be quoted about what they said in those conversations. No one’s examples can be attributed to them. But the conversations can be summarized and published, which we do on the Community Summit website. And then, we publish those for our collective knowledge over time. This lets folks who are attending advocate for themselves and others fully without worrying over whether they’re gonna be taken out of context later.</p>\n\n\n\n<p>And finally, one of the biggest questions we get ahead of any Community Summit is why it is by invitation only. The most commonly cited reasons for keeping this small and invite only have everything to do with logistics and leadership. You want it to be large enough to have good representation but small enough to have high-quality interactions. It’s just a really narrow Goldilocks moment, if you will. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:00]</strong></p>\n\n\n\n<p>But that reason doesn’t necessarily address the need for invitations rather than letting it be first come, first served. The reason for that is more of a philosophical one and requires you to go on a mini historical journey with me.</p>\n\n\n\n<p>This also has changed a bit over the years. The first ever Community Summit, way back in 2012, was before my time, but if I recall my history correctly, it was truly by invitation only. The summit after that included a closed nomination process. The next included a team nomination process, and then the last two, 2017 and 2023, have included open nominations.</p>\n\n\n\n<p>Now, even in the nomination era of Community Summit organizing, there is still a selection process. The organizers review the list of suggested attendees and check for the same types of things we expect major WordCamp organizers to look for in their speaker selection. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:00]</strong></p>\n\n\n\n<p>Things like which teams they contribute to, what communities they advocate for, and how long they’ve been a member of the community.</p>\n\n\n\n<p>And then they adjust for balance. In addition to those things, there are also four types of voices that we always want represented at our Community Summit. So first is leading voices, people who are already in the community and kind of are helping us to make decisions. I am considered one of those leading voices; I have put in my application to be included in the Community Summit. Really hope we select me. </p>\n\n\n\n<p>The second one is future leading voices. Specifically, those are people who are active in the community already and are showing a lot of promise, either because they really understand the values that the WordPress open source project is putting forward or understand the basic processes of communicating and guiding people in such a complex ecosystem as the WordPress project represents. Or because they have said quite plainly they are interested in helping us to make sure that the WordPress project is able to move and continue to create and continue to support democratizing publishing. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:00]</strong></p>\n\n\n\n<p>So it’s a little bit potentially folks who are self-selecting for that. People who already are showing that they are doing that either in WordPress or in their local communities. That’s one of the types of voices we want to include. A third one that we want to include all the time is voices we need, so voices that we need to hear. People that specifically we are building WordPress for, people that have indicated to us that the CMS is not necessarily perfect for some of the use cases that they run into regularly.</p>\n\n\n\n<p>So the people and users and community organizers that can and are able to advocate for the types of user interactions, the types of community interactions that we absolutely want to be able to see. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:00] </strong></p>\n\n\n\n<p>And so that’s a third group of voices that we want to make sure we have represented.</p>\n\n\n\n<p>And then the fourth and final group that we always want to have represented is a group that I call voices we miss. And so those are the people that we want to be able to hear more from in our project that we don’t necessarily either have a good group of representative voices for, so it’s hard to hear them, or that we know are probably users of the CMS or they are attending events, they are somehow involved in the WordPress project.</p>\n\n\n\n<p>But we don’t necessarily have any way to have accounted for them while we were building solutions way back in 2012 or 2006 when things were being built for us. And so those are the four groups of people, the four types of voices that I absolutely want to have represented at our Community Summit.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:00]</strong></p>\n\n\n\n<p>And I ask organizers to go through this incredibly complicated selection process because we want not simply a microcosm of the WordPress community as we see it today and hope to see it in the future but also an equitably voiced forum during that critical problem definition phase. </p>\n\n\n\n<p>So TLDL. For, listen?! T L D Real Listen. Although if you didn’t make it through that, you definitely are not getting to this point. So a TLDR for folks who skimmed the transcript and got here, I guess we keep this invitation structure because we want to account for voices we don’t hear every day in the WordPress project. Not because we don’t value them but because we already hear them.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:44] </strong></p>\n\n\n\n<p>And now that brings us to our small list of big things. This week it’s actually kind of a big list of big things, but you know, there it is. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:00] </strong></p>\n\n\n\n<p>First things first. The applications for the Community Summit are now open. Those are the applications to attend. It’s pretty short. I filled mine out this morning and it’s three questions about who you are and your username on wordpress.org, and then three questions about the topics you are most interested in and the experience that you have in those conversations so far.</p>\n\n\n\n<p>Yeah. It took me, like, I think, 90 seconds. Like, a full minute and a half. So head on over there. We have a link in the show notes, but also, you’ll be able to find it in newsletters across the entire WordPress media ecosystem. I am pretty sure about that. </p>\n\n\n\n<p>The second thing is that there is a proposal out for a project-wide mentorship program.</p>\n\n\n\n<p>This is a huge potential win for us. It is aiming to fix some of our broken ladders. If you’re not familiar with my Broken Ladder Theory of the WordPress project, I’ll try to remember to find a link to that post and put that in the show notes. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:00] </strong></p>\n\n\n\n<p>Number three is that Openverse moved. I shared this last week that happened last week. They didn’t move very far, though. They have a new URL, you can find them at openverse.org. It’s the same team. It’s the same product. It’s the same group of excellent openly-licensed images and media that you have come to expect. It just has its own standalone URL now. Huge kudos to the contributors who got that done. </p>\n\n\n\n<p>Another thing that happened last week is that WordPress 6.2 has moved into its beta phase, and so now is the time to get out there and test.</p>\n\n\n\n<p>There also was an excellent, excellent write-up about how to test any given release. And I think it also includes how to file a good bug. And so we’ll send all of those things into the show notes. They’ll be easy to find. Get out there and do your testing. </p>\n\n\n\n<p>And number five, longest, small list of big things in recent history. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:12:00] </strong></p>\n\n\n\n<p>I got some interest on [a] women, and non-binary led release for 2023, and so since there was some interest shown for that, it is hereby verbally confirmed. Keep an eye out on make.wordpress.org for more information about what that process is gonna look like and how to volunteer your time for that if that is something that calls to you.</p>\n\n\n\n<p>Woo. And that, my friends, is your small list of big things, your big list of big things. Thanks 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, 13 Feb 2023 17:01:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Santana Inniss";s: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:80:"WordCamp Central: Thanks to Weglot for supporting the global 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:39:"https://central.wordcamp.org/?p=3161226";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://central.wordcamp.org/news/2023/02/weglot-supports-the-global-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:1793:"<p>Many thanks to Weglot for their support of the <a href="https://central.wordcamp.org/sponsor-multiple-wordcamps/">WordPress global community sponsorship program</a> at the Gold level! The sponsorship that <a href="https://weglot.com/integrations/wordpress-translation-plugin/" target="_blank" rel="noreferrer noopener">Weglot</a> and other global sponsors provide to WordPress community events is truly invaluable. Weglot has been part of this program since 2022, and we couldn’t be more grateful!</p>\n\n\n\n<a href="https://central.wordcamp.org/files/2022/02/weglot-logo.png"><img /></a>\n\n\n\n<p><a href="https://weglot.com/integrations/wordpress-translation-plugin/">Weglot</a> is a WordPress multilingual plugin to translate and display your website in multiple languages. It provides a fast first layer of automated translation which you can easily edit yourself or by adding teammates, or collaborate with pro-translators through the Weglot dashboard. Trusted by more than 60,000 website owners and developers and with a 5-star rating on the WordPress directory (1000+ reviews) – you can have a multilingual website up and running in minutes.</p>\n\n\n\n<p>Key benefits include:</p>\n\n\n\n<ul>\n<li>Simple and quick set-up</li>\n\n\n\n<li>Multilingual SEO best practices (translated URLs & metadata)</li>\n\n\n\n<li>Compatibility with any Themes and Plugins (incl. WooCommerce)</li>\n\n\n\n<li>Automatic and human translations</li>\n\n\n\n<li>A unique dashboard with an ‘in context editor’, easily edit translations & invite teammates to collaborate on projects</li>\n\n\n\n<li>Expert support: a fully dedicated technical support team at your disposal</li>\n</ul>\n\n\n\n<p>Learn more at <a href="https://weglot.com/integrations/wordpress-translation-plugin/">Weglot</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:"Mon, 13 Feb 2023 06:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Isotta";s: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:69:"WPTavern: WooCommerce to Launch WC Blocks Extensibility Monthly Chat";s:7:"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=141871";s:7:"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://wptavern.com/woocommerce-to-launch-wc-blocks-extensibility-monthly-chat";s: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:1777:"<p>WooCommerce is calling on its developer community to <a href="https://developer.woocommerce.com/2023/01/30/announcing-wc-blocks-extensibility-monthly-chat/?utm_content=buffer61fff&utm_medium=social&utm_source=twitter&utm_campaign=buffer">join a new monthly chat</a> focused on WooCommerce block extensibility. The chat is being run as a three-month pilot program with different topics each month. </p>\n\n\n\n<p>“During these sessions, we want developers to actively shape the future of WC Blocks by hearing what developers’ integrations need from us to be successful and get feedback on existing extensibility points,” WooCommerce developer advocate Stephanie Pi said.</p>\n\n\n\n<p>In order to have the right engineers available for the sessions while testing out the format, the first three months will focus on the Cart and Checkout blocks. WooCommerce developers have recently been attempting to <a href="https://wptavern.com/woocommerce-seeks-to-improve-cart-and-checkout-blocks-performance#comment-436476">solicit feedback on Cart and Checkout block performance</a> on GitHub, though few have weighed in on the topic so far. This monthly chat may provide a more casual way to get extensibility issues on the WooCommerce team’s radar.</p>\n\n\n\n<p>The first session will be held in the <a rel="noreferrer noopener" href="https://woocommercecommunity.slack.com/archives/C1KAZ91E3" target="_blank">#developers</a> channel on the <a rel="noreferrer noopener" href="https://woocommerce.com/community-slack/" target="_blank">WooCommerce Community Slack</a> on Monday, February 13, at 1600 UTC. At the end of the pilot program, WooCommerce will evaluate whether it’s a good use of the community’s time and if the monthly chats should be continued.</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, 11 Feb 2023 04:22:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"WPTavern: Gutenberg 15.1 Adds Openverse Integration";s:7:"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=141846";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://wptavern.com/gutenberg-15-1-adds-openverse-integration";s: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:3928:"<p><a href="https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/">Gutenberg 15.1</a> was released this week with Openverse integration in the Media tab. The Openverse library of openly licensed and public domain works has also moved to <a href="https://openverse.org/">its own website</a> with an updated design. It contains more than 600 million free-to-use images and audio files that are now available inside WordPress’ editor:</p>\n\n\n\n<img />\n\n\n\n<p>Clicking on an Openverse image will instantly insert it as an Image block with the proper attribution and license automatically added to the caption. The experience is so much faster than downloading from the Openverse website and then uploading to the Media Library.</p>\n\n\n\n<img src="https://cdn.stocksnap.io/img-thumbs/960w/Y8CKB0O8C2.jpg" alt="" />“<a href="https://stocksnap.io/photo/stars-galaxy-Y8CKB0O8C2" target="_blank" rel="noreferrer noopener">Stars Galaxy</a>” by <a href="https://stocksnap.io/author/17101" target="_blank" rel="noreferrer noopener">Greg Rakozy</a>/ <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=openverse" target="_blank" rel="noreferrer noopener">CC0 1.0</a>\n\n\n\n<p class="ticss-9da20087">Another major highlight in 15.1 is the ability to <a href="https://github.com/WordPress/gutenberg/pull/46571">add custom CSS on a per-block basis</a>. This can be done through the Global Styles menu in the Site Editor. For each block you can add your own CSS to customize the block appearance by scrolling to the bottom of the panel to the “Additional Block CSS” button. These CSS edits will be applied to all instances of the block on the site.</p>\n\n\n\n<img />\n\n\n\n<p>Gutenberg 15.1 also introduces <a href="https://github.com/WordPress/gutenberg/pull/46502">support for shadow presets</a> in Global Styles, with four defaults available (Natural, Crisp, Sharp, and Softy), and the ability for theme authors to add custom presets via ‘theme.json’. The announcement post included a video that demonstrates the new UI:</p>\n\n\n\n\n\n\n\n<p>In 15.1 Navigation has been added to the browse mode sidebar in the Site Editor, so users can quickly access their menus and menu items, rearrange them via drag and drop, or navigate the links.</p>\n\n\n\n<p>This release makes some <a href="https://github.com/WordPress/gutenberg/pull/47430">changes to the “paste styles” feature</a> that was introduced in <a href="https://wptavern.com/gutenberg-15-0-introduces-sticky-position-block-support-adds-paste-styles-option">version 15.0</a>. The Options menu in the block toolbar now displays both “Copy styles” and “Paste Styles” to make it easier to understand how to use the feature, as it previously was unclear with just the “Copy Styles” option available.</p>\n\n\n\n<img />\n\n\n\n<p>Gutenberg 15.2 <a href="https://github.com/WordPress/gutenberg/pull/47182">improves the Site Editor loading state</a> for better initialization. This is an important update for making the Site Editor ready to come out of Beta. It’s not a complete solution but makes it a bit more polished with the following changes, as outlined by Riad Benguella in the <a href="https://github.com/WordPress/gutenberg/pull/47182">PR</a>:</p>\n\n\n\n<ul>\n<li>A CanvasSpinner that can be used in components that have a “ready” state. So instead of rendering an empty white page, the spinner is rendered when these components are not ready.</li>\n\n\n\n<li>Makes sure the iframe has a “white” background by default to avoids too much background color switches during initialization.</li>\n</ul>\n\n\n\n<p>These are just a few of the highlights. Check out the <a href="https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/">15.1 release post</a> for the full list of enhancements, bug fixes, performance improvements, and tooling changes.</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, 10 Feb 2023 22:56: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: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:74:"Do The Woo Community: Blocks, Themes and Page Builders with 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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=74479";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://dothewoo.io/blocks-themes-and-page-builders-with-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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:423:"<p>Recently I had a run in with blocks, the editor, themes and page builders., when rebranding BobWP.com. We chat about that.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/blocks-themes-and-page-builders-with-nathan-wrigley/">Blocks, Themes and Page Builders with Nathan Wrigley</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 10 Feb 2023 09:07:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:85:"Post Status: Product People with Vova Feldman of Freemius — Post Status Draft 140";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=147156";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"https://poststatus.com/product-people-with-vova-feldman-of-freemius-post-status-draft-140/";s: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:46835:"<div class="is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background"><div class="wp-block-group__inner-container"><div class="wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">In this episode, <a href="https://twitter.com/vovafeldman">Vova Feldman</a> of <a href="http://freemius">Freemius</a> joins Cory Miller to discuss the need for developers to prioritize products over infrastructure, the state of WordPress, and goals for providing a better user experience for customers. </p></div>\n\n\n<div class="wp-block-spacer eplus-wrapper"></div>\n\n\n\n<p class="yoast-reading-time__wrapper"><span class="yoast-reading-time__icon"></span><span class="yoast-reading-time__spacer"></span><span class="yoast-reading-time__descriptive-text">Estimated reading time: </span><span class="yoast-reading-time__reading-time">26</span><span class="yoast-reading-time__time-unit"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href="https://poststatus.com/planet/feed/#h-transcript">Transcript</a> ↓</p>\n\n\n\n<p>Learn from the owner of <a href="http://freemius">Freemius</a>, <a href="https://twitter.com/vovafeldman">Vova Feldman</a>, as he talks with Cory Miller about the opportunities for indie developers, how to best bring products into the industry, the importance of community, and more.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Living in an Open Source Ecosystem. </strong>Developers don’t need to reinvent the wheel. With such a large ecosystem of products, finding a secret niche spot to develop your product isn’t always the best or even attainable solution. Doing something better than the next company is sometimes all it takes for great success. </li>\n\n\n\n<li><strong>The David and Goliath Struggle. </strong>It’s obvious that there has always been and will continue to be an unbalanced level of success between independent WordPress product owners and large companies. But that’s not to say there isn’t room for everyone; there is. An independent startup can move much faster into achieving short-term goals and growth than large-scale established companies can with a heavier workload and slower forward movement. </li>\n\n\n\n<li><strong>Valuing Community Over All Else. </strong>The WordPress community is what drives the future of WordPress. It’s not so much all the great new things the system offers but the people behind the process. Taking that same thought into your business, making people the center of your solutions, is an undeniable way to create a business that is surrounded by community. </li>\n\n\n\n<li><strong>Removing Language Barriers. </strong>Creating website language translation is becoming more of a priority. It ties in with the need for developing a better user experience for your customers. Your community needs a specialized way to interact with your products and site. That’s one main task Vova’s team is tackling for their customers this year</li>\n</ul>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">\n<div class="is-layout-flex wp-container-26 wp-block-columns sponsor has-theme-palette-8-background-color has-background" id="StellarWP">\n<div class="is-layout-flow wp-block-column">\n<h3 class="StellarWP has-theme-palette-1-color has-text-color" id="Sponsor"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> Sponsor: <span><a href="https://poststat.us/elementor" rel="sponsored nofollow">Elementor</a></span></h3>\n\n\n\n<p><strong>Elementor </strong>enables web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join <a href="https://elementor.com/community/">a vast community of web creators</a> from all around the world who deliver exceptional websites using Elementor.</p>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column is-vertically-aligned-top"><div class="wp-block-image elementor-logo">\n<img src="https://cdn.poststatus.com/wp-content/uploads/2022/08/Elementor-Logo-Symbol-Blue-150x150.png" alt="Elementor" class="wp-image-104033" width="150" height="150" title="Elementor Logo" />Elementor</div></div>\n</div>\n</div></div>\n\n\n\n<h3 class="eplus-wrapper" id="h-mentioned-in-the-show"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png" alt="🔗" class="wp-smiley" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href="https://freemius.com/">Freemius</a></li>\n\n\n\n<li><a href="https://ithemes.com/">iThemes</a></li>\n\n\n\n<li><a href="https://elementor.com/?utm_source=google&utm_medium=cpc&utm_campaign=6487935276&utm_term=elementor&gclid=CjwKCAiArY2fBhB9EiwAWqHK6qYD-cCG8rlI6kGvOjh4HNqbY7YK7PshpiK1nnS4VyLHEtkaadENbRoCtuQQAvD_BwE">Elementor</a></li>\n\n\n\n<li><a href="https://woocommerce.com/">WooCommerce</a></li>\n\n\n\n<li><a href="https://yoast.com/">Yoast</a></li>\n\n\n\n<li><a href="https://il.linkedin.com/in/vovafeldman">Vova Feldman on Linkedin </a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2023/">WordCamp Asia</a></li>\n</ul>\n\n\n\n<h3 class="eplus-wrapper" id="h-you-can-follow-post-status-and-our-guests-on-twitter"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class="eplus-wrapper">\n<li><a href="https://twitter.com/vovafeldman">Vova Feldman</a> (Founder & CEO, <a href="https://twitter.com/Freemius">Freemius</a>)</li>\n\n\n\n<li><a href="https://twitter.com/corymiller303">Cory Miller</a> (CEO, <a href="https://twitter.com/post_status">Post Status</a>)</li>\n\n\n\n<li><a href="https://twitter.com/lemonadecode">Olivia Bisset</a> (Intern, <a href="https://twitter.com/post_status">Post Status</a>)</li>\n</ul>\n\n\n\n<p class="eplus-wrapper has-background">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png" alt="📝" class="wp-smiley" /><br /><br /><a href="https://poststatus.com/category/post-status-podcasts/" target="_blank" rel="noreferrer noopener">Browse our archives</a>, and don’t forget to subscribe via <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008" target="_blank" rel="noreferrer noopener">iTunes</a>, <a href="https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA" target="_blank" rel="noreferrer noopener">Google Podcasts</a>, <a href="https://www.youtube.com/c/PostStatus" target="_blank" rel="noreferrer noopener">YouTube</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast" target="_blank" rel="noreferrer noopener">Stitcher</a>, <a href="https://wordpress-post-status-draft-podcast.simplecast.com/" target="_blank" rel="noreferrer noopener">Simplecast</a>, or <a href="https://feeds.simplecast.com/2JE9sc8P">RSS</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png" alt="🎧" class="wp-smiley" /></p>\n\n\n\n<h2 class="eplus-wrapper" id="h-transcript">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Hey everybody. Welcome back to Post draft. I’ve got a unique interview today, but one that’s overdue with my friend, VO Vva Feldman, uh, premius. Um, I, I met, I’m trying to think VO when we met, but I think it was at a big word, camp, maybe Philadelphia, and this was years ago. And what I’ve admired about you along the way, Is this was your thing and how you’ve stuck with it.</p>\n\n\n\n<p>You continue to hustle and grow this. Cuz to me, outside in, I go, this guy’s passionate about what he does called FIUs because you’re always doing something. Man, I wish I had some of your energy. Um, but anyway, VVA, would you mind sharing a little bit about what you do in</p>\n\n\n\n<p><strong>Vova Feldman:</strong> Word. Of course. So first of all, thanks for having me, Corey.</p>\n\n\n\n<p>I think it’s the second time we’re doing this on post status. Yeah. Uh, so a bit about free use. Uh, we are, we are, uh, [00:01:00] payments, taxes, substructure, infrastructure, uh, with the focus on software and more specifically on the WordPress products ecosystem, which is plugins and themes. Uh, something that I’ve been passionate about for.</p>\n\n\n\n<p>Uh, probably 10 years already. Uh, I’ve been running with free use for about 80 years. Um, we’re a good size team right now. Uh, have, uh, over a thousand, uh, products sold for free use. Uh, over 500, uh, selling partners that are selling through free use. We keep growing, uh, and getting, you know, uh, bigger and more successful.</p>\n\n\n\n<p>Products joining the platform. Very exciting. Keep evolving all the time. Yeah. Things are going well. Yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, we’re gonna dive into all of that, um, for sure. But again, I could say to to you, bva, I wanna give this as a compliment to you, but anybody listening to is what [00:02:00] you’d love in entrepreneurs is it’s not just the money, it’s passion, it’s purpose, it’s people, and again, You’ve been doing this for a long time and I think that’s the people that win and do great in the world is just staying with it and growing.</p>\n\n\n\n<p>This thing that you’ve got today that you just shared what all where, where all FIUs is today? Where did Free, when did Femia start?</p>\n\n\n\n<p><strong>Vova Feldman:</strong> So I think I, I opened the company, uh, in the beginning of 2015. Okay. Uh, but I actually started like processing and thinking about it, uh, in the end of 2014. Yeah. So, so</p>\n\n\n\n<p><strong>Cory Miller:</strong> what led you to FIUs and what you’re doing and have been doing for, for what, eight</p>\n\n\n\n<p><strong>Vova Feldman:</strong> years now?</p>\n\n\n\n<p>Yeah. So, Before free use. Uh, I was a c o co-founder with startup company that was acquired in mid 2013, and I left the company slightly before it was [00:03:00] acquired. So I had the freedom to kind of choose what I want. Uh, and I had a side project like many other developers, something that, you know, I build in my spare time.</p>\n\n\n\n<p>I realized that I had many users. It was totally a free, uh, product. Uh, but I said, you know, let’s see if we can turn that into something bigger. Joined with another partner online from Slovenia. Uh, and he was the ui ux guy, and we’ve been working for a year. We actually joined with another developer and it was part-time and turned that, you know, side thing into a business.</p>\n\n\n\n<p>Uh, but what was really interesting to discover after this year of where two of us worked on this full-time is that the product didn’t change at all. And everything that we’ve been working was, you know, the infrastructure that’s re related to the commercial stuff. So we realized, you know, that was the aha moment, that something [00:04:00] doesn’t make sense here, right?</p>\n\n\n\n<p>Like anyone who wanna sell their products online, their software, their SaaS, whatever, regardless of their product, need this type of infrastructure out. And it doesn’t make sense that you would need to spend 10 x more time on the infrastructure rather than the product itself. Where actually what makers, you know, and creators wanna focus at is their product and their customers and not the infrastructure.</p>\n\n\n\n<p>So we basically identified a gap in the market. I started to talk with, you know, many people in the industry get their feed. Uh, you know, it was before I involved in a WordPress ecosystem and everything. Uh, now many of them are my friends and this is how you know it all started. We realize it, it’s a good opportunity, something that we’re passionate about, and that’s how we kind of embarked into free.</p>\n\n\n\n<p><strong>Cory Miller:</strong> I think if you [00:05:00] had started, uh, a couple years earlier, uh, the. The need. Like I, I know the need of what you’re doing is like how much time and effort you’re spending with all these things when you just wanna focus on your product and how many product companies could have benefited. Um, but it’s obvious that the, the need is there, you know, or doing all this stuff.</p>\n\n\n\n<p>And I love the, when you’re able to take something that’s not in their full wheelhouse, but they’re capable of doing. Yeah, I’m capable of spinning these things up, but like let them concentrate on product. I think that’s pretty cool. Well, VVA, you Vva, you spent a lot of time, you’ve got a lot of experience and expertise even beyond WordPress, and what I’m curious to hear is today being the product guy that have seen so much data in all the, the customers that you have and their customers, where do you think we are today?</p>\n\n\n\n<p>[00:06:00] In WordPress products, like overall, what are your perspectives and opinions about where we are in the state of WordPress products, commercial WordPress products, I</p>\n\n\n\n<p><strong>Vova Feldman:</strong> should say? Yeah, so I think the market, you know, if we’re comparing it to what was like five, six series ago, it is much more mature these days.</p>\n\n\n\n<p>Uh, like we also, you know, everyone, uh, so the amount of acquisitions that happen in the past few years, And I think that unlike when previously everyone could just get into the market and build a lifestyle business very easily today, it’s harder because there is much more competition. And also I’m seeing more players with money that getting into a mar, into the.</p>\n\n\n\n<p>Much more strategically. If previously the workers products ecosystem was driven mostly by developers and [00:07:00] agencies. Today you have people that are looking at it from an investment perspective that, you know, I have money. Where can I make more money? Right? So there is the whole SaaS business. I can go and acquire a SaaS, but that’s much in terms of operation.</p>\n\n\n\n<p>It’s much more complex run SaaS business than a plug-in business. But on the other hand, there are plenty of plug-ins. Many of them are non monetized. You know, I can buy it as a real estate investment. Uh, usually the people that are in that space, they’re more marketing business driven, so they actually have an advantage from a commercial perspective because they’re not, you know, their excitement is, uh, product making more money and less about adding features and coding.</p>\n\n\n\n<p>They also have better understanding in ui ux, so they’re like more mature [00:08:00] people are getting into a more mature ecosystem. So all of that makes it, you know, harder for new players to get in, uh, because you know, all these dynamics that have changed. Uh, but I wanna say that the market is still growing in terms of size, in terms of inventory, in terms of everything we are seeing.</p>\n\n\n\n<p>Some verticals growing more than others. You know, before we start this convers conversation, you mentioned, uh, you know, ai. Uh, so we definitely in the past few months, like we’ve seen a bunch of new products added to free use that are integrating with ai, AI tools, whether it’s, you know, generative text or whether it’s generative visuals.</p>\n\n\n\n<p>Uh, but we’re seeing growth in that vertical for. So there are [00:09:00] things happening all the time.</p>\n\n\n\n<p><strong>Cory Miller:</strong> That’s good to hear. Um, because, you know, I, I started iThemes in 2008 and seeing it go from baby infancy to more mature, I think , I kinda, uh, and then now like you said, it’s just this round of, uh, investors coming in, big companies.</p>\n\n\n\n<p>Um, coming in with a lot of money to roll ups and we were obviously a part of that. Um, with now what’s known as, I guess as stellar wp. Um, what, what I wonder before we talk about future and stuff is, I guess this is part of the future is my question is vva. Like you got these big companies can come in and they’ve got a lot of money and they’ve got a lot of fire power and can really take parts of the industry to another level.</p>\n\n\n\n<p>Um, even. I would say professional, uh, even though I think we’re pros, um, more professional and I start to go like, is there [00:10:00] still a day for the independent product owner in WordPress? What are your thoughts?</p>\n\n\n\n<p><strong>Vova Feldman:</strong> I think, uh, I think it will always remain this way. It, it’s always, you know, David Goliath, uh, I’m seeing it, you know, on FIUs, like the more we are growing, the slower we can, you know, we’re moving.</p>\n\n\n\n<p>Period. There’s just more things to deal with, uh, and the fact that, you know, when you are starting something new, you are so much more agile. Then not only by the size of the team, but also you don’t have customers that you need to respond to. So you can move so much quicker and you don’t even need to deal with a lot of like edge cases and you know, things that once you grow, you have to facilitate because you do wanna keep your existing customers.</p>\n\n\n\n<p>Yeah. Uh, so I think, you know, there’s, there will always be a room for that indie [00:11:00] developer, uh, to build their business. How big of a business. That’s another question, you know? Yeah. It depends also on your aspirations and the market size and, you know, many of those things. Uh, but I definitely still think there is a room for, you know, niches, micro niches.</p>\n\n\n\n<p>And there are so many things and so many use cases and, you know, to build like a business that will, again, depends on where you live geographically, but building a business that will just sustain your salary as an individual. I think it’s definitely doable. You don’t need so many customers. Mm-hmm. ,</p>\n\n\n\n<p><strong>Cory Miller:</strong> so you mentioned verticals and what I, what I have seen in just my perspective is, um, like you go seo, you got Yost out there now Sidey has, uh, WP.</p>\n\n\n\n<p>All in one seo and, and there’s others that I’m not thinking of off the [00:12:00] top of my head, but like that’s a competitive market. So if you’re trying to do something in seo, I go, wow. Not, not saying there’s somebody that can’t innovate and disrupt, but you mentioned verticals and what are the, what are the things you’re seeing from a vertical side, like I go SEO page builder.</p>\n\n\n\n<p>Uh, backup security, all these main, like big categories are pretty dang competitive. Um, not to say they can’t be disrupted or innovated in at all, but what are the verticals and what are the opportunities you’re seeing that product owners are starting to, to lean</p>\n\n\n\n<p><strong>Vova Feldman:</strong> into? In my opinion, I actually think that it’s the easiest and quickest to build a lifestyle business in a very competitive.</p>\n\n\n\n<p>Vertical, like seo, like backups, because every website need them, right? Yeah. So even if you capture half percent of the market, you don’t need to be a litter, you know, a half percent of, of 40 per 43% of the web. It’s [00:13:00] huge, right? Yeah. So I know that people like thinking product people. You want to innovate and come up with something you, but you don’t have to reinvent the wheel.</p>\n\n\n\n<p>You can build a wheel that looks little, like more shiny from the angle of the Micronesia you’re targeting. And that’s enough because the decision, I mean, that’s enough. It requires marketing and you know, all, all the stuff behind the scenes to make it work. Uh, but I do think that there is actually a better, uh, chance to succeed in a very competitive market, very competitive mass market kind of product, rather than the choosing like a very narrow niche.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Uh, that totally resets my thinking and I love that perspective because I, it you don’t have to build the next yo. Or what, whatever those cool products are out there, you have to find something that sustains and does the life that you want it to, to do for [00:14:00] you. And I think that was probably what I needed to hear today, but I totally agree with you.</p>\n\n\n\n<p>Um, you think about that and you’re like, there’s probably a problem in there that yos or what, whatever product we’re talking about solves on the general level, but there’s a specific thing in there you could do better for people and carve out a really good living doing.</p>\n\n\n\n<p><strong>Vova Feldman:</strong> And I will add more to that, that we’re living in an open source ecosystem so we can piggyback on top of existing products.</p>\n\n\n\n<p>So if I wanna start. Another SEO product, I can take existing one for Kit. You probably don’t want to do that because there’s so much code that you will need to suddenly maintain, but theoretically you don’t need to start from zero. You can leverage all the lessons, improvements, that being there for decades.</p>\n\n\n\n<p>Right, so, so I think that’s actually a big advantage because I am seeing, you know, developers that are choosing [00:15:00] very, very narrow niche without really thinking about the potential market size and. Like the, the chance that they will be able to build a business that is big enough. That’s a very common mistake that people don’t, you know, calculate the potential.</p>\n\n\n\n<p>They’re kind of, you know, I’m excited about this problem. I have a client that you know needs it and I’m going all in. But you know how many clients like this out there? This is a hundred thousand, 10,000. Like, will you be able to get to all the 10,000? ? No. How do you price it then? Like you, you have to run the numbers to choose, you know, where are you aiming to grow?</p>\n\n\n\n<p>Take the potential like market and run the numbers that you can really get there, because many times the calculation is simply not working. Yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, I, I see that for sure. Um, you know, if you, [00:16:00] I, I see a lot of products to come from, own your own experience or client experience too, and go, they’re not served as well.</p>\n\n\n\n<p>And I, I think too, There’s, you gotta add some care and passion to it to be able to do it as a lifestyle too. You know, think about Sean Hesketh, the WP 1 0 1 saw a problem with his clients that was causing him problems, decided to roll out what now is WP 1 0 1? And you’re like, that formula still still works.</p>\n\n\n\n<p>There’s enough out. It seems like vva though. It’s like, okay, so the question would be how do you pick that product? How do you deter, how do you find that balance? Um, what are your thoughts on that? And find like, okay, I’m gonna do this. It’s maybe total billable market is a hundred thousand people. Maybe, you know, how, how do you even think through, if you’re giving advice to, uh, developer product, a budding product donor to, to start to [00:17:00] find what that is?</p>\n\n\n\n<p><strong>Vova Feldman:</strong> Yeah, so it, it, it’s exactly as you, you know, try to assess the, the potential size, how much do you believe, and in how much time will you be able to get to that market share. Whether you’re running a paid only product or freemium, because if it’s freemium, then there are benchmarks for conversions. So you’re immediately, let’s say just for the sake of the, you know, example, your total addressable market in terms of number of websites is 10,000, right?</p>\n\n\n\n<p>And it’s a freemium product, then most likely you are not going to get more than 5%. Okay. Which is great. Yeah. So it’s, we we’re talking about in 10005%, I think it’s 500, uh, right. 10%. It’s 1000. Yeah. 500. So if, if you are pricing your product for a hundred dollars per year, and at most you’re gonna [00:18:00] get 500 customers.</p>\n\n\n\n<p>Run the meth, that’s your cap and you will need to work hard for it. Is that enough for you? Are you aiming for something bigger? So it’s actually like when you think about it, it’s not so hard to do the meth. You just need to do that and think about it. And many times it could be a slight shift or reframing of the product to a different market, maybe a different niche, and suddenly it can open up and you know, change your potential a lot.</p>\n\n\n\n<p>Mm-hmm. .</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yep. And I, I’m a firm believer too, of trying stuff. . I’ve got way more failures than successes, but you try stuff, you know, try to refine the model and find that magical area that’s your thing. And, uh, it turns out pretty, pretty cool. And,</p>\n\n\n\n<p><strong>Vova Feldman:</strong> and you always hear about opportunities and ideas like once you have something, because people love to share feedback or you can [00:19:00] ask them or ask for features and you know, the more conversation, even if you start with a, you know, niche that is not necessarily like big enough, you can find your way if you are opening your eyes and ears into something more lucrative, more interesting by having conversations with your audience, you know?</p>\n\n\n\n<p>A product can also be kind of a penetration strategy to start discussions with a certain, you know, uh, vertical or persona that you are interested to tackle for whatever reason. Uh, and then from there you can learn about their challenges, about their pains in the business and see, You know, maybe you can make some tweaks that will actually be applicable to much bigger audience, or people would be willing to pay much more for it, or it’ll be, you know, will require much less support.</p>\n\n\n\n<p>Uh, whatever you wanna [00:20:00] optimize there. Now, the question you asked me about verticals, so , I’m jumping back a little. Yeah, yeah. So the two, the two biggest verticals that we are seeing, Based on our data is, like you said, page builders and specifically Elementor. Uh, like there are so many extensions of top Elementor.</p>\n\n\n\n<p>And also for WooCommerce like WooCommerce extensions. These are the two biggest verticals that we’re seeing in frame use. And it makes sense because those are platforms. So, uh, you know, they, they have their own ecosystem of plugins pretty much. Mm-hmm. and different solutions that you can build. Uh, and WooCommerce is, you know, like more lucrative because people are making money by using your products.</p>\n\n\n\n<p>So they should have money to pay for plugins too. Um, ,</p>\n\n\n\n<p><strong>Cory Miller:</strong> that’s, uh, that’s really interesting. [00:21:00] Um, I, I wouldn’t have thought those would be the one you would’ve said, uh, but it makes sense. Um, platforms on a platform, you know. Yeah. On the WordPress platform and WooCommerce is def two great names, woo Commerce and Elementor.</p>\n\n\n\n<p>I see so much growth, particularly with Elementor and what they’re doing over there. Um, and getting to know that team, uh, a little bit. And it’s. It’s a, it’s a great product. So, but that’s interesting. Add-ons for Elementor. Yep. And Will Commerce, I would’ve thought, man, that’s gotta be saturated. But, but you’re saying there’s still an opportunity over there and I mean, it makes sense.</p>\n\n\n\n<p>I hear from Katie Keith at Barn Two and different people like will Commerce, specific businesses doing pretty well.</p>\n\n\n\n<p><strong>Vova Feldman:</strong> Yep. Absolutely.</p>\n\n\n\n<p><strong>Cory Miller:</strong> All right. Well, um, So next, so just what the future holds, um, where you see WordPress tech, [00:22:00] um, we find ourself in, um, so much of the tech outside of our, our bubble and WordPress has really accelerated.</p>\n\n\n\n<p>Um, and we have, I’m even having another conversation today about open AI and AI in general. It seems like there’s a, it’s, it’s a different day in WordPress and on the web, and so I’m curious what your thoughts are out into the future. Where’s all this going? What things are you seeing out there? I know you’re not a prophet, but you have really good perspectives and I’d love to hear ’em where, where WordPress is going, where the web is going, what’s changing, what things are you seeing?</p>\n\n\n\n<p>Challenges out there? Opportunities overall.</p>\n\n\n\n<p><strong>Vova Feldman:</strong> Yeah. Um, I mean, I, I do. Think like what is hot out there right now? It’s like generative AI in whatever it is, whether it’s text, audio, vi like video, uh, images. And I do think that [00:23:00] like WordPress, uh, is getting there. Through integration, through plugin developers or building, you know, the bridges.</p>\n\n\n\n<p>Uh, and it’s not new. You know, I will mention like Veto with and Andrew with Berta ai. Like they’ve been running this for over a year for sure. Before, you know, C G P T became a big thing. Uh, yeah. And I’m sure there are other products out there like, uh, like I said, in the past month we probably saw like 10 new products that are to free use around generative ai and Interesting.</p>\n\n\n\n<p>I do feel that WordPress will be a big part in that play because like text and visuals. Is kind of, you know, one of the main things that WordPress is made for . You know, we generat text and images. Yeah. So I think it will be, you know, through plugins in the beginning, maybe in three years, you know, like something [00:24:00] more native in terms of integration.</p>\n\n\n\n<p>Uh, but I definitely think that it will be, you know, very tightly integrated together. Um, So, yeah, that, that’s my perspective on that whole thing. In terms of, you know, growth of WordPress in general, uh, like the market share, I don’t know if WordPress will keep growing. It’s a hard question. Uh, I don’t think it will, you know, disappear.</p>\n\n\n\n<p>There are many solutions out there for building websites these days, and they’re great for the virus niche. But this is also, you know, not something new there. Like Wix was there for many years, square space and all the others. Uh, so you have like different types of solutions. But in the end of the day, you know, the flexibility and the things that you can do with WordPress, plus adding the [00:25:00] community component to that.</p>\n\n\n\n<p>This is the winner and we’re seeing that, you know, uh, so I, I, I don’t, as long as the, the community part is strong and there’s no, some sort of, you know, uh, deviation separation, the community or something, you know, crazy happening. I think the worker’s ecosystem will be good for the next two, three years. I don’t know what’s gonna happen after.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Yeah. I, I mean, WordPress has, uh, evolved so much and I think this is our time to take a big, deep breath, look around and go, we got this, you know, see these opportunities, but make sure we’re still watching these opportunities in certain integration. And I. Into WordPress and like you were saying, and I think, and I believe the business ecosystem of WordPress can do that, can meet that challenge and opportunity.</p>\n\n\n\n<p>I mean, it’s really an [00:26:00] opportunity. Um, I think about the fed averse, I started having a little bit more about that, just some alternative to closed walled garden, um, that WordPress has always flown the flag of freedom. The ability to go out and build whatever you want, how ugly or awesome it is, you know, and I, I want that for, for my kids.</p>\n\n\n\n<p>And w WordPress turning 20 year, I’m 20 this year. I’ve been really reflective of those things. So, uh, I, I like it. I think this is an opportunity for us to ride like you, you nailed it. Community. That’s what drives this thing. It’s not just the code, code needs to change and evolve, but the people are the heart of it.</p>\n\n\n\n<p>So I, I love that emphasis vo. All right. Tell me what cool things you got going on at FIUs Man. Um, I, I know you’re always iterating on things, but you know, maybe the first question is what are the, what are the things about the platform you really cherish that we might gloss over? Cuz you’ve been doing it so long [00:27:00] and then new stuff you’re working on, um, for your, your</p>\n\n\n\n<p><strong>Vova Feldman:</strong> customers.</p>\n\n\n\n<p>Yeah. I’ll probably, there’s no like one feature that will be, you know, exciting for everyone. Everyone have their own flavors. Uh, I, I think the, our main kind of selling point is that with free use, you can make more money with less headache. Uh, that’s, you know, the, the things and you get a true partner that cares about your growth.</p>\n\n\n\n<p>And, uh, you know, we are very, uh, proactive and here to help. Uh, we’ve been working on, you know, many things all the time. Uh, I will share some stuff that, you know, we plan to, to do this year. Uh, we wanna, uh, like one of the things that we are lacking and been postponing for a while is, uh, localizing the checkout, uh, to allow it, you know, to be loaded in the native language [00:28:00] depending on the geolocation of the customer.</p>\n\n\n\n<p>Uh, it is something. That is like, there are micro ecosystems, uh, even though the world is global, but not everything is English. Uh, you know countries like Germany Yes. France, uh, places in South Africa where they do like mostly in native languages, and there are many products that. Also in our space that the companies are specifically targeting their country and that’s it.</p>\n\n\n\n<p>It’s big enough that they don’t need to expand to the US market and other places. Uh, so this is a big one that we’re really excited about. Uh, and that’s it. This year is, it is happening , we’re also. Doing some modernization of our dashboards, uh, you know, it’s time to kind of refresh the UI and give it a, uh, a new, uh, slick scheme.</p>\n\n\n\n<p>Uh, so that’s [00:29:00] also, you know, things that are important for us doing some optimization. So the checkout, uh, also in terms of conversion, making it even better. Um, we did add last year a bunch of special, we call them special coupons, uh, that are aimed to, uh, maximize conversion rates and minimizing, uh, churn rates, uh, that are really unique and developers don’t really need to do anything in order to, to make it happen.</p>\n\n\n\n<p>So, for example, when someone goes. and, you know, starts a cancellation process of their subscription. Developers can define a coupon that will say, Hey, you know, before you go, like, take 15% just to say on the subscription. Uh, so the, we seeing that really helpful, uh, and exit intent discount that, you know, if you are trying to leave the checkout in the middle, give you an extra incentive, [00:30:00] uh, to, to continue with the checkout and, and a bunch of.</p>\n\n\n\n<p>So this is just, you know, some of the things, uh, there are many more. Let me see if I have something. Yeah. Another one that we wanna, uh, prioritize this year is we, we do offer an affiliate platform for FIA’s developers. But currently the, the payouts, uh, handling is up to the developers. So this is a need that we, a pain that we’re hearing from our community that they would love us to take care of the payouts for them.</p>\n\n\n\n<p>It will add some, you know, operational, uh, hassle for us. But it’s okay. You know, we are, Solve it for everyone. Uh, so that’s also something that we’re really, really excited about and, uh, going to ship this year and it will, you know, streamline and save that whole operational hassle for developers to deal with affiliates to pay them out.[00:31:00]</p>\n\n\n\n<p><strong>Cory Miller:</strong> That’s awesome. I, I wanna go back to, I love that iteration on everything you’re doing for your community. Uh, I want to go back to the localization part because something I totally glossed over or didn’t even think of until you said that, but, um, word for Texas Global, and you mentioned three regions, countries, um, Seem to have potential for high growth, uh, with unique needs that aren’t served just from English, you know, uh, I, you know, from a market size, I go, gosh, Europe and that whole.</p>\n\n\n\n<p>Time zone band all the way down to what you said. South Africa, I’m not as aware, I don’t have any many, as many relationships in South Africa, but I go Europe, gosh. Um,</p>\n\n\n\n<p><strong>Vova Feldman:</strong> money to spend. I meant South America by the way. Sorry if I said South Africa. Oh, oh, okay. South. Well that’s,[00:32:00]</p>\n\n\n\n<p><strong>Cory Miller:</strong> that’s even more interesting um, cuz like I see Europe for sure. Talk to me about South.</p>\n\n\n\n<p><strong>Vova Feldman:</strong> Yeah, I, I, I mean, you know, uh, when I say South America, I meant, uh, uh, not, uh, the usa right? I meant like Brazil, Argentina, all these places. So, so they’re like, e everything there is kind of native, that’s expectation.</p>\n\n\n\n<p>It’s not an English. Yeah. And it’s Portuguese. Yeah, exactly. Portuguese, uh, Spanish. Spanish, you know, et cetera. And. . Um, they, they have a local economy that is like big enough in terms of audience that you can build a business, a local business purely for a plugins, whatever digital business, just target your local country.</p>\n\n\n\n<p>But it will, you know, it’s kind of awkward if you, everything is. Portuguese, but then the checkout is in English. Yeah, yeah. You know, and things like that.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, so Portuguese, you know, I spent some time in [00:33:00] Portugal, but I know Brazil for, for instance, enormous country. And you know, you look at most, um, global type sites and communities, let’s say Facebook, you’re gonna see a Portuguese in, in the top, you know, three to five of like translations and stuff.</p>\n\n\n\n<p>But I’m curious what you’re seeing in. Uh, port Brazil, Portuguese speaking obviously is dominant there. Um, but like, how are they using, or WordPress, how, how big is the market? Is it, you know, is it growing? I, I get kind of, my perspective gets Europe, you know, have money doing cool commerce over there using WordPress just aren’t tap, you know, WordPress itself because it is like, You know, it started here in, I guess in the US and Gro grew to the us but there’s so much good stuff going on there that they just don’t decide to go to a Word camp, for instance.</p>\n\n\n\n<p>But I’m curious what your perspectives are in like Brazil and South America. Like how are they [00:34:00] using WordPress? The, the actual your customer’s?</p>\n\n\n\n<p><strong>Vova Feldman:</strong> Customers? So, honestly, I don’t have these answers, so I don’t wanna say, you know, come up with with things. I, I just, you know, I. Like familiar on this angle from the commercial perspective.</p>\n\n\n\n<p>Gotcha. And those like Microeconomists. And it’s not only Yeah, you know, south America or places in Europe, it’s also in Asia, like, you know, Japan, Asia, uh, China. Yeah. Uh, like all, all these places, like they are focused on their country. They have like over a hundred million, you know? Yeah. Uh, uh, citizens there.</p>\n\n\n\n<p>Uh, so it’s, it’s big enough of a market just to win debt. Uh, so just by, and I think this is something that many are maybe overlooking, but that’s another opportunity. The fact that you have Yost, s e. You can start a yo competitor that it’s like, you know, Japanese [00:35:00] focused. Yeah. And most likely build something that in Japan will be a winner.</p>\n\n\n\n<p>And OTOs as an example. Yeah. Okay. Well,</p>\n\n\n\n<p><strong>Cory Miller:</strong> yeah, I think you’re drilling it down for me and seeing the perspectives, but I, I go, my, one of my friends from Portugal, Marco Almeda, has a payment. Processing solution that’s just for Portugal, because that’s how they do commerce for WooCommerce and does pretty well with it.</p>\n\n\n\n<p>And I’m like, I get that, you know, that nuance and, and I guess I was asking it from the product, you know, when you think about the world, I go, okay. I think big categories of. Of, you know, products, but now it’s drilling it down to like, there might be a need that just like his product solution isn’t gonna probably be used outside of Portugal, but it’s in there.</p>\n\n\n\n<p>There’s, I think there’s 35 million people there, you know? So what percentage of that, like you said, can make a living and do good work? Um, there’s, there’s just trying to [00:36:00] demonstrate for those listening too, like, You’re saying there’s more opportunities than we’re we always think of</p>\n\n\n\n<p><strong>Vova Feldman:</strong> instantly. Yeah, and, and I will say it’s even easier even if the product is not specifically relevant to that geolocation, but if all your marketing efforts, your branding, the people behind the product are native and local.</p>\n\n\n\n<p>You can win that market in some markets because that’s what people are looking, you know? Mm-hmm. , like I, I, I’m pretty sure that, you know, many of the market leaders, whatever it is, SEO or other places, they’re not optimizing for Japanese. Maybe they localize and have some automatic plugin that does something, but that’s.</p>\n\n\n\n<p>Is not really optimizing for Japan, right? Like if you really wanna build a business there, you need to go to the local events. Have people that understand the culture, know the, you know, whatever, how the websites are supposed to look there. [00:37:00] So it’s like a whole different ecosystem. So you don’t even need to invent anything.</p>\n\n\n\n<p>You just need to localize your brand company product to the local market in some economies to succeed and get involved there with the local influencers and, you know, Target specifically.market, and I think you can win that. I, I’ve seen some products of doing that. Yeah. Yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Thank you for letting me to to digress on that because I just keep going like, what are the opportunities?</p>\n\n\n\n<p>Cuz we need more and more people innovating out there and being able to see there’s. There’s really incredible opportunities in WordPress that they don’t come but a part of the localization. So I totally understand that’s one of the things you’re excited about to do. The ui ux work you’re doing will be great, I’m sure.</p>\n\n\n\n<p>And the affiliates that’s, uh, helping people make money. So I love it. You’ve be, you’re a platform and, and you’re really taking care of your community with this forward thinking</p>\n\n\n\n<p><strong>Vova Feldman:</strong> things. And I, I also want to add one more [00:38:00] thing. Uh, in the past two years, we did recognize. That, you know, previously we’ve been very focused on developers.</p>\n\n\n\n<p>It’s not like we ignored users. Okay. But we didn’t always pay attention or. Kind of look on the perspective of the user. Mm-hmm. , and we did get a little pushback in the past two years, I would say. Uh, and we’re working very hard to first of all address the feedback that we are receiving, uh, as well as changing kind of the way we work.</p>\n\n\n\n<p>Uh, whatever we do in a company, we think about developers and we also put ourselves in the minds. Of users, you know, to make sure, because sometimes, you know, it, it’s, uh, can be a, uh, a thin, uh, thin line, I would say, you know? Yeah. Sometimes there is a [00:39:00] balance that you need to keep, you know, because something that the, a developer will benefit directly doesn’t necessarily that the user will benefit from.</p>\n\n\n\n<p>So there is some sort of a balance and, you know, Michan going forward is to make sure that FIUs is a great solution for users as it is for developers. Yep. And yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> That’s awesome. Well, um, Veva, thank you for your time today and talking about sharing really openly about what you’re seeing in the product market with WordPress.</p>\n\n\n\n<p>Uh, I think it’s something that’s always like, I love products, so I love talking about product, and geek can geek out on that. Where can they find more about</p>\n\n\n\n<p><strong>Vova Feldman:</strong> FIUs? Sure. Uh, so, uh, freeez.com i is our homepage. Uh, we write a lot of, uh, content around the business, marketing, pricing, customer support, everything related to the business, to the commercial side, uh, of [00:40:00] software Pluggin theme, develop development, uh, f.com/blog.</p>\n\n\n\n<p>Uh, you can find me on Twitter. It’s Vva Feldman. Uh, I would also like to mention that a big chunk of our team is going to be in World Camp Asia next month, so if you’re coming, I have the t-shirt here. So</p>\n\n\n\n<p><strong>Cory Miller:</strong> nice . I love it. . Yeah, .</p>\n\n\n\n<p><strong>Vova Feldman:</strong> Cool. Uh, so if you’re coming, you know, please come say hi. We’re also going to, uh, have, uh, our famous makers meet up, where we bring together, uh, you know, product makers, uh, plugging and thin developers, uh, SaaS owners, uh, just for a little, you know, side event of networking, drinks, food, uh, and you know, having good time together.</p>\n\n\n\n<p>It’s an invite only event. So if you are, you know, a product person and interested to come, uh, email [00:41:00] us@meetupsfree.com and we’ll happily send you an invite.</p>\n\n\n\n<p><strong>Cory Miller:</strong> That’s awesome. And also you’re in post outta Slack, so. Absolutely. Well, thanks Fava, uh, love what you’re doing. Keep up the great work and thanks for sharing your perspectives with today at Post Status draft.</p>\n\n\n\n<p><strong>Vova Feldman:</strong> Thanks for having me.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 09 Feb 2023 23:23: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:11:"Cory Miller";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:66:"WPTavern: WordPress.com Is Testing AI-Generated Images and Content";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=141772";s:7:"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://wptavern.com/wordpress-com-is-testing-ai-generated-images-and-content";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3992:"<p>WordPress.com is currently testing two new blocks for generating images and paragraph content using AI. The blocks, which are currently labeled as experimental, were first spotted by Jen T of <a href="https://wpcommaven.com/">WPcomMaven</a> who published a few examples on her blog this week. </p>\n\n\n\n<p>WordPress.com developed the blocks through a partnership with OpenAI, creators of ChatGPT and DALL·E. Automattic engineer Artur Piszek gave a quick overview of the experimental blocks in a <a href="https://wordpress.com/forums/topic/jetpack-ai/">post</a> on the WordPress.com support forums, calling the new feature “Jetpack AI – your writing assistant on WordPress.com.”</p>\n\n\n\n<p>I took both blocks for a test drive, starting with the image generator. Users put in a prompt in a simple UI and the block generates four images, which can be expanded before selection. Here are a few examples: </p>\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n<p>I was not terribly impressed with the images, which every time seemed blurry and ill-conceived. Some of them bore an almost cruel likeness to the prompts, with living creatures and humans faring poorly compared to images of inanimate objects. The faces are almost always distorted with what appears to be bits of flesh melting off. Unless a user is unusually skilled in crafting the prompts, they may struggle to get any useful images.</p>\n\n\n\n<img />\n\n\n\n<p>The AI-generated paragraphs are a somewhat better experience but need more flexibility. The block will automatically generate new paragraphs based on your existing content. It does a decent job, but it would be more useful if you could start from a blank page and feed it a prompt instead, as one of the main benefits of using AI for generating content is that it can offer a starting place from which the writer can improve. </p>\n\n\n\n<img />\n\n\n\n<p>The content can be further edited by transforming the block into a paragraph. This isn’t easy to discover and would need to be emphasized better in the UI.</p>\n\n\n\n<p>“We were considering making the block outright editable, and I see that we may need to create a more intuitive editing experience,” Piszek said after reviewing feedback from users in the forum.</p>\n\n\n\n<p>When using this experimental paragraph-generating block, users may want to familiarize themselves with how AI-generated content can impact their search rankings. Google recently published <a href="https://developers.google.com/search/blog/2023/02/google-search-and-ai-content">guidance</a> stating it will reward high-quality content however it is produced but cautions that “those seeking success in Google Search should be looking to produce original, high-quality, people-first content demonstrating qualities E-E-A-T (expertise, experience, authoritativeness, and trustworthiness).” This is not always possible when using automation.</p>\n\n\n\n<p>WordPress.com’s AI-generated content blocks are in the earliest stages of testing and are not guaranteed to be publicly launched or make it into Jetpack. With some refinements, the blocks could prove useful but will more than likely only be available to paying customers, as the costs of AI-generated processing resources can stack up fairly quickly.</p>\n\n\n\n<p>“AI models and tools are a bit unpredictable,” Piszek said. “We want to be mindful of how those tools behave, what impact they have on your creativity, and how we can make them support you.</p>\n\n\n\n<p>“At the same time, we are still learning and adapting, so please keep in mind that these features can change or disappear anytime.</p>\n\n\n\n<p>“Once we announce them, they are most likely be paid extra (on top of existing plans) depending on how much we have to pay OpenAI for their services.”</p>\n\n\n\n<p>WordPress.com users who test the experimental blocks are encouraged to leave their feedback in the announcement <a href="https://wordpress.com/forums/topic/jetpack-ai/">thread</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Feb 2023 23:03:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"Do The Woo Community: WordCamp Asia 2023 Builder Tips from the Speakers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=74465";s:7:"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:52:"https://dothewoo.io/wordcamp-asia-2023-builder-tips/";s: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:377:"<p>As tradition with the flagship WordCamps, here is a collection of tips from WordCamp Asia speakers.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/wordcamp-asia-2023-builder-tips/">WordCamp Asia 2023 Builder Tips from the Speakers</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Feb 2023 10:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:117:"WPTavern: Twitter Outage Uncovers More Details on Upcoming API Access Changes, Giving the Fediverse a Shot in the Arm";s:7:"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=141774";s:7:"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/twitter-outage-uncovers-more-details-on-upcoming-api-access-changes-giving-the-fediverse-a-shot-in-the-arm";s: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:3976:"<p>Twitter experienced a major outage today <a href="https://downdetector.ca/status/twitter/">lasting several hours</a>, which left most users unable to tweet or send private messages to each other. Some reported receiving error messages telling them they were “over the daily limit for sending tweets.”</p>\n\n\n\n<p>Twitter’s development team took the opportunity to update users on the upcoming changes to API access, which it appears the team was working on before CEO Elon Musk <a href="https://twitter.com/kyliebytes/status/1623458872106311680">advised</a> them to pause “in favor of maximizing system stability and robustness, especially with the Super Bowl coming up.”</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">We have been busy with some updates to the Twitter API so you can continue to build and innovate with us. <br /><br />We’re excited to announce an extension of the current free Twitter API access through February 13. Here’s what we’re shipping then <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f9f5.png" alt="🧵" class="wp-smiley" /></p>— Twitter Dev (@TwitterDev) <a href="https://twitter.com/TwitterDev/status/1623467615539859456?ref_src=twsrc%5Etfw">February 8, 2023</a></blockquote>\n</div>\n\n\n\n<p>The Twitter Dev account announced that after February 13, free access users will be limited to 1,500 tweets per month:</p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>We have been busy with some updates to the Twitter API so you can continue to build and innovate with us. We’re excited to announce an extension of the current free Twitter API access through February 13. Here’s what we’re shipping then:</p>\n\n\n\n<p>Paid basic access that offers low level of API usage, and access to Ads API for a $100 monthly fee.</p>\n\n\n\n<p>A new form of free access will be introduced as this is extremely important to our ecosystem – limited to Tweet creation of up to 1,500 Tweets per month for a single authenticated user token, including Login with Twitter.</p>\n\n\n\n<p>Also on February 13, we will deprecate the Premium API. If you’re subscribed to Premium, you can apply for Enterprise to continue using these endpoints.</p>\n\n\n\n<p>This is a new chapter for the Twitter API to increase quality, reduce spam, and enable a thriving ecosystem. We appreciate your patience as we implement these changes and we can’t wait to see what you build next! Stay tuned for more information on continued Twitter API access.</p>\n</blockquote>\n\n\n\n<p>With no more third-party clients, Twitter has severely diminished its resilience during outages like these. Many users were driven to platforms like Mastodon to speculate about the reasons for Twitter breaking. Cloudflare also found some lucky timing today in <a href="https://blog.cloudflare.com/welcome-to-wildebeest-the-fediverse-on-cloudflare/">launching Wildebeest</a>, an AcitivityPub and Mastodon-compatible server that enables anyone to operate their Fediverse server and identity on their domain with minimal setup and without needing to keep up the infrastructure.</p>\n\n\n\n<p>For those who are looking to get started on Mastodon as the result of Twitter’s recent outage, WordPress developer Daniel Auener curates and maintains <a href="https://wp-community-on-mastodon.wptoots.social/">a list of WordPress community members’ Mastodon accounts</a> that anyone can follow by downloading a CSV file and importing it into Mastodon.</p>\n\n\n\n<img />\n\n\n\n<p>The <a href="https://wp-community-on-mastodon.wptoots.social/">list</a> includes all accounts, where the account owner has at least one community badge on their WordPress.org profile page. Auener has also published a <a href="https://www.danielauener.com/the-wordpressers-guide-to-the-fediverse/">WordPress guide to the Fediverse</a> with helpful information on finding an instance, following hashtags, and engaging with the WordPress community.</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, 09 Feb 2023 03:42:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:80:"WPTavern: WP Community Collective Names Alex Stine as First Accessibility Fellow";s:7:"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=141760";s:7:"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:91:"https://wptavern.com/wp-community-collective-names-alex-stine-as-first-accessibility-fellow";s: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:2622:"<img />WordPress Accessibility contributor Alex Stine – photo credit: The WP Community Collective\n\n\n\n<p>The WP Community Collective (WPCC), a newly formed nonprofit organization dedicated to funding individual WordPress contributors and community-led initiatives, has <a href="https://www.thewpcommunitycollective.com/2023/02/07/press-release-the-wp-community-collective-announces-first-accessibility-fellow/">announced</a> its first Accessibility Fellow. Alex Stine, a fully blind individual contributor who has been working with the WordPress Accessibility team since 2016, is the first recipient of the fellowship.</p>\n\n\n\n<p>WPCC is managing its finances transparently on <a href="https://opencollective.com/thewpcc">Open Collective</a>. The fellowship has yet to be fully funded. Just $645.63 USD of $15,000 (4%) has been raised for the Accessibility Fellowship, although individual memberships are at $3,589.75 USD of the organization’s $20,000 goal. </p>\n\n\n\n<p>“We’ve set up a few different ways folks can support the WPCC,” co-founder Sé Reed said. “We’re just launching our fundraising campaign for the Accessibility Fellowship now. So far, most of our contributors have opted to support us as members, with a recurring membership pledge.</p>\n\n\n\n<p>“Monthly membership funds go to our general fund, which will primarily be used to support our fellowships and projects. As of today, we’ve raised slightly more than $4k, with $3,600 of that reserved for the Accessibility Fellowship.”</p>\n\n\n\n<p>The organization is currently in the process of finalizing sponsorships from a few large companies and is building out a corporate sponsorship program and a small business sponsorship program.</p>\n\n\n\n<p>“We can’t discuss anything yet as we’re still working out the details, but there is a lot happening that we hope to announce soon,” Reed said.</p>\n\n\n\n<p>Once the Accessibility fellowship is funded, Stine will continue his work with WordPress’ Accessibility Team and will serve as the Team Rep, while continuing his private work as a consultant and an engineer at Waystar.</p>\n\n\n\n<p>“I am excited to have the opportunity to give back to the project that provided me with my start in the technology field,” Stine said. “I could not continue to give back at my current capacity without this generous program. I will help ensure WordPress becomes more accessible, and I will fight to have the community as a whole adopt new principles that will ensure accessibility is the first thought, never the last.”</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, 08 Feb 2023 20:47: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: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:117:"Post Status: WordPress 6.2 Beta 1 • Phase 2 Finale • Creating a Mentorship Program • Apply for Community Summit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=147107";s:7:"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:116:"https://poststatus.com/wordpress-6-2-beta-1-phase-2-finale-creating-a-mentorship-program-apply-for-community-summit/";s: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:17154:"<h2 id="h-this-week-at-wordpress-org-february-6-2023">This Week at WordPress.org (February 6, 2023)</h2>\n\n\n<div class="has-background has-theme-palette-8-background-color wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt">WordPress 6.2 Beta 1 is out now and you can help test it before final release on March 28. With that comes the end of Gutenberg Phase 2. WordPress considers a mentorship program focused on onboarding and assisting contributors. </p></div>\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div id="kt-info-box_94d1bd-77" class="wp-block-kadence-infobox"><div class="kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kt-info-svg-icon kt-info-svg-icon-fas_rocket"></span></div></div></div></div><div class="kt-infobox-textcontent"><h2 class="kt-blocks-info-box-title">WP 6.2, Phase 2 Finale, and Mentorships</h2><p class="kt-blocks-info-box-text"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f680.png" alt="🚀" class="wp-smiley" /> <a href="https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/">WordPress 6.2 Beta 1</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3ff-200d-2642-fe0f.png" alt="🙋🏿♂️" class="wp-smiley" /> <a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">Help Test WordPress 6.2</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f6aa.png" alt="🚪" class="wp-smiley" /> <a href="https://make.wordpress.org/core/2023/02/04/phase-2-finale/">Phase 2, Finale</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f3eb.png" alt="👩🏻🏫" class="wp-smiley" /> <a href="https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/">Proposal: Creating a WordPress Contributor Mentorship Program</a><br /><br /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64b-1f3fc-200d-2640-fe0f.png" alt="🙋🏼♀️" class="wp-smiley" /> <a href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/">Apply to Attend the 2023 Community Summit</a></p></div></div></div>\n\n\n\n<h2 id="h-news">News<a href="https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/"></a></h2>\n\n\n\n<ul>\n<li><a href="https://wordpress.org/news/2023/01/the-month-in-wordpress-december-2022/">The Month in WordPress – December 2022</a></li>\n</ul>\n\n\n\n<div class="wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb"><div class="kt-block-spacer kt-block-spacer-halign-center"><hr class="kt-divider" /></div></div>\n\n\n\n<div class="is-layout-flex wp-container-35 wp-block-columns">\n<div class="is-layout-flow wp-block-column">\n<h2 id="h-accessibility"><a href="https://make.wordpress.org/accessibility">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/accessibility/2023/02/06/accessibility-team-meeting-notes-february-3-2023/">Accessibility Team Meeting Notes: February 3, 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-community">Community</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/">Apply to Attend the 2023 Community Summit</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/06/community-booth-at-wordcamp-asia-2023/">Community Booth at WordCamp Asia 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/02/03/update-apac-meetup-reactivation-project/">Update: APAC Meetup Reactivation Project</a></li>\n</ul>\n\n\n\n<h2 id="h-core"><a href="https://make.wordpress.org/core">Core</a> </h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/07/developer-hours-is-returning/">Developer Hours is returning</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/07/performance-team-meeting-summary-31-january-2023-2/">Performance Chat Summary: 7 February 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/07/a-week-in-core-february-6-2023/">A Week in Core – February 6, 2023</a></li>\n</ul>\n\n\n\n<h3 id="h-wordpress-6-2">WordPress 6.2</h3>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/04/phase-2-finale/">Phase 2, Finale</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/">Hallway Hangout: Performance Improvements for WordPress 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/06/roadmap-to-6-2/">Roadmap to 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/">Bug Scrub Schedule for 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/11/early-bug-scrub-schedule-for-wp-6-2/">Early bug scrub schedule for WP 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/">WordPress 6.2 Planning Roundup</a></li>\n</ul>\n\n\n\n<h3 id="h-meetings">Meetings</h3>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/06/editor-chat-agenda-february-8-2023/">Editor Chat Agenda: February 8, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2023/02/06/editor-chat-summary-february-1st-2023/">Editor chat summary: February 1st, 2023</a></li>\n</ul>\n\n\n\n<h3 id="h-developer-blog">Developer Blog</h3>\n\n\n\n<ul>\n<li><a href="https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/">Creating custom block styles in WordPress themes</a></li>\n</ul>\n\n\n\n<h2 id="h-design"><a href="https://make.wordpress.org/design">Design</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/design/2023/01/30/design-share-jan-16-jan-27/">Design Share: Jan 16-Jan 27</a></li>\n</ul>\n\n\n\n<h2 id="h-docs"><a href="https://make.wordpress.org/docs">Docs</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/docs/2023/02/07/agenda-for-docs-team-bi-weekly-meeting-february-7-2023/">Agenda for Docs Team bi-weekly meeting February 7, 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/docs/2023/02/03/onboarding-session-for-github-related-roles/">Onboarding session for GitHub-related roles</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/updates/2023/02/06/documentation-team-update-february-6-2023/">Documentation Team Update – February 6, 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-marketing"><a href="https://make.wordpress.org/marketing">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/marketing/2023/02/07/notes-global-marketing-team-meeting-january-31-2023/">Notes: Global Marketing Team meeting, January 31, 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-meta"><a href="https://make.wordpress.org/meta">Meta</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/meta/2023/01/26/wordpress-org-redesign-recent-launches/">WordPress.org Redesign Recent Launches</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/meta/2023/01/25/a-meta-subproject-for-evaluating-matrix/">A Meta subproject for evaluating Matrix</a></li>\n</ul>\n\n\n\n<h2 id="h-mobile"><a href="https://make.wordpress.org/mobile">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/mobile/2023/01/24/call-for-testing-wordpress-for-ios-21-6/">Call for Testing: WordPress for iOS 21.6</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/updates/2023/02/08/mobile-team-update-february-8th-2/">Mobile Team Update – February 8th</a></li>\n</ul>\n\n\n\n<h2 id="h-openverse"><a href="https://make.wordpress.org/openverse">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/openverse/2023/02/07/community-meeting-recap-07-february-2023/">Community Meeting Recap (07 February 2023)</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/openverse/2023/02/03/openverse-is-moving/">Openverse is Moving!</a></li>\n</ul>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column">\n<h2 id="h-performance"><a href="https://make.wordpress.org/performance/">Performance</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/02/07/performance-chat-agenda-07-february-2023/">Performance Chat Agenda: 7 February 2023</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/performance/2023/02/01/core-performance-team-rep-updates/">Core Performance Team Rep Updates</a></li>\n</ul>\n\n\n\n<h2 id="h-polyglots">Polyglots</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/polyglots/2023/02/07/agenda-weekly-polyglots-chat-february-08-2023-0700-utc/">Agenda: Weekly Polyglots Chat – February 08, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 id="h-plugins">Plugins</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/">Twitter API Changes</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/updates/2023/02/08/plugin-review-team-6-feb-2023/">Plugin Review Team: 6 Feb 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-project">Project</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/">Proposal: Creating a WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/">Discussion: Ending the Eternal September</a></li>\n</ul>\n\n\n\n<h2 id="h-support"><a href="https://make.wordpress.org/support">Support</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/support/2023/02/block-editor-live-in-most-forums/">Block Editor Live in Most Forums</a></li>\n</ul>\n\n\n\n<h2 id="h-test"><a href="https://make.wordpress.org/test">Test</a></h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">Help Test WordPress 6.2</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/updates/2023/02/06/test-team-update-6-february-2023/">Test Team Update: 6 February 2023</a></li>\n</ul>\n\n\n\n<h2 id="h-training"><a href="https://make.wordpress.org/training">Training</a></h2>\n\n\n\n<ul>\n<li><a href="https://learn.wordpress.org/individual-learner-survey/">How did you learn WordPress?</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/01/24/brainstorm-wordcamp-asia-2023-contributor-day/">Brainstorm – WordCamp Asia 2023 Contributor Day</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/06/training-team-2023-goals-setting/">Training Team 2023 Goals Setting</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/03/proposal-training-faculty-developer-squad/">Proposal: Training Faculty Developer Squad</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/03/new-learn-wordpress-github-project-view-updates/">New Learn WordPress GitHub Project View Updates</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/training/2023/02/02/training-team-values-exercise-recap/">Training Team Values Exercise Recap</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/updates/2023/02/06/whats-new-on-learnwp-in-january-2023/">What’s new on LearnWP in January 2023</a></li>\n</ul>\n\n\n\n<h3 id="h-online-workshops">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href="https://learn.wordpress.org/?meeting=how-to-create-a-video-tutorial-about-wordpress-using-free-computer-software">How to create a video tutorial about WordPress (using free computer software)</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=block-themes-and-wordpress-live-stream-8">Block Themes and WordPress: Live Stream</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=updating-a-blogs-design-informal-live-stream-part-2">Updating a blog’s design (Informal live stream) – Part 2</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=updating-a-blogs-design-informal-live-stream-part-1">Updating a blog’s design (Informal live stream) – Part 1</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=27874">Block Themes and WordPress: Live Stream</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=block-themes-and-wordpress-live-stream-7">Block Themes and WordPress: Live Stream</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=block-themes-and-wordpress-live-stream-6">Block Themes and WordPress: Live Stream</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=lets-code-wp-rest-api-custom-routes-and-endpoints">Let’s code: WP REST API – custom routes and endpoints</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/?meeting=27869">WP dev livestream: WP REST API – custom routes and endpoints</a></li>\n</ul>\n\n\n\n<h3 id="h-tutorials"><a href="https://learn.wordpress.org/tutorials">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href="https://learn.wordpress.org/tutorial/introduction-to-securely-developing-plugins/">Introduction to securely developing plugins</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/using-theme-json-with-classic-themes/">Using theme.json with classic themes</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/how-to-improve-seo-rankings/">How to improve SEO rankings</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/creating-custom-fields/">Creating Custom Fields</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/taking-advantage-of-query-loops/">Taking Advantage of Query Loops</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/tools-site-health/">Tools: Site Health</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/introduction-to-theme-json/">Introduction to theme.json</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/creating-a-call-to-action/">Creating a Call To Action</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/displaying-the-post-comments-block-in-block-themes/">Displaying the Comments block in Block Themes</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorial/wordpress-theme-template-tour/">WordPress Theme Template Tour</a></li>\n</ul>\n\n\n\n<h2 id="h-wptv">WPTV</h2>\n\n\n\n<ul>\n<li><a href="https://wordpress.tv/category/year/2022/">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity" />\n\n\n\n<h2 id="h-related-news">Related News:</h2>\n\n\n\n<ul>\n<li><a href="https://www.php.net/archive/2023.php#2023-02-02-1">PHP 8.2.2 Released!</a></li>\n\n\n\n<li><a href="https://www.php.net/archive/2023.php#2023-02-02-2">PHP 8.1.15 Released!</a></li>\n</ul>\n\n\n\n<p class="has-theme-palette-7-background-color has-background">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> <a href="https://wordpress.org/support/article/contributing-to-wordpress/">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status’ <a href="https://poststatus.com/news/week-in-review/">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It’s also available in <a href="https://poststatus.com/newsletter">our newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png" alt="💌" class="wp-smiley" /></p>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile has-background"><a href="https://poststatus.com/"><img src="https://cdn.poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png" alt="Post Status" class="wp-image-85823 size-full" /></a><div class="wp-block-media-text__content">\n<p class="has-text-align-left has-normal-font-size" id="h-get-ready-for-remote-work">You — and <a href="https://poststatus.com/#Agency">your whole team</a> can <a href="https://poststatus.com/#choose-membership">Join Post Status</a> too!</p>\n\n\n\n<p class="has-text-align-left has-small-font-size"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href="https://poststatus.com/newsletter/">newsletter</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png" alt="✉" class="wp-smiley" /> Listen to <a href="https://poststatus.com/podcasts/">podcasts</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png" alt="🎙" class="wp-smiley" /> Follow <a href="https://twitter.com/post_status/">@Post_Status</a> <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /> and <a href="https://www.linkedin.com/company/post-status-llc/">LinkedIn</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png" alt="💼" class="wp-smiley" /></p>\n</div></div>\n\n\n\n<div class="wp-block-spacer"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 08 Feb 2023 18:11:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"Courtney Robertson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:75:"WPTavern: #62 – Naoko Takano on the Importance of the First WordCamp Asia";s:7:"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=141721";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://wptavern.com/podcast/62-naoko-takano-on-the-importance-of-the-first-wordcamp-asia";s: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:31719:"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case the reasons why WordCamp Asia is such an important event.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jutebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Naoko Takano.</p>\n\n\n\n<p>A few days from now, from the 17th to the 19th of February 2023, to be precise, the first in-person WordCamp Asia will take place in Bangkok, Thailand. If you follow WordPress events closely, then I’m sure that you’ve seen the excitement mounting.</p>\n\n\n\n<p>Naoko is on the podcast today to talk about this important event, how it came to be, and why it matters.</p>\n\n\n\n<p>We start off getting some background on Naoko and her personal journey with WordPress. She’s currently sponsored full-time by Automattic to work with the wordpress.org community and polyglots teams.</p>\n\n\n\n<p>The conversation then turns to the event itself. It’s sold out, but you can still take parts by watching the live streams of the three tracks that are running.</p>\n\n\n\n<p>We talk about the fact that, although this is the first in-person WordCamp Asia, it should not have been. WordCamp Asia was in the books for 2020. More or less everything was planned and prepared, and then Covid struck. The timing could not have been worse. It was heartbreaking. Naoko talks about the disappointment felt by the community, and how they’ve managed to maintain their commitment to making the event happen.</p>\n\n\n\n<p>The team that is putting on the current event, contains some people from the cancelled 2020 event, but there’s new members too, and they span many Asian countries. So there’s a real diversity in the organization.</p>\n\n\n\n<p>Towards the end of the podcast, we get into the important question of why we need a WordCamp Asia. Naoko makes the point that the other flagship WordPress events are not that accessible for some people. This could be because of the difficulty in acquiring visas for the U.S. Or Europe, but also the costs of traveling to the event, and accommodation whilst there. It’s hoped that WordCamp Asia will provide a chance for a whole new audience to attend, in a location which is closer to home.</p>\n\n\n\n<p>We wrap up with Naoko explaining how WordCamp Asia aims to differ from the other events through their vision of being welcoming, nurturing, and experimental.</p>\n\n\n\n<p>If you’re attending WordCamp Asia your in-person or online, this podcast will give you a new perspective on the event. And if you’re not planning on being there, maybe this episode will make you rethink.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Naoko Takano.</p>\n\n\n\n<p>I am joined on the podcast today by Naoko Takano. Hello Naoko.</p>\n\n\n\n<p>[00:04:20] Naoko Takano: Hello.</p>\n\n\n\n<p>[00:04:21] Nathan Wrigley: Very nice to have you on the podcast today. We’re going to be talking today about a very exciting subject, a very new, an exciting event called WordCamp Asia. We’ll get onto why it’s not quite as new as it may seem a little bit later. But first Naoko, I wonder if you wouldn’t mind just giving us a little potted history about yourself, about your relationship with WordPress, your history with WordPress and WordPress events, and things like that. So it’s over to you. Introduce yourself please.</p>\n\n\n\n<p>[00:04:51] Naoko Takano: Sure. I’m Naoko Takano based in Tokyo. I’ve been using WordPress for as long as WordPress has been around actually. So it’s been 20 years now. I started using WordPress as a personal blog platform, since I was living in the US and I wanted to have a place to write in Japanese, to communicate online. And then it, it’s a long story since then. I started building websites. Then became a front end engineer. Then became a freelancer.</p>\n\n\n\n<p>Then, I actually started organizing WordCamps in Japan, Tokyo. And then I met Matt Mullenweg at WordCamp in Japan. And since then, I got hired by Automattic as a support engineer. And then, since 2019, I am a community manager of WordPress.org. I’m a full-time sponsored volunteer for wordpress.org community and polyglots team.</p>\n\n\n\n<p>[00:05:49] Nathan Wrigley: You really do have a very long history with WordPress. Yeah. It’s very rare that I bump into somebody who has 20 years of WordPress under their belt. That’s most impressive. Well, thank you for joining us on the show today. We are here to talk about WordCamp Asia, which is going to be happening if all the stars align, and this podcast episode is published on the date I’m expecting it to be published.</p>\n\n\n\n<p>It will be just around the corner. It’ll be a matter of days, possibly just over a week before the event is coming around. There must be great excitement in your part of the world about it. Do you want to just lay out for us when and where it is. So just the nuts and the bolts of when it’s happening, where it is, and so on.</p>\n\n\n\n<p>[00:06:31] Naoko Takano: Sure. So, the first WordCamp Asia will be happening in 2023. Is from 17th to 19th, February. It’s a three day event in Thailand, Bangkok, Thailand.</p>\n\n\n\n<p>[00:06:47] Nathan Wrigley: And it’s happening at the, now, forgive me if I get the name of this wrong. It’s the True Icon Hall. Is that the name of the venue?</p>\n\n\n\n<p>[00:06:55] Naoko Takano: That’s correct. That’s correct.</p>\n\n\n\n<p>[00:06:56] Nathan Wrigley: It’s a conference center in the middle of Bangkok.</p>\n\n\n\n<p>[00:06:59] Naoko Takano: Yes. it’s a newly built conference hall. I think they were built in 2019, and it’s by the Chao Phraya River. And it’s part of the Icon Siam Complex and it’s very beautiful place even there in 2019.</p>\n\n\n\n<p>[00:07:17] Nathan Wrigley: Excellent, excellent. Now, I think it’s probably important to say at this point that if you are not in possession of a ticket, no matter what we say, don’t make plans to go to WordCamp Asia. Because my understanding is that the full amount of tickets, I think it’s 1,500, have in fact sold out. Is that true?</p>\n\n\n\n<p>[00:07:36] Naoko Takano: Yes, at the moment, we don’t have any plan for releasing any batch of tickets. You may be able to get refunded tickets that will be released as they come back. But unless one of the very lucky ones that will get these very few refunded tickets. We don’t have any plan on raising any big amount of tickets anymore.</p>\n\n\n\n<p>[00:07:58] Nathan Wrigley: Yeah, well that’s okay though because if you are keen to participate in WordCamp Asia and do not have a ticket and have no plans to attend. My understanding is, and you can confirm this I hope, is that the event itself will be live streamed, in the way that we’ve been used to over the last couple of years, is that in fact true?</p>\n\n\n\n<p>[00:08:18] Naoko Takano: Yes. We have three tracks and all the tracks will be live streamed.</p>\n\n\n\n<p>[00:08:22] Nathan Wrigley: Great. Even if you don’t possess a ticket, you’ll be able to get there. So we have WordCamp Europe, these great big, I’m going to say international events. I don’t know if there’s a correct terminology for these kind of flagship events. But we’ve got WordCamp Europe, we’ve got WordCamp US, and now into the mix we have WordCamp Asia.</p>\n\n\n\n<p>So obviously the first event actually happening. But there is a sort of disappointing story behind this, because if you are following the WordPress news and you have been since 2019, you’ll know that the event, tragically, I’m going to use that word, had to be cancelled more or less at the last moment due to the Covid outbreak.</p>\n\n\n\n<p>Do you want to get into that a little bit? Might be interesting to hear the story. It was, if memory serves, very much several weeks away, it was really, really close, and the whole thing got pulled. With hindsight, that was probably a very wise decision. But at the time, I remember community members who, as yet, we’re unable to grasp the scope of Covid because it really hadn’t gone anywhere yet.</p>\n\n\n\n<p>There was much gnashing of teeth and rending of clothes and people sort of saying, oh, what a shame. Just tell us from your perspective, because I know you were on the team for that. What was that disappointment like to suffer through?</p>\n\n\n\n<p>[00:09:40] Naoko Takano: So, yes, WordCamp Asia 2020 was the first WordCamp that was cancelled due to Covid 19. And that was the end of February in 2020, that was supposed to happen. And, because I think it was probably the first event that was cancelled due to pandemic of any type of situation in the world, in the whole history of WorldCamps. And we just couldn’t believe that happened. We always believed WordCamp will be planned and it will happen, you know, when the day comes.</p>\n\n\n\n<p>So it was such a loss to us. To me it was like losing someone by an accident. Just lost someone, you know, or something that was so sure. That you were looking forward to. It was very, very crushing for us. At the time we didn’t understand the amount of what’s coming. So, we actually rescheduled it for the same year and we did that twice. And then after that we didn’t say anything for sure about the upcoming schedule.</p>\n\n\n\n<p>[00:10:47] Nathan Wrigley: Yeah, incredibly disappointing. I actually do want to dwell on this for a little bit longer, if you don’t mind. Because if you’ve ever been to a WordCamp, maybe that’s in a city near you or one of the bigger ones, as we’ve just described, Europe or US. You’ll probably have understood the amount of organization that goes into it.</p>\n\n\n\n<p>This is not an event which comes up and is organized several weeks in advance. This is something that takes a lot of people, a very large amount of time to organize. There’s speakers, there’s venues, there’s sponsors, there’s meals, there’s accessibility. There’s a whole host of things going. And for the rest of us, it was simply a case of, oh, it’s been cancelled. Well that’s disappointing. Perhaps I’ve got to get a refund on my air travel, or perhaps I don’t have to do anything because I wasn’t attending anyway.</p>\n\n\n\n<p>The point being that it was simply a question that it was cancelled. Whereas for you and the community that had gathered together to organize it, it must have been, like you said, crushing. And I’m just wondering how easy it was to get people back on board this time around. Or whether people left the WordCamp ecosystem and decided, I’m not getting involved with that again. How’s it been?</p>\n\n\n\n<p>[00:12:05] Naoko Takano: So the bright side of things is that we became stronger team because of the challenges that we had to face. But situations changed for many people. You know, three years is a long time. So we did lose some people due to changing their situation or commitment level. They could promise after three years. But, we did have nice number of people who came back. I would say in the beginning of reunion, I would say probably like 80%. Everybody wanted to come back and do it again because we weren’t able to. So, yeah, it wasn’t like a disbanding of the whole community organizers, but we came back.</p>\n\n\n\n<p>[00:12:47] Nathan Wrigley: Yeah, that’s remarkable. Sometimes I have to pinch myself when I think about WordPress and the fact that this little piece of software, which began 20 years ago, which probably didn’t have any pretensions of growing to the size that it is now. Yeah, I have to pinch myself for the breadth and the depth, the amazing spread globally of the project.</p>\n\n\n\n<p>So you’ve kindly written in the show notes a list of the countries that people have come from in order to assemble WordCamp Asia, this year, 2023. And I’m just going to read it out because it’s, it’s amazing. So we’ve got participants or volunteers, I should say, helping to organize from the following countries, Bangladesh, Bhutan, Hong Kong, India, Indonesia, Japan, Lebanon, Malaysia, Nepal, Pakistan, Philippines, Singapore, Taiwan, and Thailand. I mean, that’s just remarkable. Very impressive.</p>\n\n\n\n<p>[00:13:45] Naoko Takano: Yeah. I think it’s, that’s why we were so fascinated and amazed with this community. Because, I think there’s rare chance that you get to work with such a diverse group of people around the world, around Asia. And in itself organizing is interesting and learning experience and also community building experience, I think.</p>\n\n\n\n<p>[00:14:08] Nathan Wrigley: Yeah. If I was to assist with the WordCamp US team, I’m guessing that a lot of them would come from the US and so broadly speaking, their backgrounds would be quite similar. And although Europe is perhaps a little bit more different from country to country. You know, if you go from the southern part of Europe to the northern part of Europe there are differences in the cultures. But they’re not tremendously different, shall we say.</p>\n\n\n\n<p>Whereas you’ve got from India to Pakistan, to the Philippines, to Taiwan and Thailand. That must be a really interesting collection of people, because, I would imagine that the countries that they come from are very different in very great respects.</p>\n\n\n\n<p>[00:14:48] Naoko Takano: Yeah, we have different culture, different style of communication. Only, I think, small percentage of us speak English as native language, or day-to-day, everyday language. So there’s big barrier around communication style. But as I said, it’s also like an experience that you can’t get outside of this community, especially as a such tight group that you talk to every day.</p>\n\n\n\n<p>So that’s the difference between other type of contribution in WordPress. WordCamp organization is very interesting in experience that we get to learn about each other very deeply.</p>\n\n\n\n<p>[00:15:29] Nathan Wrigley: Can I ask how you do, do the organization? We’ll come into how long you’ve been preparing this event in a moment. But what are you using? I know that typically things like Slack may involved. But also are you, broadly speaking, communicating in English across the team? How is it working? So what tools are you using and what language have you tended to default to?</p>\n\n\n\n<p>[00:15:52] Naoko Takano: Yeah, so the communication tool that we used the most is Slack. And we are on it, the same Slack, separate from Make WordPress. And then we use English. But there are channels that are used by local members. For example, we have a Japanese channel to do some chit chat or ask question in our language. And local team has Thai channel to communicate with each other. But the overall language is in English. And we use Zoom to have meetings. So it’s like work.</p>\n\n\n\n<p>work If</p>\n\n\n\n<p>[00:16:25] Nathan Wrigley: I was somebody living in, let’s say, I don’t know, just to pick one off the list, Nepal, and my English was not sufficient, let’s say to carry out the tasks that may be needed by a volunteer. What happens there? Is there any encouragement or any, anything that can be done, or is it essentially you would need a modest amount of English in order to participate, in order to communicate with the team? Or could somebody from say Nepal, work with other Nepalese people speaking the language that they have, Nepali, I believe it is? I’m sorry for my ignorance there. Nepalese, I apologize. What do you do around all of that? If somebody doesn’t have the mastery of English, that might be needed to communicate over the whole project.</p>\n\n\n\n<p>[00:17:08] Naoko Takano: So we don’t require a mastery of English because that would be very hard barrier to participate. But we do select, we do vet organizers based on their community involvement, in their local community. And also some English is of course needed. But you don’t have to be able to speak fluently as long as they can communicate. While on Slack, you can use translation tool on your own. That’s okay. So as long as you can communicate on Slack, we would like to see active community organisers regardless of English fluency.</p>\n\n\n\n<p>[00:17:46] Nathan Wrigley: I understand. Yeah, thank you. Okay, so it’s a silly question, but I’m going to ask it anyway. Why do we need a WordCamp Asia? We have lots of events. I’m imagining there’s lots of WordCamps spread throughout Asia. But at some point, WordCamp Europe came along and WordCamp US. Why did the community feel there was a need for that? And I’m really just offering you that question so that you can answer it. I don’t actually think, well, why do we need a WordCamp Asia? That’s not the intention of the question.</p>\n\n\n\n<p>[00:18:18] Naoko Takano: Yeah, thanks for asking because I like to share why we are so enthusiastic about holding WordCamp Asia in person in Thailand. This might be little known, but there are very unique barriers to attending existing flagship events for residents in Asia. Like visa, obtaining visa to go to US it’s very, very hard for many people.</p>\n\n\n\n<p>For some people Europe, it’s also not easy to travel in terms of cost and time. And then also for people attending online, watching streaming in real time. Time zone difference is very hard, both in US and Europe, to participate in real time. So we want to cater this event to Asian residents to have the same kind of experience that many of the organizers had experienced in WordCamp Europe, WordCamp US.</p>\n\n\n\n<p>And we want to bring this great feeling, great communication, connection to Asian community. So that they can easily attend in an affordable price.</p>\n\n\n\n<p>[00:19:29] Nathan Wrigley: Yeah, that’s interesting. The affordable thing speaks for itself, I suppose. But in terms of the visas, that’s a really interesting one. Obviously it’s completely outside of WordPress. It’s a political thing, but my understanding is that in some jurisdictions it is very difficult to get a visa, let’s say, for the United States.</p>\n\n\n\n<p>And so you are, really it’s an up hill struggle if you want to attend those events. And I’m expecting from what you’ve just said, that the relationship between Asian countries is more open. So as an example, a visitor coming to Thailand, I’m guessing there’s less barriers to actually applying for and successfully getting those visas.</p>\n\n\n\n<p>[00:20:11] Naoko Takano: Yes, relatively speaking, especially Bangkok. We chose Bangkok as the first city, host city, mainly because visa accessibility and also flights from main Asian cities. So that’s into our consideration for sure.</p>\n\n\n\n<p>[00:20:29] Nathan Wrigley: Yeah, there’s lots of, amazing options in terms of flights, isn’t there? But also Bangkok itself is such a, an amazing and vibrant city and has absolutely heaps of accommodation options as well, doesn’t it? It’s a really good place to kick it off for WordCamp Asia. Speaking of kicking it off, how did it all get started?</p>\n\n\n\n<p>I mean, obviously there was the event which was destined to happen in 2020, so we’re going back before then. Were you part of the team? How did it actually all begin and how did you assemble this event? Because you can’t just suddenly announce, we’re going to do WordCamp Asia. There must be an awful lot of backwards and forwards, perhaps talking to people at Automattic and various other organizations to get it all started. Do you know about how it all began?</p>\n\n\n\n<p>[00:21:12] Naoko Takano: Yes, so the direct event that led to WordCamp Asia application was the contributor day at WordCamp Bangkok 2019. I wasn’t attending actually, but a group of community organizers who had been traveling to go to different WordCamps outside of the country met in person and they decided to apply at that time. But the same, or some of the same, people had been traveling since, I would say 2014, 15 and going to each other’s countries or flagship events and making connections and becoming friends. And then from that kind of connection, this idea came around and it came to, came to happen, yes.</p>\n\n\n\n<p>[00:22:00] Nathan Wrigley: And so how much time and well, effort is harder to measure, but in terms of time, how long have you, you and the team, been working on this version of WordCamp Asia? So the 2023 one. How far back do we go before you decided, yep. A, we’re going to go for it, and B, it’s going to be in February, 2023. How much time have you been spending on this?</p>\n\n\n\n<p>[00:22:23] Naoko Takano: So yeah, at the end of 2021, we reunited on a Zoom call and started talking about restarting this effort, because we always wanted to find the time to come back to Bangkok. By the time of spring 2022, we started actually working on the event organizing. And through 2022 we’ve worked and now it’s getting really close. We are very excited about it.</p>\n\n\n\n<p>[00:22:51] Nathan Wrigley: Nice. Now, in terms of the event itself, obviously the location is new and interesting for a whole selection of the audience, I imagine. Perhaps many of them have never been to Thailand in particular. Perhaps never been to Asia. We’ll wait and see how that all goes. So there’s obviously that, it’s going to be different because it’s in a, a new and interesting part of the world for these flagship events.</p>\n\n\n\n<p>But in terms of the event, from your perspective, what is the vision? What’s the thing that you talk to people about when you say, okay, this is going to be great, this is going to be new and different. What’s the vision that you are, you are letting everybody know about?</p>\n\n\n\n<p>[00:23:32] Naoko Takano: So yeah, as a WordCamp Asia organizing team, we didn’t want to make another event that’s just like WordCamp US or just like WordCamp Europe. That wasn’t our intention. We wanted to make a unique event. We have three visions that are welcoming, nurturing, and experimental.</p>\n\n\n\n<p>So we wanted to create an event that’s true to our culture, which is inclusive and diverse. And then also we wanted to have this event because we wanted to nurture the community in Asia. Not because we wanted to have this big event just because. We all came together because of WordCamps. We became friends and community builders because of other WordCamps. So we wanted this event to ignite more communities in Asia.</p>\n\n\n\n<p>And also we wanted to do something different. So that’s the experimental part. And we want to do the first event in Asia that’s flagship. So we want to, while people with our creative activity, our design teams doing a great job. And I like to see how people feel when they come.</p>\n\n\n\n<p>[00:24:44] Nathan Wrigley: Yeah, it’s going to be really interesting seeing what people’s reactions are. You’ve got 1500 attendees. I don’t know exactly how many people are involved on the, the organizing side, but it will be, it’ll be interesting to see what the conversations are like in the hall. How is this different? What are we enjoying about it? As much for the location, Thailand and Bangkok and all of that. It’ll be really interesting to see what people’s discussions are. So the vision can be boiled down to three words. It’s going to be welcoming, it’s going to be nurturing, and it’s going to be experimental.</p>\n\n\n\n<p>In terms of, well sadly, getting back to Covid, which one doesn’t really want to, but it appears, certainly at this point in time, Covid has become part of the news cycle again. It felt, in my country at least anyway, that it had dropped off and it wasn’t being talked about. And more recently it is getting some more attention.</p>\n\n\n\n<p>So I’m just wondering if there’s anything that you need to disseminate in terms of masking or restrictions or vaccinations, anything like that, which Thailand may enforce, or indeed just your event is enforcing. Because that’s probably a very important component of people’s safety should they decide to attend in person.</p>\n\n\n\n<p>[00:25:54] Naoko Takano: Yeah, this is a frequently asked question. And at the moment of this recording, we are not making masking or vaccination mandatory. So this is based on community teams guideline for WordCamps. If that changes we will change our guidelines accordingly.</p>\n\n\n\n<p>And if Thailand requirement changes, we would have to abide by that. But at the moment we are not requiring masking or vaccination. They’re both recommended. And we will provide stickers for people who like to be respected. So we ask people to stay away or wear masks around people with those stickers.</p>\n\n\n\n<p>[00:26:32] Nathan Wrigley: Okay. So there’s going to be some symbol that you can wear, a sticker that you can have if you would wish to have a little bit of separation between you and other people. And the hope is people will notice those stickers and give you a, a wider birth than might normally be the case. Okay, that’s interesting.</p>\n\n\n\n<p>So given that your tickets have sold out. 1500 seats have been snapped up, bought, and hopefully they’ll all be filled during the event. Given all of that, and I know you won’t be able to tell me much about this, but I do want to ask anyway. Do you know if we are planning to have a WordCamp Asia 2024? I know it’s a bit early for that, but do you see that the community has rallied around and is beginning to talk about that? Because, you know, no sooner is one event finished than the other one needs to be announced. And in fact, in many of these flagship events the location of the next event is announced during the conference itself. So yeah, as much as you can say, but you may not be able to say much .</p>\n\n\n\n<p>[00:27:33] Naoko Takano: So yeah, in fact at the moment we have the call of host city for 2024 open. But by the time this is, we might not have it open. So we’ll be reviewing those applications and we are hoping we will be able to announce during, or the end of, the event. Yeah, just keep your excitement until we announce.</p>\n\n\n\n<p>[00:27:56] Nathan Wrigley: So it sounds like if the call for venues has gone out, there’s definitely going to be one, but we don’t as yet, know where it is.</p>\n\n\n\n<p>[00:28:05] Naoko Takano: Yes, we do have applications that came in. So, a city will be selected, yes.</p>\n\n\n\n<p>[00:28:11] Nathan Wrigley: So hopefully this will be a podcast that we get to repeat each year, and it will be the first of many. I really appreciate you chatting to us today Naoko about WordCamp Asia and about its first well, not that it should have been the first, but it’s first live, in-person, event. I hope it goes well. I really, really do.</p>\n\n\n\n<p>Thanks for talking to us today. Just before I let you go, is there anything that I missed or is there something that you would like to have said that we didn’t say? That could be just telling people where the website address is, should they wish to have a look at that? It could be, I don’t know, a Twitter handle that you are keen to promote. Anything you like.</p>\n\n\n\n<p>[00:28:50] Naoko Takano: Sure, our website is asia.wordcamp.org/2023. And just wish us the best of the luck because, we need a lot of it.</p>\n\n\n\n<p>[00:29:00] Nathan Wrigley: From my point of view, you have all of those wishes. I really hope it goes extremely well. I would wish you the greatest success. Hopefully in a couple of months time we’ll be able to chat about how successful it was.</p>\n\n\n\n<p>Naoko, thank you very much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:29:17] Naoko Takano: Thank you for having me.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href="https://profiles.wordpress.org/nao/">Naoko Takano</a>.</p>\n\n\n\n<p>A few days from now, from the 17th to the 19th February 2023, to be precise, the first in-person <a href="https://asia.wordcamp.org/2023/">WordCamp Asia</a> will take place in Bangkok, Thailand. If you follow WordPress events closely, then I’m sure that you’ve seen the excitement mounting.</p>\n\n\n\n<p>Naoko is on the podcast today to talk about this important event; how it came to be and why it matters.</p>\n\n\n\n<p>We start off getting some background on Naoko and her personal journey with WordPress. She’s currently sponsored full time by Automattic to work with the wordpress.org community and polyglots teams.</p>\n\n\n\n<p>The conversation then turns to the event itself. It’s sold out, but you can still take part by watching the live streams of the three tracks that are running.</p>\n\n\n\n<p>We talk about the fact that, although this is the first in-person WordCamp Asia, it should not have been. WordCamp Asia was in the books for 2020. More or less everything was planned and prepared, and then Covid struck. The timing could not have been worse, it was heartbreaking. Naoko talks about the disappointment felt by the community and how they’ve managed to maintain their commitment to making the event happen. The team that is putting on the current event contains some people from the cancelled 2020 event, but there’re new members too, and they span many Asian countries, so there’s a real diversity in the organisation.</p>\n\n\n\n<p>Towards the end of the podcast, we get into the important question of why we need a WordCamp Asia. Naoko makes the point that the other ‘flagship’ WordPress events are not that accessible for some people. This could be because of the difficulty in acquiring visas for the U.S. or Europe, but also the costs of travelling to the event and accommodation whilst there. It’s hoped that WordCamp Asia will provide a chance for a whole new audience to attend in a location which is closer to home.</p>\n\n\n\n<p>We wrap up with Naoko explaining how WordCamp Asia aims to differ from other events through their vision of being welcoming, nurturing and experimental.</p>\n\n\n\n<p>If you’re attending WordCamp Asia in-person or online, this podcast will give you a new perspective on the event, and if you’re not planning on being there, maybe this episode will make you rethink.</p>\n\n\n\n<h2 class="wp-block-heading">Useful links.</h2>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/">WordCamp Asia 2023 website</a></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/location/">WordCamp Asia 2023 location</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, 08 Feb 2023 15: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:72:"Gutenberg Times: Quick Tip: Creating a custom webpack configuration file";s:7:"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=23317";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"https://gutenbergtimes.com/quick-tip-creating-a-custom-webpack-configuration-file/";s: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:4831:"<div class="wp-block-embed__wrapper">\n\n</div><a href="https://www.youtube.com/shorts/VgK_Y9wAGXw">Ryan Welcher on YouTube Shorts. </a>– <a href="https://www.tiktok.com/@ryanwelchercodes/video/7195978911073717510">Also available on TikTok </a>\n\n\n\n<p><em><strong>Ryan Welcher </strong>started a recording YouTube Shorts also available on TikTok. Here is a transcript and code example of his first one. <a href="https://www.youtube.com/@RyanWelcherCodes/">Subscribe to his YouTube channel </a>so you won’t miss any new streams or shorts. </em>For TikTokers, follow his account: <a href="https://www.tiktok.com/@ryanwelchercodes">@ryanwelchercodes</a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>There have been many times when I wanted to have my build process compile my blocks, but also add something custom, for example registering a slot fill or a block variation. </p>\n\n\n\n<p>Configuring webpack can be difficult, but thankfully the WordPress scripts package makes customizing the build process pretty straightforward.</p>\n\n\n\n<ul>\n<li><strong>Step 1:</strong> add a <code>webpack.config.js</code> file into the root directory of our plugin. </li>\n\n\n\n<li><strong>Step 2:</strong> require the <code>defaultConfig</code> that comes with the package. </li>\n\n\n\n<li><strong>Step 3:</strong> require the <code>getWebpackEntryPoints</code> function. This ensures that the scripts package can detect and compile our blocks. </li>\n\n\n\n<li><strong>Step 4:</strong> In the <code>module.exports</code> object,\n<ul>\n<li>add the <code>defaultConfig</code> using the spread operator. </li>\n\n\n\n<li>Add an <code>entry</code> object, </li>\n\n\n\n<li>spread the results of <code>getWebpackEntryPoints</code>, and then </li>\n\n\n\n<li>add any custom entry points as needed.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<p><strong>Code Example from the video </strong></p>\n\n\n\n<p>Example that adds a <code>variation-icon.js</code> file to the build process.</p>\n\n\n<pre class="wp-block-code"><div><code class="hljs language-javascript shcb-code-table shcb-line-numbers shcb-wrap-lines"><span class="shcb-loc"><span><span class="hljs-comment">// Import the original config from the @wordpress/scripts package.</span>\n</span></span><span class="shcb-loc"><span><span class="hljs-keyword">const</span> defaultConfig = <span class="hljs-built_in">require</span>(<span class="hljs-string">\'@wordpress/scripts/config/webpack.config\'</span>);\n</span></span><span class="shcb-loc"><span>\n</span></span><span class="shcb-loc"><span><span class="hljs-comment">// Import the helper to find and generate the entry points in the src directory</span>\n</span></span><span class="shcb-loc"><span><span class="hljs-keyword">const</span> { getWebpackEntryPoints } = <span class="hljs-built_in">require</span>(<span class="hljs-string">\'@wordpress/scripts/utils/config\'</span>);\n</span></span><span class="shcb-loc"><span>\n</span></span><span class="shcb-loc"><span><span class="hljs-comment">// Add any a new entry point by extending the webpack config.</span>\n</span></span><span class="shcb-loc"><span><span class="hljs-built_in">module</span>.exports = {\n</span></span><span class="shcb-loc"><span> ...defaultConfig,\n</span></span><span class="shcb-loc"><span> <span class="hljs-attr">entry</span>: {\n</span></span><span class="shcb-loc"><span> ...getWebpackEntryPoints(),\n</span></span><span class="shcb-loc"><span> <span class="hljs-string">\'variation-icon\'</span>: <span class="hljs-string">\'./src/variation-icon.js\'</span>,\n</span></span><span class="shcb-loc"><span> },\n</span></span><span class="shcb-loc"><span>};\n</span></span></code></div><small class="shcb-language" id="shcb-language-1"><span class="shcb-language__label">Code language:</span> <span class="shcb-language__name">JavaScript</span> <span class="shcb-language__paren">(</span><span class="shcb-language__slug">javascript</span><span class="shcb-language__paren">)</span></small></pre>\n\n\n<p class="has-text-align-right has-small-font-size"><em><a href="https://github.com/ryanwelcher/twitch/blob/trunk/plugins/gb-14-9-review/webpack.config.js">The code example is also available on GitHub</a></em></p>\n\n\n\n<h2 class="wp-block-heading"><strong>Resources to learn more</strong>: </h2>\n\n\n\n<ul>\n<li><a href="https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/">@wordpress/scripts package reference</a></li>\n\n\n\n<li><a href="https://webpack.js.org/concepts/entry-points/">Webpack Documentation: Entry Points</a> </li>\n</ul>\n\n\n\n<ul>\n<li><a href="https://www.twitch.tv/ryanwelchercodes">Ryan Welcher live streams on Twitch</a> every Thursday at 10:30 ET / 15:30 UTC. </li>\n\n\n\n<li>Previous streams recordings are <a href="https://www.youtube.com/@RyanWelcherCodes/">available on YouTube </a></li>\n</ul>";s: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, 08 Feb 2023 10:50:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Ryan Welcher";s: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:35:"HeroPress: I am built on WordPress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=5174";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:120:"https://heropress.com/essays/i-am-built-on-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=i-am-built-on-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9486:"<img width="1024" height="512" src="https://heropress.com/wp-content/uploads/2023/02/020723-min.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: WordPress has helped me find the best version of me." />\nHere is Samantha reading her own story aloud.\n\n\n\n\n\n\n<p>The first time I put my hands on a computer was in kindergarten. Once a week we’d go up to the top floor where no other regular classes were held. Inside, there were dozens of giant computers (a bit later, shiny new Macintosh Classics) in three long rows. We learned BASIC at 5 years old. We played Oregon Trail and Gertrude’s Secrets. I loved my computer class, and not just because it was always ice cold in the room. That was the only place I got to use computers for years. </p>\n\n\n\n<p>My great-grandmother, not really a fan of <em>anyone</em>, had always liked me. Around this time, she pulled me aside and told me, “Stick with the computers.” She was convinced that was the way to make money. I smiled and nodded. I don’t think she’d ever seen one in person. </p>\n\n\n\n<p>My dad took me to a store in Marine Park when I was in 6th grade. I walked around the store in awe of what was available — and the prices. He bought a Packard Bell computer that had fewer megahertz than our home phone — but it was glorious. I begged for a game not included in the bundle — Myst, which I’d seen my best friend’s mom play. I became glued to my computer. We didn’t even have the internet yet. I’d spend hours on Myst and then printing pictures and articles from Grolier’s Encyclopedia about stealth planes (don’t ask). </p>\n\n\n\n<h2 class="kt-adv-heading_b899ae-51 wp-block-kadence-advancedheading">Getting Online</h2>\n\n\n\n<p>By the time I was in high school, everyone had AOL. Using AOL Hometown web hosting to “expand” your profile was what all the cool kids did. We’d fill it with webrings, poor resolution photos, glittery animations, song lyrics — all a manifestation of our personalities. </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>The “cool kid” Samantha wanted to be a writer. </p>\n</blockquote>\n\n\n\n<p>When LiveJournal came on to the scene I started blogging and making online friends — but somehow it still didn’t feel like “my” space (zero pun intended). When I first heard about WordPress, I was jazzed about it. It felt like the grownup version of LiveJournal — and blew past AOL Hometown. But, nobody else I knew was using it. Of course there were others I didn’t know that were, but for me it felt special and unique because my little sphere of the world wasn’t catching on to the “new hotness” yet. It also felt more “me” than anything else I’d dabbled with. I have had <em>many</em> accounts over the years. </p>\n\n\n\n<p>I had taught myself basic HTML to edit my early “sites” and MySpace profile. I’d go through phases. I’d post religiously, hate my work, and then nuke the whole thing. I’d forget I had one for a while. I’d start all over and make something beautiful — only to fall out of love with it. What I didn’t realize is that I kept learning a valuable skill. </p>\n\n\n\n<h2 class="kt-adv-heading_f97dc7-19 wp-block-kadence-advancedheading">Finding My Path</h2>\n\n\n\n<p>By the time I was in college, I had all but abandoned the creative bursts of poetry, prose, and short stories. I was going to major in psychology. That lasted as long as the guy who registered me for my first classes told me it would. I fell in love with English. I took as many courses as I could with the professors that encapsulated what I wanted to be — and created another WordPress blog. </p>\n\n\n\n<p>This time I bought a domain, something no one I knew had done at the time. I did a bit of searching and figured out how to point CNAME records to A records. Now I had my own site, and I was going hard on content creation. I decided I wouldn’t just teach English. </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>I’d be a poet, and people would come across my site and my words would change them, like the authors I had read changed me. </p>\n</blockquote>\n\n\n\n<p>And then eventually I deleted that too. Periodically I’d also get dumb ideas that I found very funny, buy a domain, and create a single-use site (I think my favorite was “GeraldoRiverasMustache.com” where the only thing on the page was a cropped picture of his mustache). Deleted. At one point, friends and I started a blog where we actually got to interview a couple of celebrities as part of a larger plan that didn’t come to fruition. Deleted. </p>\n\n\n\n<p>I got certified to teach and began tutoring at another college, eventually getting a position as an adjunct lecturer. There, I also wanted to change people — and my students and I organized a small concert in Coney Island. I made a site, posted updates, and pictures after the event. Deleted. </p>\n\n\n\n<h2 class="kt-adv-heading_bde166-28 wp-block-kadence-advancedheading">Finding WordPress In The Wild</h2>\n\n\n\n<p>I decided to leave teaching at some point and found a job at an online conference company. One of the requirements was knowing WordPress — lucky, lucky. I was hired. It wasn’t the bulk of the job. I was a glorified assistant that helped edit audio and video, help with online conferences, whatever was needed. But, since I knew WordPress, I could go in and update copy, change settings as needed, make new landing pages for events, and so on. Learning, still — not ever expecting to do more with it. </p>\n\n\n\n<p>Later, I moved halfway across the country to live with my now-husband. We’d known each other for many years from a video game related social blogging site (not WordPress, but the UI was very similar so I was in my element). Now years later, I needed a job. </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>I leveraged my experience with computers, education, and WordPress to get a job at a nonprofit. </p>\n</blockquote>\n\n\n\n<p>When they migrated their outdated site — an incredibly long and problematic process — the person who was in charge of that was fired partway through. I was brought in to help. I took a look at the CMS and said to myself … “Is this just WordPress?” It pretty much was, with some membership management component. It was as intuitive and easy to navigate, so I was able to help. </p>\n\n\n\n<p>A couple of jobs (and blogs) later, I found myself miserable in the midst of a pandemic. Besides not having a creative outlet, my talent as an employee wasn’t really being fully utilized. It wore on me the longer I was there. I could be doing so much more. I threw myself into a digital marketing certification program — knowing all my work is always on computers, I’m comfortable with computers, and my last job was essentially marketing anyway. And then I found a job in WordPress hosting. </p>\n\n\n\n<h2 class="kt-adv-heading_bb8cde-28 wp-block-kadence-advancedheading">Coming Home</h2>\n\n\n\n<p>I knew WordPress. Not the dev side, but I could get a lot further than someone who’d never used it before. This was opening a new but familiar door. The certification course helped me learn more about what I wanted to do, but not nearly as much as working in WordPress hosting itself did. </p>\n\n\n\n<p>I’m in content, so I get to read, research, and write about WordPress and adjacent topics. I’m going on two years in this position. I love working in the WordPress space. It’s far less stressful than any other job I’ve worked because it’s familiar and comfortable. Tech was the right space for my skills and my personality. </p>\n\n\n\n<p>Growing up on the internet, I didn’t think about how what I was learning would end up having such a profound impact on my day-to-day life. I was simply trying to fit in and, at times, one-up everyone else’s skills. I never thought the place I used to post crappy poetry would eventually pay my bills. </p>\n\n\n\n<p>The work I do doesn’t just help customers learn and become inspired — working in this space keeps me “updated.” For as many versions of WordPress there have been, there’s as many versions of Samantha. That malleability is innate to WordPress. You can reinvent yourself over and over, and their developers have only made that easier to accomplish over the years. </p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>Now that I’ve found my comfort zone, something that would have been impossible had I never used WordPress — I’ve also addressed my creative zone again. </p>\n</blockquote>\n\n\n\n<p>My main WordPress site is a satire news blog that brings me joy even if it doesn’t have the traffic that The Onion gets. WordPress has more or less helped me find the best version of me, even if I’m named after Bewitched and not a famous jazz artist.</p>\n\n\n\n<p>When Topher put out the request for essays that depicted how WordPress made my life better, I knew he wasn’t going to get a couple of paragraphs from me. I’m still the same blogger that is going type up a Tolstoy and want to delete it. I won’t this time, but, I can also sum it up quickly. <strong><em>I</em></strong> was built on WordPress. </p>\n\n\n\n<p>And yes, Great-grandma. I stuck with the computers.</p>\n<p>The post <a rel="nofollow" href="https://heropress.com/essays/i-am-built-on-wordpress/">I am built on WordPress.</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, 08 Feb 2023 08:00:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Samantha Mueller";s: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:64:"WPTavern: WordPress Opens Applications for 2023 Community Summit";s:7:"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=141745";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://wptavern.com/wordpress-opens-applications-for-2023-community-summit";s: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:2386:"<p>The WordPress open source project will be <a href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/#comment-30688">hosting a Community Summit</a> as part of WordCamp US this year. It will take place prior to the main conference on August 22-23, 2023, in National Harbor, Washington, DC. The invitation-only event will be the first summit in six years, since the last one was held in Paris, France in 2017.</p>\n\n\n\n<p>In the past the Community Summit was created to provide an opportunity for contributors to have important discussions and open communication channels about their work and the future of the project. A few proposed topics include streamlining contributions to components of Gutenberg that are already part of WordPress core, the importance of performance, strengthening the contributor pipeline, improving cross-team communication, modernizing and simplifying WordPress settings pages, to name a few.</p>\n\n\n\n<p>“Our goal is to have a diverse and inclusive summit that provides a safe and encouraging space for our dedicated contributors to work on the WordPress project and the problems we encounter within it,” Automattic-sponsored Community Team contributor Julia Golomb said.</p>\n\n\n\n<p>“We iterated this year by holding the <a rel="noreferrer noopener" href="https://make.wordpress.org/community/2022/12/08/suggest-topics-for-the-2023-wordpress-community-summit/" target="_blank">call for topics</a> before asking people to apply to participate. By identifying the topics that are relevant right now, we are positioned to build the invited participants list in a new way, mixing in the long-time contributors we need and including newer contributors who haven’t yet had the opportunity to contribute in this way in the past.”</p>\n\n\n\n<p>The <a href="https://make.wordpress.org/community/2023/02/08/apply-to-attend-the-2023-community-summit/#comment-30688">application to attend is open</a> to any contributor, regardless of how long they have been involved in the project. Golomb also said the event may include a travel assistance program so that no selected attendee is left out due to financial reasons. Applicants will be selected on a rolling basis to ensure enough time for those who need visas to acquire them. Organizers are aiming to notify all applicants by the end of June 2023.</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, 08 Feb 2023 04:34: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: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:61:"WPTavern: WordPress 6.2 Beta 1 Released and Ready for Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wptavern.com/?p=141724";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wptavern.com/wordpress-6-2-beta-1-released-and-ready-for-testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3382:"<p><a href="https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/">WordPress 6.2 Beta 1</a> was released on time today, and can be tested by using the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or <a href="https://wordpress.org/wordpress-6.2-beta1.zip">downloaded</a> directly. In just seven weeks, the upcoming major release will roll in the last nine Gutenberg plugin releases, which account for 292 editor enhancements and 354 bug fixes.</p>\n\n\n\n<p>The beta 1 announcement confirms that WordPress 6.2 will be <a href="https://wptavern.com/wordpress-contributors-work-towards-removing-site-editor-beta-label-for-6-2-release">removing the Beta label from the Site Editor</a>. Although the remaining <a href="https://github.com/WordPress/gutenberg/issues/39293">required items</a> for removal, namely a ticket for <a href="https://github.com/WordPress/gutenberg/issues/35503">refining the Site Editor loading state</a>, remains open, Editor Triage co-lead Anne McCarthy confirmed that work has “quickly progressed over the last few weeks to <a rel="noreferrer noopener" href="https://github.com/WordPress/gutenberg/pull/46467#issuecomment-1408522571" target="_blank">to get some items in place for 6.2</a> and to <a rel="noreferrer noopener" href="https://github.com/WordPress/gutenberg/pull/47612" target="_blank">start a new PR for improving the loading state further</a>,” beyond the <a rel="noreferrer noopener" href="https://github.com/WordPress/gutenberg/pull/47182" target="_blank">initial effort</a> from Gutenberg engineer Riad Benguella.</p>\n\n\n\n<p>WordPress 6.2 contributors have published a detailed <a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">testing guide</a>, with information on setting up a testing environment and key features to test with videos, screenshots, and information on what features should do and how they can be tested.</p>\n\n\n\n<p>One of the major highlights in this release includes the new distraction-free mode, which offers a more focused writing experience that hides unnecessary interface elements from the editor. The testing guide demonstrates how it can be enabled and disabled.</p>\n\n\n\nvideo credit: <a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">WordPress 6.2 Testing Guide</a>\n\n\n\n<p>WordPress 6.2 also makes major strides towards improving the Navigation experience, which has proven to be one of the more complicated problems to solve on the full-site editing journey. The testing guide offers a quick tour of the updated Navigation Block UI, which now contains an editable view in the block settings sidebar, along with inline editing for menu items.</p>\n\n\n\nvideo credit: <a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">WordPress 6.2 Testing Guide</a>\n\n\n\n<p>A few other highlights of the upcoming 6.2 release include the completely revamped Site Editor interface, block settings with split controls for Styles and Settings, improved Pattern insertion, a new Style Book for previewing block styles, custom CSS for specific blocks, and Openverse integration with the WordPress media library.</p>\n\n\n\n<p>Following a few more beta releases, RC 1 is expected on March 7, and the final release is scheduled for <a href="https://make.wordpress.org/core/6-2/">March 28, 2023</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Feb 2023 22:50: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:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s: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 6.2 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=14375";s:7:"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/2023/02/wordpress-6-2-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7796:"<p>WordPress 6.2 Beta 1 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development.</strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, you should test Beta 1 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.2 Beta 1 in three ways:</p>\n\n\n\n<p><strong>Option 1:</strong> Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href="https://wordpress.org/wordpress-6.2-beta1.zip">Beta 1 version (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use the following WP-CLI command:</p>\n\n\n\n<p><code>wp core update --version=6.2-beta1</code></p>\n\n\n\n<p>The current target for the final release is <strong>March 28, 2023</strong>, which is seven weeks away. Your help testing this version is vital to ensuring everything in this release is the best it can be.</p>\n\n\n\n<p>Get an overview of the <a href="https://make.wordpress.org/core/6-2/">6.2 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-2/">6.2-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>How you can help: testing!</strong></h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not. This <a href="https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/">detailed guide</a> is a great place to start if you’ve never tested a beta release. </p>\n\n\n\n<p>If you build products for WordPress, you probably realize that the sooner you can test this release with your themes, plugins, and patterns, the easier it will be for you to offer a seamless experience to your users.</p>\n\n\n\n<p>Want to know more about testing releases in general? You can follow along with the <a href="https://make.wordpress.org/test/">testing initiatives</a> that happen in Make Core. You can also join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on the <a href="https://wordpress.slack.com/">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you may have run into an issue, please report it to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href="https://core.trac.wordpress.org/newticket">file one on WordPress Trac</a>. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<p>Interested in Gutenberg features? Find out what’s been included since WordPress 6.1 (the last major release of WordPress). You will find more details in the currently available <em>What’s new in Gutenberg</em> posts for <a href="https://make.wordpress.org/core/2023/02/10/whats-new-in-gutenberg-15-0-18-january-2/">15.1</a>, <a href="https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/">15.0</a>, <a href="https://make.wordpress.org/core/2023/01/04/whats-new-in-gutenberg-14-9-4-january/">14.9</a>, <a href="https://make.wordpress.org/core/2022/12/22/whats-new-in-gutenberg-14-8-21-december/">14.8</a>, <a href="https://make.wordpress.org/core/2022/12/09/whats-new-in-gutenberg-14-7-7-december/">14.7</a>, <a href="https://make.wordpress.org/core/2022/11/23/whats-new-in-gutenberg-14-6-23-november/">14.6</a>, <a href="https://make.wordpress.org/core/2022/11/09/whats-new-in-gutenberg-14-5-9-november/">14.5</a>, <a href="https://make.wordpress.org/core/2022/10/27/whats-new-in-gutenberg-14-4-26-october/">14.4</a>, <a href="https://make.wordpress.org/core/2022/10/13/whats-new-in-gutenberg-14-3-12-october/">14.3</a>, and <a href="https://make.wordpress.org/core/2022/09/30/whats-new-in-gutenberg-14-2-28-september/">14.2</a>. </p>\n\n\n\n<p>This release contains more than 292 enhancements and 354 bug fixes for the editor, including more than <a href="https://core.trac.wordpress.org/query?status=closed&milestone=6.2&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority">195 tickets for the WordPress 6.2 core</a>.</p>\n\n\n\n<h2 class="wp-block-heading"><strong>A major release for a major project milestone</strong></h2>\n\n\n\n<p>WordPress 6.2 is one of the last planned major releases of Phase 2 on the <a href="https://wordpress.org/about/roadmap/">Gutenberg project’s roadmap</a>. The platform has come a long way in the past few years. The 6.2 release both celebrates that progress and looks toward a future of publishing that puts ever more powerful tools in your hands. </p>\n\n\n\n<p>Next stop: collaboration tools and more, in <a href="https://wordpress.org/news/2023/01/letter-from-wordpress-executive-director-2022/">Phase 3</a>!</p>\n\n\n\n<h2 class="wp-block-heading"><strong>Notable highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in WordPress version 6.2? Read on for a taste of what’s coming.</em></p>\n\n\n\n<ul>\n<li>Beta label is gone—signaling that the Site Editor is stable and ready for anyone to explore, create, and experiment!</li>\n\n\n\n<li>Distraction-free mode for a clear, focused writing experience.</li>\n\n\n\n<li>A new Site Editor interface shows you previews of your templates and Template Parts first, so you can choose exactly where you want to start editing.</li>\n\n\n\n<li>Scaled block settings with split controls organize your Styles and Settings options to easily find what you need—and clearly see everything a block can do. </li>\n\n\n\n<li>Color-coded labels help you find your Template Parts and Reusable Blocks fast, everywhere you look: in the List View, the Block toolbar, even on the Canvas.</li>\n\n\n\n<li>An improved Navigation experience makes menus simple to create and manage—right from the block settings sidebar.</li>\n\n\n\n<li>Patterns are easier to find and insert—with even more categories to choose from like headers and footers! </li>\n\n\n\n<li>A new Style Book offers one place to see all your Styles across every block, for a complete overview of your site’s design details.</li>\n\n\n\n<li>Custom CSS support for specific blocks, or your whole site, for another level of control over how you want things to look. </li>\n\n\n\n<li>Openverse integration lets you pull free, openly-licensed media directly into your content as you work—along with a quicker way to insert media from your existing library.</li>\n\n\n\n<li>Widgets become Template Parts when you switch from a Classic to a Block Theme—making the transition that much smoother.</li>\n</ul>\n\n\n\n<p><em>Please note that the features in this list may change before the final release.</em></p>\n\n\n\n<h2 class="wp-block-heading"><strong>A haiku for 6.2</strong></h2>\n\n\n\n<p>Last of Phase 2 now<br />Let’s get the party started<br />WordPress turns 20</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: </em><a href="https://profiles.wordpress.org/marybaum/"><em>@marybaum</em></a><em> </em><a href="https://profiles.wordpress.org/laurlittle/"><em>@laurlittle</em></a><em> </em><a href="https://profiles.wordpress.org/cbringmann/"><em>@cbringmann</em></a><em>, </em><a href="https://profiles.wordpress.org/webcommsat/"><em>@webcommsat</em></a><em>, </em><a href="https://profiles.wordpress.org/audrasjb/"><em>@audrasjb</em></a><em>, </em><a href="https://profiles.wordpress.org/annezazu/"><em>@annezazu</em></a>, <a href="https://profiles.wordpress.org/bph/"><em>@bhp</em></a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Feb 2023 19:32:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Jonathan Pantani";s: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:85:"Do The Woo Community: From a Hackathon to Accepting Web3 Payments with Sebastian Pape";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=74428";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://dothewoo.io/from-a-hackathon-to-accepting-web3-payments/";s: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:411:"<p>From a hackathon to Web3 payments, Sebastian has quite the story and some fantastic insights into crypto.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/from-a-hackathon-to-accepting-web3-payments/">From a Hackathon to Accepting Web3 Payments with Sebastian Pape</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Feb 2023 10:40:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:113:"WPTavern: BuddyPress 12.0 to Focus on Merging BP Rewrites Into Core, Moving Legacy Widgets Into BP Classic 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=141704";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:123:"https://wptavern.com/buddypress-12-0-to-focus-on-merging-bp-rewrites-into-core-moving-legacy-widgets-into-bp-classic-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:3280:"<p>During the most recent BuddyPress development meeting, contributors <a href="https://bpdevel.wordpress.com/2023/02/04/bp-dev-chat-summary-january-30-2023/">decided</a> to focus the upcoming 12.0 release on merging the <a href="https://wordpress.org/plugins/bp-rewrites/">BP Rewrites feature plugin</a> into core. This plugin is the result of a ten-year-old effort to migrate BuddyPress’ custom URI parser to use WordPress’ Rewrite API.</p>\n\n\n\n<p>One year ago, <a href="https://wptavern.com/bp-rewrites-feature-plugin-now-in-beta">BP Rewrites went into beta</a>. It’s not certain how the change will interact with different plugins, so BP developers recommended it be tested for at least two major BuddyPress core releases before considering a merge. Early testers <a href="https://wordpress.org/support/plugin/bp-rewrites/">uncovered many incompatibilities</a> and conflicts with various BuddyPress features.</p>\n\n\n\n<p>In order to move forward confidently with support for users who may experience plugin conflicts, BP Rewrites’ maintainers have decided to create a new plugin that will provide backward compatibility. This new plugin will be called <a href="https://github.com/buddypress/bp-classic">BP Classic</a> and will also contain BuddyPress’ legacy widgets, a change that BuddyPress core developer Mathieu Viet said “will be our first move towards progressively rebooting BuddyPress.” <a href="https://wptavern.com/buddypress-9-0-0-transforms-legacy-widgets-into-blocks">BP 9.0.0</a> (released July 2021) gave users the ability to transform legacy widgets into a block with two clicks. Moving these widgets out into BP Classic will be a significant step towards their eventual retirement.</p>\n\n\n\n<p>The <a href="https://github.com/buddypress/bp-attachments">BP Attachments</a> Add-on, a new component for managing BuddyPress attachments, is ready to move into beta testing. Viet has updated the plugin’s README file to include the features it will launch with in the plugin on WordPress.org:</p>\n\n\n\n<ul>\n<li>Front-end and back-end Media library for all your members</li>\n\n\n\n<li>Administrators can moderate Members media from the back-end Media library</li>\n\n\n\n<li>Members can upload public or private media into their personal Media Library as well as organize them creating file directories, photo albums, movie or music playlists</li>\n\n\n\n<li>User media blocks for all your site’s content contributors</li>\n\n\n\n<li>Members can upload and attach public media to their activity updates (Needs the BP Activity component to be active)</li>\n\n\n\n<li>Members can upload and attach private media to their private messages (Needs the BP Messages component to be active)</li>\n\n\n\n<li>All members public media can be browsed from the Community Media directory.</li>\n\n\n\n<li>(beta) A new avatar Upload UI<a href="https://github.com/buddypress/bp-attachments#future-features"></a></li>\n</ul>\n\n\n\n<p>Future versions of the feature plugin will include a new cover image upload UI, and the ability to share media with friends and between group members.</p>\n\n\n\n<p>BuddyPress contributors anticipate bumping the required WordPress version to 5.8 in the 12.0 release. Beta 1 is planned for April 15, with the official release landing May 31.</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, 07 Feb 2023 03:50: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: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:58:"Do The Woo Community: New Sponsor Level: Community Friends";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"https://dothewoo.io/?p=74417";s:7:"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://dothewoo.io/new-sponsor-level-community-friends/";s: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:391:"<p>If you are a business looking to brand yourself in the WooCommerce space, here is a new opportunity for you at Do the Woo.</p>\n<p>>> The post <a rel="nofollow" href="https://dothewoo.io/new-sponsor-level-community-friends/">New Sponsor Level: Community Friends</a> appeared first on <a rel="nofollow" href="https://dothewoo.io">Do the Woo - a WooCommerce Builder Community</a> .</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 06 Feb 2023 15:29: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:5:"BobWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:55:"Gutenberg Times: Live Q & A: Layout. Layout. Layout";s:7:"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=23280";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://gutenbergtimes.com/live-q-a-layout-layout-layout/";s: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:61904:"<p>Layouts are a fundamental part of how block themes work: Layout allows us to define the width of our post content, and arrange blocks horizontally or vertically, right or left aligned, inside container blocks. In terms of block styling, Layout is a complex feature because it affects child blocks in ways that go beyond CSS inheritance. </p>\n\n\n\n<p>In this show, Isabel Brison, Andrew Serong and Justin Tadlock discussed the opportunities and challenges of the Layout features for site builders, and answered questions from the audience. The transcript is posted below the shared resources.</p>\n\n\n\n<p>Isabel Brison’s demo starts a 11:00 timestamp. </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><a href="https://developer.wordpress.org/news/2023/01/11/a-walk-through-of-layout-classes-in-wordpress-6-1/">A walk-through of layout classes in WordPress 6.1 </a></p>\n\n\n\n<h2 class="wp-block-heading">Resources to learn more</h2>\n\n\n\n<ul>\n<li><a href="https://github.com/WordPress/gutenberg/issues/34641"><em>Responsive blocks & intrinsic web design</em></a></li>\n\n\n\n<li><a href="https://github.com/WordPress/gutenberg/issues/33447"><em>Design Tools Overview</em></a></li>\n</ul>\n\n\n\n<ul>\n<li><a href="https://github.com/WordPress/gutenberg/issues/30121">Fixed position header issue</a> in GitHub: </li>\n\n\n\n<li>The PR that implemented <a href="https://github.com/WordPress/gutenberg/pull/46142">sticky position support:</a> </li>\n\n\n\n<li><a href="https://github.com/WordPress/gutenberg/issues/47043">Issue for sticky position follow-up tasks: </a></li>\n\n\n\n<li><a href="https://github.com/WordPress/gutenberg/issues/30121#issuecomment-1378124394">Screengrab of wrapping a header in a sticky group block: </a></li>\n\n\n\n<li><a href="https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22%5BFeature%5D+Layout%22">[Feature Layout]</a> label (all issues in the Gutenberg repo in GitHub that are currently flagged as being to do with the layout block support): </li>\n\n\n\n<li><a href="https://github.com/WordPress/gutenberg/issues/44720">Tracking issue for layout follow-ups</a> (updated intermittently as there’s progress to share): <a href="https://github.com/WordPress/gutenberg/issues/44720">https://github.com/WordPress/gutenberg/issues/44720</a></li>\n</ul>\n\n\n\n<p class="has-large-font-size"><strong>Transcript </strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I know that people are coming in here already. We have a few participants here. Hi there, welcome to our 33rd Gutenberg Times Live Q&A. My name is Birgit Pauli-Haack and I’m your host, curator of the Gutenberg Times and developer advocate for WordPress. It’s wonderful to have you all here. Happy New Year, welcome, and today’s show, we will discuss the opportunities and challenges of the layout features for site builders with the experts, the parents, so to speak, mom and dad of the layout features. And I’m extremely honored to have Isabel Brison, designer, developer, JavaScript engineer and core contributor on the show. Also Andrew Serong, also full-time developer, contributor to the Gutenberg Project, goes by the title Block Mechanic, and also sponsored by Automattic on the Open Source Project. And last but not least, Justin Tadlock, developer advocate, theme and plugin developer, member of the core team and former writer of the WP Tavern, now working for Automattic and prolific educator on the developer blog and Hallway Hangouts.</p>\n\n\n\n<p>We’ll do some proper introduction in just less than a minute. Just a few housekeeping notes. For those of you watching this on the YouTube livestream, use the chat box next to the video player to post your questions. And you can test it by letting us know where you’re watching from. The same goes for the Zoom place, but there are two places. One is the chat bubble for all your comments and your greetings and thoughts, and then the Q&A section bubbles for your questions that we then answer in a bit. And please be kind, even if you disagree. This is a family-friendly endeavor. So, what’s the show about? Layout is a fundamental part of block themes. Layout features allow you to define the widths of your post content and the range blocks horizontally, vertically, right, left, and all sides in container blocks.</p>\n\n\n\n<p>And in terms of block styling, layout is a complex feature because it affects child blocks in ways that go beyond the CSS, cascading style sheets inheritance. It’s probably part of the complexity that leaves some users a bit confused on how to deal with the various layout features and how to combine sections to a good page layout, and how this all fits into the block theme building process on template parts and the theme JSON. Before we answer your question, what is a container block, and more, allow me to introduce our expert. Then Isabel will give us a demonstration of the various layout features. And by that time, we probably have an array of questions that we can then tackle here as a panel. Isabel, you have been working for Gutenberg Project for a few years now. Lately, you worked together with Andrew on the layout features. What other parts of Gutenberg did you work on before that, and how long have you been at Automattic?</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. Before this, I think the major thing that I worked on before layouts was the navigation block. That was over a year ago now. And a feature that actually didn’t make it, which was a navigation screen that was meant to replace the classic menu screen. And yeah, that unfortunately got canned. And before that, we had this whole push to try and get bits of block editing in place for classic themes. We also did the Block Widgets Editor, that was another one I worked on. And yeah, I sort of float around and try to tackle accessibility issues when I have a bit of time between the major projects too. That’s sort of a passion of mine, and there’s a lot to do in that regard, always.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, always. Yeah, that’s true. Yeah. Well, where you’re located and what do you do when you’re not working?</p>\n\n\n\n<p><em>Isabel Brison</em>: I am in Sydney, Australia. And oh, I don’t think I answered the bit of the question about how long I’ve been at Automattic. I’ve been at Automattic for, it’s going to be four years this year. I joined mid-2019. It has been a while, but it feels like it has gone really quickly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, but in Gutenberg years, it’s kind of three quarters. No, 80% of the Gutenberg development time, you have been part of it. </p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, it feels weird to think I joined kind of at the start of the thing, when it was already in core, but it hadn’t been in core for very long and so I’ve seen it grow and yeah, it kind of feels like my baby now. Like, oh.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. What do you do for fun when you’re not working on a computer, or how you get away from the computer?</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, all sorts of things. I get away art, gardening. I like to go outside. No actually, you shut the computer down and go outside and get fresh air. I do a lot of gardening. I like growing herbs and veggies. I like going for walks, healthy stuff. And yeah, no, I do a bit of artwork on the side too, those, all sorts of things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Yeah. Well, I’m so glad you’re here. Andrew, what have you been working on in Gutenberg and before you worked on the layout features, and what made you select the title of Block Mechanic?</p>\n\n\n\n<p><em>Andrew Serong</em>: Ah, that’s a good question. Yes, I think I started contributing to Gutenberg more actively surrounding how to interact with patterns and block patterns. That kind of quickly led on to contributing to design tools, because to have really great patterns, you need to have a lot of flexibility in design tools. And then I naively picked up what I thought was going to be a really easy issue to implement, of adding gaps between child blocks. And I thought, “Oh, that won’t take too long.” And like a lot of things, the first prototype only took a couple of weeks or whatever to put up, but then very quickly when you start digging into it, it then turns out there’s a whole load of complexity to wrangle, and that was both exciting and also a really big challenge. And so I figured, “Oh look, I’ll just put up my hand and give this a shot.”</p>\n\n\n\n<p>And so then quickly found that there’s a difference between setting gaps on flex blocks versus things that have flown, and having vertical margins and things. Hopefully, we’ll get into that on the call, but it sort of led to picking the name Block Mechanic. My job title is officially JavaScript engineer, but engineering often sort of sounds a bit highfalutin or whatever, like you’re going to do big systems design and everything. But I think a lot of our job really is fixing the nuts and bolts and taking something apart and putting it back together. And so I don’t really consider myself an expert. I’m really more a generalist that is very keen to jump in and see if I can help move things forward. I kind of like a pragmatic title like that, personally.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent, yeah. And where are you located?</p>\n\n\n\n<p><em>Andrew Serong</em>: I’m also in Australia. Up until a couple of weeks ago, I lived in Melbourne, so Melbourne, Victoria, the second biggest city in Australia, but I just recently moved to the country about an hour and a half away. So, getting adjusted to a different quality of life, but it does make me very much appreciate working remotely because pretty much my whole life has changed, but work is exactly the same, which is really, really very nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, I appreciate that. Yeah. Yeah. Good. Justin, and you have been in the same space for almost as long as WordPress has been in existence. Recently, you switched from writing for WP Tavern to working for Automattic as a full-time contributor. And recently, you wrote a few tutorials on the official WordPress developer blog, and just today, we published your post about the layouts. Yeah, do you want to briefly talk about what you are doing and where you’re from and what you do?</p>\n\n\n\n<p><em>Justin Tadlock</em>: Yes. I’m a developer advocate with Automattic since last May. Now, I don’t know how to define what I do sometimes. I kind of bounce around, but mostly my goal is to teach, to carry other people along this WordPress journey as best I can. And I’m glad we have the developer blog up and running, even though it’s still in beta. I’m hoping to be a big contributor there and write about layouts and everything else WordPress related. I’m from Alabama, in the United States, that’s the Southeast region. And I live not in the city, but a little bit outside of the capital of my state.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Are you going to Wordcamp in Birmingham?</p>\n\n\n\n<p><em>Justin Tadlock</em>: Somebody just asked me that today. Not as of right now, but I could be convinced to still go.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. Yeah. Yeah, let’s start at the beginning. I’m thrilled you all three all agreed to come here and be part of this Q&A. I’m really sorry, listener and watchers or viewers, yes, I saw that the chat is disabled, but somehow I tried every little button there and I can’t enable it without probably going into the settings of the webinar and stop it. Yeah, feel free to just put your chat in the Q&A and we kind of sort it out. Sorry about that. All right, so container blocks are group blocks to answer that question, column blocks, button blocks, social link blocks, cover block. Yeah. And now as promised, Isabel, are you ready to start us off with a demo? </p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. I’ll share my screen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent, yes. </p>\n\n\n\n<p><em>Isabel Brison</em>: Share screens.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Share the screen and I’ll try to figure things out with the chat thing.</p>\n\n\n\n<p><em>Isabel Brison:</em> Okay. Can you see my screen?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes.</p>\n\n\n\n<p><em>Isabel Brison</em>: There should be a cat picture on it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There is. That’s a cute cat.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, okay, that’s the correct screen. Right, so layouts are a feature that came in with site editing pretty much because in classic themes, you used to just the theme also used to just figure out the layout themselves, writing CSS to space blocks and create columns and things like that. But with site editing, we have to provide mechanisms, that is the block editor has to provide mechanisms that allow people to do that layout work themselves. This is what the feature is meant to do and I’m going to showcase it. If you see my screen, I have actually the post editor open because all of these features that can be used in the site editor can also be used in the post editor. And if you’re showcasing single blocks, I feel like it’s easier to showcase them in the post editor because it’s a simpler interface.</p>\n\n\n\n<p>Here we have a group block and you can see the outline here. This group, it has got a few blocks inside it. And if you go into the block settings, that’s actually not selected. So now I’ve selected my group block, and if you go into the sidebar where the block settings are, you’ll see that there is a tab called layout. And this has a bunch of controls. In the group block, you basically have two states where you can have the state. This most basic state of layout is it doesn’t do anything except provide a bit of spacing between each block. So, there’ll be a bit of a margin between each of the blocks inside the group. And then the further to that, the other, so it’s actually a different type of layout that you get when you toggle this toggle on is the same, a few spacing between the blocks, but you get content with two.</p>\n\n\n\n<p>If your theme defines a content width, that content width will be applied and the blocks will go no further than that particular width. Here, this is the theme. The theme, this is 2023, I should have said, that I’m doing the demo on, and the content with … You can see it in the site editor, if you go into the styles tab and into layout. This is global styles and in layout, here we can see that the default content width for this theme is 650 pixels. That’s the width that these blocks should be respecting when that content width inside the layout is toggled on. But these, the sort of vanilla and the content width aren’t the only kinds of layout that we have. And the group block is pretty handy to showcase different types because it actually works with all different types of layout.</p>\n\n\n\n<p>You might not realize that at first sight, but group block, roadblock and stack block are essentially all the same block. And you can actually toggle, so if you have a group in this up here at the top in the sidebar, you can actually toggle between the different types of block that group can be, so row, stack and group, and they all have slight differences. So group, as we’ve seen, deals with the content width, roadblock has a flex layout. And what this means is that all of the elements inside the block will be side by side as long as there’s space to contain them. You can actually force them to always be side by side even if there’s not a lot of space. So, you can get the blocks go really, really small and narrow, and all try to fit on the same line. And that is also a layout setting.</p>\n\n\n\n<p>If we select the row here and we go and look at the layout tab once more in the sidebar, we’ll see that these controls are completely different from the group controls. And because it’s a flex block, we have a bunch of different options where we can justify here. You actually, let me close this. Okay, now we have a bit more space and we can see what these justification options do. With the row, you can justify all the content to the left or to the right or center, or you can add space between the blocks. And if you change the orientation, it becomes a stack block, essentially, because stack blocks are also flex layout blocks, but instead of being laid out horizontally, they’re laid out vertically. Now the only other control, going back to the row that I haven’t actually showed, is this toggle that tells you that you can wrap to multiple lines. And what happens if you toggle that on? Actually, do we have the row blocks selected? If we toggle that on, it should do something it’s not doing.</p>\n\n\n\n<p><em>Andrew Serong</em>: You might need some more content on that line.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that’s what I was thinking. Yes. If you have enough content or there is not enough space, that toggle will enable the content of that row to break into multiple lines, but you don’t have to do that. If the toggle is turned off by default, and that means that everything in that row is going to sit on the same line forever and there’s no changing that, even on a phone. Okay, but what can we do with these layouts? It’s all fine to look at blocks and add random content in them. Let’s go into the site editor and actually see, in terms of laying out your website, what are the practical effects of these controls? Okay, so here we have, here in the site editor, the list view is super handy for navigating because you tend to have a lot of wrappers. In order to create an elaborate layout, you almost always have to nest groups and rows and stacks inside each other.</p>\n\n\n\n<p>And that means that the layout and selecting the blocks can get pretty complicated. So, I do recommend that you use the list view to navigate through all your blocks in the site editor. And it’s also the most accessible way of block navigation currently. Here we have a header, it has a group in a row, and you have the body which also is wrapped in a group. And actually, let’s go into the settings because we were in the global site tab. This group block that wraps the whole content has a content with the way layout. And let me just zoom out for a bit, and let’s make this small so that we actually see, so now this is tiny and you can actually see that there’s this block of, this is the group block and all its contents is sitting sort of inside in the middle, and it’s respecting that content width. And what I want to do, maybe I should zoom back in a little bit. </p>\n\n\n\n<p>I wanted to show these justification controls that you can see when you have this group layout and you can choose to justify. By default, your quantity is going to be centered if it has a content width, but using these controls you can push it right to the right or to the left. And what that does is just reposition the whole block of content to one side or the other. And that’s kind of different from the similar controls that we have in the flex layout because this just repositions the whole block. It’s not looking at individual child items inside it. And it definitely is not justifying your text, in case you might wonder. If you have a block of content that has text in it and you decide to justify it right or left with these controls, your text is going to stay in exactly the same place, as you can see here. It’s only the block that’s going to be moved, the whole block of content.</p>\n\n\n\n<p>Okay, what else can we look at here in the header? Let’s go in and see some flex blocks in action. In the header, we have a group that is basically the only thing that this group is doing here is allowing the content width to be defined on its children. In this case, it has a single child, which is a row block. And the row block, what it’s doing is positioning. It’s allowing us to position the site title and the navigation on opposite sides of the block. So what we have in the row, we have a space between justification selected. That’s what it does. It just pushes all the elements inside the row in a way that they will have exactly the same space between them. So, we can see if we add another block in here inside our row, I’m going to add a site logo because that’s something that you might also want in the header.</p>\n\n\n\n<p>And I’m actually going to push it, these text buttons, so the horizontal move aren’t doing too well. We need to fix that. Okay, now I’ve pushed the site logo to the far left, and now I have the site title sort of in the middle and the navigation at the end. But what I really want is for the site logo and the title to be side by side. Now we actually, as of last month, in the plugin, we have a way to do that. And so what we added was the ability to manipulate the size of the children of flex containers. In this case, the row is our flex container and the site title is a direct child of that container. And so in the site title settings, I hope this is not too small to see. If you go in here under dimensions, you have a width control, which may or may not be visible.</p>\n\n\n\n<p>You might have to go into the dimensions menu and actually select it if it’s not visible. And this width control, I’ll zoom back in because this is practically invisible. This width control has three options. Fit is the default, it basically does nothing. But if you select fill, then that block is now going to occupy the maximum space it can in its container. And as you might see, that has in fact pushed the site title to sit next to the logo because now it takes up all the remaining space. So, you have that nice space between site title and logo and navigation, which is what we wanted. There’s also another option in here that you can play with is the fixed width, which allows you to set a fixed width. I don’t know, I could go 800 pixels, and suddenly this is really big and it doesn’t fit in a single line, but we don’t want to do that, do we?</p>\n\n\n\n<p>Okay, what else do we have? Oh, there’s a really, really exciting feature that has just, just been merged. I don’t think I mentioned this, but what you’re seeing now, this demo, is the latest Trunk. If you go into the Gutenberg repo and check out Trunk and build a local development environment, this is what you’re going to see. And only yesterday, a very exciting piece of work was merged that allows us to position blocks. And currently, the only way that we can position them is sticky. But that is actually super useful if you want to create a sticky header. And I’m going to show how you can do it.</p>\n\n\n\n<p>Now, due to the way that sticky position works in CSS, we have to make sure that the element that we want to make sticky is inside a container that’s scrollable. And because of how our template parts work, you’re not really able to add stars to template parts themselves. If we want to make our header sticky, we actually have to wrap it in a group block. Fortunately, that’s pretty easy to do because in the header controls, you can just click group and that will wrap our header in a group block, as you can see. And now with the group block, if we scroll straight down … Oh, wait a minute, I don’t see the position. Let me reload my site. Is it possible that I’m not on the latest version of Trunk?</p>\n\n\n\n<p><em>Andrew Serong</em>: Quite possibly. It was just merged yesterday.</p>\n\n\n\n<p><em>Isabel Brison</em>: Quite possibly. Yes, it was just merged yesterday, but I was pretty sure that I had built it and I was on the latest version of Trunk, but oops. Oops. Where has my demo gone? Yes. Okay, let’s check that again. I’ve just reloaded, I need to redo the header. Come on, group and position. Indeed, I had not reloaded the page since I rebuilt Trunk.</p>\n\n\n\n<p><em>Andrew Serong</em>: There it is, saved.</p>\n\n\n\n<p><em>Isabel Brison</em>: Okay, now the position control has a dropdown, which currently only allows us to select one option apart from default. And that option is sticky. If we select sticky, hopefully now we scroll and as we are scrolling, we see that that header is sticking to the top. Now, this is not super visible because the header’s background is actually transparent. So, this feels a bit confusing. Let’s add a bit of background. Let’s say let’s just add a little gray background color, and now we can see. Now, that’s a lot more visible.</p>\n\n\n\n<p>Okay, this is the new thing that we can do, which is super exciting. Of course, we can position any kind of block, but currently the control only works with group blocks, or groups, rows or stacks, which are essentially all a group block. And we have enabled that in the group block because it’s a new feature. To start with, this is the most obvious block to do it in. That doesn’t mean that it might not later be applied to other types of blocks, so that depends on the usage, that depends on the feedback that comes in. It depends on a lot of basically, how are people going to use it? How useful is it going to be? I think it’s going to be pretty useful.</p>\n\n\n\n<p><em>Andrew Serong</em>: Yeah, me too. Probably an interesting thing to mention about position support as well was that when we started working on it, we were thinking of it as just another part of layout. Because we’re laying out a website, you kind of think, “Oh, these are all layout tools.” But through the discussion, we determined that one of the unique things about layout is that it applies to container blocks, so a block that can contain other blocks. And so a lot of the controls are surrounding how do you arrange children of a container? Whereas with position, within, I think one of the designers mentioned, wouldn’t it be cool to be able to move an image block, like just have it moved to the left slightly or have some sort of asymmetrical layouts? And so that then made us think, “Oh, well maybe position is actually its own block support, so it has its own panel.” And so we borrowed a lot of the code from layout and it sort of sits adjacent to the layout. It’s technically separate from the layout block support, but it still shares a lot of the same code.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Yeah, that is true. I think we’re pretty much done. I just wanted to show another thing, another little gotcha. Particularly with the recent ability of adding spacing or adding sizing to child blocks of flex, so we saw that in row, in a row block, if you want to create spacing between, if you want to push a block to one place … Say if I want this block to be next to the first one, and if I want there to be more space here, then I can go in into the dimensions and fiddle with the width of that block. But in stack, which is the vertical equivalent of the flex layout, that won’t actually work because stack has as its height, it always takes up the content height. Again, this is a reflection of how height works in CSS, whereas usually the maximum width of something is the width of the screen, the height is the height of the content.</p>\n\n\n\n<p>And that’s something that can actually be pretty confusing, especially if you don’t know CSS. In the stack block, you couldn’t just go in and select this block in the middle and give it, if you make it fill the available space. Well, the available space is just the space that those blocks occupy, so you can’t actually push it down. I guess you could give it a fixed height and then that would work. But if you wanted it to just fill the remaining space, your container block would need to have a fixed height. And now, we have that possibility because we can add to container blocks under dimensions, we can add a minimum height to them. And so I could say I want this whole stack block to be 900 pixels, and now I have a bit of extra space and I can choose to maybe make or maybe create a space between the first paragraph of text and the photograph, for instance.</p>\n\n\n\n<p>We can play around a bit more, but remember that for stack blocks, if we want to have a bit of extra space in them, then we actually have to give them a defined height. And that is pretty much everything that I wanted to show. So, questions?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, well, wonderful. The privilege of a panelist is that you can have the first questions to demos. So Andrew or Justin, you have a comment or a note or a question for Isabel, go right ahead before we take the audience questions.</p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, actually, are we going to see grid layouts at some point, like we have with flex?</p>\n\n\n\n<p><em>Isabel Brison</em>: That is a great question. Yes, definitely. And that is something that I would very much like to see done, and will probably be working on sometime this year. Grid is interesting. It is super useful because although pretty much at the moment we are using flex to create two dimensional layouts, and that’s not quite the right way to use flex. In my mind, flex should be used more for the detail, for small elements and not for whole layouts, because it becomes quite difficult to manipulate it with precision in larger, full-page layouts. And that’s why we see bits, you have flex in your header, you might not have … You won’t have the whole page wrapped in a flex block, but grid is super useful for creating full page layout. The difficulty with grid, the challenge is going to be because grid in CSS, the CSS grid spec is super complex, and there’s millions of things that you can do with it. So how can this be best translated into a UI?</p>\n\n\n\n<p>And that’s, I think, and that is one of the biggest challenges in creating design tools for Gutenberg, is exactly that problem of translation of essentially the underlying implementation is CSS, and what is the most useful, what are the most useful controls that we can provide that reflect the abilities and the plasticity of CSS but are a usable and are intuitive to understand? You don’t want to just grab the whole CSS spec and translate it into UI, because that would be chaos. I mean it would be fun and interesting, but it probably wouldn’t be very usable. So yeah, that’s going to be a very interesting challenge to tackle in the coming year.</p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, I figured I’d just throw the hardest question out to start with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, let me go through the questions and Glenn Martin has been waiting for quite a while to answer his question, and it’s hopefully an easy one to answer. “In the site editor, is there a way to create a menu with the images instead of text?”</p>\n\n\n\n<p><em>Isabel Brison</em>: With images, a menu? Oh, I see. Oh that, interesting. I think, am I still screen sharing? I’m still screen sharing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, you’re screen sharing.</p>\n\n\n\n<p><em>Isabel Brison</em>: Let me try something.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: On the fly.</p>\n\n\n\n<p><em>Isabel Brison</em>: In the navigation block we have links. I’m assuming that what you want to do is to, instead of having the text, have an image link. Because this is rich text, we should be able to add inline images. If I want to add…</p>\n\n\n\n<p><em>Andrew Serong</em>: As an aside, I love your image gallery. More cats.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: More cats, yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, technically you could do that. This is a page list. With the page list, actually, it just gives you a list of all the pages that you have. You can tell this is a test site because the only page I have is a sample page, but we can actually make the page list editable, and that converts it into a bunch of links. And so technically, because this is now a link, we could actually go and do the same and add an inline image. Now, no guarantees how accessible this is going to be because the inline image is fairly limited. You would be able to add a label, a description title.</p>\n\n\n\n<p>Yeah, if I were to do this, I would give it a run through a screen reader just to double-check that your text content in the links is actually being read at, and do add text content because otherwise, screen reader user goes in there and clicks on the image or focuses on the image. And the only thing that’s read out is the image, either the file name or the URL. So, that will be very confusing. But yeah, I mean technically it is possible to do that now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, that’s interesting. I have found that the inline menu, even for the paragraph, has a lot of great surprises for me. I was interested to see the inline image available for the block. Now Dana Rogers has this question, so group is just an understanding. “Group is a block element in row and stack are flex elements?”</p>\n\n\n\n<p><em>Isabel Brison</em>: Mm-hmm. Yeah, essentially. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That was an easy question then.</p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, I was going to say the group block uses the default flow layout of the web, if you want to describe it like that.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Yeah, I was taking block to mean as in display block, which yes, that’s correct. The group displays is block. But yeah, it is a flow layout. It’s as close to vanilla HTML as you can get in its default state.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah and … Go ahead.</p>\n\n\n\n<p><em>Andrew Serong</em>: I was just going to say the one thing that’s in addition to vanilla HTML is that it sets a margin top on everything except for the first child. And that’s how the gap is controlled between the spacing of each element within that group block. So, it’s a little bit opinionated.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay, yeah. Peter Goodsword, I hope I didn’t butcher too much your last name, “Is this a preview version? I don’t have a header in my list view, neither do I see settings, styles or options in my top right bar, even though everything is selected in my preferences.” There might be. Did you enable, Isabel, some experiments on that?</p>\n\n\n\n<p><em>Isabel Brison:</em> I have a setting enabled, which has actually been in there for quite a while. If you go to the top right button and you get a menu and way down, you click preferences, you have this toggle which says show button text labels. The default state of the site editor, you have icons for all the buttons.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, no. I think the question was more about in the list view, you have a header item. Yeah. And that should be actually in WordPress, or is that recently in the … I’m not quite sure if you don’t have it. Yeah, this is definitely in the Gutenberg plugin, Peter.</p>\n\n\n\n<p><em>Isabel Brison</em>: I think so.</p>\n\n\n\n<p><em>Andrew Serong</em>: My main question would be, are they in the site editor instead of the post editor?</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, this. Oh.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That could be, yeah. Yeah. There is the list view.</p>\n\n\n\n<p><em>Isabel Brison</em>: I mean in here, we do have list view in the post editor. And we do have-</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But not the header section?</p>\n\n\n\n<p><em>Isabel Brison</em>: Well, there’s list view and outline. I mean, what do we mean by header section?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The header, the header template part that you see, the list view. Yeah. </p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, the header template part. Yeah. Oh yeah, no. Template parts. I think template parts are specific to the site editor. Let me see. Can I actually…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It’s to the site editor. Yeah, yeah, yeah. It’s not. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: No, no, you can’t actually add a template part in the post editor. </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Peter, does it make sense to you that it’s the difference between being in the post editor and site editor to what you see in the list here? Okay, so yeah, that answers that question. Thank you, Peter. It’s always important to figure out which, yeah, editor we’re actually looking at. Now M has a question. “How can you make a header sticky but not take up the entire screen when zoomed in?” I’m not quite sure I understand that. Maybe Isabel and Andrew or Justin understand it?</p>\n\n\n\n<p><em>Isabel Brison</em>: You mean…</p>\n\n\n\n<p><em>Andrew Serong</em>: I’ll let you go.</p>\n\n\n\n<p><em>Isabel Brison</em>: Not take up as in if we zoom in. Okay, if we zoom in past some point. Okay. Yeah. How not to have this happen if you have a big header and you’ll zoom way in? We do not have a…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: If you had a fixed dimension of 900 pixels, how would that work on mobile?</p>\n\n\n\n<p><em>Andrew Serong</em>: One of the things that might be useful is when you’re adjusting settings, if you’re using minimum height or something like that, when you’re selecting the unit, you can switch to using viewport relative units. There’s a VH option. You can set something to be proportional to the height of the viewport. If you’re setting the height of your header area, that’s one way to do it. But another thing is if you’re setting an element to be sticky, it is kind of being mindful of how many blocks you’re putting into it. When Isabel was zooming in just then, you could see that in the navigation block, it was switching over to using the hamburger menu. That’s kind of nice so that way, when it goes to those small viewports, it shrinks like that. But at the moment in the initial implementation, we don’t really have any settings that are doing things differently in desktop versus mobile, or based on the screen width. It’s sort of up to how much content you are putting into your header to make sure that it plays nicely at different viewport sizes, I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. There were a few more questions. Darren Davis has the question, “Can you have more than one sticky position group on a page?”</p>\n\n\n\n<p><em>Andrew Serong</em>: Yes, you can. Interestingly, because we chose to go with sticky first as opposed to fixed, what sticky does is on the block that you’ve put, you’ve set it to be sticky, it will then scroll to the next container up, so just its direct parent. In Isabel’s example, it’s at the very root of the document where we’ve set sticky, so that’s the entire page. But if you were to go a little bit further within your nesting and set it into quite a nested group area, it would only stick to that particular area that you’re scrolling past, and it would then scroll off the page. It means that you can have as many sticky elements as you want. Probably a good example would be some websites that might have a glossary that have the alphabet, and as you scroll past each letter, then that letter sticks to the top of the screen before it then scrolls off the page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, that’s pretty cool. Yeah, you can do all kinds of little things. Yeah, yeah, excellent.</p>\n\n\n\n<p><em>Andrew Serong</em>: But also, it’s a new feature. One of the things we’ll be keen to see with feedback, like when we’re developing things, I think one of the challenges working in Gutenberg is trying to … The initial issue might be this really great idea, really fleshed out and then we go, “Well, what’s the smallest version of that we can implement and code and get it into the plugin and then get some feedback and see what people can build with it?” If you are playing with it and have some ideas, feel free to open up GitHub issues and discuss what do you think we should do next.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And from YouTube we have a question about are you working on … Oh, we already answered that. “What happens to my custom additional CSS if moving to the new WordPress block themes?” And she was just getting used to the recent customizer things.</p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, there’s actually a ticket. There’s some of the feedback I left as that we need to … The additional custom CSS needs to be ported over no matter where you originally set it in the customizer or in the global style section. Yeah, I don’t think it works like that yet, but I’m pushing for it. I hope. Yeah, we don’t want to lose that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, good, good. That answers the question there. And then I think Don Fisher has the next question and it’s, “Will there be any breakpoint-specific layout adjustments coming for any of the blocks?” I think that goes back to that question about intrinsic design versus media query-based design. Andrew, is that a question for you?</p>\n\n\n\n<p><em>Andrew Serong</em>: Oh yeah, I’m happy to talk about it. Yeah, there has been a lot of discussion across a number of different issues about people wanting to put in breakpoints and have that level of control, ’cause they see it in a lot of page builders. But I think probably one of the areas of caution in Gutenberg is that once things wind up in core, we then have to support it in perpetuity. And it’s very easy for managing breakpoints to become really complex and not quite work properly in patterns. Let’s say we had something that was having a different layout on mobile versus desktop, but then you put that pattern into a really nested area and then it doesn’t quite work properly. The idea with intrinsic design is instead of using breakpoints, if we can use viewport-relative units or if we can use calculations or things like that. The recent fluid typography is probably a good example of a feature that doesn’t use breakpoints, but is kind of relative to the viewport.</p>\n\n\n\n<p>And I think probably, ’cause I’m not a designer, I sort of focus on what are the areas of consensus that we currently have in the GitHub repo, and how can we build to those things while giving designers a little bit more room to explore all the options before we try and commit that in code?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah, thank you. M has another question. “For any image icon in the nav menu, do you ensure that there’s alt text?”</p>\n\n\n\n<p><em>Isabel Brison</em>: As in what I was showing earlier?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All text as in your image context.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, your inline images, and please, someone correct me if I’m wrong, which I don’t believe that we have a way of adding alt text to inline images. And this is why I was saying, I mean technically it’s possible to create a navigation with just images, but I would run that through a screen reader first to ensure it’s accessible because I’m not 100% sure. If you add a link title, I’m guessing that that would be the best option to add meaningful text to the image as a link. But yeah, I would definitely double-check that and make sure it’s accessible because it’s not guaranteed. I mean, it wasn’t meant to be used in this way. So, I guess that what I was showcasing is more of a hack because the inline images are more … The main use case for inline images would be if you wanted to add an icon at the beginning of the text. It wouldn’t be to replace the text with an image. </p>\n\n\n\n<p>That is something that we could look into doing. It would be an interesting experiment, to enable a way of creating a navigation with images that was fully accessible. But I think we would need to do a bit of work on that to make sure it is fully accessible.</p>\n\n\n\n<p><em>Justin Tadlock</em>: I will just say when you’re actually in the media library, you can add the alt text in the modal overlay that’s popped up, and it will get inserted into the block editor.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, if you add the alt text in the media library, you can actually have it pop up in the inline image?</p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, yeah. I was just running a test on it real quick. </p>\n\n\n\n<p><em>Isabel Brison</em>: Nice, okay, then that works, yes. </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: On image, yeah, nice. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Thank you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Corner Shop Creative person has a question or two, actually. The first one is, “Will negative margins be added to Gutenberg? Right now, you don’t have the ability to add a negative margin to any element, but they are highly useful for achieving some layouts.” You chuckled there, Andrew.</p>\n\n\n\n<p><em>Andrew Serong</em>: That’s a really good question. I think that I’ve seen a couple of PRs that have attempted to implement it before, and I think the main issue is that it then makes it really hard to select the blocks in the block editor. It’d be very easy to accidentally slip a block underneath another block and then be unable to select it. I think it’s absolutely a great feature, but I don’t think the UI part of it has been figured out to how do you do that without losing the blocks altogether?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, list view comes really handy in that one. Yeah. And then the second question was, “Will absolute or relative positioning ever come to Gutenberg?”</p>\n\n\n\n<p><em>Andrew Serong</em>: Yes, that’s the hope. One of the reasons why sticky position took quite a while to figure out, the issue for it I think was open in 2021, and there were a few different experiments last year, was really figuring out the direction with designers to make sure that the way we’ve set it up allows us to explore future experiments where we might set a block to relative, and then a block beneath it to absolute, and then be able to move things around in an intuitive way. I think it’d be a really fun area to experiment with. And we’ve got sort of the initial foundation in place, so we can probably start doing some experiments this year and see if it’s one of those easy things or if it’s one of those gigantic rabbit hole, takes a long time things, which I suspect it might be.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Does it answer your question? Corner Shop Creative? Yes. Good, good, good. And then Stefan Mandel has a question and he writes, “The header and footer are also a kind of container block, so shouldn’t they have most of the controls of the group block? Is it kind of unintuitive to have that you first have to put the header within a group and then get the sticky functionality?”</p>\n\n\n\n<p><em>Andrew Serong</em>: Yeah, that’s one of the things we were discussing before we landed on that initial approach. One of the challenges, that the way that template parts work in the site editor is that they’re kind of a placeholder for another chunk of post content, of a bunch of blocks. And because it’s that sort of placeholder, there’s currently no ability to add styling directly to it. There’s a few technical reasons why that’s the case. The interventions we need to work out are how do we get the document to control how position works and then make it intuitive in the UI. I think sticky will probably always still need to be set either on the direct parent or the direct child, that it’s probably a UI problem to solve as to how to make that intuitive.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. There were a few questions in the chat that didn’t come over to the Q&A. One was, “Will we in the future way to edit the names of the items in the list view?” There was a PR, but I don’t think it got merged or had any additional work on. So, we don’t know. And thank you for Corners Shop Creative to answer that question in the chat. And then the other question was just by Dale again, “Do all the settings in Gutenberg eventually resolve to CSS?”</p>\n\n\n\n<p><em>Andrew Serong</em>: Oh, that’s an interesting one.</p>\n\n\n\n<p><em>Isabel Brison</em>: I mean, in all the design settings, all the settings that allow you to manipulate the appearance of your content do eventually resolve to CSS because that’s the language of visual presentation in web browsers. So yes, I think. Yeah.</p>\n\n\n\n<p><em>Andrew Serong</em>: Probably one of the interesting things is where we have a one-to-one relationship between setting and CSS, and where we sort of deviate a bit. Things like marginal padding, the direct to CSS properties of margin and padding are applied, but something like block gap or block spacing, that’s sort of a concept in WordPress land. And then depending on the layout type, we then interpret that as that’s either a margin top, or if it’s a flex block, then that’s CSS gap. </p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Is it possible that we ran out of questions? Max Zeable on YouTube has a comment that, “That is an interesting point, meaning the intrinsic design approach, this should be communicated much more specifically to the page builder people,” because, so that he wrote, and I totally agree with him. There is not a whole lot of information out there, and I know there is a post in the works about that, but we definitely can use any additional help with that. The, I think, intrinsic design was only come out 2019 or something like that.</p>\n\n\n\n<p><em>Andrew Serong</em>: Yeah, it seems to be quite a recent trend. And I think with a lot of the new newer CSS functions like minmax and calc and things like that, and also the promise of container queries and that sort of thing. But yeah, I think there is a fairly old issue, I’m not sure where it is right now, maybe someone can find it on discussing intrinsic web design with a bunch of the designers. For anyone interested in that, it might be useful to have a dive in to the Gutenberg repo and join the discussion.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I’m going to share it in the chat window. Hang on.</p>\n\n\n\n<p><em>Andrew Serong</em>: Sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think that’s the issue. It’s called Responsive Blocks Versus Intrinsic Web Design. It seems to be in the title there. And I also saw recently a YouTube video where the person says, “Okay, it’s the browser and the media queries can’t actually cover all the different sizes anymore because there’s so many different sizes on devices that you always hit the wrong parts.” So, you could end up with not three viewports, but with 12. And I saw a plugin actually that had six different viewports for which you can create different designs. And I think that is a little bit too much cognitive load for my brain to tackle when I want to build a website. Some people can probably do that, but it’s definitely not for a user who wants to just publish content and do that. Yeah.</p>\n\n\n\n<p><em>Andrew Serong</em>: And it’s probably a good point that part of the beauty of plugins is that they can really go in some sort of wild directions and try that out in a way that we probably wouldn’t really want to do in core.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah.</p>\n\n\n\n<p><em>Justin Tadlock</em>: I would say as a designer, it takes a little bit of getting used to, but I’ve kind of embraced intrinsic design over the last couple of years. I can’t remember the last time I’ve written a media query. Even outside of block-themed development, I want to use fluid values for font sizes, spacing, everything. I think it simplifies how we build for the web. And I also think most of our users, everyday users are going to be on mobile devices. So these really complex layouts where we have horizontal layouts and things are not how most people view the web. It’s mostly just top-down. And so I think intrinsic design is going to be the direction that’s best. It takes a little change of mindset and just if you haven’t moved beyond media queries, definitely try it out.</p>\n\n\n\n<p><em>Isabel Brison</em>: One of the useful things, one of … Sorry.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Sorry.</p>\n\n\n\n<p><em>Isabel Brison</em>: I was going to say one of the useful tools for that is CSS Grid because it has a bunch of auto placement features that will just resize and reflow the content depending on the screen size. And it’s great but yes, I agree with Justin, it does require a change of mindset because essentially what you’re doing is giving up control. You don’t get to decide whether your layout has two columns or three. It will be decided based on the size of the content and the size of the screen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I can see that media queries are important when you want to hide content. Yeah, that’s not just stacking, but then you say, okay, if it’s just on mobile, I don’t want to have these additional columns just go on the bottom of it. I just want to hide them. And I think that functionality is more with the visibility, comes with the visibility of blocks and in core there is no feature right now for controlling visibility of blocks. I think there’s a great plugin out there that covers quite a bit of the visibility ideas, but it’s not yet in core. I always hope that it will come into core, but who knows? Corner Creative has one more question, “Will block guides be added to the Gutenberg block and core example? It’s hard to know when one block ends and another one begins without borders around the block.” Any comments on that? </p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, there has been a lot of design thought on how to best present the block editor. And the thing with the borders is that at some point, it sort of becomes very noisy and the UI can become harder to understand if you have borders around all the blocks. The hope currently is that the list view will do the heavy listing in terms of being able to understand the structure of the page and navigate it more easily. But yeah, that’s another point where … I mean yeah, there’s always going to be discussion around that and I think always going to be striving to sort of an ideal place. But it is a very complex interface and the more features there are and the more things you can do with it, the harder it is to find a UI that’s easy and intuitive to understand because you have to pack a whole lot of stuff into it. Yeah, that’s an interesting problem that I don’t think is going to be ever fully solved to everyone’s satisfaction.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No.</p>\n\n\n\n<p><em>Isabel Brison</em>: Definitely something to keep working on. </p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, and there are plenty of plugins that handle just borders around blocks if you want to search those out. There may even be a browser extension I’ve seen at one point. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and I think the list view has come a long way that when you click on a block in the list view, you get the borders around the block in the canvas or on the, yeah. I think that has come a way. And if it’s about teaching clients on how to use that, I think that would be the route that I would go. Say, “Okay, here is your friend, list view is your friend. And you have trouble, go to the list view.” It’s kind of that mantra that I would probably implement there to figure out, yeah, teach that, which are the blocks. All right, well we are coming … We are a little bit over, so I’m sorry about that, but we covered a lot of ground. Can you briefly, Andrew and Isabel talk about what’s next in layouts?</p>\n\n\n\n<p><em>Andrew Serong</em>: Oh, great question. I think since we’ve gotten a lot of foundational work, the main thing is jumping into a lot of these experiments. So like Isabel was saying before, trying out how might a grid layout work, or some of those other ideas for position support. I think probably there’s a lot of experimenting before we get to things that seem stable enough to put into the plugin. I think probably be diving into a lot of that after 6.2 comes out.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, yeah, stabilizing the layout feature also so that extenders can use it. And that will be my number one priority at the moment. And adding layout to a few blocks that don’t have it yet, such as cover. And then there’s the bigger features such as grid, for instance, layout, maybe other types of layouts. We’ll see.</p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, I just look forward to teaching all the stuff that y’all are working on. Teaching other people. Birgit, you’re muted.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: On mute. Last thing I wanted to share with a group is also the post that Justin just published on the developer blog, and it’s a walkthrough on the layout classes that came with WordPress 6.1. I think it’s a really a good post to slow walk you through all the things that you can do. Well, one last question, sorry about that. “Will it be possible to limit the use of some blocks based on user role?” Yes, is the short answer.</p>\n\n\n\n<p><em>Justin Tadlock</em>: Most likely plugin territory, right? Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And there are some capabilities where you, for instance, the custom CSS, you actually need to have the file editing privileges on your website to actually use that, before that too. So, not every user is able to do custom CSS, for instance, and then the block-locking features there can be attributed to in any role on the site. I think that’s…</p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, there’s great documentation on just locking down things per role in the … It’s a document on Curating the Editor and the Block Editor Handbook. I don’t know the link offhand, but I think there should be an actual user role or something related to permissions setting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I just shared the link in the chat, and I will also share that in the show notes.</p>\n\n\n\n<p><em>Justin Tadlock</em>: Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, I think we’re … Yeah, it’s all right. Okay. Well, this was a great show and thank you very much for being here. It was very interesting and I learned so much from you all. Thank you. If people want to get in contact with you, just let us know how that would be possible for Andrew, Isabel and Justin. Andrew, do you want to start?</p>\n\n\n\n<p><em>Andrew Serong</em>: Oh yeah, I’ll probably say, yeah, open up an issue on the GitHub repo and feel free to ping any of us. There’s also the label feature layout, which is a good way to make sure that anything related to layout is seen by any of us, so it’s probably a good way to do it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, excellent.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, GitHub is a good place. I am Tell The Machines on GitHub. I don’t use my real name, but you can also find me in the make core Slack.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay, cool. Cool. Justin? </p>\n\n\n\n<p><em>Justin Tadlock</em>: Yeah, Twitter, just JustinTadlock, or GitHub too, or Green Shady on WP Slack.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. And if you have more questions, those who are in attendance today will get an email tomorrow with a link to a survey. Tell us how you found it and what other topics you would like to see. And well, I want to just say thank you all for coming and have these great questions. It has been a privilege to have the panelists and the audience here, and we will have two more live Q&As to come. One is about the design system that comes from Figma, bridge to the theme Jason automatically created out of our design system. And the other one is using Gutenberg as a framework to create plugins that are not using the block editor, but using the block editor components and the scripts to build their own app in WordPress and outside. All right, that is it. Thank you all for coming and be well. Talk to you later. </p>\n\n\n\n<p><em>Andrew Serong</em>: Thank you.</p>\n\n\n\n<p><em>Isabel Brison</em>: Thank you, bye-bye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bye-bye.</p>\n\n\n\n<p><em>Justin Tadlock</em>: Bye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bye.</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, 05 Feb 2023 10:39: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: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:99:"Gutenberg Times: Gutenberg Changelog #79 – WordPress 6.2, Gutenberg plugin versions 15.0 and 15.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:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://gutenbergtimes.com/?post_type=podcast&p=23356";s:7:"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:112:"https://gutenbergtimes.com/podcast/gutenberg-changelog-79-wordpress-6-2-gutenberg-plugin-versions-15-0-and-15-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:65281:"<p>Birgit Pauli-Haack and Nick Diego discuss the high-priority items for WordPress 6.2, and the releases of the latest Gutenberg plugin versions 15.0 and 15.1. </p>\n\n\n\n<p><a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes">Show Notes</a> / <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript">Transcript</a></p>\n\n\n\n<ul>\n<li>Music: <a href="https://soundcloud.com/xirclebox">Homer Gaines</a></li>\n\n\n\n<li>Editor: <a href="https://www.linkedin.com/in/sandy-reed/">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href="https://markuraine.com/">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href="https://icodeforapurpose.com">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class="has-larger-font-size"></p>\n\n\n\n<h2 class="wp-block-heading">Nick Diego</h2>\n\n\n\n<p>developer advocate at WP Engine, plugin developer and themes builder. He is also a core contributor. Running Triage sessions in the core editor channel and is on the WordPress 6.1 release squad</p>\n\n\n\n<ul>\n<li>Follow him on Twitter: <a href="https://twitter.com/nickmdiego">@nickmdiego</a></li>\n\n\n\n<li>WordPress Profile: <a href="https://profiles.wordpress.org/ndiego/">@ndiego</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">WordPress 6.2</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/">WordPress 6.2 Planning Roundup</a></li>\n\n\n\n<li>GitHub Tracking issue: <a href="https://github.com/WordPress/gutenberg/issues/33094#issuecomment-1409268227">Phase 2: Customization, comment of January 30, 2023</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Community Contributions</h2>\n\n\n\n<ul>\n<li><a href="https://wordpress.org/plugins/advanced-query-loop/">Advanced Query Loop plugin</a> by Ryan Welcher</li>\n\n\n\n<li>Video:<a href="https://www.youtube.com/watch?v=aiTqT1Ta3mY"> Advanced Query Loop plugin and release process</a></li>\n\n\n\n<li>Video: <a href="https://www.youtube.com/watch?v=6xZgpngqslc">Gutenberg 14.9 | Advanced Query Loop</a></li>\n\n\n\n<li>Video: <a href="https://www.youtube.com/watch?v=dWFSRLdVSlY&t=90s">Building an Advanced Query Loop plugin for WordPress Pt. 2 </a></li>\n\n\n\n<li>Video: <a href="https://www.youtube.com/watch?v=cGsAfBMZzhw">Building an Advanced Query Loop plugin for WordPress Pt. 1</a></li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">More Block Plugins</h2>\n\n\n\n<ul>\n<li><a href="https://wordpress.org/plugins/create-block-theme/">Create Block Theme Plugin</a></li>\n\n\n\n<li><a href="https://wordpress.org/plugins/block-visibility/">Block Visibility — Conditional Visibility Control for the Block Editor by Nick Diego</a></li>\n\n\n\n<li><a href="https://wordpress.org/plugins/icon-block/">Icon Block </a>by Nick Diego</li>\n\n\n\n<li><a href="https://wordpress.org/plugins/social-sharing-block/">Social Sharing Block</a> by Nick Diego</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Gutenberg 15.0</h2>\n\n\n\n<ul>\n<li><a href="https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/">What’s new in Gutenberg 15.0? (18 January)</a> by Michael Burridge</li>\n\n\n\n<li><a href="https://wptavern.com/gutenberg-15-0-introduces-sticky-position-block-support-adds-paste-styles-option">Gutenberg 15.0 Introduces “Sticky” Position Block Support, Adds “Paste Styles” Option</a> by Sarah Gooding</li>\n\n\n\n<li><a href="https://www.youtube.com/watch?v=fW3W1eZorHg&t=3s">Live Stream: Jan 26, 2023 | Gutenberg 15.0 features and a Post Picker block</a> with Ryan Welcher</li>\n\n\n\n<li><a href="https://developer.wordpress.org/news/2023/01/using-the-box-shadow-feature-for-themes/">Using the box shadow feature for themes</a> by Justin Tadlock</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Gutenberg 15.1</h2>\n\n\n\n<p>At the time of recording the Gutenberg 15.1 version was only available as release candidate. </p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/releases/tag/v15.1.0-rc.1"><strong>15.1.0 RC1</strong></a></p>\n\n\n\n<p><a href="https://github.com/WordPress/gutenberg/issues/41479#issuecomment-1412161043">Fonts API won’t make it into 6.2</a></p>\n\n\n\n<p class="has-large-font-size">Stay in Touch</p>\n\n\n\n<div class="wp-block-group is-layout-flow"><div class="wp-block-group__inner-container">\n<ul>\n<li>Did you like this episode? <a href="https://lovethepodcast.com/gutenbergchangelog"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href="https://twitter.com/gutenbergtimes">@gutenbergtimes </a>and <a href="https://twitter.com/bph">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href="https://gutenbergtimes.com/itunes/">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class="has-large-font-size">Transcript</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 79th episode of the Gutenberg Changelog Podcast, recording February 3rd, 2023. In today’s episode, we will talk about Gutenberg 15.0, 15.1, as well as the upcoming major release of WordPress 6.2 and a little bit more. Not much more. Special guest today is Nick Diego, developer advocate at WP Engine, Block Editor Triage Squad, and On the Block Editor Triage Squad for WordPress 6.2. I am your host, Birgit Pauli-Haack, curator at the Good Work Times and full-time core contributor for the WordPress Opensource Project, sponsored by Automattic. Howdy, howdy, Nick. How are you doing? Thanks for joining me today as a co-host on the show, as it’s always a treat to geek out over Gutenberg with you. So how are you today?</p>\n\n\n\n<p><em>Nick Diego</em>: I’m doing great. Thank you so much for having me back on the show.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah, it’s great pleasure. Yeah, thanks for coming back on. So we have a great show for you dear listeners, as mentioned, but we will take the WordPress 6.2 section at the beginning, so you all are up-to-date on that. </p>\n\n\n\n<h3 class="wp-block-heading"><strong>WordPress 6.2</strong></h3>\n\n\n\n<p>Hector Prieto published the WordPress 6.2 planning roundup with the schedule and the squad, and that has pretty much followed the earlier proposal. We talked about the schedule is Beta 1, scheduled for February 7th. That’s coming up fast, 2023. The release Candidate 1 will escape into the world on March 7th, that’s a month later. And the final release is scheduled for March 28th, 2023. Release Candidate 1 is also the time when the developer notes will be published, so they come out at the beginning of March.</p>\n\n\n\n<p>The squad release lead is Matt Mullenweg. There are two release coordinators with Francesca Marano and Hector Prieto. So glad that Francesca is back in the saddle of coordinating with Core. Core tech leads are Tanya Morgan and John Baptiste Audras, and the editor tech colleagues are George Mamadashvili and Nik Tsekouras. I think I got this right. Core triage co-leads, Colin Stewart and Mukesh Panchal, and then editor co-leads, as mentioned, Nick Diego and Anne McCarthy. Design lead is Rich Tabor and Documentation co-leads, now we are a group of four with Femy Praseet, Milana Cap, and Apha Thakor. And then there are marketing community co-leads with Jonathan Patani, Lauren Stein and Mary Baum. Test co-leads are Robin Nasmore Hasan, and Adel Tahri. This time new on the WordPress, the release squad is a performance lead, and the first one is Felix Arntz from the performance team. So yeah. Nick, how are you doing with being on the editor triage co-leads?</p>\n\n\n\n<p><em>Nick Diego</em>: Oh, it’s been fun. So first this role was new in WordPress 6.0 and then we continued it for 6.1 and now 6.2 and I think we have a bit more method to the madness now. Things are a bit more organized, think we’re the most organized we’ve ever been before beta one has even come out. So I’m feeling pretty good right now as we head towards 6.2.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, so what does it exactly entail? If people don’t know what a triage co-lead is, what do you do there?</p>\n\n\n\n<p><em>Nick Diego</em>: It’s mainly organization, so there’s a lot of issues and PRs that need to get included in 6.2. We do our best to make sure that any issue or feature that’s related to 6.2 appropriately has eyes on it, is appropriately getting handled and done. And we also are responsible for helping determine whether an issue maybe is important but maybe isn’t a blocker to the release, so maybe that can get moved to the next version of Gutenberg or the next 6.3. So it’s kind of managing all the pieces that are coming together at the end as we head into the final release. We also work with the editor tech co-leads on Backport. So once we get past beta, any new feature will need to get backed into the release and so we help handle that. So it’s really kind of a bit like an organizational role to make sure that the release goes as smoothly as possible.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That’s awesome. Yeah, I know that’s definitely worth having and you do awesome work. It’s also kind of managing some of the personalities at some point and also kind of what gets priority or not. It’s really interesting. Thanks for doing it. Again, it’s the third time that you are on the editor triage leads, right?</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, it is. And thank you for all the documentation work that you guys do, so it’s a lot of people in the process and to make the release go as smoothly as possible.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and I can only repeat what you said. Thereafter, the first two, we all are kind of getting really organized on documentation. We now have, as a new feature, no, not feature, a person on the release team. We also have end user documentation person, Femy Praseet on the release squad. She can also be part of the release team and organize themselves pretty easily. And she gets all the information because that really wasn’t happening before and there was always, yeah, what is unnecessary for end user documentation versus developer notes and they’re still behind with end user documentation. They’re still working on 6.1, but knowing, okay, this is coming into 6.2 and getting the issues done. I also know that both the organization from Milana and Femy, the documentation team has increased in contributors and many of those are actually working on end user documentation. So I’m really glad that we have that now on the WordPress release team.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah. And the documentation page on the website got a new redesign recently, which looks very cool. So if you haven’t seen that yet, go check out the documentation page on wordpress.org.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, is it live now?</p>\n\n\n\n<p><em>Nick Diego</em>: I believe it is, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay, cool, cool, cool. Because yeah, we have been waiting for on the developer blog, designed to actually follow the documentation design, so we’ll see how that’s going to work because the developer news blog is still out in beta. We haven’t officially released it, so we hope to get to that point quickly. Hopefully before WordCamp in Asia. Are you going to WordCamp in Asia?</p>\n\n\n\n<p><em>Nick Diego</em>: I am not, unfortunately. I’ll be jealous of everybody else who gets to go, but no, not this time unfortunately.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay. All right. So yeah, with the Gutenberg plugins released, we talk quite a bit on the Gutenberg podcast about all the new features that come in. So I wanted, but still go over the high priority items that are in that one issue that Anne keeps updating and McCarthy keeps updating in the status of it. There are quite a few improvements or massive improvements and new features coming in with 6.2. So I think it can’t hurt if we look at those high visible items or important items together. They’re all cataloged by features. So it starts out with patterns and there are two things that come in. One is the pattern inserter next, that means inserter is starting with a list of categories for core as well as the third-party categories.</p>\n\n\n\n<p>And then, with a click on the category, a panel opens with the patterns for that particular category in a thumbnail view. And I really like that. So you have to kind of, it makes necessary that the categories are very well defined, but it also kind of keeps the focus of the creator, the content creator on what they actually want to do and not distracted on all the other cool patterns. So that is definitely, and that has been in the Gutenberg plugin since the Gutenberg 14.4 release, so it should been quite refined.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah. And I think it’s one of those things where it may seem minor to folks, but once you start using it, it’s like, wow, this is so much better than what it was before. I think it was a dropdown menu where you can select the different categories. So it’s great to see. And one of the other things that is included with patterns is kind of a re-envisioning of query patterns. So query loop patterns for end users specifically are not really familiar with the term query. It’s kind of a foreign term if you’re not deeply entrenched in WordPress. And so, that’s been changed to be posts, so it displays post summaries in lists or grids and other layouts. So I think it’s a little bit more user-friendly, and there was also some work to make sure that category descriptions are part of the rest API, which just make the pattern panel a little bit more interactive, a little bit more intuitive. So really great to see the direction that this went and hopefully will just make inserting patterns using patterns more usable for folks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and it’s definitely also for when you have patterns for your plugins or something like that, you can add a description. It’s so much better than just have a title there to help the user figure out what they’re going to do with it. So there are six major items for the global styles. One is the way to document containing all blocks and styles. That’s the so-called style book, and that is really cool. We talked about it on the podcast before of course, but I really like that you can now see all the blocks that you use and that are in the theme in one overview, and also the third-party blocks. So if you make a change in the style editor in the global styles, you can see what the implication would be, especially for the blocks that you not use so often, but when you make a change, you can see the ramifications there.</p>\n\n\n\n<p>And also when you make a change and you would think that it would go to another block because it uses the same block in a cover block or something like that, you see those things as well and are not surprised. Yeah, that has been missing for quite a while. I remember when I started at the agency, when we were starting with using blocks for post content, that we were always kind of trying to figure out, okay, does this seem style all the blocks well enough with the display? So we had one post that every single block was in there with different variations and then had to install it or copy paste it over to the sites to do unit testing. And that, of course, goes away now. And now we also have the third party blocks to view them in the Style book.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah. It works really well. And to your point, I think a lot of folks were building out default pages with every block on it or multiple pages to try and do those testing and this just makes it so much easier. Kind of going hand in hand with that, there was also some improvement to when you edit block settings in global styles, they’ll now generate a little preview, which is handy. So before you edit the block, and let’s say that the block wasn’t actually on the page you were on in the site editor, now it will give you a little preview so you can see what you’re actually changing, which coupled with the style book really helps you get a better understanding of what you’re changing, how it’s changing, and how it’s going to affect your site. So those two together I think really help refine the global styles interface. And there’s still improvements to come, so a lot of good stuff.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, and one of the other improvements that is coming with 6.2 is that you actually, and that goes hand in hand with the other two, is that you can now copy the style variations for block types. So if you added a style variation, there is a button block that is rounded, but you also want to change the background and then every button block should, with a rounded variation, should follow that design. You can make that happen by pushing that to the global block styles and have a style variation update on that as well. Yeah, it’s getting really, really sophisticated in terms of what you can manage as a site editor or site user, a site owner in terms of styling and being very deliberate in, okay, this my overall style and this is just for this post, and make sure that those were a tier two in a kind of quasi design system for the editor.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, and I think that you kind of look at it in two ways, and we’ll talk about this later in this episode, the create block theme plugin, but you have the global styles. So if you’re the owner of a website and you want to make changes to your site, that’s great for you. But I’ve also loved using the site editor to build themes, to build themes for yourself or clients or whatever. It’s a great building platform. And these tools that allow you to design a block style and then push it globally really speed up that development process when you’re building out a theme.</p>\n\n\n\n<p>And then you can use something like the create block theme plugin, which we’ll talk about later again, where you can just export that as a complete package. And on top of that, one of the things that we’ve heard a lot about is, if you remember the customizer had an option where you could add custom CSS, right inside of the customizer, and I think people use that a lot for quick fixes or small little CSS snippets that you would want that you wouldn’t want to have to put into the style sheet of the theme.</p>\n\n\n\n<p>Well, that’s actually coming now to Global Styles as well. There’ll be an input now for custom CSS that you can apply directly within the Global Styles panel to your theme, and there’s now going to be per block custom CSS as well, which is really cool. So if you want custom CSS specifically for a specific block, you can do that too. So, so many cool enhancements to global styles that really allow you, whether you’re an end user and you’re just managing your own site or you’re building block-based themes for others, so many cool features that really increase the power of the site editor in global styles.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely, absolutely. Yeah, especially the custom styles. Custom CSS was a feature that kept also developers or theme developers to not adopt that much on block themes, but with that little feature to be very much in control of little fixes that don’t have to go back to the theme JSON and wherever for that one. That is really powerful. And yeah, it will come in, I think it came in with 15.1 to the Gutenberg, no, it came into 14.8, but it was refined later on. You don’t find it in the left menu, it will be in the styles menu. So it’s a little bit further away than before, but I think it’s also more focused to what it actually does.</p>\n\n\n\n<p>Yeah, you’re not getting distracted when you don’t use it. So for the editor, there is one information that the documentation information and the outline of the list view is now together. So the information about how many words or how much time to read is now in the list view panel in a separate tab, and just recently it was actually changed that it comes from the bottom is again up on top so it’s not covered by the view post when you save it. And it’s a very nice design that came in now with, I think, 15.1.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, and we are starting to see, and we’ll see this more as we talk, but a more tab based design within the interface. So instead of having an icon that you click on to get that information, it’s now kind of part of the insertion tab and it goes hand in hand with some of the other things that we’ve seen, one of them being a new media tab. So when you go to insert blocks and patterns, you’ll now have a media tab where you can have direct access to your media library, which is really cool. It just kind of speeds up that flow. You can of course always add image block and then navigate to your media library and do the same thing, but this really just makes it a lot easier to add media to a page, which is neat. And then, oh sorry, go.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No, no, sorry. Yeah, the media tab is really helpful, especially when you just want to reuse some of the media that you just uploaded. Yeah, it kind of gives you direct access to it without having to have that modal come up. But what it also does is that gives you a basic open verse integration that is now available. So you can search the open verse. Open verse is the Creative Comments image library that is available at wordpress.org/openverse, and so you see images that are free to use on a website. And Steve Burge, actually, he reviewed the feature through the Gutenberg plugin before it even was out.</p>\n\n\n\n<p>And we put the link in the show note, he wrote about it, about the open verse integration, and it’s so much easier to handle when you’re looking for pictures and you don’t have to go out on a new website. You don’t have to go out to the new place for your image and download it. It’s right there. You can access it. It will link to the open verse CDN, but there is a button in the image block where you can say download to media library so you have it again next time when you use it, when I use it again.</p>\n\n\n\n<p><em>Nick Diego</em>: And it’s such a cool thing and especially as open verse continues to grow, a good resource there. One other thing in regards to the editor that was introduced was it’s really kind of hard for a user to differentiate between just a static lock and those that are what we call sync, so template parts and reusable blocks. So while this is not the be all, end all solution, one thing that was added was to colorize synced blocks. Again, temple parts are your reusable blocks. So at first glance, it’s just easier to differentiate, oh, I’m editing something that impacts that could change things elsewhere on the site. So those synced blocks are now purple. So if you see purple when 6.2 comes out, that’s what that means.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah, reusable block have the same content everywhere, and when you change them, it will be changed everywhere, and template parts, it’s just the styling of things. But yeah, it’s really interesting how different modals and how they’re so similar but then have a total different impact when you change it on your site. Yeah.</p>\n\n\n\n<p><em>Nick Diego</em>: Absolutely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it’s definitely worth going over the user documentation for that to just get it really figured out for your daily routine. Yeah. Another feedback was from the full site editing outreach program was that the people have a hard time between what are they editing and what are they looking at, and it now is now introduced in a browse mode that gives you, you can go through all your templates but not add anything. You have to click edit so you know that you are working on that particular template part. Before, when you clicked on the appearance site editor, you jump in right into your homepage for editing and that was kind of confusing because you that might not be what you wanted to edit, and it was also confusing that it only changed on the homepage but not everywhere else when you were doing something.</p>\n\n\n\n<p>So there are some really good quality of life, so to speak, changes in 6.2 as well, but also to make the workflow a little bit more intuitive, a little bit more separated kind of separation of concerns. So the user is absolutely clear what they’re doing in terms of editing or viewing or adding. So there are a few changes that come through the tools section. That one is that the group block now has a setup state, so you can pick the variant.</p>\n\n\n\n<p>Up until now, you’ve selected the group block, and then on the right hand side in the sidebar, you selected if it’s a row, a default, or a stacked block, and now you can do this right when you add it to your canvas, which is pretty cool. With it comes the feature to set a width for the blocks in a row. That means that you can really say, okay, these have the same distance, or you need to fill it up with the whole wording or something like that. It definitely helps controlling that. And there’s also one, you mentioned that in 15.1 that there’s now minimum height for the stack block group block.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, yeah. Minimum height seems like an innocuous change, but it is incredibly useful in various designs. And what we’re seeing in 6.2 is a lot of improvements to tools that we’ve had for a long time. So the stack block in particular has been one that it’s hard for people who don’t understand, who aren’t familiar with flex layouts, it’s like, well, what is this thing? Isn’t it kind of similar to just a group? It just vertically presents my content, right? Well, it’s actually much more tricky than that, but we’ve been missing some of the tools within the UI that allow you to do some cool things with stacks and rows. So, we’re at a point now with 15.1 and soon to be 6.2, WordPress 6.2, where we have a lot of these tools in the UI. And another one of those tools is fixed position or sticky position because one of the things that people have wanted a lot is the ability to have a header, which you see on a lot of websites, that sticks to the top of the browser window as you scroll down the page.</p>\n\n\n\n<p>And this has been introduced in 15.0 where you can now set the position on blocks to be sticky. Now, this is an initial implementation of sticky and position in general. It’s going to be iterated on for 6.2. You will only be allowed to apply sticky to blocks that are at the root of the page. So that would be things like sticky headers, mainly because there’s some UX concern. People understanding how sticky’s kind of a complicated CSS property. So making sure that it’s really clear to folks when they apply sticky, how it’s going to impact the page. So there’s some UX issues there in terms of expanding sticky and other positioning elements throughout the interface, but this is a good first step and it does allow for sticky headers and footers, which is awesome. So a lot of fun things to play with for theme developers specifically that can reduce the amount of custom CSS you need.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and I know we all talked quite a bit about the sticky headers, but I also find sticky footers even more important because that’s where my thumb is when I look at the mobile version of a website. So don’t discount the sticky photos.</p>\n\n\n\n<p><em>Nick Diego</em>: Absolutely. Absolutely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And yeah, that could be next pages navigation or new features or get totally out of the website with something else, but that can be all done from the footer. Yeah, there were some updates on the blocks as well that are coming to 6.2. There are many, many more, but as I said, these are all the priority items. These are the things that are worked on to actually come to 6.2 period. And one of them is that they fixed the layout jumps selecting an image. That was actually very early in the release cycle in 14.4 plugin release.</p>\n\n\n\n<p>But now, and the second one is also the split block toolbar in the sidebar, what you mentioned that there’s more tabbing going on. The team separated the settings from the appearance in the block sidebar and it was completed in 14.7 and there are certainly some updates later on. And I don’t know exactly, I have this question since I saw it, and I have not researched it. But do you know if there’s a way for third-party developers to decide where their settings are going or is that still all coming into settings?</p>\n\n\n\n<p><em>Nick Diego</em>: So yes, I was a big part of making sure that that was possible. Well, I didn’t do it, but I was advocating for that because one of the good examples is color. Color is clearly an appearance type thing style, but a lot of third-party plugins, or even some core plugins, register their own color pickers. So because that’s not generated by block support, it’s a custom implementation, it would by default land in settings. So there would need to be a way to move your custom color panel to styles, especially for user experience because someone’s, okay, we now have the style tab, wait, colors in settings? So that has been done. So there’s now a way to define a group on your panels. So if you can say group style and it will end up in the style panel, if you say group setting, it will end up in the settings panel.</p>\n\n\n\n<p>By default, if you don’t define a group, and this is something that we’ll need to put together in a dev note and especially for the field guide for 6.2, if you don’t define a group, it’s going to default to settings just because WordPress doesn’t know what it is. But you can easily update your third-party block or whatever to define what side you want to be on, which is fantastic. I think the tab situation is really good for user experience because I think we’ve all seen sidebars that you got to scroll forever to see all the different functionality there. So separating that into styles and settings is great. We just now need to make sure that third-party folks can put stuff where they want it and we have the documentation on showing how to do that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah, I think the next step for the sidebar would be that a user can actually move things around. So yeah, if you want to, but that is, well, a girl can dream, right? And then there is a change or an update and make it easy to copy and paste block styles. So when you have two paragraphs and you change the first one, the styling, like the background of the color, you can say there’s another menu item in the ellipse menu on the block where say copy styles and then you can go to the next paragraph and you can then paste the style with the same menu item. And that is definitely very powerful. We had reuse of the styles when you create buttons, a row of buttons. Every time you had them styles and then you add a new button, it took over the style from the previous button. That was automatically done, but we didn’t have that for the single blocks, like for instance, a paragraph block. So this is definitely quite powerful.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah. And I want to stress here that when you are copying and pasting styles, what it’s doing is it’s copying and pasting styles provided by block supports. So things like dimensions and color, things that are when a block opts into native block supports. So I think that as we move forward, third-party blocks have an incentive to opt into native WordPress controls more than ever, because one, when you opt into native WordPress controls, it’s very easy. You get all those controls there for you with a single line of code. And two, now we have some additional functionality like copy and paste that supports those native block supports.</p>\n\n\n\n<p>So I think this is a very subtle change, but it is really going to start helping hopefully standardize third-party blocks to use core block supports as much as possible, which in the end really improves that user experience. Because if you’re a new user to WordPress, you just learned how to apply dimension controls or order or whatever, and then you go to a third-party block that doesn’t have those controls or has a complete custom set of controls, it’s quite jarring. So I think little changes like this will start incentivizing third-party block developers to standardize around core block supports, which in the end will just improve WordPress across the board. So very excited for this one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that’s great. Very good point. And there are quite a few plugin developers that now, amongst you, that provide additional functionality for it. And if they get additional features that they can use that are maintained by core committers, instead of themselves, it definitely makes the updates easier to propagate. And in the list of 6.2 high priority items, the last one is providing a pathway to migrate widgets to block themes. So what that means is if you are using a classic theme and you switch over to a block theme, it will make it available for you to have the same widgets can now be added to a footer or to a sidebar that’s in the block theme and you don’t have to recreate them again as you had to do before. So this is always also a good pathway for adoption of block themes when the migration from a classic theme to a block theme is a little bit easier now.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, this is a great thing. I mean, it’s just one step to make that transition process easier, which we all know it’s not seamless. I mean, it takes some work to go from classic to block based, but this goes a long way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I see sometimes some questions on Twitter and other places where, how do I convert my classic theme to a block theme? And I don’t think that that’s really possible. I think because they both have so different paradigms to think of, what is the same is the template hierarchy, but I think the block-based approach is so much richer feature set for the user that it’s not possible to do this one to one transition. There are certainly ways to do that in particular parts. So you could have template parts that are block based on your classic theme, or here, like the migrate the widgets over to block themes, but there is not a one-to-one translation possible because of the different based architecture and paradigms.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, so these were the major points of 6.2. I know there are many, many other smaller changes or that came across without being the high priority, but they’re still very helpful for 6.2. </p>\n\n\n\n<h3 class="wp-block-heading"><strong>Community Contributions</strong></h3>\n\n\n\n<p>Now, I wanted to point out some community contributions and then we get into the release of Gutenberg 15.0 and 15.1. And so, I wanted to point out the advanced query loop plugin by Ryan Welcher. He adds variations for that post loop that we talked about. He calls it a query loop because that’s what he builds his variation on, but also for date filtering, you can now also, if you use that plugin, you can also have pages that are just per author or for custom post types or custom fields. So he has really expanded that query loop or the post loop in the block editor, so you get a lot of variety and variations that you can use for the more expanded block themes. Because those are still the idea out there that it’s for simple websites, block themes are good, but not for complex ones.</p>\n\n\n\n<p>And this is definitely helping. This advanced query loop plugin is definitely helping expanding that. You can certainly learn more about it as he builds out his Ryan live streams, all his work live on Twitch every Thursday from 10:30 PM Eastern AM, PM right? No, I’m sorry. He live streams his work live on Twitch every Thursday, 10:30 AM, and then after a week or so he also updates the recording to YouTube and that’s where you’ll find his work on the advanced query loop plugin. And of course. We share those all in the show notes. Well, if you ping him on Slack or on Twitter or on his Discord, you can certainly also make requests to what to show in the Twitch stream. So this is really cool. Yeah, Ryan has done this now for a year and he has quite the following on there, but it’s definitely hands-on programming with blocks and plugins and additional custom fields. There’s quite a variety there.</p>\n\n\n\n<p><em>Nick Diego</em>: And it’s a fantastic resource for learning, especially for folks who want to build very advanced things. Whether you’re going to use his plugin, advanced query loop, or not, watching him build it will give you tons of resources and tools to build your own custom blocks. It shows how sophisticated block-based development can be. It’s not just your simple paragraph block and image. I mean, you can do some really powerful things with blocks and create some really sophisticated interfaces for users. So even if you don’t need advanced query loop, check out his stream because you’ll learn a lot of good tips and tricks on how to build your own custom stuff.</p>\n\n\n\n<p><em>Birgit Pauli-Haac</em>k: Yeah, and for me, what’s also a good value is when I watch Ryan do his work, sometimes he runs into something where he says, I didn’t know where to do that, or there was a mistake and just his workflow on how to debug things and where to look up things. Yeah, it’s such helpful to watch for your own research and how to handle all the difference, be it the console on the browser or be it the arrow debug log or all the tools that you have. He uses them and he uses them as an expert, but also, when he starts out with something and said, how does this work? Or why doesn’t it work? It’s definitely good. Yeah, it also helps me with my imposter syndrome.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah. We all make mistakes, we all make mistakes, and he does a good job showing you how to dig out from them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: If we all make mistakes, what happens next is the clue for fixing it. Yeah.</p>\n\n\n\n<p><em>Nick Diego</em>: I mean, half of development is Googling things, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. Yeah. And there’s another plugin, and you mentioned it before, Nick, when we were going through the 6.2 thing was the create theme plugin. And that is created by developers from WordPress and as a tool for theme developers that are not touching code. So you could export a current block theme with the changes you made in templates, template parts, and global styles. That’s so powerful. And it also has other features. You can create a new child theme from the activated theme and then the activated theme becomes the parent theme. You can also create a completely new theme cloning the activated theme, and the result theme has all the assets of the activated theme and all the user changes. So that is also quite powerful and it saves the user changes as theme changes and deletes the user changes. So they’re saved in the theme in the folder and the theme JSON is updated and all that.</p>\n\n\n\n<p>You could also use that plugin to actually create an empty theme, which sometimes you want to just start out fresh. And just recently there’s a new feature that came in that’s saves your user changes as a style variation. Remember, the 2023 theme was built with community support on the style variations. They had 38 submissions of style variations and then 10 of those came into theme 2023. But now you can actually create those style variations with the site editor and have your own personal theme 2023 style variation. So Daisy Olsen has started also a weekly live stream on Twitch and for Friday 10:30.</p>\n\n\n\n<p>And she has been demoing how to use it and all she talks about is block themes, but also how to then use all the tools that are available. She posts also her recordings on YouTube. I know that Twitch removes videos after 14 days, so all the Twitch streamers are moving recordings over to YouTube when it’s appropriate. So those are two plugins that you definitely want to check out when you are new to two block themes. But Nick, you also have some great plugins in the repository. And do you have an update on them? I know it’s the block visibility plugin. What does that do? And then the icon block.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, so I built block visibility thinking a year and a half ago now as a way to teach myself some of these new techniques. How do blocks work? I taught myself React to build this block, to build this plugin. And the plugin does something very simple. It was something that I used to have in classic WordPress where you could show, or dynamically show or hide content. Usually you do that with a short code or something like that. I was very popular with widgets. There were tons of plugins that would allow you to only show this widget on pages with certain categories or whatever. And so, in a block-based world where everything on a website is a block, well you then have a consistent type of content that if you can interact with it, if you can do something for a block, then you can basically dynamically show any part of your website.</p>\n\n\n\n<p>So that’s where the genesis of block visibility came about as my own fun little project. It’s grown considerably. It’s now at 8,000 active users, which kind of surprises me. And the interesting thing about it is not really the plugin itself, but more so that I am personally anecdotally starting to see a decent uptick in people activating and using block plugins. The icon block is super simple. It’s literally a way to show SVG icons in a block format. And I tried to build it in a way that is as close to core as possible. It’s functionality that probably would never be in core because working with SVGs is not really something probably core wants to deal with, but it uses as many block supports as possible, which I try to make it as much like core as possible just for a fun side project. That also just reached 8,000 active users.</p>\n\n\n\n<p>So if people are looking to build plugins, I’ve historically been a plugins developer. I have built themes before, but I like building plugins more. I’ve built widgets, I’ve built short codes, I’ve built all sorts of different plugins. But building blocks is really fun. And we now have tools like the Create Block Package that I know Ryan has put a lot of time and effort into supporting. It’s so much easier to build with blocks now than it used to be. And if you’re kind of on the fence about building custom blocks, I encourage you to do so.</p>\n\n\n\n<p>One, there’s seemingly the market for them, and two, it’s such a fun ecosystem to play in. So I really enjoyed my two plugins. They’re doing quite well, which I’m proud of and thankful to the community for supporting. And I think that we really need, in this new block-based world, we need a rich ecosystem of third-party plugins to do niche functionality that core might not support. So I’m the biggest champion of folks building custom blocks, whether they’re on the repo or for yourself. And if you need help, let Ryan or myself know and we’ll help you with it. But yeah, start building blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, thank you so much. And also to kind of just trail blaze a little bit more, you were ahead of the curve there as well. And how did that turn out? Yeah, I think the last time you were on the show, we were talking about your build a block in 15 minutes talk for WordCamp US, and it was quite interesting to see. I was in the show and yeah, what were the comments afterwards? Yeah.</p>\n\n\n\n<p><em>Nick Diego</em>: Tons of positive feedback. I think that, and honestly, more of that kind of thing we need to do. I know that there’s a lot of folks who build websites for clients and they’re on time constraints. They don’t have time necessarily to completely learn something new. Whatever it might be is maybe holding them back from working with blocks. Maybe they don’t even need to work with blocks because their workflow doesn’t require it. That being said, I think there’s a lot of opportunity, especially after 6.2. I think back to this time last year where WordPress was. We have introduced so much functionality. It’s so much easier to build a block theme. It’s so much easier to build a custom block. I look at 2023 as the age of maturity for block-based WordPress. I mean, we’re at a point now where you can do so much and build so many sophisticated interfaces. And I’m starting to see more and more people picking up blocks, exploring blocks. So yeah, it’s an exciting time to be in WordPress.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. Absolutely. And thank you for being such an advocate for block development and all that. </p>\n\n\n\n<h3 class="wp-block-heading"><strong>Gutenberg 15.0</strong></h3>\n\n\n\n<p>So, that brings us to the Gutenberg plugin releases. We have two to cover. The main things we already kind of talked about in the 6.2 thing, but the Gutenberg 15.0 was released on January 18th. It had 109 merch PRs by 42 contributors. Seven of them were first time contributors. Yay, first time contributors, congratulations. </p>\n\n\n\n<h3 class="wp-block-heading"><strong>Enhancements</strong></h3>\n\n\n\n<p>And we had a few enhancements. One was allowing the resource of the sidebar frame for the side editor. So the side editor has on the left hand side the menu where template parts and templates and other things, forgot what it was. There are more menus there. And now you can change the frame, the space that the sidebar takes from your canvas, which is really cool. You never had that before.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah. Also, if you slide it all the way, you can also see what the site looks like in mobile view, because it also resizes the site editor itself. So that’s a really cool one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it does it only in browse mode. When you click on the edit button, the blue edit button, you kind of get the full editor again, full screen editor, but that’s for the menu item. Yeah. And then your big W or side icon gets you back to the menu out of the editor. So that’s kind of the workflow from browse mode to edit mode. Yeah. Then yeah, go ahead.</p>\n\n\n\n<p><em>Nick Diego</em>: So I was going to say, one of the cool things that was kind of frustrating for folks, that if you were in a certain mode in the editor and you refresh it, sometimes that mode won’t stick. So now that’s synchronized. So if you were to edit a mode and then refresh your page, it will go back to the same state that you were just in. So small little like quality of life improvements, but big ones if you’re in the site editor all the time. And another quality improvement was copy and paste, the shortcuts for copy and paste, now work in the site editor, which obviously is seemingly small, but a very important fix that we’re seeing there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And you only notice it when they don’t work. But yeah, when you try to do control C, control X and control V or command V for the paste and in which you use on any other editor around the world, be it your email, be it your Word or your Google Docs or even and all of a sudden in the editor it doesn’t work. So yeah, it definitely has been updated there. Now it comes to you. We talked about paste style to the block settings. Yeah, we talked about that. And then it’s now in 15.0, so if you upgrade your plugin to 15.1, 15.0 is still out. Yeah, 15.1 hasn’t been out yet. It’s only going to be released on February 8th, but you will be able to use those paste styles. And the next one is prevent an image from being resized larger than its container. Yeah, that was one of the things that really mixed up your layouts when that was not handled, but now it is and that’s a very good thing.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah. Working with image sometimes in the editor is tricky, and I think that this really makes it much more intuitive in the editor, between the editor view and the front end view. So that was a really good improvement to see there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And you see the borders now, so you know when you kind of go into outside the container and then it doesn’t let you, yeah.</p>\n\n\n\n<p><em>Nick Diego</em>: Next up we have some improvements to navigation. There’s a lot of improvements to navigation between 5.0 and 5.1. For longtime observers of the Gutenberg project, navigation is probably one of the hardest things to get right and there’s so many moving parts in managing there. So, little improvements like add an icon, add a sub menu item option. There was a Phantom ghost inserter little artifact that was there that was confusing. Improving loading indicators and replacing setting menus when custom. This is going to sound too complicated, but lots of improvements to navigation that make it more intuitive and make the workflows better. And we’ll actually see some more of those as we continue into 15.1.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right, right. Yeah, the navigation block actually got a complete redesign or thinking of the process of creating menus in the block editor and it became the page list block got kind of a rejuvenation and a repurposing for that. So it’s in the sidebar, you can use the page list block, or the sidebar uses the page list block to actually create the menus. So there are some noise additional features in that particular block as well. Then the sidebar tabs, we talked about the block inspector tabs experiment with the split controls for the tabs. It will not see an additional tab whenever you use the navigation block and then it kind of uses the off canvas kind of navigation editor for that.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, so back to we were talking about tabs, so more tabs in the interface. And I think that once you get, it’s a little jarring, from before, but once you get used to it, it’s such an improvement. So now instead of having to manage the navigation menu all the way in the actual block, you can do it right on that sidebar off canvas functionality within the tab. So yeah, you’ll start to see a lot of tabs, but it’s a good thing. It will really make editing easier.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Especially for the navigation block where you never had enough space to do something like that or you never hit the right block or right border or right inserter. That was quite some confusion going on and this is definitely coming to 6.2, the total rethinking about the navigation block. And there are little things there. We talked about the next item is the edit the block style variations for global styles. We talked about that. That is now in Gutenberg 15.0 available. So try it out and see how that’s going to work. And those were the highlights from 15.0.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, there was one more, which was the sticky support for position, which we talked about. So that will be coming in 6.2 specifically for blocks that are not in containers. So that will enable sticky headers and footers. Again, this is kind of a first implementation, and as we move forward with Gutenberg and WordPress 6.3, there’ll be more position functionality, but this is a good first step.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you want to help testing that, use the Gutenberg 15.0 plugin a version and just play around with it. And the more feedback you get in before beta, then the core contributors can fix some of the things that they haven’t found before, because they haven’t used it as much as you would. So yeah, that definitely will help how that’s going to turn out in 6.1, 6.2, sorry. Good. So that was 15.0. I haven’t seen anything else come in there. </p>\n\n\n\n<h3 class="wp-block-heading"><strong>Gutenberg 15.1</strong></h3>\n\n\n\n<p>Then let’s get right into 15.1 with the caveat that we are looking at the change log from 15.1 release candidate one, which was released on February 1st. The final release will be February 7th and everything that comes in before on Monday, no, on Tuesday will be in beta one from that particular release. So that is actually feature freeze from main features. All right. Do you want to take it on?</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, yeah. So the first thing going back to navigation was, in the site editor, there’s now in the browse mode, there’s now a navigation section where you can move around and manipulate the navigation menu. This is kind of an initial implementation and we’ll see in the future how much more gets built out, but it’s kind of neat. You can, in browse mode, you can modify your main navigation easily. The initial implementation is starting to look a lot like that, the classic menu management screen where it’s kind of an abstracted view of the menu and you can move things around and adjust things. So it’s a really interesting start. Personally, I would love to see in that browse menu sidebar being able to edit your templates, your template parts and your navigation and see all your menus there. A first step, but a really good one, and I think it’s really intuitive and it will be helpful for users to edit navigation menus.</p>\n\n\n\n<h3 class="wp-block-heading"><strong>Enhancements</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, the next big feature that is coming with 15.1 is the add shadow presets and UI tools and global styles. The box shadow was already in there, but now it comes with a UI for users to change the drop shadows in the global styles. It’s a first iteration. Oh no, there won’t be any. It’s only going to be for button. And there is on the developer news blog, Justin Tadlock, who has quite a nice tutorial on how the block shadow feature is going to work for themes. So yeah, it’s definitely something that was missing before. Yeah, any thoughts on that?</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, so the shadow functionality and what Justin wrote about is you can add drop shadows via manually adding the attributes to a block. So if you’re a theme developer, you’re designing a template and you can manually add that to the template file. We were just really missing that UI and the preset functionality. Similar to sticky UI for shadow and user experience for the shadow control is a little tricky, which is why the first implementation was get the functionality there from a template builder from a code perspective and now we’re starting to see the presets and the UI tools. So right now, there’s UI in global styles for button to add a global button styles with Shadow. First implementation, assuming that all works well and is intuitive, it will then be rolled out to additional blocks.</p>\n\n\n\n<p>So the next one, I just wanted, it’s pretty minor, but I think it’s one that’s been sitting around since early last year. So a lot of blocks now you can add HTML anchors to or ID tags to. And dynamic blocks did not have this functionality. So things like post lists and I’m not remembering off the top of my head all the dynamic blocks that we have, but now it does. So anchor block is now supported across dynamic blocks. Pretty small change, but one that was needed because navigation and navigation items are dynamic blocks and so they did not have HTML anchor support. So a small little thing that people have been asking for a long time. It’s good to see that that’s been included.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it’s really hard to target multiple things that don’t have at ease and could be really good. Yeah. And yeah, 15.1 comes with a ton of changes to the navigation block. Part of it is the off-camera navigation as a default experience. Then adding manage menu buttons for the menu selector dropdown. So, if you switch from one theme to the next, menus are persistent. And also, if you change from the classic to your block theme, you will find your classic themes menu available through the navigation block. That’s also very seamless now. And there are also custom labels for the navigation block view through the list view appender so you can name things quite a bit. We talked about copy and pasting styles menu items to separate menu group? No, we didn’t. That’s also navigation enhancement where you can copy and paste styles menu items to a separate menu group so it shows up in different places where you use that.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, little enhancements that go a long way. As we move down the list here, we also saw a lot of improvements to the custom CSS, the ability to add that custom CSS right in global styles, some refinements to descriptions, refinements to what we’re calling it. Also, the custom CSS used to be just a panel that you would see immediately when you went into Global Styles. It’s been a little bit more hidden. The main reason, once you know where it is, very easy to find, but for new users to the site editor, it’s a little overwhelming to be presented with all those options. So now that is a bit hidden within the global styles.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and it also comes with a validation kind of process. So when you add your customer CSS to make sure that that’s actually valid code, it gives you a little message there and checks it out. So it’s really good. There’s also the per block custom CSS. We talked about it earlier. It comes with 15.1. It’s very late in the process to be tested quite a lot in the Gutenberg plugin. But check it out and see how that works for you. I’m really interested on the use case for that. I also saw a use case or request for use case for getting post single post custom CSS panel, but that is, I think, will stay plugins territory.</p>\n\n\n\n<p>There is a plugin in the Repo where you can do that, but I don’t think it’s going to come to core because it’s not block-based anymore. It’s kind of content based and that’s a little bit tricky to do. Yeah, and you mentioned it before, 15.1 also adds some of the missing controls to the flex layouts, the vertical alignment for the stack blocks, and also the ability for minimum height in the stacks and make the flex layouts now really powerful for theme developers as well as site owners.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, really excited for this one. This is going to reduce the amount of custom CSS themed developers need to build some sophisticated layouts. Really a cool one. One of those little minor things on the list here, but actually is super impactful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I see we also highlighted, for the sticky position, you mentioned it before. It’s a block that’s not on a root block. Kind of being on the canvas will not be able to be sticky for now because the user experience concerns are a little bit not yet worked out. So it will be a limited functionality. And then the last part is renaming. So web fonts has been around, talked about since 6.0, was supposed to get in 6.0. There was a big flag raised from Core Committers and since then the core team has worked on that. 15.1 comes with a rename of the font’s API, but I also saw in our release channel on the Mac block that Tanya Mork announced that the fund’s API won’t make it into 6.2. She posted it on February 1st in the release channel. That is actually public. You can anytime kind of go into the six dash two dash release dash leads channel on the Make WordPress Slack and see what the discussion is about.</p>\n\n\n\n<p>So, it will not make it. It’s slated for the Gutenberg plugin in 15.1, but it comes out only a day after beta one for 6.1. So 6.2 and it won’t make it the API. She finds it needs several Gutenberg releases to stabilize. And after they did a complete rewrite on it and renamed it and the last rewrites happened for Gutenberg 15.1, but that’s just too close to the beta release. The next focus will be to getting the API stabilized, assessing and improving the performance of it, and then adding automatic font and queuing for all fonts in clover styles. And then developers upgrading to use a new API with a backwards compatibility layer. And that is temporary. So all those seem to be doable to target very early for the 6.3 release alpha. That kind of starts after 6.2 is released, which is in May. So they’ll find things in the core nightly and goodnight nightly after the 6.2 release.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, it’s one of those things where it’s taken a while, but it needs to take a while to make sure everything is in the right shape. And we just got to wait a little bit longer, but very soon we’ll be able to test it in the Gutenberg plugin, which is awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then we have one last item, I think, from 15.1 that we talk about. Make child themes inherit parents style variation, which is pretty cool.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, block themes is one of those things where people are familiar with child themes and block themes obviously want to support child themes as well. And if you have a parent with a bunch of style variations like 2023 and you want to make a few changes in a child theme, you want to also pull those style variations over. So a nice intuitive improvement to child theming in a block based world.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, and that, dear listeners, concludes our Gutenberg plugin 15.1 release change log. And we are pretty much at the end of the show. And it’s been quite the long show, but it’s also important to talk about what’s going to buoy you in 6.2. So thank you so much, Nick, on walking us through or going with me as a co-host through all those different changes and talk about the advantages and disadvantages of many, many things.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, thank you again for having me. I cannot wait for the 6.2 release. I think we’re going to get so many new functionality that will empower block builders, block theme builders, end users, so on and so forth. So very much looking forward to it. And thanks again for having me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, and that’s wonderful. So, as always, the show notes will be published. At gutenbergtimes.com/podcast. This is the episode 79, and if you have questions or suggestions or news you want to include, send them to <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. That’s <a href="mailto:changelog@gutenbergtimes.com">changelog@gutenbergtimes.com</a>. And I also want to have, I will share the last WP Briefing episode by Josepha Hayden Chomphosy, where she talks about now if Gutenberg part two is kind of coming to an end, what does that mean? We still will add refinements to the plugin into the editors, even if the collaboration phase kind of starts soon in 2023. But I will share that so you can hear it from the executive director of the open source project. I also am really excited for the 6.2 release, and I hope people hear you with the episode 80 of the Gutenberg change log in about two to four weeks. I have not yet scheduled it, but I’m also traveling, so I’m kind of be patient. It will arrive in your inbox in your podcast. All right, that’s it. Thank you for listening and goodbye and have a wonderful time with testing 6.2. Bye bye.</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, 05 Feb 2023 07:19:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"Gutenberg Changelog";s: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:110:"Gutenberg Times: WordCamp Asia, Block Styles, Friction logging and WooCommerce Blocks – Weekend Edition #243";s:7:"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=23290";s:7:"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:114:"https://gutenbergtimes.com/wordcamp-asia-block-styles-friction-logging-and-woocommerce-blocks-weekend-edition-243/";s: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:19652:"<p>Howdy, </p>\n\n\n\n<p><strong>WordCamp Asia</strong> will be in less than two weeks! Will I see you there? Just in case, I share my <a href="https://calendly.com/pauli-haack/wcasia?month=2023-02">public calendar, so you could self-schedule </a>a meeting with me. With the deliberate act to schedule an encounter, it ensures it will actually happen. Once they started, WordCamps get really busy, and then I live in the moment, try to be present in every conversation and might lose track of time. So even with the best of intentions, we could miss each other. </p>\n\n\n\n<p>For those who won’t make it to the in-person WordCamp, <a href="https://asia.wordcamp.org/2023/schedule/livestream/"><strong>the Livestream schedule </strong></a>is already published and displays date/times in your timezone. I compiled <a href="https://gutenbergtimes.com/wordcamp-asia-2023-eight-gutenberg-related-talks/">a list of eight Gutenberg related talks</a>, mostly for my own benefit. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: You might find the <em>Upcoming WordPress events</em> section missing. Now that in-person events are coming back, there are too many to list in this newsletter. </p>\n\n\n\n<p>Bookmark the upcoming WordPress events lists: </p>\n\n\n\n<ul>\n<li>WordCamp schedule on <a href="https://central.wordcamp.org/schedule/"><strong>central.wordcamp.org/schedule</strong></a></li>\n\n\n\n<li>The Learn WordPress online workshops and events on <a href="https://learn.wordpress.org/online-workshops/"><strong>learn.wordpress.org/online-workshops/</strong></a></li>\n</ul>\n\n\n\n\n\n\n<div class="wp-block-group has-light-background-background-color has-background is-layout-flow"><div class="wp-block-group__inner-container">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class="wp-block-sortabrilliant-guidepost"><ul><li><a href="https://gutenbergtimes.com/feed/#0-word-press-release-information">Developing Gutenberg and WordPress</a></li><li><a href="https://gutenbergtimes.com/feed/#0-p">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href="https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled">Theme Development for Full Site Editing and Blocks</a></li><li><a href="https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press">Building Blocks and Tools for the Block editor</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class="wp-block-heading" id="0-word-press-release-information">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>The next Hallway Hangout will take place on February 13, 2023 at 9am ET. Felix Arntz and Anne McCarthy will discuss <a href="https://make.wordpress.org/core/2023/02/03/hallway-hangout-performance-improvements-for-wordpress-6-2/"><strong>Performance Improvements for WordPress 6.2</strong></a>. This discussion will be a continuation of the conversation on <a href="https://make.wordpress.org/core/2022/12/16/hallway-hangout-performance-considerations-for-block-themes/">performance considerations for Block Themes</a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> shared in her WP Briefing Episode 48 <a href="https://wordpress.org/news/2023/01/episode-48-what-does-concluding-a-gutenberg-phase-really-mean/"><strong>Concluding a Gutenberg Phase Really Means</strong></a>. “99% of the features we considered in scope for Phase 2 will be in core by April” she says and also adds what it doesn’t mean: “it definitely does not mean that we will stop shipping refinements to the user experience. ” If you are interested in the big picture ideas around the WordPress open-source project, subscribe to Chomphosy’s WP Briefing Podcast #worthit. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<img />\n\n\n\n<p>In his latest <a href="https://make.wordpress.org/design/2023/01/30/design-share-jan-16-jan-27/"><strong>Design Share: Jan 16-Jan 27</strong></a>, <strong>Joen Asmussen</strong> takes into the redesigns of the WordPress Developer Blog, the “Hosting” page, the “About” page and the Job section of WordPress.org. You also find a visual discussion on the information architecture of the Global Styles feature in the Site editor, how a Custom CSS feature would look with error highlighting, how pointers of notes could be added to the sidebar. </p>\n\n\n\n<p>Furthermore, you can also see some variation for Link Control and Shadow design tools. The design and meta teams working hard to get the redesigns of the WordPress.org site implemented. </p>\n\n\n\n<p>The 20-year anniversary of the first WordPress release will be this year, and it deserves a 21st century look and feel. I am super-stoked about the fantastic work of the design team! </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>Speaking of anniversaries, <strong>Jeffrey B Paul</strong>, Director of Open Source at 10up, <a href="https://twitter.com/jeffpaul/status/1621546372838080512">tweeted</a>: <strong>Happy 6th Birthday Gutenberg</strong>! with a screenshot of the first commit by Matias Ventura to the GitHub repository. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>The release of <strong>Gutenberg 15.1</strong> has been move to a week later, and will come out on February 8th, 2023. JuanMa Garrido is the release lead. It’s the last Gutenberg plugin version that will be merged with WordPress core for the next major release 6.2. Beta for 6.2 is on February 7, 2023. If you’d like to start testing the latest features, you can use the <a href="https://github.com/WordPress/gutenberg/releases/tag/v15.1.0-rc.1">plugin file from the release candidate.</a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Nick Diego</strong> and I recorded the Gutenberg Changelog #79 on Friday, and it will arrive at your favorite podcast app over the weekend. We covered a lot of ground including the high-priority features coming to a WordPress instance near you with 6.2 as well as the Gutenberg version 15.0 and 15.1. We also talked a bit about some tooling via plugins. </p>\n\n\n\n<img />\n\n\n\n<div class="wp-block-group has-light-background-background-color has-background is-layout-flow"><div class="wp-block-group__inner-container">\n<p><strong>🎙️ </strong> New episode: <a href="https://gutenbergtimes.com/podcast/gutenberg-changelog-79-wordpress-6-2-gutenberg-plugin-versions-15-0-and-15-1/">Gutenberg Changelog #79 – WordPress 6.2, Gutenberg plugin versions 15.0 and 15.1</a> with Birgit Pauli-Haack and special guest Nick Diego </p>\n</div></div>\n\n\n\n<h2 class="wp-block-heading" id="0-p">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>In their latest post, <a href="https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/"><strong>Core Editor Improvement: Strengthening style options</strong></a>, <strong>Anne McCarthy</strong> lists all the great design tools that are coming to WordPress with the next major release in 6.2. “There’s something for everyone, whether you’re creating your next block theme, a designer seeking a pixel-perfect layout, or someone looking to reuse a design. Taken together, these changes create a clearer design process that is intuitive and efficient for modification and reuse.” McCarthy wrote. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Munir Kamal</strong> published a new tutorial on <strong><a href="https://gutenberghub.com/how-to-create-a-multi-column-list-in-wordpress-block-editor/" target="_blank" rel="noreferrer noopener">How to Create a Multi-Column List in WordPress Block Editor</a>.</strong> “Due to its space-saving benefits and improved readability, multi-column formatting has been a staple in print media, such as newspapers and magazines.” Kamal explained. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Bud Kraus</strong> took the default theme Twenty-Twenty Three for a ride. You can read his review <a href="https://www.godaddy.com/garage/twentytwentythree-a-wordpress-theme/"><strong>TwentyTwentyThree: A WordPress theme looking toward the future</strong></a> at GoDaddy Garage. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><a href="https://twitter.com/istudio"><strong>Judith Kallos</strong></a>, WordPress Consultant, asked in her blog post: <a href="https://www.theistudio.com/gutenberg-editor-what-you-need-to-know-now/"><strong>Still Not Using WordPress Blocks? The Time is Now.</strong></a> She gave a brief intro into the Block Editor and had some tips to get started now. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>James Koussertari</strong>, Gutenberg Market, found for you <a href="https://gutenbergmarket.com/news/the-6-best-gutenberg-compatible-wordpress-themes-in-2023"><strong>The 6 Best Gutenberg Compatible WordPress Themes in 2023</strong></a> and reviewed them. They are not Block Themes using the Site Editor, though. Good Themes, that handle blocks well, and their the pros and cons. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>In his latest post, <strong>Steve Burge</strong> explored the Openverse Integration of the block and site editor prior to the Gutenberg plugin release. It is also slated to come to WordPress core with the 6.2 release. Read what he found in <strong><a href="https://www.metaslider.com/openverse-integration/">Openverse Stock Photos Are Coming to WordPress</a></strong>. A Thank you also to Steve Burge <a href="https://twitter.com/SteveJBurge/status/1620885151512416258">for the shoutout</a> of the Gutenberg Nightly, the daily plugin build for testing features that are not yet released. It will cross 140,000 downloads soon. </p>\n\n\n\n<p>Starting February 8th, Openverse will be on its stand-alone domain at openverse.org for SEO and other purposes. All links and WordPress navigation will be redirected. Access from the block editor will keep working, too. </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 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\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<h2 class="wp-block-heading" id="2-word-press-6-0-1-and-6-1-scheduled">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Mark Root-Wiley</strong> published his case study: <a href="https://mrwweb.com/wordpress-site-editor-friction-log/"><strong>WordPress Site Editor First Use Friction Log</strong></a>. He live blogs his experience recreating his site with a block theme and use the Site Editor to select his Global Styles. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>Recently, I saw the question more often: how to migrate a classic theme to a block theme. Sorry, I don’t remember where, though. </p>\n\n\n\n<p>In the Themes handbook, I found a chapter on exactly that topic: <a href="https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/"><strong>Converting a classic theme to a block theme</strong></a>. Unfortunately, there is not 1:1 migration process on button click. The paradigm changes are too fundamental. The general concepts of a migration are covered in the post <a href="https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#gradually-adopting-the-full-site-editing">Gradually adopting the Site Editing features</a>. Then you learn how to enable block features in classic themes: </p>\n\n\n\n<ul>\n<li><a href="https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#adding-theme-json-in-classic-themes">Adding theme.json</a></li>\n\n\n\n<li><a href="https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#adding-block-patterns-in-classic-themes">Adding block patterns</a></li>\n\n\n\n<li><a href="https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#enabling-template-editor">Enabling template editor</a></li>\n\n\n\n<li><a href="https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#disabling-template-editor">Disabling template editor</a></li>\n\n\n\n<li><a href="https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#adding-block-template-parts-in-classic-themes">Adding block template parts</a></li>\n\n\n\n<li><a href="https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#customizer-options">Customizer options</a></li>\n</ul>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\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 2022”</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/"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p>In the latest WordPress Developer Blog post, <a href="https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/"><strong>Creating custom block styles in WordPress themes</strong></a>, <strong>Justin Tadlock</strong> explains how to create custom block styles on a quirky example: If you follow along, you get to build a cool hand-drawn border and make it available to your theme users:</p>\n\n\n\n<a href="https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/"><img /></a>\n\n\n\n<p>In part 5 of the Starter Block Theme series, <strong>Daisy Olsen</strong>, demonstrates how how to <a href="https://www.youtube.com/watch?v=GbBBOy8Ngbs"><strong>handle custom Fonts in theme.json file</strong></a>. She explored adding custom fonts via theme.json in a few different ways: </p>\n\n\n\n<ul>\n<li>including manually registering via theme.json, </li>\n\n\n\n<li>using the Create Block Theme plugin to add Google fonts, and </li>\n\n\n\n<li>fonts from locally stored files uploaded to your site.</li>\n</ul>\n\n\n\n<p>You can catch<a href="https://www.twitch.tv/daisyonwp"><em> Daisy Olsen Twitch stream every Friday at 10:30</em></a> am live programming and discussion ins and out of Block Themes.</p>\n\n\n\n<h2 class="wp-block-heading" id="3-building-themes-for-fse-and-word-press">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p><strong>Sarah Gooding</strong> took <a href="https://wptavern.com/a-look-under-the-hood-at-engine-awesome-a-laravel-based-saas-app-using-gutenberg" target="_blank" rel="noreferrer noopener"><strong>A Look Under the Hood at Engine Awesome, a Laravel-based SaaS App Using Gutenberg</strong></a> outside the WordPress ecosystem. Steve Bruner, SlipFire agency owner, said: “The front-end is a headless React application built primarily using the Gutenberg JavaScript packages. We use the Gutenberg packages directly instead of the Isolated Editor project as it affords us a higher degree of control and customization.” as quoted by Gooding. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong><a href="https://twitter.com/raemoreywrites">Rae Morey</a></strong> reported that the WooCommerce core team is piloting a three-month program of monthly chats that will focus on <strong>WooCommerce Blocks Extensibility</strong>. Automattic Developer Advocate Stephanie Pi says <a href="https://developer.woocommerce.com/2023/01/30/announcing-wc-blocks-extensibility-monthly-chat/">the trial aims to determine the best way to speak directly and transparently</a> with the WooCommerce developer community. (Source: <a href="https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE4MCwiMWRkZDRmNGE2OGYwIiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3Iiw1MDksMF0"><em>The Repository</em></a>)</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>In addition to his Twitch stream every Thursday at 10:30 am ET, <strong>Ryan Welcher </strong>also started with mobile short video format. This first recording is an introduction to custom Webpack configuration via @wordpress/scripts: <a href="https://www.youtube.com/shorts/VgK_Y9wAGXw"><strong>A quick tip on creating a custom webpack configuration</strong></a>. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>In this week’s episode of WPCafe, <strong>Keith Devon</strong> and <strong>Mark Wilkinson</strong> discuss <a href="https://www.youtube.com/watch?v=NxrLumRpSl8"><strong>the challenges of modern WordPress development</strong></a> for block editor and site editor. Keith Devon invites you via his <a href="https://twitter.com/keithdevon/status/1621490596631220225">tweet:</a> “Join us for a good old moan about WordPress development” 🤣. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p><strong>Ryan Welcher</strong> updated his YouTube Channel with recording from his Twitch Stream: <a href="https://www.youtube.com/watch?v=fW3W1eZorHg"><strong>Gutenberg 15.0 features and a Post Picker block</strong></a>. Welcher covered developer-focused features in Gutenberg 15.0. In the second part of the session he gave an intro to creating a post-picker block and demonstrate some hooks and components.</p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n\n<p>Featured Image: Jim Choate: Taped glass block window in an alley in The Dalles, Oregon</p>\n\n\n\n<hr class="wp-block-separator has-css-opacity is-style-wide" />\n\n\n\n<p class="has-text-align-left"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class="wp-block-newsletterglue-form ngl-form ngl-portrait" action="https://gutenbergtimes.com/feed/" method="post"><div class="ngl-form-container"><div class="ngl-form-field"><label class="ngl-form-label" for="ngl_email"><br />Type in your Email address to subscribe.</label><div class="ngl-form-input"><input type="email" class="ngl-form-input-text" name="ngl_email" id="ngl_email" /></div></div><button type="submit" class="ngl-form-button">Subscribe</button><p class="ngl-form-text">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class="ngl-message-overlay"><div class="ngl-message-svg-wrap"></div><div class="ngl-message-overlay-text">Thanks for subscribing.</div></div><input type="hidden" name="ngl_list_id" id="ngl_list_id" value="26f81bd8ae" /><input type="hidden" name="ngl_double_optin" id="ngl_double_optin" value="yes" /></form>\n\n\n\n<hr class="wp-block-separator has-css-opacity is-style-wide" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 04 Feb 2023 17:00:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:74:"WPTavern: WordPress Plugin Developers Alerted Ahead of Twitter API Changes";s:7:"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=141667";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://wptavern.com/wordpress-plugin-developers-alerted-ahead-of-twitter-api-changes";s: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:5917:"<p>Beginning February 9, 2023, Twitter will turn off free access to its APIs. The company announced yesterday that it will be offering “a paid basic tier” with more details coming next week.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Starting February 9, we will no longer support free access to the Twitter API, both v2 and v1.1. A paid basic tier will be available instead <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f9f5.png" alt="🧵" class="wp-smiley" /></p>— Twitter Dev (@TwitterDev) <a href="https://twitter.com/TwitterDev/status/1621026986784337922?ref_src=twsrc%5Etfw">February 2, 2023</a></blockquote>\n</div>\n\n\n\n<p>In response to a user who conjectured that this move is more about raising the friction to making bots, Elon Musk <a href="https://twitter.com/elonmusk/status/1621259936524300289">responded</a>, saying that this is one factor motivating the change.</p>\n\n\n\n<p>“Yeah, free API is being abused badly right now by bot scammers and opinion manipulators,” Musk said. “There’s no verification process or cost, so easy to spin up 100k bots to do bad things. Just ~$100/month for API access with ID verification will clean things up greatly.”</p>\n\n\n\n<p>It’s not yet clear how this will effect the Twitter ecosystem, whether it will impact bots that auto-tweet links from blogs and other useful tools. So far it is already <a href="https://mastodon.social/@Tibor/109800904950500383">affecting some migration tools</a> like <a href="https://movetodon.org/">Movetodon</a> that rely on the Twitter API to help users find their contacts on Mastodon. Movetodon’s creator said his app’s access was shut down today. According to Twitter, the app “has violated Twitter Rules and policies.” <a href="https://fedifinder.glitch.me/">Fedifinder</a>, a tool that helps users find the Fediverse accounts of their Twitter contacts, is still up and running at the time of publishing.</p>\n\n\n\n<p>NetNewsWire, an open source news aggregator, has already <a href="https://nnw.ranchero.com/2023/02/02/twitter-integration-to.html">announced</a> it will be removing Twitter integration in its next release:</p>\n\n\n\n<blockquote class="wp-block-quote">\n<p>You might think we’re reading RSS feeds from Twitter, but Twitter removed RSS feeds from the service something like ten years ago. We rely completely on the Twitter API.</p>\n</blockquote>\n\n\n\n<p>WordPress’ Plugins team published a <a href="https://make.wordpress.org/plugins/2023/02/03/twitter-api-changes/">notice</a>, alerting developers and site owners of Twitter’s upcoming API change. The team warned that the following types of Twitter plugins might be affected:</p>\n\n\n\n<ul>\n<li>Auto-posting</li>\n\n\n\n<li>Login with Twitter</li>\n\n\n\n<li>Analytics</li>\n\n\n\n<li>Management Tools</li>\n\n\n\n<li>Scripted Interactions (auto-blocking etc)</li>\n</ul>\n\n\n\n<p>“If your plugin (or the related service) does any of those, you will have to investigate if this change impacts you,” Plugin Review Team Rep Mika Epstein said. “If you are impacted, you will need to update (or close) your plugin accordingly. I know a lot of free plugins will have some hard choices to make here.</p>\n\n\n\n<p>“For plugin users, if a plugin suddenly breaks on/around the 9th, please be generous and kind to the developers. They really got blindsided by this, and it’s a lot to sort out in a short amount of time.”</p>\n\n\n\n<p>WordPress plugin developer Joe Dolson, author of WP to Twitter and WP Tweets Pro, <a href="https://www.joedolson.com/2023/02/wp-to-twitter-wp-tweets-pro-and-twitters-new-api-policies/">published</a> an early reaction to the news.</p>\n\n\n\n<p>“WP to Twitter makes very little revenue as it is,” Dolson said. “If I end up doing a lot of support because of this, or need to make significant changes to the plug-in, I will most likely just shut everything down and close the plug-in. That’s a purely practical decision.”</p>\n\n\n\n<p>Dolson also said if the API costs are affordable for the average small user, then he will likely keep things as they are. This is because API access for the plugin is managed through each users’ developer account with Twitter.</p>\n\n\n\n<p>“If the API costs are very expensive for the average small user, I suspect that will completely destroy the WP to Twitter user base, and there will be little to no justification to my continuing to maintain it,” Dolson said.</p>\n\n\n\n<p>Many users are likely not technical enough to understand what an API is, let alone why free access is being cut off. This could create a major support burden for plugins that no longer work after February 9. Developers who become frustrated with the platform becoming less open, may no longer be motivated to create these kinds of tools.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Now <a href="https://twitter.com/Twitter?ref_src=twsrc%5Etfw">@twitter</a> are removing free API access my "Fetch my Tweets" <a href="https://twitter.com/WordPress?ref_src=twsrc%5Etfw">@WordPress</a> plugin is likely to longer work, all these platforms are just getting harder and harder to do anything interesting with!</p>— Paul Jackson (@pixelsandthings) <a href="https://twitter.com/pixelsandthings/status/1621262819717955585?ref_src=twsrc%5Etfw">February 2, 2023</a></blockquote>\n</div>\n\n\n\n<p>With just one week’s notice, and very few details, developers have little time to react. Once Twitter releases more information next week about its API changes, plugin developers will need to be ready to take action with notices written to help users understand what is happening. This news comes on the heels of the company updating its developer rules last month to ban third-party Twitter clients. </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, 04 Feb 2023 02:23: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: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:59:"WordPress.org blog: The Month in WordPress – January 2023";s:7:"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=14352";s:7:"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/2023/02/the-month-in-wordpress-january-2023/";s: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:9902:"<p>Welcome to the first 2023 edition of The Month in WordPress! January kicked off with an overview of <a href="https://make.wordpress.org/project/2023/01/18/big-picture-goals-2023/">WordPress’ big goals for 2023</a> and new projects beginning to take shape. Moreover, work on the next major release, WordPress 6.2, continues with Beta 1 scheduled for next week. Read on for the latest news.</p>\n\n\n\n<hr class="wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background" />\n\n\n\n<h2 class="wp-block-heading">WordPress 6.2 Beta 1 is on its way</h2>\n\n\n\n<p>The first beta release of WordPress 6.2 is <a href="https://make.wordpress.org/core/2023/01/17/wordpress-6-2-planning-roundup/">scheduled</a> for next Tuesday,<strong> February 7, 2023</strong>.</p>\n\n\n\n<p>As you may have heard, this version will wrap up work on Gutenberg Phase 2 (Customization), but what does this mean in the larger context of the WordPress project?</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://wordpress.org/news/2023/01/episode-48-what-does-concluding-a-gutenberg-phase-really-mean/">Tune in to Episode 48 of WP Briefing</a> to hear Executive Director Josepha Haden Chomphosy discuss what it means to conclude a Gutenberg phase.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">What’s new in Gutenberg</h2>\n\n\n\n<p><a href="https://make.wordpress.org/core/2023/01/20/whats-new-in-gutenberg-15-0-18-january/"><strong>Gutenberg 15.0</strong></a> was released on January 18, 2023. Some highlights include a new “paste styles” feature to easily create multiple blocks with identical styling, and a “sticky” option to keep a block at the top of the page while the rest of the content scrolls.</p>\n\n\n\n<p>In addition, block settings have been split into two tabs in the sidebar: Styles and Settings. This makes blocks with more controls, such as the Group block, easier to customize, and allows the interface to scale with the growing number of design tools.</p>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/"></a><a href="https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/">The latest “Core Editor Improvement” post</a> highlights the newest style features enhancements. Learn how they can help give your site a unique and cohesive look and feel.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">Team updates: Matrix exploration, WordPress.org redesign news, and more</h2>\n\n\n\n<ul>\n<li>WordPress and Matrix contributors published <a href="https://make.wordpress.org/meta/2023/01/25/a-meta-subproject-for-evaluating-matrix/">a proposal to explore the open source chat system Matrix</a> as a possible replacement for the WordPress community’s Slack.</li>\n\n\n\n<li>Several sections of WordPress.org have been redesigned lately, including <a href="https://make.wordpress.org/docs/2023/01/24/new-look-new-site-new-helphub/">Documentation (HelpHub)</a>, <a href="https://wordpress.org/enterprise/">Enterprise</a>, and <a href="https://mercantile.wordpress.org/">Mercantile</a> (the official WordPress swag store). Learn more about the <a href="https://make.wordpress.org/meta/2023/01/26/wordpress-org-redesign-recent-launches/">latest redesign updates</a>.</li>\n\n\n\n<li>The implementation of the block editor in the WordPress.org forums is <a href="https://make.wordpress.org/support/2023/02/block-editor-live-in-most-forums/">progressing well</a> and the feedback so far has been very positive.</li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2023/01/25/wordpress-community-support-wordpress-foundation-entity-structure/">This comprehensive post</a> clarifies how WordPress Community Support (also known as WordCamp Central) and WordPress Foundation entities are set up and addresses some misconceptions about them.</li>\n\n\n\n<li>The <a href="https://make.wordpress.org/core/2023/01/18/bug-scrub-schedule-for-6-2/">bug scrub schedule for WordPress 6.2</a> is now published. The goal of bug scrubs is to ensure tickets move towards a resolution—anyone can join these sessions to learn, help, or even <a href="https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/">lead one</a>.</li>\n\n\n\n<li>Openverse <a href="https://make.wordpress.org/openverse/2023/02/03/openverse-is-moving/">will be moving</a> from wordpress.org/openverse to openverse.org next week. Along with this move, new improvements are coming to the site’s homepage, header, and footer.</li>\n\n\n\n<li>The Plugin Review Team is looking for <a href="https://make.wordpress.org/plugins/2023/01/13/looking-for-your-intentionally-wrong-plugins/">your (intentionally) wrong plugins</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href="https://wordpress.org/news/2023/01/people-of-wordpress-daniel-kossmann/">Daniel Kossmann</a>, a software engineer from South America.</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>As part of the discussion on <a href="https://make.wordpress.org/project/2023/01/09/request-for-feedback-how-can-we-improve-the-five-for-the-future-contributor-journey/">improving the contributor journey</a>, Josepha wrote some thoughts on <a href="https://make.wordpress.org/project/2023/01/27/discussion-ending-the-eternal-september/">the Eternal September phenomenon in open source</a> and invites you to share yours.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>The Community Team is gathering feedback on a <a href="https://make.wordpress.org/community/2023/01/19/proposal-adopt-github-for-team-projects/">proposed move to GitHub</a> for standardizing the project’s management tools.</li>\n\n\n\n<li>To mark WordPress’ 20th anniversary milestone, Core Team contributors are organizing <a href="https://make.wordpress.org/core/2023/01/24/proposal-old-tickets-trac-triage-sessions/">several bug scrub sessions</a> to tackle long-standing Trac tickets. </li>\n\n\n\n<li>Version 21.6 of the WordPress mobile app for <a href="https://make.wordpress.org/mobile/2023/01/24/call-for-testing-wordpress-for-ios-21-6/">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p>The Training Team calls all WordPress users to complete <a href="https://learn.wordpress.org/individual-learner-survey/">this short Individual Learner Survey</a> by February 20, 2023. Your feedback will help identify the most high-impact resources for <a href="https://learn.wordpress.org/">Learn WordPress</a>.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading">WordPress events updates</h2>\n\n\n\n<ul>\n<li>Would you like to be a speaker at WordCamp Europe 2023? <a href="https://europe.wordcamp.org/2023/call-for-speakers/">Submit your application</a> by February 5, 2023. The organizing team released the <a rel="noreferrer noopener" href="https://europe.wordcamp.org/2023/wceu-tickets-available-now/" target="_blank">first batch of tickets</a> and is also calling for <a rel="noreferrer noopener" href="https://europe.wordcamp.org/2023/call-for-volunteers/" target="_blank">volunteers</a> and <a rel="noreferrer noopener" href="https://europe.wordcamp.org/2023/call-for-photographers-is-now-open/" target="_blank">photographers</a>.</li>\n\n\n\n<li>The first WordCamp to be held in Africa in 2023, <a href="https://entebbe.wordcamp.org/2023/">WordCamp Entebbe</a>, is <a href="https://central.wordcamp.org/news/2023/01/wordcamp-entebbe-first-wordcamp-to-happen-in-africa-in-2023-is-on/">well underway</a> and set to take place on March 10-11.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png" alt="🇺🇸" class="wp-smiley" /> <a href="https://birmingham.wordcamp.org/2023/">WordCamp Birmingham, Alabama</a>, USA on February 4-5, 2023</li>\n\n\n\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1ed.png" alt="🇵🇭" class="wp-smiley" /> <a href="https://cebu.wordcamp.org/2023/">WordCamp Cebu</a>, Philippines on February 11, 2023</li>\n\n\n\n<li><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png" alt="🇪🇸" class="wp-smiley" /> <a href="https://chiclana.wordcamp.org/2023/">WordCamp Chiclana</a>, Spain, on March 3-4, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class="wp-block-quote has-extra-large-font-size">\n<p><a href="https://asia.wordcamp.org/2023/">WordCamp Asia 2023</a> in Bangkok, Thailand, is only two weeks away! Check out the <a href="https://asia.wordcamp.org/2023/schedule/livestream/">livestream schedule</a> if you are attending virtually.</p>\n</blockquote>\n\n\n\n<div class="wp-block-spacer"></div>\n\n\n\n<hr class="wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this edition of The Month in WordPress: <em><a href="https://profiles.wordpress.org/webcommsat/" class="mention"><span class="mentions-prefix">@</span>webcommsat</a>, <a href="https://profiles.wordpress.org/rmartinezduque/" class="mention"><span class="mentions-prefix">@</span>rmartinezduque</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, 03 Feb 2023 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"rmartinezduque";s: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:"Gutenberg Times: WordCamp Asia 2023: Eight Gutenberg related talks";s:7:"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=23294";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://gutenbergtimes.com/wordcamp-asia-2023-eight-gutenberg-related-talks/";s: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:4533:"<p><em>Update 2/21/2023: I am working collecting all the links</em> to livestream and slidedecks. </p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>Here is a list of talks, that indicate via the description that it touches on Gutenberg adoption and implementations. A talk about WordPress increasingly also means talking about the Block editor, Site editor and block themes and the available tools in general terms. It’s not always clear how much of the talks takeaways are block related. </p>\n\n\n\n<p><em>I might miss a few, especially those around content creation and marketing. If I do, please let me know in the comments and I update this list. </em></p>\n\n\n\n<p>For now, due to time constraints, I list the title and the speaker links back to the WordCamp Asia site. </p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/session/evolution-of-wordpress-in-a-product-organization/"><strong>Evolution of WordPress in a Product Organization</strong></a> with <a href="https://asia.wordcamp.org/2023/speaker/avinash-kundaliya/">Avinash Kundaliya</a></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/session/getting-your-designer-ready-for-gutenberg/"><strong>Getting your designer ready for Gutenberg</strong></a> with <a href="https://asia.wordcamp.org/2023/speaker/rahi-prajapati/">Rahi Prajapati</a></p>\n\n\n\n<p><strong><a href="https://asia.wordcamp.org/2023/session/start-your-subscription-business-with-no-code-saas-and-fse-full-site-editing/">Start your subscription business with No Code SaaS and FSE (Full Site Editing)</a> </strong>with Okamoto Hidetaka</p>\n\n\n\n<p></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/session/layout-layout-layout/"><strong>Layout, Layout, Layout</strong></a> with <a href="https://asia.wordcamp.org/2023/speaker/isabel-brison/">Isabel Brison</a></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/session/mastering-in-theme-json/"><strong>Mastering in Theme.json</strong></a> with <a href="https://asia.wordcamp.org/2023/speaker/tanvirul-haque/">Tanvirul Haque</a></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/session/is-learning-react-necessary-for-block-development/"><strong>Is learning React necessary for Block development?</strong></a> with <a href="https://asia.wordcamp.org/2023/speaker/edmund-chan/">Edmund Chan</a></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/session/how-can-theme-developers-monetize-in-the-era-of-block-themes/"><strong>How can theme developers monetize in the era of Block Themes?</strong></a> with <a href="https://asia.wordcamp.org/2023/speaker/hidekazu-ishikawa/">Hidekazu Ishikawa</a></p>\n\n\n\n<p>Recording | <a href="https://www.vektor-inc.co.jp/wp-content/uploads/2023/02/wca2023.pdf"><strong>Slidedeck </strong></a></p>\n\n\n\n<p><a href="https://asia.wordcamp.org/2023/session/case-study-a-nocode-contributor-journey-on-the-wordpress-gutenberg-github-repo/"><strong>Case Study: A #nocode Contributor Journey on the WordPress Gutenberg GitHub Repo</strong></a> with <a href="https://asia.wordcamp.org/2023/speaker/birgit-pauli-haack/">Birgit Pauli-Haack</a></p>\n\n\n\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />\n\n\n\n<p>Bonus: <a href="https://asia.wordcamp.org/2023/session/getting-the-most-out-of-the-rest-api/"><strong>Getting the most out of the REST API</strong></a> with <a href="https://asia.wordcamp.org/2023/speaker/k-adam-white/">K.Adam White</a> </p>\n\n\n\n<p>White renamed the talk to <em>“Getting the most out of<br />WordPress when you’re writing Block Editor code”.</em></p>\n\n\n\n<p><a href="https://www.youtube.com/live/vrDwB7iuHL8?t=2299">Recording</a> | <a href="https://docs.google.com/presentation/d/1PQVcTzcUP2xRbwjEjqo8VENxU7fiDBtz8U7R4cA0-IE/edit#slide=id.g1f27001dabd_0_8"><strong>Slidedeck </strong></a></p>\n\n\n\n<p class="has-light-background-background-color has-background">The <a href="https://asia.wordcamp.org/2023/schedule/livestream/"><strong>full Livestream schedule</strong></a> with times in your local time zone is already available on the WordCamp Asia website.</p>\n\n\n\n<p>This post will be updated with the links to the video / timestamp of the Livestream every day. </p>\n\n\n\n<p>For readers, who are attending WordCamp Asia in-person, and who would like to meet with me for a chat, <a href="https://calendly.com/pauli-haack/wcasia?month=2023-02">use my calendar link to schedule</a> a meeting. </p>\n\n\n\n<p>The <em>Gutenberg Times is an <a href="https://asia.wordcamp.org/2023/media-partners/">official Media Partner of WordCamp Asia</a></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, 03 Feb 2023 11:31: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: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: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:113:"Post Status: The WP Agency Journey with Bradford Campeau-Laurion of Alley Interactive — Post Status Draft 139";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://poststatus.com/?p=146807";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:118:"https://poststatus.com/the-wp-agency-journey-with-bradford-campeau-laurion-of-alley-interactive-post-status-draft-139/";s: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:60459:"<div class="is-layout-flow wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background"><div class="wp-block-group__inner-container"><div class="wp-block-post-excerpt"><p class="wp-block-post-excerpt__excerpt"><a href="https://twitter.com/potatomaster">Bradford Campeau-Laurion</a>, CEO of <a href="https://twitter.com/alleyco">Alley Interactive</a>, joins Cory Miller to talk about publishing technology past, present, and future. Working with WordPress at the enterprise level showcases incredible capability and highlights possibilities for future growth within WordPress. </p></div>\n\n\n<div class="wp-block-spacer eplus-wrapper"></div>\n\n\n\n<p class="yoast-reading-time__wrapper"><span class="yoast-reading-time__icon"></span><span class="yoast-reading-time__spacer"></span><span class="yoast-reading-time__descriptive-text">Estimated reading time: </span><span class="yoast-reading-time__reading-time">26</span><span class="yoast-reading-time__time-unit"> minutes</span></p>\n</div></div>\n\n\n\n\n\n\n\n<p><a href="https://poststatus.com/planet/feed/#h-transcript">Transcript</a> ↓</p>\n\n\n\n<p>In 2001 <a href="https://twitter.com/potatomaster">Bradford Campeau-Laurion</a> began his career in publishing technology at Forbes Magazine, which evolved into utilizing WordPress in the enterprise market. Today he leads <a href="https://twitter.com/alleyco">Alley Interactive</a>, an agency focused on publishers, non-profits, museums, and brands. Brad shares his extensive experience in publishing technology and his view of the strengths and challenges within the enterprise market of WordPress.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Shifting to Paywall Content.</strong> Perhaps a major misstep in early online publishing was setting the expectation of free content. Now print subscriptions are down. Publishers can’t secure advertising without extremely high volume. And consumers are hesitant to pay for online subscriptions. </li>\n\n\n\n<li><strong>WordPress Creator Economies. </strong>Within WordPress there are software and content creators. Software creators the directory to serve as a centralized community and marketplace. Content creators face a bigger challenge to find their market because there isn’t a collaboration tool and algorithm like a social platform driving the creator economy of WordPress.</li>\n\n\n\n<li><strong>Enterprise WordPress vs. Competition. </strong>The closed platforms have appeal-single providers, monthly pricing models, built-in solutions. To customers who aren’t aware of the benefits of open source, it can be confusing to help them understand the optionality and freedom they relinquish even if the initial investment of time and money is more. Enterprise WordPress faces the challenge of crafting appealing solutions without becoming the antithesis of open source.</li>\n</ul>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<div class="is-layout-flow wp-block-group"><div class="wp-block-group__inner-container">\n<div class="is-layout-flex wp-container-42 wp-block-columns sponsor has-theme-palette-8-background-color has-background" id="StellarWP">\n<div class="is-layout-flow wp-block-column">\n<h3 class="StellarWP has-theme-palette-1-color has-text-color" id="Sponsor"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png" alt="🙏" class="wp-smiley" /> Sponsor: <span><a href="https://poststat.us/elementor" rel="sponsored nofollow">Elementor</a></span></h3>\n\n\n\n<p><strong>Elementor </strong>enables web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join <a href="https://elementor.com/community/">a vast community of web creators</a> from all around the world who deliver exceptional websites using Elementor.</p>\n</div>\n\n\n\n<div class="is-layout-flow wp-block-column is-vertically-aligned-top"><div class="wp-block-image elementor-logo">\n<img src="https://cdn.poststatus.com/wp-content/uploads/2022/08/Elementor-Logo-Symbol-Blue-150x150.png" alt="Elementor" class="wp-image-104033" width="150" height="150" title="Elementor Logo" />Elementor</div></div>\n</div>\n</div></div>\n\n\n\n<h3 class="eplus-wrapper" id="h-mentioned-in-the-show"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png" alt="🔗" class="wp-smiley" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href="https://www.joomla.org/">Joomla</a></li>\n\n\n\n<li><a href="https://www.drupal.org/">Drupal</a></li>\n\n\n\n<li><a href="https://www.drupal.org/">Forbes</a></li>\n\n\n\n<li><a href="https://www.nytimes.com/">New York Times</a></li>\n\n\n\n<li><a href="https://observer.com/">New York Observer</a></li>\n\n\n\n<li><a href="https://slate.com/">Slate</a></li>\n\n\n\n<li><a href="https://www.kff.org/">Kaiser Family Foundation</a></li>\n\n\n\n<li><a href="https://www.nsf.gov/">National Science Foundation</a></li>\n\n\n\n<li><a href="https://www.figma.com/">Figma</a></li>\n\n\n\n<li><a href="https://www.linkedin.com/in/netaustin/">Austin Smith</a></li>\n\n\n\n<li><a href="https://twitter.com/xmatt">Matt Johnson</a></li>\n\n\n\n<li><a href="https://time.com/">Time Magazine</a></li>\n\n\n\n<li><a href="https://thepointsguy.com/">The Points Guy</a></li>\n\n\n\n<li><a href="https://www.washingtonpost.com/">Washington Post</a></li>\n\n\n\n<li><a href="https://defector.com/">Defector</a></li>\n\n\n\n<li><a href="https://deadspin.com/">Deadspin</a></li>\n\n\n\n<li><a href="https://www.brightspot.com/">Bright Spot</a></li>\n\n\n\n<li><a href="https://www.rebelmouse.com/">Rebel Mouse</a></li>\n\n\n\n<li><a href="https://www.brightcove.com/en/">Brightcove</a></li>\n\n\n\n<li><a href="https://twitter.com/tomwillmot?lang=en">Tom Willmot</a></li>\n\n\n\n<li><a href="https://humanmade.com/">Human Made</a></li>\n</ul>\n\n\n\n<h3 class="eplus-wrapper" id="h-you-can-follow-post-status-and-our-guests-on-twitter"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png" alt="🐦" class="wp-smiley" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class="eplus-wrapper">\n<li><a href="https://twitter.com/potatomaster">Bradford Campeau-Laurion</a> (CEO, <a href="https://twitter.com/alleyco">Alley Interactive</a>)</li>\n\n\n\n<li><a href="https://twitter.com/corymiller303">Cory Miller</a> (CEO, <a href="https://twitter.com/post_status">Post Status</a>)</li>\n\n\n\n<li><a href="https://twitter.com/lemonadecode">Olivia Bisset</a> (Intern, <a href="https://twitter.com/post_status">Post Status</a>)</li>\n</ul>\n\n\n\n<p class="eplus-wrapper has-background">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png" alt="📝" class="wp-smiley" /><br /><br /><a href="https://poststatus.com/category/post-status-podcasts/" target="_blank" rel="noreferrer noopener">Browse our archives</a>, and don’t forget to subscribe via <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008" target="_blank" rel="noreferrer noopener">iTunes</a>, <a href="https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA" target="_blank" rel="noreferrer noopener">Google Podcasts</a>, <a href="https://www.youtube.com/c/PostStatus" target="_blank" rel="noreferrer noopener">YouTube</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast" target="_blank" rel="noreferrer noopener">Stitcher</a>, <a href="https://wordpress-post-status-draft-podcast.simplecast.com/" target="_blank" rel="noreferrer noopener">Simplecast</a>, or <a href="https://feeds.simplecast.com/2JE9sc8P">RSS</a>. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png" alt="🎧" class="wp-smiley" /></p>\n\n\n\n<h2 class="eplus-wrapper" id="h-transcript">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Hey everybody. Welcome back to another Post Status draft episode. And this is, uh, another interview and story in our agency journey series. Um, I’ve got Brad, who’s been a member of Post Status for a long time that leads, uh, Allie Interactive. Um, but we’re gonna. Talk about his story in just a little bit. But, um, you know, I’m always interested in these stories because how you got there, where you were.</p>\n\n\n\n<p>And then we’re gonna talk a little bit about WordPress in the future. And, um, but Brad, thanks again for, um, being, taking some time to share your story and journey. Could you tell us a little bit about yourself and your, your origin story with WordPress?</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Yeah. Thanks Corey. Thank you for, for having me on.</p>\n\n\n\n<p>Um, yeah, I started with WordPress around about, I wanna say 2008, 2009. Uh, I spent, I spent my entire career [00:01:00] working in publishing technology up to this point, and, uh, I started at. Forbes Magazine, uh, in right around 2001. Uh, I eventually worked for forbes.com and, you know, towards the, the end of my tenure there, we were getting into launching some blogs.</p>\n\n\n\n<p>Uh, I thought this WordPress platform looked pretty cool. Uh, I believe version three had just come out and, and, and it was starting to look, you know, a little more. Enterprise technology. Uh, you know, up to that point, you know, I think Droople was probably even Jula, I hate to say, was, was, uh, you know, an, an early, uh, adopter in the early, had some early adoption in the enterprise market, but WordPress was really picking up.</p>\n\n\n\n<p>Um, I liked the, I liked the technology behind it. I liked the interface a lot better than either of those platforms and, you know, just really on my own, took over a, a spare server and started to build out some blogs. Um, I, I had finally left the company in, in [00:02:00] 2010, but, Shortly after I left, WordPress actually took over, you know, their entire c m s at least for, for a period of time.</p>\n\n\n\n<p>So, you know, it, it was good to see, um, WordPress start to get some, some enterprise adoption, uh, in that, in that market. Um, you know, and, and still at that phase, you know, WordPress was still. You know, I, I would say more uncommon than common, you know, for, for usage and enterprise publishing. You know, fast forward to, um, you know, 2010, I, I had taken over as CTO of a, of a small media company and we had a need to build out a couple of foreign language sites.</p>\n\n\n\n<p>Uh, we had actually chosen Droople at that time, uh, not WordPress and. My COO at the time, um, had previously worked at the New York Observer, um, with a couple of folks, uh, Austin Smith and, and Matt Johnson, uh, who had just founded a, a very small [00:03:00] agency, uh, of three people called Ali. And, uh, I, I became acquainted with them.</p>\n\n\n\n<p>Uh, hired them to build, build those two sites for us. So I actually became one of Ali’s first clients, uh, before I even worked here, uh, which, which was pretty cool. Um, stayed in touch with them. Uh, and then, uh, 2012 when I was, uh, c t o of a, a small startup, um, which, Wasn’t, wasn’t the best job I’ve ever had.</p>\n\n\n\n<p>Let’s say, uh, I won’t name the company. Um, but Ali was just starting to really, um, grow at that time. Uh, they were about to land, uh, their first set of really big enterprise clients, uh, a couple of which we still work with to this day. They’re also getting more into WordPress because, you know, the, the market really seemed to be starting to head in that direction, at least for open source enterprise publishing technology.</p>\n\n\n\n<p>I had built up a lot of WordPress knowledge at the startup that I was working at. You know, we had, we had stayed in touch over the, the last couple of [00:04:00] years and. Uh, I, I decided to join them and there were, I think, six of us at that point. And, you know, later, um, you know, shortly thereafter became, uh, the, the third partner in the business.</p>\n\n\n\n<p>We’ve added a, uh, several others since, but, uh, you know, we’ve grown to a team of 70 people since then. So there’s a lot that happened in between. But, you know, it, it was an interesting journey to, to get to, you know, where I am today. Um, you know, as CEO of the. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Well, you kinda shared some of that snippet of your journey related to Allie.</p>\n\n\n\n<p>Um, what does Allie do in WordPress in the world? Like who, who are your kind of focused clients? Um, what are the kind of types of work you do related to WordPress?</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Yeah. When, when Austin and Matt, you know, originally founded the company, um, what was great is that you. I think the three of us always shared a common vision for, for what we wanted it to [00:05:00] be.</p>\n\n\n\n<p>Um, and, and really a common interest in, in the types of clients that we wanna work with. You know, the. The worldview that the company was, was founded with wa was with the, the First Amendment as the, the company’s North Star. Uh, you know, a strong belief in freedom of the press, um, and, and really helping, you know, it sounds very bold, the helping civilization bridge the divide from, you know, pre to post internet free speech.</p>\n\n\n\n<p>Um, so the, the partners in the agency have always staunchly supported publishing and, and as a result, you know, we have only ever worked with publishers. Uh, you know, we started with. A lot of expertise in, specifically in news media. Um, you know, Austin and Matt had experience working for companies like the New York Observer, um, New York Times Slate.</p>\n\n\n\n<p>You know, I, I had worked at Forbes and a couple other media companies, so, you know, we, we had a lot of experience there, but, You know, it, [00:06:00] it became clear that there were, you know, others who really fit that, that definition as publishers that were also important and interesting for us to work with. So, you know, early on, one of our first big clients was, was the Kaiser Family Foundation.</p>\n\n\n\n<p>And, and since then we’ve worked with a lot of other nonprofit publishers, you know, who have, you know, just as an, an important mission supporting their communities as our news media clients do supporting free. Um, you know, and we’ve worked with some book publishers and, and cultural institutions as well, but, you know, allie’s like never gonna build an an eCommerce site.</p>\n\n\n\n<p>We’re, you know, not gonna get into, you know, other areas of, of, you know, WordPress development and design. Uh, it, it’s always been focused on publishers.</p>\n\n\n\n<p><strong>Cory Miller:</strong> That’s cool, especially with your background, uh, in publishing. Um, Forbes, obviously everybody knows Forbes. Um, and one of the strengths I’ve seen of WordPress, obviously it’s democratized publishing, so that that lines, and I love the, [00:07:00] the focus on the First Amendment, and the free speech part of that.</p>\n\n\n\n<p>That’s, that’s excellent. So with a lot of these publishers as being kind of a default client of what you all focus. Um, what’s the type of work, can you, and, and I know there’s clients you might not be able to talk about, so I, I totally respect that, but what’s the type of work you’re doing for some of these clients?</p>\n\n\n\n<p>Is it rebuilds, is it park maintenance? Is it responding to a news team or a room or something like that?</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Yeah. You know, and, and I think that that’s part of the, You know, evolution of the company that I sort of glossed over between about 2012 and now. Um, when, when I started you, you know, Allie originally, um, the folks that started it myself and, and, uh, and Austin and Matt and, you know, we, we, everyone that started the company and was there in the early days were, we’re all developers and, you know, we all had experience.</p>\n\n\n\n<p>Um, you know, as programmers, you know, I wrote code for. [00:08:00] Pretty much until about five years ago, um, you know, full-time. Uh, and you know, so that’s where we started. You know, we partnered with, uh, large organizations to build out, you know, solid publishing technology, infrastructure, you know, with the caveat that we understood publishing.</p>\n\n\n\n<p>We had. Worked with folks in newsrooms. So, you know, although at that time we weren’t doing actual, like web design, we understood how to design a CMS that was efficient and, and that took the experience of the editors, you know, into account. Because, you know, very often, you know, I, I, I saw it in my, in my own career for many years, folks would build things for, you know, for editors to use, folks who.</p>\n\n\n\n<p>Often on a deadline trying to get a story out quickly. And the interface would be clunky, it would be slow, it would be inefficient, you know, too many clicks, too many steps, not intuitive. Um, so that part of what [00:09:00] we do was there from the beginning. Um, but early on we were working with, you know, primarily outside designers to, to actually, you know, create the designs.</p>\n\n\n\n<p>We had a couple of agencies that we used to partner with, you know, relatively frequently. It became clear to us like round about 2014, uh, that, that, that was a pretty inefficient way to work. And, and so about eight, no, now, now nine years ago, we started our own design practice internally and, and now really, you know, we, we’ve become truly a, a full service agency from strategy to design to, to development it.</p>\n\n\n\n<p>It’s just so much more, much more of an efficient experience for the folks that we work with to have, you know, A single team under one roof that has all the skills end to end to, you know, thoughtfully think through what we should be building for them. Because, you know, we’re not just implementing code and design and products.</p>\n\n\n\n<p>We’re helping to transform their business. You know, like especially on for r and D’s media [00:10:00] clients, you know, creating. A product that generates sustainable revenue for them is very important. Um, and, and the only way that we could do that effectively was to bring everything under, under one roof. Um, . You know, one of the other things that we always saw, you know, in, in working with an outside design firm is you always had this, this dreaded handoff, you know, of, of the design from one agency, um, to the other, you know, to us for implementation.</p>\n\n\n\n<p>And, you know, back then it was, you know, Photoshop files. Eventually it became, Envision and then Figma. Um, but, you know, regardless, you know, developers who weren’t necessarily in the room when the product was being conceived are now being forced to interpret it. And certainly, um, you know, especially once, you know, responsive design became a thing, you know, we all, we all take it for granted now, but.</p>\n\n\n\n<p>You know, not every breakpoint situation, you know, potential flow of text around embeds and images was, was thought about. And a [00:11:00] lot’s left up to interpretation. But, you know, by having developers and designers on a single team, you know, we are able to do a lot more design and browser. You know, we can create a Desi, uh, a style guide and immediately go to code and, and we know that the product works earlier on and, and it really saves our clients a lot of time and money and hassle.</p>\n\n\n\n<p>You know, really we’re not, we don’t wanna waste people’s time, you know, doing things that can be done in a better way. If we wanna spend our time, most of our time, you know, thoughtfully thinking through, you know, what is the best product that we can build for them that’s gonna meet their goals.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, I asked the question cuz I know, um, you all recently posted a job on post status for, I think it was senior WordPress developer.</p>\n\n\n\n<p>And I’m curious what a senior WordPress developer at Alley, you know, does like, what’s their week or day look like? You know, coming in, working with these, like, I, I was just going to your website and I was like, New York Post National Science [00:12:00] Foundation, um, of course the Kaiser Foundation and. That’s exciting to me.</p>\n\n\n\n<p>I’m, my background is as being a journalist, but I, these are name brand, very well known, huge organizations doing really good work in the world. And I wor and I wonder like, how does that connect down to that WordPress developer at Ali doing work on like a weekly basis because, um, I come from the product side and always, you know, some people prefer the product side, but there’s a, there’s a potential.</p>\n\n\n\n<p>Monotony. Okay. I’m just doing these things with client work and some of these clients, I’m like, oh, there’s gotta be something new pushing the envelope every day. Uh, publishing is changing, web is changing, and all that. So what does a, a typical week in a WordPress developer’s life look like at Ali?</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Yeah, it, it, it’s certainly, I mean, it’s certainly interesting, you know, for for sure, you know, every, every team has, uh, [00:13:00] typically a, a mix of one or more clients that they’re, they’re supporting and in the long term, you know, we.</p>\n\n\n\n<p>Really value having long-term relationship with, with our clients now, I would say the, the vast majority of work that we do after we build something, we end up, you know, working with that client for months or years afterwards. I think our longest client relationship is probably hitting 11 years this year.</p>\n\n\n\n<p>Um, which is, which, which is pretty crazy to me. It’s, um, it’s a, it’s a long time. All, all of our teams, uh, in general are, are dedicated Scrum teams that work with, you know, a client or a particular, you know, set of clients. Uh, so our, our developers. You know, tend to say working on, on the same teams, you know, month over month, even, you know, even year over year.</p>\n\n\n\n<p>Um, and, you know, they are working with, uh, you know, a product manager, a scrub master, um, you know, a designer if, if they’re working on a team that’s, that’s in the midst of a design [00:14:00] project. So, you know, they are, they’re part of a team that’s that’s trying to. You know, come up with Yeah. Ongoing solutions for, you know, whatever business problems our, our clients are trying to solve.</p>\n\n\n\n<p>And, and yeah, in the case of something like the New York Post, you know, where, which you mentioned, um, it’s not even just implementing product, you know, that’s really interesting work for, um, the developers working on that project because we’re. Often pushing the bounds of, of WordPress and WordPress, VIP and, and you know, what those particular platforms can do to serve WordPress at scale.</p>\n\n\n\n<p>You know, we’re, we’re talking about, you know, hundreds of millions of people that are, that are trying to access a WordPress site. Um, you know, which is pretty amazing when you try to, when you think about where. You know, WordPress came from, its, its origin 20 years ago. Um, you know, the sites we built are probably serving collectively billions of page views a month.</p>\n\n\n\n<p>And, um, so, you know, WordPress has really, you know, hit that, hit that true enterprise scale. Um, [00:15:00] which is probably something more we can, we can, we can talk about later. Um, but yeah, the, the average developer that you know is, is working at Ali is, is solving, uh, Really interesting, complex problems. Um, but also they’re, they’re serving Ali’s mission.</p>\n\n\n\n<p>You know, they’re, they’re supporting publishers, you know, they’re not just, um, writing code for the sake of writing code. They’re writing code that’s helping, you know, keep the world informed or, or helping communities, uh, you know, beyond, you know, what they’re doing. You know, just, just day to day working at Ali.</p>\n\n\n\n<p>Yeah. I love that.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Any, any way you’re able to combine making meaning. With money, profits and perfect, uh, purpose. I, I love that. And serving that, hiring good with, while getting paid, you know, to do and solve problems every day. So. Okay. I’m curious, you have an extensive background with publishing and this is a little bit off my normal scope, but I want to go where, where you know people are [00:16:00] and get your feedback and vision and thoughts publishing.</p>\n\n\n\n<p>I go back to the actual print. I remember my first job. I was like in awe, seeing this big printing press, you know, go around and something came out the other side and then, um, I would drive home and by the time I got home that paper would be on my doorstep. Internet revolution, all that revolutionized all that.</p>\n\n\n\n<p>But you’ve seen so much with publishing. I’m curious, you know, the web just continues to acceler. With and, and technology accelerates. What are you seeing with publishing? How has that evolved in your, you know, in your career? What are you seeing in the future for it? We’ve got, like I just saw medium. Um, embraced Macedon, which we’ve talked about on this podcast, uh, the fed averse and all that. And, you know, again, the, the headline is another billionaire buys a [00:17:00] big social network, and, but I’ve seen this trend. I love publishing, I love publishing with WordPress. I, I just wanna ask the general question. What are you seeing now? What are you seeing in the future for publishing on the.</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Yeah, I mean, I, gosh, like this, this could be an entire podcast episode, but it, it should be, you know, . What, what I will say is that when I started working full-time in publishing, um, you know, 20 years ago and, and I had been. You know, aware of the publishing technology world. Prior to that, my, I actually got into this business because my, my uncle actually helped design the first, uh, electronic publishing system at Time Magazine in the seventies.</p>\n\n\n\n<p>And it’s, it’s really like comical to me to look at the, I have, I solved the Frame Blueprint, um, believe it or not, . Oh yeah.</p>\n\n\n\n<p><strong>Cory Miller:</strong> That’s awesome.</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> It had, it had a massive array of two, 300 megabyte hard drives that, that [00:18:00] pub powered the entire system. Anyway, what What was comical to me about it was that they were all dumb terminals that ran off a central server, and then we went into this whole desktop publishing revolution.</p>\n\n\n\n<p>Everyone had this whole end-to-end suite of. You know, very complicated, expensive applications, um, on their desktop computers. And now we’re doing everything in web browsers, connecting to a server. So we actually had it figured out like 50 years ago, and then we kind of straight away for, from a bit, and then we came back to it, which is, which is amusing.</p>\n\n\n\n<p>Um, but, you know, the, the, the bigger, the bigger thing to me about the transition from. Print to web and, and where we are today is, you know, like 20 years ago when I was first getting into this and we were starting to, you know, really see, um, uh, proliferation of publishers, you know, launching more, you know, full featured websites that, you know, weren’t just, you know, a few articles thrown up here and there.</p>\n\n\n\n<p>Like they might have been in the late ni in the [00:19:00] mid to late nineties for the very early adopters. And they were, they were full-fledged products with unique content of their own. But I think that a lot of publishers, and, and I have some, some stories that I, that I can’t share, but I, but I know certainly details about how certain publishers thought about things.</p>\n\n\n\n<p>Um, but there was a prevailing sentiment that the websites then were an experiment, you know, or, or even, uh, you know, a toy, they, they. Viewed as being necessarily, you know, the, a real publication, the way that the, the newspaper or the magazine or whatever it is, was, um, so they were free and, and we set this, this expectation very early on that websites were, were free. You would just go and read them and, you know, there were a few that had a paywall, but, um, you know, charging for content online back then was also super hard [00:20:00] because the payment technology stunk. Um, people, you know, weren’t. Quite used to, to buying things online yet like they are now, you know, eBay, Amazon sure they existed, but it’s not like it is today.</p>\n\n\n\n<p>So, you know, the, the payment systems that were available, you know, had a fair degree of friction to them. Um, you didn’t necessarily have the consumer market for it. The, the publishers themselves, especially, you know, folks like at the, at the C-suite level, didn’t really view them as being a primary business driver yet.</p>\n\n\n\n<p>And then, you know, then, then of course things changed. Everything moved online. Um, you know, throughout the mid two thousands, you know, we just started to shovel ads onto the sites and we were getting loads of traffic and making tons of money for advertisers. And then, you know, advertisers started to get savvy about things like viewability and click through rates, and it’s like, oh wow.</p>\n\n\n\n<p>Um, real human beings probably aren’t seeing about 80 or 90% of these [00:21:00] ads. And then, You know, that whole market just cratered and you know, so now you’re left with this dilemma where most of the traffic to your publication is now online. People want to consume content that way, and it gets hard to start to shift the mindset that.</p>\n\n\n\n<p>You know, to, to that you should be paying for this content. Um, and, you know, you can still make money on advertising, but it takes a tremendous amount of volume. Um, or it takes an extremely niche market. Um, you know, for example, Um, you know, a site like the Points Guy Travel site, you know, they make a ton of money on, on, on credit card referrals, which are really high, um, you know, high value things that, that, that, that those companies are going to pay for.</p>\n\n\n\n<p>But, you know, those examples are few and far between and you’re, and you’re left with this, you know, this middle ground where. You know, publishers aren’t getting the subscription revenue from the websites that they need to get. They’re not getting the ad [00:22:00] revenue they need to get, and they’re having dwindling print subscriptions.</p>\n\n\n\n<p>Um, so, you know, how do all of these important organizations that are keeping the world informed, you know, continue to exist? And, and that’s an ongoing challenge that, you know, we are trying. To help our clients work through. And, and there’s really no, you know, one size fits all solution for, for everyone.</p>\n\n\n\n<p>Um, you know, during the, during 2020, during, in 2021, during the pandemic, when. Us, like a lot of folks had a, had a little downturn in business, we had some availability. Um, you know, that’s why we started working on our lead platform, um, L E D E for all you publishing nerds out there. Um, and you know, that was specifically geared towards.</p>\n\n\n\n<p>Startup, subscription driven publications, you know, to help create the next generation of, of sustainable journalism. You know, everyone on the platform, you know, has, has paywall content. They charge a subscription fee. [00:23:00] Um, and, and we’re helping them, you know, build out those communities to, to, you know, create, you know, really the next generation of publishers because without things like that, it’s, it’s really hard for them to get off the ground.</p>\n\n\n\n<p>You. If you have funding for a startup publication, you, it’s probably pretty limited, and you shouldn’t be spending it on technology. You should be spending it on hiring writers and, and, and, you know, enabling those people to go out and, and, and do their jobs and, you know, you know, create great content. So, um, it just, you know, anyway, it’s a challenge, but, but I think that we all really screwed up back in the.</p>\n\n\n\n<p>Uh, in the early two thousands when, you know, we didn’t set the expectation that, you know, you have to pay for this. Did you pay for your newspaper before that? Did you pay for your magazine? Of course you did. . Yep. You know, maybe you’d, maybe you’d read it for free if you had found it on the train or you were sitting at the dentist’s office, but you know, if you wanted that, that.</p>\n\n\n\n<p>Content for yourself in the comfort of your own home. You paid your [00:24:00] subscription fee. So yeah. Um, there, there’s, there’s a big reset that’s going on now and, and, and, you know, and you know, uh, we want to be here to help our clients, you know, think through that, work through that, and, and, you know, use our experience to, you know, hopefully guide them in the right direction.</p>\n\n\n\n<p>Well, there’s</p>\n\n\n\n<p><strong>Cory Miller:</strong> too many outlets. I think quite a bit about that, that seem to have. A big transition. This is why I got outta the newspaper. So it’s like they weren’t embracing technology. It’s like you said, they set a wrong expectation from the beginning. It’s like, how do you preserve that? And the two I think of are Washington Post in the New York Times, the, the Gray lady, I think she’s still called, um, iconic journalist.</p>\n\n\n\n<p>You know, organizations, um, and I see the New York I, I’ve watched The New York Times, obviously I use Word all every day, but I go, you know, it seems like they had some good traction with digital subscriptions and, and things like that. And so I love that cuz [00:25:00] there’s, there’s such a part of this fourth estate that it, that we need as a society.</p>\n\n\n\n<p>Quality journalism, sharing, like you said, inform the world of what’s going on. Uh, and it’s sad because I’ve seen what used to be local. Like, the newspapers I worked for were local, city based, you know, small compared to the one we just talked about. And, um, there’s a vital need that they played in the community.</p>\n\n\n\n<p>Now contrast that too. So what do you think? Are you seeing trends and things? Obviously you, I, I looked up lead here and I love the name by the way. Um, lead. So trying to help them build community. So that’s another part of some of the things we’re seeing in publishing. It’s not just inform. It’s, I mean, post status is a very microcosm of this is like, we do news, I guess we do content.</p>\n\n\n\n<p>Um, but really we’re a community. Um, and, and I’ve seen that with business, how we’ve added community into business. We did this at I [00:26:00] themes, uh, now with post status is going okay. I don’t, we get labeled as a news outlet, but I go, we’re we’re community, we’re, we’re relational. Um, what are some of those things you’re seeing with, uh, within the publishing organizations you all work with?</p>\n\n\n\n<p>Building that community. You see, uh, authors and writers building their own community, like Twitter instantly goes, okay, you can’t see ESPN or any of the big things. You see the little, here’s the anchor or writer or whatever it is talking, and there’s a Twitter byline. They’ve cultivated their own kind of followings and things like that.</p>\n\n\n\n<p>But what are you seeing with those kind of trends related to lead, uh, lead in the work that you all do with your clients?</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Yeah, with on, on Leads specifically, you know, I obviously, you know, you could, you know, from an economic standpoint, you could gauge the success of the community through the number of subscriptions they get.</p>\n\n\n\n<p>You know, obviously if people wanna pay you money, they wanna be part of, you know, what, what you have going on. But, um, one of, one of the most interesting things I see [00:27:00] within, within Lead is with, with Defector, which is probably the, you know, one of the largest sites we run on the platform, and you know, how.</p>\n\n\n\n<p>How many websites do you go to that actually have a decent comment section under their articles? Um, you know, not, not many. Uh, you know, in fact, some of our clients have started to only selectively enable comments or disable them entirely because there just wasn’t productive. . And you know, pretty much every defector article that that gets written has dozens of comments.</p>\n\n\n\n<p>Like, not only do the people wanna read the articles, they wanna discuss them with each other, with the other folks that are, that are reading the site. And they’re actually like, really funny and interesting, you know, like arguments and comments and, and um, you know, discussions around the topics at hand that go back and.</p>\n\n\n\n<p>Um, to me, I would gauge that as being a success over, over anything else. I, I’m, I’m part of that community as well. I mean, I’m probably a little biased. I was a big fan of Deadspin, [00:28:00] um, back in the day. But, you know, I think what you said, Um, before when you were introducing, that was also really interesting, which is the, the, the topic of local news.</p>\n\n\n\n<p>I think local news is, is been affected by this shift. You know, more than anyone, you know, if the Washington Post and the New York Times, you know, decide to start, you know, charging a subscription fee, which of course they both did, you know, um, many years ago. Yeah, with their scale, it’s easier to maintain some degree of profitability and they have profits coming from, from other areas as well.</p>\n\n\n\n<p>It’s not just their, their online subscription revenue, um, you know, cuz they’re, they’re catering to a national audience. The New York Times is, and the, and the Washington Post are. New York City and Washington DC papers in, in name only, you know, they, they certainly have a, both have a metro beat, which, which covers the local area, but the majority of the content appears to a national, even a global audience.</p>\n\n\n\n<p>You know, they’re, they’re just dealing with a different scale. Um, [00:29:00] you know, there are so many local news deserts that have developed over the last decade across the country where, Um, you know, the local paper is just gone, or, you know, there were three local papers, even in major metropolitan areas. Now there’s one local paper, um, and, and you don’t have any, you know, dissenting opinions and you don’t have enough coverage to, to reach every community.</p>\n\n\n\n<p>And, and that news is just disappearing, you know? No, no one’s covering it. Um, you know, with, with folks. Buying print subscriptions with, you know, not even having the scale to, to, to generate any online revenue. Um, you know, it’s really hard. So they end up getting. A lot of them that do still exist end up getting, you know, slurped up by one of the, the major conglomerates that’s purchasing lots of local news organizations.</p>\n\n\n\n<p>Um, and even then you, you, you’re seeing their operations get gutted in favor of centralizing, you know, copy editing and, and, and lots of other services. [00:30:00] So, , you know, the actual folks that are on the ground covering things are really limited and, you know, there are stories that are slipping through the cracks.</p>\n\n\n\n<p>Um, I mean, I mean, look at, look at, I live in New York City, right? I mean, and, and the New York City metropolitan area is a huge market. We have multiple papers. And you know, something like the George Santos story, which was definitely covered by a local media organization, you know, slips through the cracks to the point where, you know, someone was elected.</p>\n\n\n\n<p>Stevie had lied about some things, . So it, it’s really just, it’s, it’s quite remarkable that even in a, even in a market like, you know, New York City, um, something like that can happen these days. So, um, you know, I think we, we really, we, we have a lot of questions we have to answer and I, and I don’t have all of them today.</p>\n\n\n\n<p>Um, yeah. You know, but certainly it, it’s, it’s a, it’s a goal of mine to help, you know, help help us, help our client organizations work, work through these challenges. Yep.</p>\n\n\n\n<p><strong>Cory Miller:</strong> So thank you for that. Cause I just wanna get perspectives, um, cuz this is, the [00:31:00] publishing is central to WordPress and, you know, switching, uh, uh, an area here for a second.</p>\n\n\n\n<p>I just wanna get your quick thoughts on this and then we’ll move on to WordPress on the enterprise, but, You know, my story with WordPress is I started my first WordPress blog in 2006, not really to anything I’m doing today, but it, it enabled me, empowered me to be able to publish and that that was an incredible experience.</p>\n\n\n\n<p>Clicking publish on my first WordPress site. and there’s this trend that I see and I go, yeah, we called them bloggers back then, but the creator economy, and I’m just kinda, I know this isn’t your bread and butter, but it is in a bigger category that you all serve at a high, high level. Um, but the creator economy, the ability to someone to go on an Instagram, create content, engage a kind of followers slash community, and I.</p>\n\n\n\n<p>opportunity with WordPress two. Um, my wife looks at Instagram quite a bit. That’s kind of [00:32:00] her default entertainment channel. And one day she was like, just look. Cuz I was like, ah, I don’t have time. I, I don’t want to get, I’ll go down that rabbit patrol. But I started looking at some of the people that created content and go, they’ve got massive followings.</p>\n\n\n\n<p>And then you go business model creator economy. And I think WordPress is positioned there to go, how do you monetize it? Same problem we have on the big scale publishers. We talked about how do we find a sustain. Business model for that classic journalism, local news, news in general, but then for the creator economy, I’m curious your thoughts on that, what you’re seeing, what you hope for, uh, in that, I ha have the ability now to create or press blog or Twitter account or a Instagram or whatever that is, and become a de facto one person publishing company and myself.</p>\n\n\n\n<p>What, what are you seeing for that? Do you pay attention to that? What are you curious about seeing</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> for. Yeah, and there’s, there’s, there’s a lot there. Um, you know, for, for WordPress itself, [00:33:00] you know, you, you essentially have, you know, two creator economies. You have those that are creating the software and those that are creating the content.</p>\n\n\n\n<p>So it’s actually a, you know, a, a a really a double pronged creator economy, um, within the WordPress world itself. You know, for, for something like. You know, TikTok or Instagram or, or you know, Twitter, um, you know, as probably less so, you know, Twitter to a degree. Cuz I feel like, you know, primarily folks are, you know, following people that they’ve chosen to follow.</p>\n\n\n\n<p>And, and if they’re getting exposed to other accounts, it’s usually through retweets, you know, um, it’s, it’s a little less algorithmic than I would say, you know, especially TikTok, which is entirely algorithmic. . But, but the point is, you know, those are little, little snippets of information. Um, you know, there’s, there’s a lot of discovery, um, that’s inherent to that.</p>\n\n\n\n<p>You know, you, you end up finding [00:34:00] people to follow through others that you’re following through, through algorithmic recommendations depending on, on the platform. Um, and, you know, they’re little. Snippets of entertainment, you know, that don’t require a ton of engagement. You know, your, your average engagement there is, is measured in seconds, not minutes.</p>\n\n\n\n<p>And it’s really just an endless stream of stuff that’s, that’s triggering your dopamine receptors, and, and, mm-hmm. , um, you know, making you entertained and abused. And look, there are creators that are creating like some really. Interesting, thoughtful, you know, content, whether it’s, you know, stuff that is pertinent to my industry, um, you know, historical content stuff that’s, you know, extremely socially aware.</p>\n\n\n\n<p>Um, there’s a lot of stuff that you can get exposed to on this, on those platforms that’s, um, meaningful and interesting. And there’s a lot that’s just, you know, purely entertainment. It doesn’t have a lot of depth to it, but it makes you laugh or, you know, whatever. You [00:35:00] know, WordPress, I mean WordPress is a platform.</p>\n\n\n\n<p>It’s a tool. Um, it lets people create a different type of content. Um, you know, typically, typically written content, uh, which requires a longer engagement time. And of course there are plenty of people who would rather, you know, engaged with, with a creator, um, you know, through written content, um, that has more depth to it, you know, that that takes longer to read and digest.</p>\n\n\n\n<p>You’re certainly gonna. You know, probably retain something better and get something more, you know, rich and meaningful out, out of that type of engagement. Um, but, you know, it’s, but again, WordPress is an open source distributed platform. It’s not just like Instagram or, or TikTok or Twitter, which has an app that you install on your phone and everyone’s using the same app.</p>\n\n\n\n<p>You know, a word WordPress sites are hosted across the internet in, in a million different places. , you know, and, and there are certainly some big, um, consolidated hosting platforms like wordpress.com, but, [00:36:00] um, you know, you’re not, it’s not like every WordPress creator in the world is being merged into this like, you know, central funnel where it’s just piped into, you know, a single place that everyone’s engaging with those creators.</p>\n\n\n\n<p>So, I think it’s a lot more challenging for, for the WordPress creator in general to find their market. You know, some of them will, can leverage those other platforms, you know, to bring them back to their blog and or, you know, to their site to continue to engage with them. But, um, you know, it’s not like we’re all collaborating together and, and feeding into an algorithm in, in the creator economy of WordPress.</p>\n\n\n\n<p>Um, it’s an entirely different beast. Um, you know, I would say that the. WordPress software creators, those that are building plugins through the, you know, wordpress.org, you know, plugin directory. Prob probably have something closer to that than, than the creators who actually created the content. Do you know, just by virtue of using WordPress, of course, right?</p>\n\n\n\n<p>Cory Miller: Yeah, yeah. The repo is the central [00:37:00] community in a sense, in a way to launch a market, for sure. Okay. Thank you for that. I wanted to, I wanted to segue for a moment cuz I th this is a topic I think we continue to be talking about in the WordPress ecosystem, um, because it’s how I got started in millions and millions of other people.</p>\n\n\n\n<p>Um, being able to click publish on your dream, use the software to do something cool and build a business, whether it’s like you said, the software or the content. Okay. Next topic real quick as we kind of wind down. I want to ask about is what you’re seeing on WordPress and the enterprise.</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Um, again, again, a topic suitable for an entire podcast episode, maybe even a podcast series, you know?</p>\n\n\n\n<p>I agree. Well, I mean, look, word, word Press has been, You know, enterprise software now for, you know, I would say at least 10 years, probably a little bit longer than that. Um, you know, to me the real dividing line was when [00:38:00] WordPress b i p spun up, you know, that that was when, uh, I start, started to see the really big sites came on.</p>\n\n\n\n<p>That’s when we, that’s when we started to really, you know, work on the really big sites. You know, our, our first, our first enterprise WordPress launches were the Kaiser Family Foundation and New York Post on, on a very early version of, of, you know, WordPress VIP, um, And you know, back then it was, um, you know, there, there were, those were, they were the early adopters.</p>\n\n\n\n<p>They were the ones that saw the, not just the value of WordPress software, but the value of using open source in the enterprise. You know, the having real control over, uh, , um, their software, you know, the, the, the software behind the site was portable. If they decided they didn’t like their hosting company, they, they could move, they could change anything that they wanted.</p>\n\n\n\n<p>Um, but the thing that they were starting with WordPress was already pretty good out of the box. So, you know, that was actually pretty minimal. Um, You know, then, you know, a [00:39:00] few years later you had the really, the next big group of, of publishers that we worked with that, um, you know, saw the early adopters were having success.</p>\n\n\n\n<p>They wanted to be on board. Um, you know, now, uh, I’m seeing a lot of competition in the market for. You know, from other platforms, um, platforms that are closed source, um, that are, you know, in the long term, more expensive in, in cost of ownership. Um, but you know, the challenge when I’m talking to, you know, a, a potential client about a project, you know, whether it’s a nonprofit or a media publisher, it doesn’t matter. It ends up being a, a similar conversation. Um, you know, I’m not ever competing against another WordPress agency. I’m almost always competing against another platform. And, you know, that, and, and it could be something like Arc, bright Spot, um, you know, and even I even see, you know, rebel Mouse every now and then, [00:40:00] um, in, in those sorts of things.</p>\n\n\n\n<p>But like the difference between WordPress. Pretty much any other platform is it, you know, not everything is, is included out of the box. Um, you know, with many other platforms you’re seeing, you know, A A C M S that has analytics included, um, you know, probably more, uh, workflow tools for a large newsroom. Um, especially in, you know, in the case of arc, um, you know, video tools.</p>\n\n\n\n<p>Um, You know, uh, lots of, lots of other integrations that you know, you, which WordPress is perfectly capable of handling. You know, there are excellent enter enterprise plugins that connect to pretty much any advertising analytics video provider. Um, you know, uh, third, you know, third party authentication provider.</p>\n\n\n\n<p>Take, take your pick of like what enterprise software, you know, you need to integrate with WordPress. Um, there, there’s probably a plugin for it and. It’s probably [00:41:00] an enterprise plugin and it probably works really well and gets you, you know, 90% of the way to, to where you need to go. Um, and you know, to me more importantly, You know, you have a choice.</p>\n\n\n\n<p>Like, you know, if you, if you buy an off, if you, if you sign up with a large, you know, platform that does everything, all in one, um, and you don’t like their video solution, you’re stuck. Um, you know, you don’t have the choice of switching from, you know, Brightcove, the JW player. You know, if, if you think that, that, you know, it meets the needs of your product better, you, you don’t have that option.</p>\n\n\n\n<p>Where the problem, you know, comes into play is, you know, when you get to the point of, you know, negotiating business terms and sending a proposal and talking to people in the, you know, in, in procurement, you know, who’re trying to compare apples to apples to make the, the best decision for their organization.</p>\n\n\n\n<p>And they have, you know, platforms A and B that have all these things built in. Um, you know, this is, this is a [00:42:00] startup cost, this is the monthly fee, and that’s it. And although WordPress, you know, you’re getting all the software for free, um, you know, you’re probably going to hire someone like us to at least help with the initial build and, and, you know, do some integration work.</p>\n\n\n\n<p>Um, you, you have to pick your hosting provider. Um, so, and then there’s gonna be an, a monthly cost for that, you know, maybe a startup cost for, for us, and then maybe a monthly cost for us. In the end result, you know, it’s not gonna take probably any longer to migrate all your content and get set up with WordPress, um, you know, through that method than than signing up for one of these other platforms.</p>\n\n\n\n<p>You’re gonna have a better experience because you know, you have so much more optionality and. Where you host, who you work with and, and what you integrate with. Um, you’re not paying any licensing fees. You know, you’re not beholden to a single provider and their business model and their pricing model, um, to run the most critical aspect of your [00:43:00] business.</p>\n\n\n\n<p>You know, you can control all of that on your own, but that moment when you’re making the decision. and comparing it for some, for some of the folks that we talked to, I think that it does, it does seem more complex, um, because it sounds like there’s more work to do. Um, there are more choices to make, um, you know, versus just deciding and picking, you know, one thing versus the other.</p>\n\n\n\n<p>And, and I think that that’s a challenge, you know, in, in the, in the enterprise market, which is like, That initial, you know, quote unquote out of the box demo of, of enterprise WordPress, um, you know, isn’t necessarily as, as well formed as it is for, for some of its competitors. Um, you know, for folks that really understand the.</p>\n\n\n\n<p>The benefits of open source folks that, especially that have used the WordPress before. Um, it, it’s, it’s not a challenge, but, you know, for, for, for organizations that are coming into this really, [00:44:00] um, you know, cold maybe from a proprietary platform trying to make that, that decision, I think it can be, it can be somewhat confusing.</p>\n\n\n\n<p>Um, so the, I mean, I think that’s, that’s one of the, the big challenges that I think, you know, enterprise WordPress faces, but, You know, how do you solve it? You know, I think that’s, that’s the hard part because solving for that would mean, you know, being a bit more, um, being a bit more opinionated about, you know, things that are included in, in WordPress or, you know, for one of the big enterprise hosting platforms to, to pick a direction, um, and, and build bundle more stuff into the platform.</p>\n\n\n\n<p>And that all of a sudden, you know, immediately, immediately becomes the antithesis of open. Um, so there’s a middle ground there somewhere. I, I don’t think that we found it yet. Um, and, and, and also if you read some of the stuff that, like, you know, Tom from Human Made and, and Magda from decode have written, you know, and, and talked about your podcast recently, um, you know, [00:45:00] It’s, it’s very much related to, you know, how we are all solving the, the same problems, you know, in different ways across all of our organizations.</p>\n\n\n\n<p>I mean, hell, even in the early days of Guten Gutenberg, um, you know, years ago until we standardized, I saw different teams with an alley solving things in different ways. So, um, you know, there. There’s something to it because, you know, at least for increased collaboration, I think, you know, within our, within our enterprise community, because.</p>\n\n\n\n<p>It’s to all of our benefit, I think that enterprise WordPress continues to succeed and thrive. Um, not just because, you know, I want my company to exist and, and to make money, but, um, if not us, then, then who? Because the, the other options that I see enterprise publishers going to are you. Big closed source platforms and, and that’s not something that I [00:46:00] believe in.</p>\n\n\n\n<p>You know, I, I, I don’t think you should have to pay for software. If you’re spending money, you should be hiring people to write content, or you should be paying people, you know, to build the really custom aspects of your product that differentiate you, the things that make your business sustainable. The other stuff should be free, you know, and, and open source software is great.</p>\n\n\n\n<p>You know, it, it’s foundational to what the internet is so, . Um, yeah, I really hope absolutely that we can all get together and find a path forward.</p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, that’s one of the reasons I created our, um, enterprise leaders group on post Slack, is I think the conversation needs to be had on multiple levels within the ecosystem.</p>\n\n\n\n<p>Um, but I, I’ve not. Personally been in enterprise work, ever have friends members, uh, that do this, and I go, I love work. What I hear WordPress is doing on that level, you, you know, from all the media organizations you represent. For instance, at Ali, I go, that’s [00:47:00] cool because when in my daily, I go out and like, what do you doing?</p>\n\n\n\n<p>Well, I kind work around WordPress. What’s WordPress? Okay. But I go, it’s powering this percentage of the web, or you know, it’s the dominant thing on the web, uh, for publishing. Um, but also I get to hit those highlights. You’ve probably been on a WordPress hat and didn’t necessarily know it. These cool organizations are doing, using this open source tool and continuing to, I think it’s healthy for the open web to continue to fly the banner of freedom.</p>\n\n\n\n<p>Uh, that open source and WordPress in particular, um, champion and to keep that going. I think it’s healthy for us as a a planet society business ecosystem. It, it seems like it’s all. Gonna be better when you have these great options, one of which is WordPress. Well, thank you Brad for, um, sharing the story, snippets of your join journey, the things that you’re doing [00:48:00] with WordPress.</p>\n\n\n\n<p>It’s all inspiring, and I know it’ll inspire the members here and those that are looking at click and publish with WordPress or using it in some way, shape, or form. Um, where can we find more about you?</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Of course. Yeah. If, if you want to, you know, learn more about Ali, uh, if you want to apply to work at Allie, we are still hiring developers currently and, and occasionally other positions.</p>\n\n\n\n<p>Um, just check out ali.com, uh, a l l e y.com. So nice and straightforward and uh, yeah, yeah, I’d be happy to chat with, you know, anybody else is interested in learning more about us. And your</p>\n\n\n\n<p><strong>Cory Miller:</strong> inward and post Slack, so well, thanks again Brad, so much for taking the time. Love what you’re doing, keep it up, and thanks for being a part of Post</p>\n\n\n\n<p><strong>Bradford Campeau-Laurion:</strong> Status.</p>\n\n\n\n<p>Well, thanks for having me, Corey. I appreciate it.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</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, 03 Feb 2023 10:10: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:11:"Cory Miller";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:84:"WPTavern: New Proposal Calls for Automated Performance Monitoring for WordPress Core";s:7:"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=141641";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"https://wptavern.com/new-proposal-calls-for-automated-performance-monitoring-for-wordpress-core";s: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:4358:"<p>WordPress Core Committer Adam Silverstein has published a <a href="https://make.wordpress.org/core/2023/02/02/automated-performance-monitoring-in-wordpress-core/">proposal for adding automated performance tooling</a> that would offer continuous monitoring for performance issues so they can be resolved before major regressions are committed to core. </p>\n\n\n\n<p>“Similar to our unit test suite, automated performance testing would help protect core from introducing large performance regressions by catching problems immediately and tracking performance over time,” Silverstein said. “Automating testing also means saving contributor effort by replacing a time consuming manual process.”</p>\n\n\n\n<p>As the Performance team is focused on introducing new features with measurable gains, as well as testing new WordPress releases before they ship, they have haphazardly uncovered what Silverstein described as “significant performance regressions.” A few examples include <a href="https://github.com/WordPress/gutenberg/issues/44772">a regression found before WP 6.1 in theme.json processing</a> and another <a href="https://core.trac.wordpress.org/ticket/39210#comment:66">issue</a> with changes for loading the textdomain.</p>\n\n\n\n<p>“Automated testing would catch this type of regression as soon as it was introduced, making it much easier to resolve,” he said.</p>\n\n\n\n<p>Silverstein highlighted the Gutenberg project as a good example of <a href="https://make.wordpress.org/core/2021/03/23/core-editor-improvement-performance-matters/">performance tracking</a>, as each release publishes metrics for changes in loading time, typing time, and block selection time. The team has also begun tracking TTFB (time to first byte) for classic versus block themes in their code health dashboard, which is helping them see the immediate impact of the latest commits.</p>\n\n\n\n<p>“It’s making visible the performance regression in block theme rendering when compared with classic themes for a simple ‘hello world’ page,” WordPress Performance team contributor Emily Clarke <a href="https://make.wordpress.org/core/2023/01/31/performance-team-meeting-summary-31-january-2023/">said</a> in the team’s most recent meeting. “As a team, we would like to make sure we’re properly prioritizing the tickets we have for 6.2 that would positively impact this metric—particularly anything that we need to land before the beta 1 milestone next week.” </p>\n\n\n\n<img />\n\n\n\n<p>A few contributors have already been working on improving the server response times for block themes, with PRs that should be landing in 6.2.</p>\n\n\n\n<p>“Similar to Gutenberg, WordPress core would gather a set of automated performance metrics along with the existing test runs (e.g. unit tests, coding standards) we already have for each new commit,” Silverstein said. “These metrics can be used to identify the exact point a performance regression is introduced into core. At milestones like a major release, the metrics can be compared against the previous release to gauge progress.”</p>\n\n\n\n<p>Silverstein proposes WordPress start small with by simply running a set of automated tests on each core commit for things like load time and total query time for classic and block themes. In the future, the team could capture additional server timing metrics and metrics for other contexts beyond the home page, such as the admin and single post post.</p>\n\n\n\n<p>Response to the proposal so far has been positive, as the only alternative is relying on individuals to manually uncover new performance bottlenecks and report them. Better tools will help pinpoint these issues faster, before they get rolled out to millions of people. </p>\n\n\n\n<p>“Given how much emphasis peer CMS platforms place on ‘advertising’ their performance and benchmarking it against the industry leaders, investing in tools to ensure WordPress continues to perform optimally makes a lot of sense,” WordPress marketing contributor Dan Soschin said. “And, given how many sites are powered by WordPress, even minor gains in performance (including those unnoticeable to most people) add a lot of value to web hosts and lowering overall internet traffic burdens/bandwidth.” </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, 03 Feb 2023 02:50: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:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 23 Feb 2023 06:56:28 GMT";s:12:"content-type";s:8:"text/xml";s:13:"last-modified";s:29:"Thu, 23 Feb 2023 06:45:28 GMT";s:4:"vary";s:15:"Accept-Encoding";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:16:"content-encoding";s:2:"br";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20230215112024";}', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22843, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1677178589', 'no'),
(22844, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1677135389', 'no'),
(22845, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1677178589', 'no'),
(22846, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/\'>WP Briefing: Episode 49: Everything You Need to Know About the Community Summit!</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/02/wordpress-6-2-beta-1/\'>WordPress 6.2 Beta 1</a></li></ul></div><div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/museum-of-block-art-calls-for-submissions-celebrating-wordpress-20th-anniversary\'>WPTavern: Museum of Block Art Calls for Submissions Celebrating WordPress’ 20th Anniversary</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-6-2-beta-3-released-contributors-to-host-live-product-demo-on-march-2\'>WPTavern: WordPress 6.2 Beta 3 Released, Contributors to Host Live Product Demo on March 2</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/wordpress-6-2-beta-3-live-demo-help-test-changes-to-wp-release-cycle/\'>Post Status: WordPress 6.2 Beta 3 & Live Demo • Help Test • Changes to WP Release Cycle</a></li></ul></div>', 'no'),
(22849, 'elementor_1_elementor_updater_batch_59f84cb6ae537bdbd181ac5a7e9c', 'a:1:{i:0;a:1:{s:8:"callback";a:2:{i:0;s:31:"Elementor\\Core\\Upgrade\\Upgrades";i:1;s:16:"_on_each_version";}}}', 'no'),
(22852, 'litespeed.conf._version', '5.3.3', 'yes'),
(22855, '_transient_timeout_elementor_remote_info_api_data_3.11.2', '1677178657', 'no'),
(22856, '_transient_elementor_remote_info_api_data_3.11.2', 'a:4:{s:9:"timestamp";s:10:"1677134475";s:14:"upgrade_notice";a:3:{s:7:"version";s:5:"2.0.0";s:7:"message";s:0:"";s:11:"update_link";s:0:"";}s:11:"pro_widgets";a:64:{i:0;a:4:{s:4:"name";s:5:"posts";s:5:"title";s:5:"Posts";s:4:"icon";s:15:"eicon-post-list";s:10:"categories";s:16:"["pro-elements"]";}i:1;a:4:{s:4:"name";s:9:"portfolio";s:5:"title";s:9:"Portfolio";s:4:"icon";s:18:"eicon-gallery-grid";s:10:"categories";s:16:"["pro-elements"]";}i:2;a:4:{s:4:"name";s:7:"gallery";s:5:"title";s:7:"Gallery";s:4:"icon";s:23:"eicon-gallery-justified";s:10:"categories";s:16:"["pro-elements"]";}i:3;a:4:{s:4:"name";s:4:"form";s:5:"title";s:4:"Form";s:4:"icon";s:21:"eicon-form-horizontal";s:10:"categories";s:16:"["pro-elements"]";}i:4;a:4:{s:4:"name";s:5:"login";s:5:"title";s:5:"Login";s:4:"icon";s:15:"eicon-lock-user";s:10:"categories";s:16:"["pro-elements"]";}i:5;a:4:{s:4:"name";s:6:"slides";s:5:"title";s:6:"Slides";s:4:"icon";s:12:"eicon-slides";s:10:"categories";s:16:"["pro-elements"]";}i:6;a:4:{s:4:"name";s:8:"nav-menu";s:5:"title";s:8:"Nav Menu";s:4:"icon";s:14:"eicon-nav-menu";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:7;a:4:{s:4:"name";s:17:"animated-headline";s:5:"title";s:17:"Animated Headline";s:4:"icon";s:23:"eicon-animated-headline";s:10:"categories";s:16:"["pro-elements"]";}i:8;a:4:{s:4:"name";s:10:"price-list";s:5:"title";s:10:"Price List";s:4:"icon";s:16:"eicon-price-list";s:10:"categories";s:16:"["pro-elements"]";}i:9;a:4:{s:4:"name";s:11:"price-table";s:5:"title";s:11:"Price Table";s:4:"icon";s:17:"eicon-price-table";s:10:"categories";s:16:"["pro-elements"]";}i:10;a:4:{s:4:"name";s:8:"flip-box";s:5:"title";s:8:"Flip Box";s:4:"icon";s:14:"eicon-flip-box";s:10:"categories";s:16:"["pro-elements"]";}i:11;a:4:{s:4:"name";s:14:"call-to-action";s:5:"title";s:14:"Call to Action";s:4:"icon";s:20:"eicon-image-rollover";s:10:"categories";s:16:"["pro-elements"]";}i:12;a:4:{s:4:"name";s:14:"media-carousel";s:5:"title";s:14:"Media Carousel";s:4:"icon";s:20:"eicon-media-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:13;a:4:{s:4:"name";s:20:"testimonial-carousel";s:5:"title";s:20:"Testimonial Carousel";s:4:"icon";s:26:"eicon-testimonial-carousel";s:10:"categories";s:16:"["pro-elements"]";}i:14;a:4:{s:4:"name";s:7:"reviews";s:5:"title";s:7:"Reviews";s:4:"icon";s:12:"eicon-review";s:10:"categories";s:16:"["pro-elements"]";}i:15;a:4:{s:4:"name";s:17:"table-of-contents";s:5:"title";s:17:"Table of Contents";s:4:"icon";s:23:"eicon-table-of-contents";s:10:"categories";s:33:"["pro-elements","theme-elements"]";}i:16;a:4:{s:4:"name";s:9:"countdown";s:5:"title";s:9:"Countdown";s:4:"icon";s:15:"eicon-countdown";s:10:"categories";s:16:"["pro-elements"]";}i:17;a:4:{s:4:"name";s:13:"share-buttons";s:5:"title";s:13:"Share Buttons";s:4:"icon";s:11:"eicon-share";s:10:"categories";s:16:"["pro-elements"]";}i:18;a:4:{s:4:"name";s:11:"search-form";s:5:"title";s:11:"Search Form";s:4:"icon";s:17:"eicon-site-search";s:10:"categories";s:18:"["theme-elements"]";}i:19;a:4:{s:4:"name";s:10:"author-box";s:5:"title";s:10:"Author Box";s:4:"icon";s:12:"eicon-person";s:10:"categories";s:18:"["theme-elements"]";}i:20;a:4:{s:4:"name";s:13:"post-comments";s:5:"title";s:13:"Post Comments";s:4:"icon";s:14:"eicon-comments";s:10:"categories";s:18:"["theme-elements"]";}i:21;a:4:{s:4:"name";s:15:"post-navigation";s:5:"title";s:15:"Post Navigation";s:4:"icon";s:21:"eicon-post-navigation";s:10:"categories";s:18:"["theme-elements"]";}i:22;a:4:{s:4:"name";s:9:"post-info";s:5:"title";s:9:"Post Info";s:4:"icon";s:15:"eicon-post-info";s:10:"categories";s:18:"["theme-elements"]";}i:23;a:4:{s:4:"name";s:7:"sitemap";s:5:"title";s:7:"Sitemap";s:4:"icon";s:13:"eicon-sitemap";s:10:"categories";s:18:"["theme-elements"]";}i:24;a:4:{s:4:"name";s:11:"breadcrumbs";s:5:"title";s:11:"Breadcrumbs";s:4:"icon";s:11:"eicon-yoast";s:10:"categories";s:18:"["theme-elements"]";}i:25;a:4:{s:4:"name";s:10:"blockquote";s:5:"title";s:10:"Blockquote";s:4:"icon";s:16:"eicon-blockquote";s:10:"categories";s:16:"["pro-elements"]";}i:26;a:4:{s:4:"name";s:19:"wc-archive-products";s:5:"title";s:16:"Archive Products";s:4:"icon";s:14:"eicon-products";s:10:"categories";s:24:"["woocommerce-elements"]";}i:27;a:4:{s:4:"name";s:31:"woocommerce-archive-description";s:5:"title";s:19:"Archive Description";s:4:"icon";s:25:"eicon-product-description";s:10:"categories";s:24:"["woocommerce-elements"]";}i:28;a:4:{s:4:"name";s:20:"woocommerce-products";s:5:"title";s:8:"Products";s:4:"icon";s:14:"eicon-products";s:10:"categories";s:24:"["woocommerce-elements"]";}i:29;a:4:{s:4:"name";s:22:"woocommerce-breadcrumb";s:5:"title";s:23:"WooCommerce Breadcrumbs";s:4:"icon";s:25:"eicon-product-breadcrumbs";s:10:"categories";s:24:"["woocommerce-elements"]";}i:30;a:4:{s:4:"name";s:14:"wc-add-to-cart";s:5:"title";s:18:"Custom Add To Cart";s:4:"icon";s:17:"eicon-woocommerce";s:10:"categories";s:24:"["woocommerce-elements"]";}i:31;a:4:{s:4:"name";s:11:"wc-elements";s:5:"title";s:17:"WooCommerce Pages";s:4:"icon";s:19:"eicon-product-pages";s:10:"categories";s:24:"["woocommerce-elements"]";}i:32;a:4:{s:4:"name";s:13:"wc-categories";s:5:"title";s:18:"Product Categories";s:4:"icon";s:24:"eicon-product-categories";s:10:"categories";s:24:"["woocommerce-elements"]";}i:33;a:4:{s:4:"name";s:21:"woocommerce-menu-cart";s:5:"title";s:9:"Menu Cart";s:4:"icon";s:10:"eicon-cart";s:10:"categories";s:41:"["theme-elements","woocommerce-elements"]";}i:34;a:4:{s:4:"name";s:25:"woocommerce-product-title";s:5:"title";s:13:"Product Title";s:4:"icon";s:19:"eicon-product-title";s:10:"categories";s:24:"["woocommerce-elements"]";}i:35;a:4:{s:4:"name";s:26:"woocommerce-product-images";s:5:"title";s:14:"Product Images";s:4:"icon";s:20:"eicon-product-images";s:10:"categories";s:24:"["woocommerce-elements"]";}i:36;a:4:{s:4:"name";s:25:"woocommerce-product-price";s:5:"title";s:13:"Product Price";s:4:"icon";s:19:"eicon-product-price";s:10:"categories";s:24:"["woocommerce-elements"]";}i:37;a:4:{s:4:"name";s:31:"woocommerce-product-add-to-cart";s:5:"title";s:11:"Add To Cart";s:4:"icon";s:25:"eicon-product-add-to-cart";s:10:"categories";s:24:"["woocommerce-elements"]";}i:38;a:4:{s:4:"name";s:26:"woocommerce-product-rating";s:5:"title";s:14:"Product Rating";s:4:"icon";s:20:"eicon-product-rating";s:10:"categories";s:24:"["woocommerce-elements"]";}i:39;a:4:{s:4:"name";s:25:"woocommerce-product-stock";s:5:"title";s:13:"Product Stock";s:4:"icon";s:19:"eicon-product-stock";s:10:"categories";s:24:"["woocommerce-elements"]";}i:40;a:4:{s:4:"name";s:24:"woocommerce-product-meta";s:5:"title";s:12:"Product Meta";s:4:"icon";s:18:"eicon-product-meta";s:10:"categories";s:24:"["woocommerce-elements"]";}i:41;a:4:{s:4:"name";s:37:"woocommerce-product-short-description";s:5:"title";s:17:"Short Description";s:4:"icon";s:25:"eicon-product-description";s:10:"categories";s:24:"["woocommerce-elements"]";}i:42;a:4:{s:4:"name";s:29:"woocommerce-product-data-tabs";s:5:"title";s:17:"Product Data Tabs";s:4:"icon";s:18:"eicon-product-tabs";s:10:"categories";s:24:"["woocommerce-elements"]";}i:43;a:4:{s:4:"name";s:42:"woocommerce-product-additional-information";s:5:"title";s:22:"Additional Information";s:4:"icon";s:19:" eicon-product-info";s:10:"categories";s:24:"["woocommerce-elements"]";}i:44;a:4:{s:4:"name";s:27:"woocommerce-product-related";s:5:"title";s:15:"Product Related";s:4:"icon";s:21:"eicon-product-related";s:10:"categories";s:24:"["woocommerce-elements"]";}i:45;a:4:{s:4:"name";s:26:"woocommerce-product-upsell";s:5:"title";s:7:"Upsells";s:4:"icon";s:20:"eicon-product-upsell";s:10:"categories";s:24:"["woocommerce-elements"]";}i:46;a:4:{s:4:"name";s:6:"lottie";s:5:"title";s:6:"Lottie";s:4:"icon";s:12:"eicon-lottie";s:10:"categories";s:16:"["pro-elements"]";}i:47;a:4:{s:4:"name";s:15:"facebook-button";s:5:"title";s:15:"Facebook Button";s:4:"icon";s:23:"eicon-facebook-like-box";s:10:"categories";s:16:"["pro-elements"]";}i:48;a:4:{s:4:"name";s:17:"facebook-comments";s:5:"title";s:17:"Facebook Comments";s:4:"icon";s:23:"eicon-facebook-comments";s:10:"categories";s:16:"["pro-elements"]";}i:49;a:4:{s:4:"name";s:14:"facebook-embed";s:5:"title";s:14:"Facebook Embed";s:4:"icon";s:14:"eicon-fb-embed";s:10:"categories";s:16:"["pro-elements"]";}i:50;a:4:{s:4:"name";s:13:"facebook-page";s:5:"title";s:13:"Facebook Page";s:4:"icon";s:13:"eicon-fb-feed";s:10:"categories";s:16:"["pro-elements"]";}i:51;a:4:{s:4:"name";s:7:"hotspot";s:5:"title";s:7:"Hotspot";s:4:"icon";s:19:"eicon-image-hotspot";s:10:"categories";s:16:"["pro-elements"]";}i:52;a:4:{s:4:"name";s:13:"paypal-button";s:5:"title";s:13:"PayPal Button";s:4:"icon";s:19:"eicon-paypal-button";s:10:"categories";s:16:"["pro-elements"]";}i:53;a:4:{s:4:"name";s:14:"code-highlight";s:5:"title";s:14:"Code Highlight";s:4:"icon";s:20:"eicon-code-highlight";s:10:"categories";s:16:"["pro-elements"]";}i:54;a:4:{s:4:"name";s:14:"video-playlist";s:5:"title";s:14:"Video Playlist";s:4:"icon";s:20:"eicon-video-playlist";s:10:"categories";s:16:"["pro-elements"]";}i:55;a:4:{s:4:"name";s:8:"template";s:5:"title";s:8:"Template";s:4:"icon";s:19:"eicon-document-file";s:10:"categories";s:16:"["pro-elements"]";}i:56;a:4:{s:4:"name";s:15:"theme-site-logo";s:5:"title";s:9:"Site Logo";s:4:"icon";s:15:"eicon-site-logo";s:10:"categories";s:18:"["theme-elements"]";}i:57;a:4:{s:4:"name";s:16:"theme-site-title";s:5:"title";s:10:"Site Title";s:4:"icon";s:16:"eicon-site-title";s:10:"categories";s:18:"["theme-elements"]";}i:58;a:4:{s:4:"name";s:16:"theme-page-title";s:5:"title";s:10:"Page Title";s:4:"icon";s:19:"eicon-archive-title";s:10:"categories";s:18:"["theme-elements"]";}i:59;a:4:{s:4:"name";s:16:"theme-post-title";s:5:"title";s:10:"Post Title";s:4:"icon";s:16:"eicon-post-title";s:10:"categories";s:18:"["theme-elements"]";}i:60;a:4:{s:4:"name";s:18:"theme-post-excerpt";s:5:"title";s:12:"Post Excerpt";s:4:"icon";s:18:"eicon-post-excerpt";s:10:"categories";s:18:"["theme-elements"]";}i:61;a:4:{s:4:"name";s:25:"theme-post-featured-image";s:5:"title";s:14:"Featured Image";s:4:"icon";s:20:"eicon-featured-image";s:10:"categories";s:18:"["theme-elements"]";}i:62;a:4:{s:4:"name";s:19:"theme-archive-title";s:5:"title";s:13:"Archive Title";s:4:"icon";s:19:"eicon-archive-title";s:10:"categories";s:18:"["theme-elements"]";}i:63;a:4:{s:4:"name";s:13:"archive-posts";s:5:"title";s:13:"Archive Posts";s:4:"icon";s:19:"eicon-archive-posts";s:10:"categories";s:18:"["theme-elements"]";}}s:17:"canary_deployment";a:2:{s:11:"plugin_info";a:11:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:5:"3.6.0";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=1426809";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"6.1.1";s:12:"requires_php";s:3:"5.6";}s:10:"conditions";a:0:{}}}', 'no'),
(22857, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1677146268', 'no'),
(22858, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:"stdClass":100:{s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";i:5976;}s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";i:4812;}s:4:"post";a:3:{s:4:"name";s:4:"post";s:4:"slug";s:4:"post";s:5:"count";i:2784;}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";i:2655;}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";i:2048;}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";i:1907;}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";i:1903;}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";i:1624;}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";i:1562;}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";i:1548;}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";i:1542;}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";i:1516;}s:8:"facebook";a:3:{s:4:"name";s:8:"facebook";s:4:"slug";s:8:"facebook";s:5:"count";i:1502;}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";i:1461;}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";i:1357;}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";i:1316;}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";i:1266;}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";i:1177;}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";i:1155;}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";i:1141;}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";i:1042;}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";i:1013;}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";i:994;}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";i:963;}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";i:901;}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";i:875;}s:7:"payment";a:3:{s:4:"name";s:7:"payment";s:4:"slug";s:7:"payment";s:5:"count";i:872;}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";i:870;}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";i:869;}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";i:865;}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";i:864;}s:9:"gutenberg";a:3:{s:4:"name";s:9:"gutenberg";s:4:"slug";s:9:"gutenberg";s:5:"count";i:818;}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";i:791;}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";i:780;}s:5:"block";a:3:{s:4:"name";s:5:"block";s:4:"slug";s:5:"block";s:5:"count";i:775;}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";i:770;}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";i:765;}s:15:"payment-gateway";a:3:{s:4:"name";s:15:"payment gateway";s:4:"slug";s:15:"payment-gateway";s:5:"count";i:759;}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";i:732;}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";i:730;}s:9:"elementor";a:3:{s:4:"name";s:9:"elementor";s:4:"slug";s:9:"elementor";s:5:"count";i:725;}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";i:721;}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";i:720;}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";i:684;}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";i:683;}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";i:682;}s:4:"ajax";a:3:{s:4:"name";s:4:"ajax";s:4:"slug";s:4:"ajax";s:5:"count";i:674;}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";i:666;}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";i:630;}s:3:"css";a:3:{s:4:"name";s:3:"css";s:4:"slug";s:3:"css";s:5:"count";i:620;}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";i:612;}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";i:608;}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";i:607;}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";i:604;}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";i:596;}s:5:"share";a:3:{s:4:"name";s:5:"share";s:4:"slug";s:5:"share";s:5:"count";i:590;}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";i:588;}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";i:585;}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";i:574;}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";i:568;}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";i:567;}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";i:562;}s:8:"shipping";a:3:{s:4:"name";s:8:"shipping";s:4:"slug";s:8:"shipping";s:5:"count";i:555;}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";i:549;}s:4:"chat";a:3:{s:4:"name";s:4:"chat";s:4:"slug";s:4:"chat";s:5:"count";i:544;}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";i:540;}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";i:538;}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";i:530;}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";i:530;}s:14:"contact-form-7";a:3:{s:4:"name";s:14:"contact form 7";s:4:"slug";s:14:"contact-form-7";s:5:"count";i:529;}s:5:"forms";a:3:{s:4:"name";s:5:"forms";s:4:"slug";s:5:"forms";s:5:"count";i:519;}s:5:"popup";a:3:{s:4:"name";s:5:"popup";s:4:"slug";s:5:"popup";s:5:"count";i:515;}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";i:510;}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";i:509;}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";i:507;}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";i:501;}s:11:"performance";a:3:{s:4:"name";s:11:"performance";s:4:"slug";s:11:"performance";s:5:"count";i:479;}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";i:474;}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";i:468;}s:6:"blocks";a:3:{s:4:"name";s:6:"blocks";s:4:"slug";s:6:"blocks";s:5:"count";i:467;}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";i:450;}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";i:448;}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";i:446;}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";i:436;}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";i:430;}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";i:426;}s:8:"redirect";a:3:{s:4:"name";s:8:"redirect";s:4:"slug";s:8:"redirect";s:5:"count";i:425;}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";i:421;}s:4:"news";a:3:{s:4:"name";s:4:"news";s:4:"slug";s:4:"news";s:5:"count";i:418;}s:7:"gateway";a:3:{s:4:"name";s:7:"gateway";s:4:"slug";s:7:"gateway";s:5:"count";i:417;}s:6:"import";a:3:{s:4:"name";s:6:"import";s:4:"slug";s:6:"import";s:5:"count";i:416;}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";i:415;}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";i:411;}s:8:"payments";a:3:{s:4:"name";s:8:"payments";s:4:"slug";s:8:"payments";s:5:"count";i:405;}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";i:402;}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";i:397;}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";i:394;}s:5:"cache";a:3:{s:4:"name";s:5:"cache";s:4:"slug";s:5:"cache";s:5:"count";i:391;}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";i:391;}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";i:386;}}', 'no'),
(22860, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1677135486;s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:9:{s:19:"akismet/akismet.php";O:8:"stdClass":10:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"5.0.2";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.5.0.2.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463";s:2:"1x";s:60:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463";}s:7:"banners";a:1:{s:2:"1x";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}s:49:"host-analyticsjs-local/host-analyticsjs-local.php";O:8:"stdClass":10:{s:2:"id";s:36:"w.org/plugins/host-analyticsjs-local";s:4:"slug";s:22:"host-analyticsjs-local";s:6:"plugin";s:49:"host-analyticsjs-local/host-analyticsjs-local.php";s:11:"new_version";s:5:"4.4.5";s:3:"url";s:53:"https://wordpress.org/plugins/host-analyticsjs-local/";s:7:"package";s:71:"https://downloads.wordpress.org/plugin/host-analyticsjs-local.4.4.5.zip";s:5:"icons";a:1:{s:2:"1x";s:75:"https://ps.w.org/host-analyticsjs-local/assets/icon-128x128.png?rev=2748553";}s:7:"banners";a:2:{s:2:"2x";s:78:"https://ps.w.org/host-analyticsjs-local/assets/banner-1544x500.png?rev=2748553";s:2:"1x";s:77:"https://ps.w.org/host-analyticsjs-local/assets/banner-772x250.png?rev=2748553";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}s:23:"elementor/elementor.php";O:8:"stdClass":10:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:6:"3.11.2";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip";s:5:"icons";a:3:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511";s:2:"1x";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=2597493";s:3:"svg";s:54:"https://ps.w.org/elementor/assets/icon.svg?rev=2597493";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}s:9:"hello.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855";s:2:"1x";s:64:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582";s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}s:35:"litespeed-cache/litespeed-cache.php";O:8:"stdClass":10:{s:2:"id";s:29:"w.org/plugins/litespeed-cache";s:4:"slug";s:15:"litespeed-cache";s:6:"plugin";s:35:"litespeed-cache/litespeed-cache.php";s:11:"new_version";s:5:"5.3.3";s:3:"url";s:46:"https://wordpress.org/plugins/litespeed-cache/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/litespeed-cache.5.3.3.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181";s:2:"1x";s:68:"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181";}s:7:"banners";a:2:{s:2:"2x";s:71:"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181";s:2:"1x";s:70:"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.0";}s:27:"ocean-extra/ocean-extra.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/ocean-extra";s:4:"slug";s:11:"ocean-extra";s:6:"plugin";s:27:"ocean-extra/ocean-extra.php";s:11:"new_version";s:5:"2.1.4";s:3:"url";s:42:"https://wordpress.org/plugins/ocean-extra/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/ocean-extra.2.1.4.zip";s:5:"icons";a:3:{s:2:"2x";s:64:"https://ps.w.org/ocean-extra/assets/icon-256x256.png?rev=2814940";s:2:"1x";s:56:"https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940";s:3:"svg";s:56:"https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/ocean-extra/assets/banner-1544x500.png?rev=2814940";s:2:"1x";s:66:"https://ps.w.org/ocean-extra/assets/banner-772x250.png?rev=2814940";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.6";}s:23:"wp-smushit/wp-smush.php";O:8:"stdClass":10:{s:2:"id";s:24:"w.org/plugins/wp-smushit";s:4:"slug";s:10:"wp-smushit";s:6:"plugin";s:23:"wp-smushit/wp-smush.php";s:11:"new_version";s:6:"3.12.5";s:3:"url";s:41:"https://wordpress.org/plugins/wp-smushit/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/wp-smushit.3.12.5.zip";s:5:"icons";a:2:{s:2:"2x";s:63:"https://ps.w.org/wp-smushit/assets/icon-256x256.png?rev=2746115";s:2:"1x";s:63:"https://ps.w.org/wp-smushit/assets/icon-128x128.png?rev=2746115";}s:7:"banners";a:2:{s:2:"2x";s:66:"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=2624292";s:2:"1x";s:65:"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=2624292";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.3";}s:27:"wp-optimize/wp-optimize.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/wp-optimize";s:4:"slug";s:11:"wp-optimize";s:6:"plugin";s:27:"wp-optimize/wp-optimize.php";s:11:"new_version";s:6:"3.2.12";s:3:"url";s:42:"https://wordpress.org/plugins/wp-optimize/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wp-optimize.3.2.12.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899";s:2:"1x";s:64:"https://ps.w.org/wp-optimize/assets/icon-128x128.png?rev=1552899";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/wp-optimize/assets/banner-1544x500.png?rev=2125385";s:2:"1x";s:66:"https://ps.w.org/wp-optimize/assets/banner-772x250.png?rev=2125385";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.5";}s:31:"wp-migrate-db/wp-migrate-db.php";O:8:"stdClass":10:{s:2:"id";s:27:"w.org/plugins/wp-migrate-db";s:4:"slug";s:13:"wp-migrate-db";s:6:"plugin";s:31:"wp-migrate-db/wp-migrate-db.php";s:11:"new_version";s:5:"2.6.1";s:3:"url";s:44:"https://wordpress.org/plugins/wp-migrate-db/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/wp-migrate-db.2.6.1.zip";s:5:"icons";a:2:{s:2:"1x";s:58:"https://ps.w.org/wp-migrate-db/assets/icon.svg?rev=2851356";s:3:"svg";s:58:"https://ps.w.org/wp-migrate-db/assets/icon.svg?rev=2851356";}s:7:"banners";a:2:{s:2:"2x";s:69:"https://ps.w.org/wp-migrate-db/assets/banner-1544x500.jpg?rev=1809889";s:2:"1x";s:68:"https://ps.w.org/wp-migrate-db/assets/banner-772x250.jpg?rev=1809889";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.2";}}s:7:"checked";a:11:{s:19:"akismet/akismet.php";s:5:"5.0.2";s:49:"host-analyticsjs-local/host-analyticsjs-local.php";s:5:"4.4.5";s:23:"elementor/elementor.php";s:6:"3.11.2";s:31:"elementor-pro/elementor-pro.php";s:5:"2.6.1";s:9:"hello.php";s:5:"1.7.2";s:35:"litespeed-cache/litespeed-cache.php";s:5:"5.3.3";s:51:"ocean-elementor-widgets/ocean-elementor-widgets.php";s:5:"1.1.6";s:27:"ocean-extra/ocean-extra.php";s:5:"2.1.4";s:23:"wp-smushit/wp-smush.php";s:6:"3.12.5";s:27:"wp-optimize/wp-optimize.php";s:6:"3.2.12";s:31:"wp-migrate-db/wp-migrate-db.php";s:5:"2.6.1";}}', 'no'),
(22861, 'wpmdb_settings', 'a:15:{s:3:"key";s:40:"W8qlU7SbIpXVn1eUzseM3s6qqq7gXOvlJBpSfl73";s:10:"allow_pull";b:0;s:10:"allow_push";b:0;s:8:"profiles";a:0:{}s:7:"licence";s:0:"";s:10:"verify_ssl";b:0;s:17:"whitelist_plugins";a:0:{}s:11:"max_request";i:1048576;s:22:"delay_between_requests";i:0;s:18:"prog_tables_hidden";b:1;s:21:"pause_before_finalize";b:0;s:14:"allow_tracking";N;s:26:"high_performance_transfers";b:0;s:18:"compatibility_mode";b:1;s:28:"compatibility_plugin_version";s:3:"1.3";}', 'no'),
(22862, '_site_transient_wpmdb_disabled_legacy_addons', '1', 'no'),
(22863, 'wpmdb_saved_profiles', '', 'no'),
(22864, 'wpmdb_recent_migrations', 'a:1:{i:0;a:4:{s:4:"name";s:18:"Find & Replace";s:5:"value";s:3047:"{"current_migration":{"connected":false,"intent":"find_replace","tables_option":"all","tables_selected":["wp_commentmeta","wp_comments","wp_e_events","wp_links","wp_litespeed_url","wp_litespeed_url_file","wp_options","wp_postmeta","wp_posts","wp_smush_dir_images","wp_term_relationships","wp_term_taxonomy","wp_termmeta","wp_terms","wp_tm_taskmeta","wp_tm_tasks","wp_usermeta","wp_users"],"backup_option":"backup_only_with_prefix","backup_tables_selected":["wp_commentmeta","wp_comments","wp_e_events","wp_links","wp_litespeed_url","wp_litespeed_url_file","wp_options","wp_postmeta","wp_posts","wp_smush_dir_images","wp_term_relationships","wp_term_taxonomy","wp_termmeta","wp_terms","wp_tm_taskmeta","wp_tm_tasks","wp_usermeta","wp_users"],"post_types_option":"all","post_types_selected":[],"advanced_options_selected":[],"profile_name":"Find & Replace","selected_existing_profile":null,"profile_type":null,"status":"","stages":[],"current_stage":"","stages_complete":[],"running":false,"migration_enabled":false,"migration_id":"6b094271-1d38-4b6b-95bc-d721c0f0e7dc","source_prefix":"","destination_prefix":"","preview":false,"selectedComboOption":"preview","twoMultisites":false,"localSource":true,"databaseEnabled":true,"currentPayloadSize":0,"currentMaxPayloadSize":null,"fileTransferRequests":0,"payloadSizeHistory":[],"fileTransferStats":[],"forceHighPerformanceTransfers":true,"fseDumpFilename":null},"search_replace":{"standard_search_replace":{"domain":{"search":"","replace":""},"path":{"search":"","replace":""}},"standard_options_enabled":["domain","path"],"standard_search_visible":true,"custom_search_replace":[{"replace_old":"http://ippmt.kauko.lt","replace_new":"https://ippmt.kauko.lt","focus":false,"regex":false,"isValidRegex":null,"replace_old_placeholder":null,"replace_new_placeholder":null,"id":"de15c2ea-920b-4130-bab9-7524c45e579f"}],"custom_search_domain_locked":false},"media_files":{"enabled":false,"option":"all","available":false,"is_licensed":false,"message":"","excludes":".DS_Store\\n*.log\\n*backup*/\\n*cache*/","last_migration":"","date":"2023-02-23T07:09:53.651Z"},"theme_plugin_files":{"available":false,"is_licensed":false,"message":"","theme_files":{"enabled":false},"themes_option":"all","themes_selected":[],"themes_excluded":[],"themes_excludes":".DS_Store\\n.git\\nnode_modules","plugin_files":{"enabled":false},"plugins_option":"all","plugins_selected":[],"plugins_excluded":[],"plugins_excludes":".DS_Store\\n.git\\nnode_modules","muplugin_files":{"enabled":false},"muplugins_option":"selected","muplugins_selected":[],"muplugins_excludes":".DS_Store\\n.git\\nnode_modules","other_files":{"enabled":false},"others_option":"selected","others_selected":[],"others_excludes":".DS_Store\\n.git\\nnode_modules","core_files":{"enabled":false},"core_option":"all","core_selected":[],"core_excludes":".DS_Store\\n.git\\nnode_modules","state":{"status":"MIGRATION_STARTED"}},"multisite_tools":{"enabled":false,"available":false,"is_licensed":false,"selected_subsite":0,"destination_subsite":0,"new_prefix":"","message":""}}";s:4:"date";i:1677136338;s:4:"guid";s:36:"50cda149-1915-4d3e-8235-23ea245e8118";}}', 'no'),
(22868, 'wpmdb_remote_migration_state', '', 'no'),
(22869, 'wpmdb_schema_version', '3.6', 'no'),
(22870, 'new_admin_email', 'dominykas.repecka@go.kauko.lt', 'yes'),
(22871, 'https_migration_required', '1', 'yes'),
(22874, '_transient_timeout_global_styles_oceanwp-child-theme-master', '1677136006', 'no'),
(22875, '_transient_global_styles_oceanwp-child-theme-master', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}', 'no'),
(22876, '_transient_timeout_global_styles_svg_filters_oceanwp-child-theme-master', '1677136006', 'no'),
(22877, '_transient_global_styles_svg_filters_oceanwp-child-theme-master', '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg>', 'no') ;
INSERT INTO `wp_options` ( `option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22878, 'wpmdb_migration_state', 'a:28:{s:6:"intent";s:12:"find_replace";s:9:"form_data";s:1743:"{"current_migration":{"connected":false,"intent":"find_replace","tables_option":"all","tables_selected":["wp_commentmeta","wp_comments","wp_e_events","wp_links","wp_litespeed_url","wp_litespeed_url_file","wp_options","wp_postmeta","wp_posts","wp_smush_dir_images","wp_term_relationships","wp_term_taxonomy","wp_termmeta","wp_terms","wp_tm_taskmeta","wp_tm_tasks","wp_usermeta","wp_users"],"backup_option":"backup_only_with_prefix","backup_tables_selected":["wp_commentmeta","wp_comments","wp_e_events","wp_links","wp_litespeed_url","wp_litespeed_url_file","wp_options","wp_postmeta","wp_posts","wp_smush_dir_images","wp_term_relationships","wp_term_taxonomy","wp_termmeta","wp_terms","wp_tm_taskmeta","wp_tm_tasks","wp_usermeta","wp_users"],"post_types_option":"all","post_types_selected":[],"advanced_options_selected":[],"profile_name":"Find & Replace","selected_existing_profile":null,"profile_type":null,"status":"","stages":["backup","tables"],"current_stage":"backup","stages_complete":[],"running":true,"migration_enabled":true,"migration_id":"6b094271-1d38-4b6b-95bc-d721c0f0e7dc","source_prefix":"","destination_prefix":"","preview":false,"selectedComboOption":"preview","twoMultisites":false,"localSource":true,"databaseEnabled":true,"currentPayloadSize":0,"currentMaxPayloadSize":null,"fileTransferRequests":0,"payloadSizeHistory":[],"fileTransferStats":[],"forceHighPerformanceTransfers":true,"fseDumpFilename":null},"search_replace":{"custom_search_replace":[{"replace_old":"http://ippmt.kauko.lt","replace_new":"https://ippmt.kauko.lt","focus":false,"regex":false,"isValidRegex":null,"replace_old_placeholder":null,"replace_new_placeholder":null,"id":"de15c2ea-920b-4130-bab9-7524c45e579f"}],"custom_search_domain_locked":false}}";s:5:"stage";s:6:"backup";s:6:"stages";s:19:"["backup","tables"]";s:12:"site_details";a:2:{s:5:"local";a:24:{s:12:"is_multisite";s:5:"false";s:8:"site_url";s:22:"https://ippmt.kauko.lt";s:8:"home_url";s:22:"https://ippmt.kauko.lt";s:6:"prefix";s:3:"wp_";s:15:"uploads_baseurl";s:42:"https://ippmt.kauko.lt/wp-content/uploads/";s:7:"uploads";a:6:{s:4:"path";s:50:"/var/www/ippmt.kauko.lt/wp-content/uploads/2023/02";s:3:"url";s:49:"https://ippmt.kauko.lt/wp-content/uploads/2023/02";s:6:"subdir";s:8:"/2023/02";s:7:"basedir";s:42:"/var/www/ippmt.kauko.lt/wp-content/uploads";s:7:"baseurl";s:41:"https://ippmt.kauko.lt/wp-content/uploads";s:5:"error";b:0;}s:11:"uploads_dir";s:33:"wp-content/uploads/wp-migrate-db/";s:8:"subsites";a:0:{}s:13:"subsites_info";a:0:{}s:20:"is_subdomain_install";s:5:"false";s:26:"high_performance_transfers";b:0;s:29:"theoreticalTransferBottleneck";i:536620912;s:11:"content_dir";s:34:"/var/www/ippmt.kauko.lt/wp-content";s:19:"transfer_bottleneck";i:536620912;s:16:"max_request_size";i:1048576;s:6:"php_os";s:5:"Linux";s:7:"plugins";a:11:{s:19:"akismet/akismet.php";a:1:{i:0;a:4:{s:4:"name";s:17:"Akismet Anti-Spam";s:6:"active";b:0;s:4:"path";s:50:"/var/www/ippmt.kauko.lt/wp-content/plugins/akismet";s:7:"version";s:5:"5.0.2";}}s:49:"host-analyticsjs-local/host-analyticsjs-local.php";a:1:{i:0;a:4:{s:4:"name";s:4:"CAOS";s:6:"active";b:1;s:4:"path";s:65:"/var/www/ippmt.kauko.lt/wp-content/plugins/host-analyticsjs-local";s:7:"version";s:5:"4.4.5";}}s:23:"elementor/elementor.php";a:1:{i:0;a:4:{s:4:"name";s:9:"Elementor";s:6:"active";b:1;s:4:"path";s:52:"/var/www/ippmt.kauko.lt/wp-content/plugins/elementor";s:7:"version";s:6:"3.11.2";}}s:31:"elementor-pro/elementor-pro.php";a:1:{i:0;a:4:{s:4:"name";s:13:"Elementor Pro";s:6:"active";b:0;s:4:"path";s:56:"/var/www/ippmt.kauko.lt/wp-content/plugins/elementor-pro";s:7:"version";s:5:"2.6.1";}}s:9:"hello.php";a:1:{i:0;a:4:{s:4:"name";s:11:"Hello Dolly";s:6:"active";b:0;s:4:"path";s:52:"/var/www/ippmt.kauko.lt/wp-content/plugins/hello.php";s:7:"version";s:5:"1.7.2";}}s:35:"litespeed-cache/litespeed-cache.php";a:1:{i:0;a:4:{s:4:"name";s:15:"LiteSpeed Cache";s:6:"active";b:1;s:4:"path";s:58:"/var/www/ippmt.kauko.lt/wp-content/plugins/litespeed-cache";s:7:"version";s:5:"5.3.3";}}s:51:"ocean-elementor-widgets/ocean-elementor-widgets.php";a:1:{i:0;a:4:{s:4:"name";s:23:"Ocean Elementor Widgets";s:6:"active";b:0;s:4:"path";s:66:"/var/www/ippmt.kauko.lt/wp-content/plugins/ocean-elementor-widgets";s:7:"version";s:5:"1.1.6";}}s:27:"ocean-extra/ocean-extra.php";a:1:{i:0;a:4:{s:4:"name";s:11:"Ocean Extra";s:6:"active";b:1;s:4:"path";s:54:"/var/www/ippmt.kauko.lt/wp-content/plugins/ocean-extra";s:7:"version";s:5:"2.1.4";}}s:23:"wp-smushit/wp-smush.php";a:1:{i:0;a:4:{s:4:"name";s:5:"Smush";s:6:"active";b:0;s:4:"path";s:53:"/var/www/ippmt.kauko.lt/wp-content/plugins/wp-smushit";s:7:"version";s:6:"3.12.5";}}s:27:"wp-optimize/wp-optimize.php";a:1:{i:0;a:4:{s:4:"name";s:36:"WP-Optimize - Clean, Compress, Cache";s:6:"active";b:0;s:4:"path";s:54:"/var/www/ippmt.kauko.lt/wp-content/plugins/wp-optimize";s:7:"version";s:6:"3.2.12";}}s:31:"wp-migrate-db/wp-migrate-db.php";a:1:{i:0;a:4:{s:4:"name";s:15:"WP Migrate Lite";s:6:"active";b:1;s:4:"path";s:56:"/var/www/ippmt.kauko.lt/wp-content/plugins/wp-migrate-db";s:7:"version";s:5:"2.6.1";}}}s:12:"plugins_path";s:42:"/var/www/ippmt.kauko.lt/wp-content/plugins";s:9:"muplugins";a:0:{}s:14:"muplugins_path";s:45:"/var/www/ippmt.kauko.lt/wp-content/mu-plugins";s:6:"themes";a:5:{s:26:"oceanwp-child-theme-master";a:1:{i:0;a:4:{s:4:"name";s:13:"OceanWP Child";s:6:"active";b:1;s:7:"version";s:3:"1.0";s:4:"path";s:68:"/var/www/ippmt.kauko.lt/wp-content/themes/oceanwp-child-theme-master";}}s:7:"oceanwp";a:1:{i:0;a:4:{s:4:"name";s:7:"OceanWP";s:6:"active";b:1;s:7:"version";s:5:"3.4.1";s:4:"path";s:49:"/var/www/ippmt.kauko.lt/wp-content/themes/oceanwp";}}s:15:"twentytwentyone";a:1:{i:0;a:4:{s:4:"name";s:17:"Twenty Twenty-One";s:6:"active";b:0;s:7:"version";s:3:"1.7";s:4:"path";s:57:"/var/www/ippmt.kauko.lt/wp-content/themes/twentytwentyone";}}s:17:"twentytwentythree";a:1:{i:0;a:4:{s:4:"name";s:19:"Twenty Twenty-Three";s:6:"active";b:0;s:7:"version";s:3:"1.0";s:4:"path";s:59:"/var/www/ippmt.kauko.lt/wp-content/themes/twentytwentythree";}}s:15:"twentytwentytwo";a:1:{i:0;a:4:{s:4:"name";s:17:"Twenty Twenty-Two";s:6:"active";b:0;s:7:"version";s:3:"1.3";s:4:"path";s:57:"/var/www/ippmt.kauko.lt/wp-content/themes/twentytwentytwo";}}}s:11:"themes_path";s:42:"/var/www/ippmt.kauko.lt/wp-content/themes/";s:6:"others";a:3:{s:13:"ai1wm-backups";a:1:{i:0;a:2:{s:4:"name";s:13:"ai1wm-backups";s:4:"path";s:48:"/var/www/ippmt.kauko.lt/wp-content/ai1wm-backups";}}s:5:"cache";a:1:{i:0;a:2:{s:4:"name";s:5:"cache";s:4:"path";s:40:"/var/www/ippmt.kauko.lt/wp-content/cache";}}s:9:"languages";a:1:{i:0;a:2:{s:4:"name";s:9:"languages";s:4:"path";s:44:"/var/www/ippmt.kauko.lt/wp-content/languages";}}}s:4:"core";a:19:{s:9:"index.php";a:1:{i:0;a:2:{s:4:"name";s:9:"index.php";s:4:"path";s:34:"/var/www/ippmt.kauko.lt//index.php";}}s:11:"license.txt";a:1:{i:0;a:2:{s:4:"name";s:11:"license.txt";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//license.txt";}}s:11:"readme.html";a:1:{i:0;a:2:{s:4:"name";s:11:"readme.html";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//readme.html";}}s:15:"wp-activate.php";a:1:{i:0;a:2:{s:4:"name";s:15:"wp-activate.php";s:4:"path";s:40:"/var/www/ippmt.kauko.lt//wp-activate.php";}}s:8:"wp-admin";a:1:{i:0;a:2:{s:4:"name";s:8:"wp-admin";s:4:"path";s:33:"/var/www/ippmt.kauko.lt//wp-admin";}}s:18:"wp-blog-header.php";a:1:{i:0;a:2:{s:4:"name";s:18:"wp-blog-header.php";s:4:"path";s:43:"/var/www/ippmt.kauko.lt//wp-blog-header.php";}}s:20:"wp-comments-post.php";a:1:{i:0;a:2:{s:4:"name";s:20:"wp-comments-post.php";s:4:"path";s:45:"/var/www/ippmt.kauko.lt//wp-comments-post.php";}}s:20:"wp-config-sample.php";a:1:{i:0;a:2:{s:4:"name";s:20:"wp-config-sample.php";s:4:"path";s:45:"/var/www/ippmt.kauko.lt//wp-config-sample.php";}}s:13:"wp-config.php";a:1:{i:0;a:2:{s:4:"name";s:13:"wp-config.php";s:4:"path";s:38:"/var/www/ippmt.kauko.lt//wp-config.php";}}s:11:"wp-cron.php";a:1:{i:0;a:2:{s:4:"name";s:11:"wp-cron.php";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//wp-cron.php";}}s:11:"wp-includes";a:1:{i:0;a:2:{s:4:"name";s:11:"wp-includes";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//wp-includes";}}s:17:"wp-links-opml.php";a:1:{i:0;a:2:{s:4:"name";s:17:"wp-links-opml.php";s:4:"path";s:42:"/var/www/ippmt.kauko.lt//wp-links-opml.php";}}s:11:"wp-load.php";a:1:{i:0;a:2:{s:4:"name";s:11:"wp-load.php";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//wp-load.php";}}s:12:"wp-login.php";a:1:{i:0;a:2:{s:4:"name";s:12:"wp-login.php";s:4:"path";s:37:"/var/www/ippmt.kauko.lt//wp-login.php";}}s:11:"wp-mail.php";a:1:{i:0;a:2:{s:4:"name";s:11:"wp-mail.php";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//wp-mail.php";}}s:15:"wp-settings.php";a:1:{i:0;a:2:{s:4:"name";s:15:"wp-settings.php";s:4:"path";s:40:"/var/www/ippmt.kauko.lt//wp-settings.php";}}s:13:"wp-signup.php";a:1:{i:0;a:2:{s:4:"name";s:13:"wp-signup.php";s:4:"path";s:38:"/var/www/ippmt.kauko.lt//wp-signup.php";}}s:16:"wp-trackback.php";a:1:{i:0;a:2:{s:4:"name";s:16:"wp-trackback.php";s:4:"path";s:41:"/var/www/ippmt.kauko.lt//wp-trackback.php";}}s:10:"xmlrpc.php";a:1:{i:0;a:2:{s:4:"name";s:10:"xmlrpc.php";s:4:"path";s:35:"/var/www/ippmt.kauko.lt//xmlrpc.php";}}}}s:6:"remote";a:24:{s:12:"is_multisite";s:5:"false";s:8:"site_url";s:22:"https://ippmt.kauko.lt";s:8:"home_url";s:22:"https://ippmt.kauko.lt";s:6:"prefix";s:3:"wp_";s:15:"uploads_baseurl";s:42:"https://ippmt.kauko.lt/wp-content/uploads/";s:7:"uploads";a:6:{s:4:"path";s:50:"/var/www/ippmt.kauko.lt/wp-content/uploads/2023/02";s:3:"url";s:49:"https://ippmt.kauko.lt/wp-content/uploads/2023/02";s:6:"subdir";s:8:"/2023/02";s:7:"basedir";s:42:"/var/www/ippmt.kauko.lt/wp-content/uploads";s:7:"baseurl";s:41:"https://ippmt.kauko.lt/wp-content/uploads";s:5:"error";b:0;}s:11:"uploads_dir";s:33:"wp-content/uploads/wp-migrate-db/";s:8:"subsites";a:0:{}s:13:"subsites_info";a:0:{}s:20:"is_subdomain_install";s:5:"false";s:26:"high_performance_transfers";b:0;s:29:"theoreticalTransferBottleneck";i:536620912;s:11:"content_dir";s:34:"/var/www/ippmt.kauko.lt/wp-content";s:19:"transfer_bottleneck";i:536620912;s:16:"max_request_size";i:1048576;s:6:"php_os";s:5:"Linux";s:7:"plugins";a:11:{s:19:"akismet/akismet.php";a:1:{i:0;a:4:{s:4:"name";s:17:"Akismet Anti-Spam";s:6:"active";b:0;s:4:"path";s:50:"/var/www/ippmt.kauko.lt/wp-content/plugins/akismet";s:7:"version";s:5:"5.0.2";}}s:49:"host-analyticsjs-local/host-analyticsjs-local.php";a:1:{i:0;a:4:{s:4:"name";s:4:"CAOS";s:6:"active";b:0;s:4:"path";s:65:"/var/www/ippmt.kauko.lt/wp-content/plugins/host-analyticsjs-local";s:7:"version";s:5:"4.4.5";}}s:23:"elementor/elementor.php";a:1:{i:0;a:4:{s:4:"name";s:9:"Elementor";s:6:"active";b:0;s:4:"path";s:52:"/var/www/ippmt.kauko.lt/wp-content/plugins/elementor";s:7:"version";s:6:"3.11.2";}}s:31:"elementor-pro/elementor-pro.php";a:1:{i:0;a:4:{s:4:"name";s:13:"Elementor Pro";s:6:"active";b:0;s:4:"path";s:56:"/var/www/ippmt.kauko.lt/wp-content/plugins/elementor-pro";s:7:"version";s:5:"2.6.1";}}s:9:"hello.php";a:1:{i:0;a:4:{s:4:"name";s:11:"Hello Dolly";s:6:"active";b:0;s:4:"path";s:52:"/var/www/ippmt.kauko.lt/wp-content/plugins/hello.php";s:7:"version";s:5:"1.7.2";}}s:35:"litespeed-cache/litespeed-cache.php";a:1:{i:0;a:4:{s:4:"name";s:15:"LiteSpeed Cache";s:6:"active";b:0;s:4:"path";s:58:"/var/www/ippmt.kauko.lt/wp-content/plugins/litespeed-cache";s:7:"version";s:5:"5.3.3";}}s:51:"ocean-elementor-widgets/ocean-elementor-widgets.php";a:1:{i:0;a:4:{s:4:"name";s:23:"Ocean Elementor Widgets";s:6:"active";b:0;s:4:"path";s:66:"/var/www/ippmt.kauko.lt/wp-content/plugins/ocean-elementor-widgets";s:7:"version";s:5:"1.1.6";}}s:27:"ocean-extra/ocean-extra.php";a:1:{i:0;a:4:{s:4:"name";s:11:"Ocean Extra";s:6:"active";b:0;s:4:"path";s:54:"/var/www/ippmt.kauko.lt/wp-content/plugins/ocean-extra";s:7:"version";s:5:"2.1.4";}}s:23:"wp-smushit/wp-smush.php";a:1:{i:0;a:4:{s:4:"name";s:5:"Smush";s:6:"active";b:0;s:4:"path";s:53:"/var/www/ippmt.kauko.lt/wp-content/plugins/wp-smushit";s:7:"version";s:6:"3.12.5";}}s:27:"wp-optimize/wp-optimize.php";a:1:{i:0;a:4:{s:4:"name";s:36:"WP-Optimize - Clean, Compress, Cache";s:6:"active";b:0;s:4:"path";s:54:"/var/www/ippmt.kauko.lt/wp-content/plugins/wp-optimize";s:7:"version";s:6:"3.2.12";}}s:31:"wp-migrate-db/wp-migrate-db.php";a:1:{i:0;a:4:{s:4:"name";s:15:"WP Migrate Lite";s:6:"active";b:1;s:4:"path";s:56:"/var/www/ippmt.kauko.lt/wp-content/plugins/wp-migrate-db";s:7:"version";s:5:"2.6.1";}}}s:12:"plugins_path";s:42:"/var/www/ippmt.kauko.lt/wp-content/plugins";s:9:"muplugins";a:0:{}s:14:"muplugins_path";s:45:"/var/www/ippmt.kauko.lt/wp-content/mu-plugins";s:6:"themes";a:5:{s:26:"oceanwp-child-theme-master";a:1:{i:0;a:4:{s:4:"name";s:13:"OceanWP Child";s:6:"active";b:1;s:7:"version";s:3:"1.0";s:4:"path";s:68:"/var/www/ippmt.kauko.lt/wp-content/themes/oceanwp-child-theme-master";}}s:7:"oceanwp";a:1:{i:0;a:4:{s:4:"name";s:7:"OceanWP";s:6:"active";b:1;s:7:"version";s:5:"3.4.1";s:4:"path";s:49:"/var/www/ippmt.kauko.lt/wp-content/themes/oceanwp";}}s:15:"twentytwentyone";a:1:{i:0;a:4:{s:4:"name";s:17:"Twenty Twenty-One";s:6:"active";b:0;s:7:"version";s:3:"1.7";s:4:"path";s:57:"/var/www/ippmt.kauko.lt/wp-content/themes/twentytwentyone";}}s:17:"twentytwentythree";a:1:{i:0;a:4:{s:4:"name";s:19:"Twenty Twenty-Three";s:6:"active";b:0;s:7:"version";s:3:"1.0";s:4:"path";s:59:"/var/www/ippmt.kauko.lt/wp-content/themes/twentytwentythree";}}s:15:"twentytwentytwo";a:1:{i:0;a:4:{s:4:"name";s:17:"Twenty Twenty-Two";s:6:"active";b:0;s:7:"version";s:3:"1.3";s:4:"path";s:57:"/var/www/ippmt.kauko.lt/wp-content/themes/twentytwentytwo";}}}s:11:"themes_path";s:42:"/var/www/ippmt.kauko.lt/wp-content/themes/";s:6:"others";a:3:{s:13:"ai1wm-backups";a:1:{i:0;a:2:{s:4:"name";s:13:"ai1wm-backups";s:4:"path";s:48:"/var/www/ippmt.kauko.lt/wp-content/ai1wm-backups";}}s:5:"cache";a:1:{i:0;a:2:{s:4:"name";s:5:"cache";s:4:"path";s:40:"/var/www/ippmt.kauko.lt/wp-content/cache";}}s:9:"languages";a:1:{i:0;a:2:{s:4:"name";s:9:"languages";s:4:"path";s:44:"/var/www/ippmt.kauko.lt/wp-content/languages";}}}s:4:"core";a:19:{s:9:"index.php";a:1:{i:0;a:2:{s:4:"name";s:9:"index.php";s:4:"path";s:34:"/var/www/ippmt.kauko.lt//index.php";}}s:11:"license.txt";a:1:{i:0;a:2:{s:4:"name";s:11:"license.txt";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//license.txt";}}s:11:"readme.html";a:1:{i:0;a:2:{s:4:"name";s:11:"readme.html";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//readme.html";}}s:15:"wp-activate.php";a:1:{i:0;a:2:{s:4:"name";s:15:"wp-activate.php";s:4:"path";s:40:"/var/www/ippmt.kauko.lt//wp-activate.php";}}s:8:"wp-admin";a:1:{i:0;a:2:{s:4:"name";s:8:"wp-admin";s:4:"path";s:33:"/var/www/ippmt.kauko.lt//wp-admin";}}s:18:"wp-blog-header.php";a:1:{i:0;a:2:{s:4:"name";s:18:"wp-blog-header.php";s:4:"path";s:43:"/var/www/ippmt.kauko.lt//wp-blog-header.php";}}s:20:"wp-comments-post.php";a:1:{i:0;a:2:{s:4:"name";s:20:"wp-comments-post.php";s:4:"path";s:45:"/var/www/ippmt.kauko.lt//wp-comments-post.php";}}s:20:"wp-config-sample.php";a:1:{i:0;a:2:{s:4:"name";s:20:"wp-config-sample.php";s:4:"path";s:45:"/var/www/ippmt.kauko.lt//wp-config-sample.php";}}s:13:"wp-config.php";a:1:{i:0;a:2:{s:4:"name";s:13:"wp-config.php";s:4:"path";s:38:"/var/www/ippmt.kauko.lt//wp-config.php";}}s:11:"wp-cron.php";a:1:{i:0;a:2:{s:4:"name";s:11:"wp-cron.php";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//wp-cron.php";}}s:11:"wp-includes";a:1:{i:0;a:2:{s:4:"name";s:11:"wp-includes";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//wp-includes";}}s:17:"wp-links-opml.php";a:1:{i:0;a:2:{s:4:"name";s:17:"wp-links-opml.php";s:4:"path";s:42:"/var/www/ippmt.kauko.lt//wp-links-opml.php";}}s:11:"wp-load.php";a:1:{i:0;a:2:{s:4:"name";s:11:"wp-load.php";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//wp-load.php";}}s:12:"wp-login.php";a:1:{i:0;a:2:{s:4:"name";s:12:"wp-login.php";s:4:"path";s:37:"/var/www/ippmt.kauko.lt//wp-login.php";}}s:11:"wp-mail.php";a:1:{i:0;a:2:{s:4:"name";s:11:"wp-mail.php";s:4:"path";s:36:"/var/www/ippmt.kauko.lt//wp-mail.php";}}s:15:"wp-settings.php";a:1:{i:0;a:2:{s:4:"name";s:15:"wp-settings.php";s:4:"path";s:40:"/var/www/ippmt.kauko.lt//wp-settings.php";}}s:13:"wp-signup.php";a:1:{i:0;a:2:{s:4:"name";s:13:"wp-signup.php";s:4:"path";s:38:"/var/www/ippmt.kauko.lt//wp-signup.php";}}s:16:"wp-trackback.php";a:1:{i:0;a:2:{s:4:"name";s:16:"wp-trackback.php";s:4:"path";s:41:"/var/www/ippmt.kauko.lt//wp-trackback.php";}}s:10:"xmlrpc.php";a:1:{i:0;a:2:{s:4:"name";s:10:"xmlrpc.php";s:4:"path";s:35:"/var/www/ippmt.kauko.lt//xmlrpc.php";}}}}}s:4:"code";i:200;s:7:"message";s:2:"OK";s:4:"body";s:11:"{"error":0}";s:16:"full_site_export";b:1;s:9:"dump_path";s:92:"/var/www/ippmt.kauko.lt/wp-content/uploads/wp-migrate-db/conference-20230223071218-xljug.sql";s:13:"dump_filename";s:31:"conference-20230223071218-xljug";s:8:"dump_url";s:91:"https://ippmt.kauko.lt/wp-content/uploads/wp-migrate-db/conference-20230223071218-lr4cy.sql";s:11:"export_path";s:92:"/var/www/ippmt.kauko.lt/wp-content/uploads/wp-migrate-db/conference-20230223071218-xljug.zip";s:10:"export_url";s:91:"https://ippmt.kauko.lt/wp-content/uploads/wp-migrate-db/conference-20230223071218-lr4cy.zip";s:15:"export_dir_name";s:31:"conference-20230223071218-xljug";s:10:"db_version";s:5:"5.5.5";s:8:"site_url";s:22:"https://ippmt.kauko.lt";s:18:"find_replace_pairs";a:4:{s:5:"regex";a:1:{i:1;b:0;}s:14:"case_sensitive";a:0:{}s:11:"replace_old";a:1:{i:1;s:21:"http://ippmt.kauko.lt";}s:11:"replace_new";a:1:{i:1;s:22:"https://ippmt.kauko.lt";}}s:13:"source_prefix";s:3:"wp_";s:18:"destination_prefix";s:3:"wp_";s:5:"table";s:10:"wp_options";s:11:"current_row";s:3:"539";s:10:"last_table";s:1:"0";s:12:"primary_keys";s:38:"a:1:{s:9:\\"option_id\\";s:5:\\"22841\\";}";s:4:"gzip";s:1:"0";s:5:"nonce";s:10:"81361da5ae";s:6:"action";s:19:"wpmdb_migrate_table";s:16:"dumpfile_created";b:1;}', 'no'),
(22879, 'wpmdb_migration_options', 'a:16:{s:17:"current_migration";a:33:{s:9:"connected";b:0;s:6:"intent";s:12:"find_replace";s:13:"tables_option";s:3:"all";s:15:"tables_selected";a:18:{i:0;s:14:"wp_commentmeta";i:1;s:11:"wp_comments";i:2;s:11:"wp_e_events";i:3;s:8:"wp_links";i:4;s:16:"wp_litespeed_url";i:5;s:21:"wp_litespeed_url_file";i:6;s:10:"wp_options";i:7;s:11:"wp_postmeta";i:8;s:8:"wp_posts";i:9;s:19:"wp_smush_dir_images";i:10;s:21:"wp_term_relationships";i:11;s:16:"wp_term_taxonomy";i:12;s:11:"wp_termmeta";i:13;s:8:"wp_terms";i:14;s:14:"wp_tm_taskmeta";i:15;s:11:"wp_tm_tasks";i:16;s:11:"wp_usermeta";i:17;s:8:"wp_users";}s:13:"backup_option";s:23:"backup_only_with_prefix";s:22:"backup_tables_selected";a:18:{i:0;s:14:"wp_commentmeta";i:1;s:11:"wp_comments";i:2;s:11:"wp_e_events";i:3;s:8:"wp_links";i:4;s:16:"wp_litespeed_url";i:5;s:21:"wp_litespeed_url_file";i:6;s:10:"wp_options";i:7;s:11:"wp_postmeta";i:8;s:8:"wp_posts";i:9;s:19:"wp_smush_dir_images";i:10;s:21:"wp_term_relationships";i:11;s:16:"wp_term_taxonomy";i:12;s:11:"wp_termmeta";i:13;s:8:"wp_terms";i:14;s:14:"wp_tm_taskmeta";i:15;s:11:"wp_tm_tasks";i:16;s:11:"wp_usermeta";i:17;s:8:"wp_users";}s:17:"post_types_option";s:3:"all";s:19:"post_types_selected";a:0:{}s:25:"advanced_options_selected";a:0:{}s:12:"profile_name";s:14:"Find & Replace";s:25:"selected_existing_profile";N;s:12:"profile_type";N;s:6:"status";s:0:"";s:6:"stages";a:2:{i:0;s:6:"backup";i:1;s:6:"tables";}s:13:"current_stage";s:6:"backup";s:15:"stages_complete";a:0:{}s:7:"running";b:1;s:17:"migration_enabled";b:1;s:12:"migration_id";s:36:"6b094271-1d38-4b6b-95bc-d721c0f0e7dc";s:13:"source_prefix";s:0:"";s:18:"destination_prefix";s:0:"";s:7:"preview";b:0;s:19:"selectedComboOption";s:7:"preview";s:13:"twoMultisites";b:0;s:11:"localSource";b:1;s:15:"databaseEnabled";b:1;s:18:"currentPayloadSize";i:0;s:21:"currentMaxPayloadSize";N;s:20:"fileTransferRequests";i:0;s:18:"payloadSizeHistory";a:0:{}s:17:"fileTransferStats";a:0:{}s:29:"forceHighPerformanceTransfers";b:1;s:15:"fseDumpFilename";N;}s:14:"search_replace";a:2:{s:21:"custom_search_replace";a:1:{i:0;a:8:{s:11:"replace_old";s:21:"http://ippmt.kauko.lt";s:11:"replace_new";s:22:"https://ippmt.kauko.lt";s:5:"focus";b:0;s:5:"regex";b:0;s:12:"isValidRegex";N;s:23:"replace_old_placeholder";N;s:23:"replace_new_placeholder";N;s:2:"id";s:36:"de15c2ea-920b-4130-bab9-7524c45e579f";}}s:27:"custom_search_domain_locked";b:0;}s:6:"action";s:12:"find_replace";s:13:"select_tables";a:18:{i:0;s:14:"wp_commentmeta";i:1;s:11:"wp_comments";i:2;s:11:"wp_e_events";i:3;s:8:"wp_links";i:4;s:16:"wp_litespeed_url";i:5;s:21:"wp_litespeed_url_file";i:6;s:10:"wp_options";i:7;s:11:"wp_postmeta";i:8;s:8:"wp_posts";i:9;s:19:"wp_smush_dir_images";i:10;s:21:"wp_term_relationships";i:11;s:16:"wp_term_taxonomy";i:12;s:11:"wp_termmeta";i:13;s:8:"wp_terms";i:14;s:14:"wp_tm_taskmeta";i:15;s:11:"wp_tm_tasks";i:16;s:11:"wp_usermeta";i:17;s:8:"wp_users";}s:20:"table_migrate_option";s:3:"all";s:13:"create_backup";i:1;s:13:"backup_option";s:23:"backup_only_with_prefix";s:13:"select_backup";a:18:{i:0;s:14:"wp_commentmeta";i:1;s:11:"wp_comments";i:2;s:11:"wp_e_events";i:3;s:8:"wp_links";i:4;s:16:"wp_litespeed_url";i:5;s:21:"wp_litespeed_url_file";i:6;s:10:"wp_options";i:7;s:11:"wp_postmeta";i:8;s:8:"wp_posts";i:9;s:19:"wp_smush_dir_images";i:10;s:21:"wp_term_relationships";i:11;s:16:"wp_term_taxonomy";i:12;s:11:"wp_termmeta";i:13;s:8:"wp_terms";i:14;s:14:"wp_tm_taskmeta";i:15;s:11:"wp_tm_tasks";i:16;s:11:"wp_usermeta";i:17;s:8:"wp_users";}s:17:"select_post_types";a:0:{}s:22:"exclude_post_revisions";s:1:"0";s:13:"replace_guids";s:1:"0";s:25:"compatibility_older_mysql";s:1:"0";s:18:"exclude_transients";s:1:"0";s:12:"exclude_spam";s:1:"0";s:19:"keep_active_plugins";s:1:"0";s:9:"gzip_file";s:1:"0";}', 'no'),
(22880, 'wpmdb_usage', 'a:2:{s:6:"action";s:12:"find_replace";s:4:"time";i:1677136338;}', 'no') ;
#
# End of data contents of table `wp_options`
# --------------------------------------------------------
#
# Delete any existing table `wp_postmeta`
#
DROP TABLE IF EXISTS `wp_postmeta`;
#
# Table structure of table `wp_postmeta`
#
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5462 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_postmeta`
#
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 3, '_wp_page_template', 'default'),
(5, 6, '_edit_lock', '1676890170:3'),
(7, 8, '_edit_lock', '1676890210:3'),
(9, 6, '_edit_last', '1'),
(10, 6, 'ocean_sidebar', '0'),
(11, 6, 'ocean_second_sidebar', '0'),
(12, 6, 'ocean_disable_margins', 'enable'),
(13, 6, 'ocean_display_top_bar', 'default'),
(14, 6, 'ocean_display_header', 'default'),
(15, 6, 'ocean_center_header_left_menu', '0'),
(16, 6, 'ocean_custom_header_template', '0'),
(17, 6, 'ocean_header_custom_menu', '0'),
(18, 6, 'ocean_menu_typo_font_family', '0'),
(19, 6, 'ocean_disable_title', 'default'),
(20, 6, 'ocean_disable_heading', 'default'),
(21, 6, 'ocean_disable_breadcrumbs', 'default'),
(22, 6, 'ocean_display_footer_widgets', 'default'),
(23, 6, 'ocean_display_footer_bottom', 'default'),
(24, 6, 'ocean_custom_footer_template', '0'),
(25, 11, '_edit_lock', '1676882682:3'),
(26, 12, '_edit_lock', '1573477308:1'),
(27, 11, '_edit_last', '1'),
(28, 11, 'ocean_sidebar', '0'),
(29, 11, 'ocean_second_sidebar', '0'),
(30, 11, 'ocean_disable_margins', 'enable'),
(31, 11, 'ocean_display_top_bar', 'default'),
(32, 11, 'ocean_display_header', 'default'),
(33, 11, 'ocean_center_header_left_menu', '0'),
(34, 11, 'ocean_custom_header_template', '0'),
(35, 11, 'ocean_header_custom_menu', '0'),
(36, 11, 'ocean_menu_typo_font_family', '0'),
(37, 11, 'ocean_disable_title', 'default'),
(38, 11, 'ocean_disable_heading', 'default'),
(39, 11, 'ocean_disable_breadcrumbs', 'default'),
(40, 11, 'ocean_display_footer_widgets', 'default'),
(41, 11, 'ocean_display_footer_bottom', 'default'),
(42, 11, 'ocean_custom_footer_template', '0'),
(43, 8, '_edit_last', '1'),
(44, 8, 'ocean_sidebar', '0'),
(45, 8, 'ocean_second_sidebar', '0'),
(46, 8, 'ocean_disable_margins', 'enable'),
(47, 8, 'ocean_display_top_bar', 'default'),
(48, 8, 'ocean_display_header', 'default'),
(49, 8, 'ocean_center_header_left_menu', '0'),
(50, 8, 'ocean_custom_header_template', '0'),
(51, 8, 'ocean_header_custom_menu', '0'),
(52, 8, 'ocean_menu_typo_font_family', '0'),
(53, 8, 'ocean_disable_title', 'default'),
(54, 8, 'ocean_disable_heading', 'default'),
(55, 8, 'ocean_disable_breadcrumbs', 'default'),
(56, 8, 'ocean_display_footer_widgets', 'default'),
(57, 8, 'ocean_display_footer_bottom', 'default'),
(58, 8, 'ocean_custom_footer_template', '0'),
(59, 15, '_edit_lock', '1638443369:1'),
(60, 12, '_edit_last', '1'),
(61, 12, 'ocean_sidebar', '0'),
(62, 12, 'ocean_second_sidebar', '0'),
(63, 12, 'ocean_disable_margins', 'enable'),
(64, 12, 'ocean_display_top_bar', 'default'),
(65, 12, 'ocean_display_header', 'default'),
(66, 12, 'ocean_center_header_left_menu', '0'),
(67, 12, 'ocean_custom_header_template', '0'),
(68, 12, 'ocean_header_custom_menu', '0'),
(69, 12, 'ocean_menu_typo_font_family', '0'),
(70, 12, 'ocean_disable_title', 'default'),
(71, 12, 'ocean_disable_heading', 'default'),
(72, 12, 'ocean_disable_breadcrumbs', 'default'),
(73, 12, 'ocean_display_footer_widgets', 'default'),
(74, 12, 'ocean_display_footer_bottom', 'default'),
(75, 12, 'ocean_custom_footer_template', '0'),
(76, 15, '_edit_last', '2'),
(77, 15, 'ocean_sidebar', '0'),
(78, 15, 'ocean_second_sidebar', '0'),
(79, 15, 'ocean_disable_margins', 'enable'),
(80, 15, 'ocean_display_top_bar', 'default'),
(81, 15, 'ocean_display_header', 'default'),
(82, 15, 'ocean_center_header_left_menu', '0'),
(83, 15, 'ocean_custom_header_template', '0'),
(84, 15, 'ocean_header_custom_menu', '0'),
(85, 15, 'ocean_menu_typo_font_family', '0'),
(86, 15, 'ocean_disable_title', 'default'),
(87, 15, 'ocean_disable_heading', 'default'),
(88, 15, 'ocean_disable_breadcrumbs', 'default'),
(89, 15, 'ocean_display_footer_widgets', 'default'),
(90, 15, 'ocean_display_footer_bottom', 'default'),
(91, 15, 'ocean_custom_footer_template', '0'),
(135, 25, '_menu_item_type', 'post_type'),
(136, 25, '_menu_item_menu_item_parent', '0'),
(137, 25, '_menu_item_object_id', '8'),
(138, 25, '_menu_item_object', 'page'),
(139, 25, '_menu_item_target', ''),
(140, 25, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(141, 25, '_menu_item_xfn', ''),
(142, 25, '_menu_item_url', ''),
(144, 25, '_menu_item_template', ''),
(145, 25, '_menu_item_mega_template', '0'),
(146, 25, '_menu_item_nolink', ''),
(147, 25, '_menu_item_category_post', ''),
(148, 25, '_menu_item_megamenu', ''),
(149, 25, '_menu_item_megamenu_auto_width', '') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(150, 25, '_menu_item_megamenu_col', ''),
(151, 25, '_menu_item_megamenu_heading', ''),
(152, 25, '_menu_item_megamenu_widgetarea', '0'),
(153, 25, '_menu_item_icon', ''),
(154, 26, '_menu_item_type', 'post_type'),
(155, 26, '_menu_item_menu_item_parent', '0'),
(156, 26, '_menu_item_object_id', '6'),
(157, 26, '_menu_item_object', 'page'),
(158, 26, '_menu_item_target', ''),
(159, 26, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(160, 26, '_menu_item_xfn', ''),
(161, 26, '_menu_item_url', ''),
(163, 26, '_menu_item_template', ''),
(164, 26, '_menu_item_mega_template', '0'),
(165, 26, '_menu_item_nolink', ''),
(166, 26, '_menu_item_category_post', ''),
(167, 26, '_menu_item_megamenu', ''),
(168, 26, '_menu_item_megamenu_auto_width', ''),
(169, 26, '_menu_item_megamenu_col', ''),
(170, 26, '_menu_item_megamenu_heading', ''),
(171, 26, '_menu_item_megamenu_widgetarea', '0'),
(172, 26, '_menu_item_icon', ''),
(173, 27, '_menu_item_type', 'post_type'),
(174, 27, '_menu_item_menu_item_parent', '0'),
(175, 27, '_menu_item_object_id', '15'),
(176, 27, '_menu_item_object', 'page'),
(177, 27, '_menu_item_target', ''),
(178, 27, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(179, 27, '_menu_item_xfn', ''),
(180, 27, '_menu_item_url', ''),
(182, 27, '_menu_item_template', ''),
(183, 27, '_menu_item_mega_template', '0'),
(184, 27, '_menu_item_nolink', ''),
(185, 27, '_menu_item_category_post', ''),
(186, 27, '_menu_item_megamenu', ''),
(187, 27, '_menu_item_megamenu_auto_width', ''),
(188, 27, '_menu_item_megamenu_col', ''),
(189, 27, '_menu_item_megamenu_heading', ''),
(190, 27, '_menu_item_megamenu_widgetarea', '0'),
(191, 27, '_menu_item_icon', ''),
(192, 28, '_menu_item_type', 'post_type'),
(193, 28, '_menu_item_menu_item_parent', '0'),
(194, 28, '_menu_item_object_id', '11'),
(195, 28, '_menu_item_object', 'page'),
(196, 28, '_menu_item_target', ''),
(197, 28, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(198, 28, '_menu_item_xfn', ''),
(199, 28, '_menu_item_url', ''),
(201, 28, '_menu_item_template', ''),
(202, 28, '_menu_item_mega_template', '0'),
(203, 28, '_menu_item_nolink', ''),
(204, 28, '_menu_item_category_post', ''),
(205, 28, '_menu_item_megamenu', ''),
(206, 28, '_menu_item_megamenu_auto_width', ''),
(207, 28, '_menu_item_megamenu_col', ''),
(208, 28, '_menu_item_megamenu_heading', ''),
(209, 28, '_menu_item_megamenu_widgetarea', '0'),
(210, 28, '_menu_item_icon', ''),
(214, 3, '_edit_lock', '1564045653:1'),
(215, 3, '_edit_last', '1'),
(216, 3, 'ocean_sidebar', '0'),
(217, 3, 'ocean_second_sidebar', '0'),
(218, 3, 'ocean_disable_margins', 'enable'),
(219, 3, 'ocean_display_top_bar', 'default'),
(220, 3, 'ocean_display_header', 'default'),
(221, 3, 'ocean_center_header_left_menu', '0'),
(222, 3, 'ocean_custom_header_template', '0'),
(223, 3, 'ocean_header_custom_menu', '0'),
(224, 3, 'ocean_menu_typo_font_family', '0'),
(225, 3, 'ocean_disable_title', 'default'),
(226, 3, 'ocean_disable_heading', 'default'),
(227, 3, 'ocean_disable_breadcrumbs', 'default'),
(228, 3, 'ocean_display_footer_widgets', 'default'),
(229, 3, 'ocean_display_footer_bottom', 'default'),
(230, 3, 'ocean_custom_footer_template', '0'),
(250, 6, 'ocean_post_layout', 'full-screen'),
(263, 11, '_elementor_edit_mode', 'builder'),
(264, 11, '_elementor_template_type', 'wp-post'),
(265, 11, '_elementor_version', '3.11.1'),
(266, 11, 'ocean_post_layout', 'full-screen'),
(267, 11, '_wp_page_template', 'default'),
(269, 11, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2>\\n<p>Conference abstracts should be 300-500 words, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p>\\n<ul>\\n<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/IPPMT-abstract-template_2023.docx\\">Abstract template<\\/a><\\/span><\\/li>\\n<\\/ul>\\n<p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p>\\n<p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p>\\n<ul>\\n<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li>\\n<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li>\\n<li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Requirements_for_articles_2023.docx\\">Download Requirements for articles 2023<\\/a><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"size":"xxl","header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600","_margin":{"unit":"px","top":"113","right":"113","bottom":"113","left":"113","isLinked":true}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2><p>We kindly recommend you to make reservations in one of the hotels:<\\/p><ul><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"http:\\/\\/www.kaunashotel.lt\\/\\">Kaunas Hotel<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"https:\\/\\/www.booking.com\\/hotel\\/lt\\/moxy-kaunas.lt.html\\">Moxy Kaunas Center Hotel<\\/a><\\/span><u><\\/u><\\/li><\\/ul><h2>Useful links<\\/h2><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(291, 6, '_elementor_edit_mode', 'builder'),
(292, 6, '_elementor_template_type', 'wp-post'),
(293, 6, '_elementor_version', '3.11.1'),
(294, 41, '_wp_attached_file', '2019/07/logo.png'),
(295, 41, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:325;s:6:"height";i:250;s:4:"file";s:16:"2019/07/logo.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:16:"logo-300x231.png";s:5:"width";i:300;s:6:"height";i:231;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:{}}}'),
(301, 6, '_wp_page_template', 'default'),
(303, 6, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION<\\/strong><br \\/><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27 April 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, television, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGE: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"The Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d (ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for the abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include the text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><div><p><strong>Kauno kolegija Higher Education Institution<\\/strong><br \\/><strong>Faculty of Technologies<\\/strong><br \\/><strong>Department of Media Technologies<\\/strong><br \\/>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br \\/><strong>Contact person<\\/strong><br \\/>Renata Gudaitien\\u0117<br \\/>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br \\/>E-mail:\\u00a0<a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br \\/>Tel. +370 675 06 789<\\/p><\\/div><div>\\u00a0<\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center","text_columns":"1","column_gap":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(316, 45, '_elementor_edit_mode', 'builder'),
(317, 45, '_elementor_template_type', 'section'),
(318, 45, '_elementor_version', '2.6.6') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(320, 45, '_elementor_data', '[{"id":"667083e8","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"60","right":"0","bottom":"60","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd","background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1fecdf50","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1a89d2ec","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"68bb2636","elType":"column","settings":{"_column_size":33,"_inline_size":35,"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"3e77983d","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"5abf2d5e","elType":"column","settings":{"_column_size":33,"_inline_size":29.332000000000001,"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"1b820ea0","elType":"widget","settings":{"title":"INFORMACIJA","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"455205c6","elType":"column","settings":{"_column_size":33,"_inline_size":35,"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7fff59c7","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"163d4b90","elType":"section","settings":{"gap":"no","content_position":"middle","structure":"40","padding":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":true},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"2583173e","elType":"column","settings":{"_column_size":25,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7b5b9ff5","elType":"widget","settings":{"title":"Registracija \\u012f <\\/br>konferencij\\u0105","header_size":"h3","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"600","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.6000000000000001},"_margin":{"unit":"%","top":"2","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"66753c9f","elType":"widget","settings":{"editor":"<p>iki 2019 m. kovo 4 d.<\\/p>","align":"center","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"300","typography_line_height":{"unit":"em","size":2},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"50424854","elType":"column","settings":{"_column_size":25,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"36dbc417","elType":"widget","settings":{"title":"Straipsniai konferencijos leidiniui","header_size":"h3","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"600","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.6000000000000001},"_margin":{"unit":"%","top":"2","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"f7b340d","elType":"widget","settings":{"editor":"<p>iki 2019 m. kovo 29 d.<\\/p>","align":"center","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"300","typography_line_height":{"unit":"em","size":2},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"26fd8327","elType":"column","settings":{"_column_size":25,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"7042c440","elType":"widget","settings":{"title":"Konferencijos <\\/br>programa","header_size":"h3","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"600","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.6000000000000001},"_margin":{"unit":"%","top":"2","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7df85c8f","elType":"widget","settings":{"editor":"<p>iki 2019 m. baland\\u017eio 5 d.<\\/p>","align":"center","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"300","typography_line_height":{"unit":"em","size":2},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2cacb386","elType":"column","settings":{"_column_size":25,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"6c95ebea","elType":"widget","settings":{"title":"Konferencijos <\\/br>data","header_size":"h3","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"600","typography_text_transform":"uppercase","typography_line_height":{"unit":"em","size":1.6000000000000001},"_margin":{"unit":"%","top":"2","right":"0","bottom":"0","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"119a7781","elType":"widget","settings":{"editor":"<p>2019 m. baland\\u017eio 25 d.<\\/p>","align":"center","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"300","typography_line_height":{"unit":"em","size":2},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(333, 48, '_elementor_edit_mode', 'builder'),
(334, 48, '_elementor_template_type', 'section'),
(335, 48, '_elementor_version', '2.6.6'),
(337, 48, '_elementor_data', '[{"id":"5e01a77a","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"90","right":"0","bottom":"100","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1300},"background_background":"classic","background_color":"#f8f8f8","_element_id":"mid","background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"41f8a27c","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4e109973","elType":"widget","settings":{"title":"Apie konferencij\\u0105","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_line_height":{"unit":"em","size":1.2},"typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","_padding":{"unit":"px","top":"0","right":"0","bottom":"20","left":"0","isLinked":false},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"250077ce","elType":"section","settings":{"gap":"no","content_position":"middle","structure":"30","padding":{"unit":"px","top":"15","right":"15","bottom":"15","left":"15","isLinked":true},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"4b6385b5","elType":"column","settings":{"_column_size":33,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"fc6099","elType":"widget","settings":{"icon":"fa fa-location-arrow","primary_color":"#00a994","_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon"},{"id":"11407f2c","elType":"widget","settings":{"title":"Tikslas","header_size":"h3","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"600","typography_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"17f617e3","elType":"widget","settings":{"editor":"<p>Skatinti studentus dalyvauti mokslo taikomojoje veikloje, dom\\u0117tis mokslo pa\\u017eanga bei technologini\\u0173 naujovi\\u0173 taikymo galimyb\\u0117mis in\\u017einerijoje, versle, pramon\\u0117je.<\\/p>","align":"center","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"300","typography_line_height":{"unit":"em","size":2},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"72b4807d","elType":"column","settings":{"_column_size":33,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"22de5bb2","elType":"widget","settings":{"icon":"fa fa-map-marker","primary_color":"#00a994","_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon"},{"id":"a71d816","elType":"widget","settings":{"title":"Vieta ir laikas","header_size":"h3","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"600","typography_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"1ec9c3c8","elType":"widget","settings":{"editor":"<p>2019 m. baland\\u017eio 25 d. (ketvirtadienis)<\\/p><p>Kauno kolegija (Auditorija 1-57, Pramon\\u0117s pr. 22, LT-50387 Kaunas,).<\\/p><p>Konferencijos prad\\u017eia - 10.00 val.<\\/p>","align":"center","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"300","typography_line_height":{"unit":"em","size":2},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"26b84fa0","elType":"column","settings":{"_column_size":33,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false},"background_image":{"url":"","id":""},"background_image_tablet":{"url":"","id":""},"background_image_mobile":{"url":"","id":""},"background_video_fallback":{"url":"","id":""},"background_hover_image":{"url":"","id":""},"background_hover_image_tablet":{"url":"","id":""},"background_hover_image_mobile":{"url":"","id":""},"background_hover_video_fallback":{"url":"","id":""},"background_overlay_image":{"url":"","id":""},"background_overlay_image_tablet":{"url":"","id":""},"background_overlay_image_mobile":{"url":"","id":""},"background_overlay_video_fallback":{"url":"","id":""},"background_overlay_hover_image":{"url":"","id":""},"background_overlay_hover_image_tablet":{"url":"","id":""},"background_overlay_hover_image_mobile":{"url":"","id":""},"background_overlay_hover_video_fallback":{"url":"","id":""}},"elements":[{"id":"29e1a485","elType":"widget","settings":{"icon":"fa fa-group","primary_color":"#00a994","_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"icon"},{"id":"70bc85f9","elType":"widget","settings":{"title":"Organizatoriai","header_size":"h3","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"600","typography_text_transform":"uppercase","_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"heading"},{"id":"7e5f746b","elType":"widget","settings":{"editor":"<p>Kauno kolegijos Technologij\\u0173 fakultetas kartu su Student\\u0173 moksline draugija.<\\/p>","align":"center","typography_typography":"custom","typography_font_size":{"unit":"px","size":18},"typography_font_weight":"300","typography_line_height":{"unit":"em","size":2},"_background_image":{"url":"","id":""},"_background_image_tablet":{"url":"","id":""},"_background_image_mobile":{"url":"","id":""},"_background_video_fallback":{"url":"","id":""},"_background_hover_image":{"url":"","id":""},"_background_hover_image_tablet":{"url":"","id":""},"_background_hover_image_mobile":{"url":"","id":""},"_background_hover_video_fallback":{"url":"","id":""}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false}]'),
(362, 53, '_wp_attached_file', '2019/07/header.jpg'),
(363, 53, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:720;s:4:"file";s:18:"2019/07/header.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"header-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"header-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"header-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"header-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(409, 15, 'ocean_post_layout', 'full-screen') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(411, 15, '_elementor_template_type', 'wp-post'),
(412, 15, '_elementor_version', '3.4.5'),
(413, 15, '_wp_page_template', 'default'),
(415, 15, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/12\\/Konferencija-2021_Ok.pdf\\">Conference 2021<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(440, 65, '_wp_attached_file', '2019/07/HanneVandeursen_Paper-submission.pdf'),
(441, 66, '_wp_attached_file', '2019/07/Konferencija_2008.pdf'),
(442, 67, '_wp_attached_file', '2019/07/Konferencija_2009.pdf'),
(443, 68, '_wp_attached_file', '2019/07/Konferencija_2011.pdf'),
(444, 69, '_wp_attached_file', '2019/07/Konferencija_2012.pdf'),
(445, 70, '_wp_attached_file', '2019/07/Konferencija_2013.pdf'),
(446, 71, '_wp_attached_file', '2019/07/Konferencija_2014_spaudai.pdf'),
(447, 72, '_wp_attached_file', '2019/07/Konferencija_2015_OK.pdf'),
(448, 73, '_wp_attached_file', '2019/07/Konferencija_2016_OK.pdf'),
(449, 74, '_wp_attached_file', '2019/07/Konferencija_2017.pdf'),
(450, 75, '_wp_attached_file', '2019/07/Konferencija_2018_OK.pdf'),
(451, 76, '_wp_attached_file', '2019/07/Konferencija-2010.pdf'),
(483, 81, '_elementor_edit_mode', 'builder'),
(484, 81, '_elementor_template_type', 'section'),
(485, 81, '_elementor_version', '2.6.6'),
(489, 81, '_wp_page_template', 'default'),
(491, 81, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(556, 92, '_wp_attached_file', '2019/07/abstract.pdf'),
(557, 93, '_wp_attached_file', '2019/07/Eng-APA.pdf'),
(558, 94, '_edit_lock', '1676882689:3'),
(559, 94, '_edit_last', '1'),
(560, 94, 'ocean_post_layout', 'full-screen'),
(561, 94, 'ocean_sidebar', '0'),
(562, 94, 'ocean_second_sidebar', '0'),
(563, 94, 'ocean_disable_margins', 'enable'),
(564, 94, 'ocean_display_top_bar', 'default'),
(565, 94, 'ocean_display_header', 'default'),
(566, 94, 'ocean_center_header_left_menu', '0'),
(567, 94, 'ocean_custom_header_template', '0'),
(568, 94, 'ocean_header_custom_menu', '0'),
(569, 94, 'ocean_menu_typo_font_family', '0'),
(570, 94, 'ocean_disable_title', 'default'),
(571, 94, 'ocean_disable_heading', 'default'),
(572, 94, 'ocean_disable_breadcrumbs', 'default'),
(573, 94, 'ocean_display_footer_widgets', 'default'),
(574, 94, 'ocean_display_footer_bottom', 'default'),
(575, 94, 'ocean_custom_footer_template', '0'),
(576, 94, '_elementor_edit_mode', 'builder'),
(577, 94, '_elementor_template_type', 'wp-post'),
(578, 94, '_elementor_version', '3.11.1'),
(586, 94, '_wp_page_template', 'default'),
(588, 94, '_elementor_data', '[{"id":"45306f41","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7495cec1","elType":"column","settings":{"_column_size":100},"elements":[{"id":"431fb4ce","elType":"widget","settings":{"editor":"<p>PAPER REQUIREMENTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"8111608","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"40","right":"0","bottom":"60","left":"0","isLinked":false}},"elements":[{"id":"9f3e0ca","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"8bb436e","elType":"widget","settings":{"editor":"<h2>Paper formatting requirements<\\/h2>\\n<p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<\\/p>\\n<p>Electronic documents should be in an electronic version Microsoft Word. Papers will be published in English. The abstract should not exceed 300-500 words.<\\/p>\\n<p>Please submit it using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong>konferencija.md@go.kauko.lt<\\/strong><\\/a><\\/p>\\n<p>Please submit your paper using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong>konferencija.md@go.kauko.lt<\\/strong><\\/a> and prepared according to the given instructions:<\\/p>\\n<ul>\\n<li>Electronic documents should be in an electronic version Microsoft Word only.<\\/li>\\n<li>Papers will be published in English.<\\/li>\\n<li>Original full paper up to 5\\u20138 printed pages (A5).<\\/li>\\n<li>All margins: 2 cm<\\/li>\\n<li>Times New Roman<\\/li>\\n<li>Single-spaced<\\/li>\\n<li>Reference list should be formatted in APA style (<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">example<\\/a>).<\\/li>\\n<\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6ebcaaa","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"4a51237","elType":"widget","settings":{"editor":"<h2>Fonts<\\/h2><table class=\\"paper\\"><tbody><tr style=\\"border-bottom: 1px solid black;\\"><td>\\u00a0<\\/td><td style=\\"padding: 5px; text-align: center;\\"><strong><em> Font,<br \\/>pt<\\/em><\\/strong><\\/td><td><strong><em>Style<\\/em><\\/strong><\\/td><\\/tr><tr><td><strong>Title<\\/strong><\\/td><td>12<\\/td><td>Bold<\\/td><\\/tr><tr><td><strong>Authors<\\/strong><\\/td><td>10<\\/td><td>Bold<\\/td><\\/tr><tr><td><em>Institution<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td>Body text<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td>Text in table<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td>References<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td><em>Keywords<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td><em>Title of the figures<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td><em>Title of the tables<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><\\/tbody><\\/table><p>\\u00a0<\\/p>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(617, 12, 'ocean_post_layout', 'full-screen'),
(618, 12, '_elementor_edit_mode', 'builder'),
(619, 12, '_elementor_template_type', 'post'),
(620, 12, '_elementor_version', '2.6.4'),
(621, 12, '_wp_page_template', 'default'),
(623, 12, '_elementor_data', '[{"id":"1e1d28fd","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"479bedd2","elType":"column","settings":{"_column_size":100},"elements":[{"id":"43f681ba","elType":"widget","settings":{"editor":"<p>GALLERY<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"93232d0","elType":"section","settings":{"structure":"40","margin":{"unit":"px","top":"20","right":0,"bottom":"20","left":0,"isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"87743cb","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"2d7fc20","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008.png","id":961},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference08\\/","is_external":"","nofollow":""},"_border_radius_hover":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"806680f","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"fbba0a0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-1.png","id":964},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference09\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"fe5ca3f","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"ad12bd9","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-2.png","id":965},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference10\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"ee0bb32","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"4b643f2","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-3.png","id":966},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference11\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"46f8136","elType":"section","settings":{"structure":"40","margin":{"unit":"px","top":"20","right":0,"bottom":"20","left":0,"isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6831f8c","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"300db63","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-4.png","id":967},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference12\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"cf3c6b2","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"95dfc2d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-5.png","id":968},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference13\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"1abbbe8","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"8d3c2e0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-6.png","id":970},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference14\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"b49a284","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"146dd65","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-7.png","id":971},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference15\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"46d08c7","elType":"section","settings":{"structure":"40","margin":{"unit":"px","top":"20","right":0,"bottom":"20","left":0,"isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ebc7a8f","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"b7fe5c3","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-8.png","id":972},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference16\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"1652969","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"9993f67","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-9.png","id":973},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference17\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"0158f11","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"ea18f71","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/CONFERENCE-2008-10.png","id":974},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference18\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false},{"id":"3ff1e67","elType":"column","settings":{"_column_size":25,"_inline_size":null},"elements":[{"id":"04792d3","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/CONFERENCE-2008.png","id":1059},"image_size":"full","link_to":"custom","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/gallery\\/conference19\\/","is_external":"","nofollow":""},"_box_shadow_hover_box_shadow_type":"yes","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.3)"}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"50e1a939","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"3b186313","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7d13c1a9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"15eeeb0d","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(676, 108, '_edit_lock', '1676837346:3'),
(677, 109, '_edit_lock', '1676837890:3'),
(678, 110, '_edit_lock', '1564405134:1'),
(679, 111, '_edit_lock', '1564405616:1'),
(680, 112, '_edit_lock', '1564406644:1'),
(681, 113, '_edit_lock', '1571734398:1'),
(682, 114, '_edit_lock', '1564407097:1'),
(683, 115, '_edit_lock', '1564406197:1'),
(684, 116, '_edit_lock', '1564406244:1'),
(685, 108, '_edit_last', '1'),
(686, 108, 'ocean_post_layout', 'full-screen'),
(687, 108, 'ocean_sidebar', '0'),
(688, 108, 'ocean_second_sidebar', '0'),
(689, 108, 'ocean_disable_margins', 'enable'),
(690, 108, 'ocean_display_top_bar', 'default'),
(691, 108, 'ocean_display_header', 'default'),
(692, 108, 'ocean_center_header_left_menu', '0'),
(693, 108, 'ocean_custom_header_template', '0'),
(694, 108, 'ocean_header_custom_menu', '0'),
(695, 108, 'ocean_menu_typo_font_family', '0'),
(696, 108, 'ocean_disable_title', 'default'),
(697, 108, 'ocean_disable_heading', 'default'),
(698, 108, 'ocean_disable_breadcrumbs', 'default'),
(699, 108, 'ocean_display_footer_widgets', 'default'),
(700, 108, 'ocean_display_footer_bottom', 'default'),
(701, 108, 'ocean_custom_footer_template', '0'),
(702, 109, '_edit_last', '1'),
(703, 109, 'ocean_post_layout', 'full-screen'),
(704, 109, 'ocean_sidebar', '0'),
(705, 109, 'ocean_second_sidebar', '0'),
(706, 109, 'ocean_disable_margins', 'enable'),
(707, 109, 'ocean_display_top_bar', 'default'),
(708, 109, 'ocean_display_header', 'default'),
(709, 109, 'ocean_center_header_left_menu', '0'),
(710, 109, 'ocean_custom_header_template', '0'),
(711, 109, 'ocean_header_custom_menu', '0'),
(712, 109, 'ocean_menu_typo_font_family', '0'),
(713, 109, 'ocean_disable_title', 'default'),
(714, 109, 'ocean_disable_heading', 'default'),
(715, 109, 'ocean_disable_breadcrumbs', 'default'),
(716, 109, 'ocean_display_footer_widgets', 'default'),
(717, 109, 'ocean_display_footer_bottom', 'default'),
(718, 109, 'ocean_custom_footer_template', '0'),
(719, 110, '_edit_last', '1'),
(720, 110, 'ocean_post_layout', 'full-screen'),
(721, 110, 'ocean_sidebar', '0'),
(722, 110, 'ocean_second_sidebar', '0'),
(723, 110, 'ocean_disable_margins', 'enable') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(724, 110, 'ocean_display_top_bar', 'default'),
(725, 110, 'ocean_display_header', 'default'),
(726, 110, 'ocean_center_header_left_menu', '0'),
(727, 110, 'ocean_custom_header_template', '0'),
(728, 110, 'ocean_header_custom_menu', '0'),
(729, 110, 'ocean_menu_typo_font_family', '0'),
(730, 110, 'ocean_disable_title', 'default'),
(731, 110, 'ocean_disable_heading', 'default'),
(732, 110, 'ocean_disable_breadcrumbs', 'default'),
(733, 110, 'ocean_display_footer_widgets', 'default'),
(734, 110, 'ocean_display_footer_bottom', 'default'),
(735, 110, 'ocean_custom_footer_template', '0'),
(736, 111, '_edit_last', '1'),
(737, 111, 'ocean_post_layout', 'full-screen'),
(738, 111, 'ocean_sidebar', '0'),
(739, 111, 'ocean_second_sidebar', '0'),
(740, 111, 'ocean_disable_margins', 'enable'),
(741, 111, 'ocean_display_top_bar', 'default'),
(742, 111, 'ocean_display_header', 'default'),
(743, 111, 'ocean_center_header_left_menu', '0'),
(744, 111, 'ocean_custom_header_template', '0'),
(745, 111, 'ocean_header_custom_menu', '0'),
(746, 111, 'ocean_menu_typo_font_family', '0'),
(747, 111, 'ocean_disable_title', 'default'),
(748, 111, 'ocean_disable_heading', 'default'),
(749, 111, 'ocean_disable_breadcrumbs', 'default'),
(750, 111, 'ocean_display_footer_widgets', 'default'),
(751, 111, 'ocean_display_footer_bottom', 'default'),
(752, 111, 'ocean_custom_footer_template', '0'),
(753, 112, '_edit_last', '1'),
(754, 112, 'ocean_post_layout', 'full-screen'),
(755, 112, 'ocean_sidebar', '0'),
(756, 112, 'ocean_second_sidebar', '0'),
(757, 112, 'ocean_disable_margins', 'enable'),
(758, 112, 'ocean_display_top_bar', 'default'),
(759, 112, 'ocean_display_header', 'default'),
(760, 112, 'ocean_center_header_left_menu', '0'),
(761, 112, 'ocean_custom_header_template', '0'),
(762, 112, 'ocean_header_custom_menu', '0'),
(763, 112, 'ocean_menu_typo_font_family', '0'),
(764, 112, 'ocean_disable_title', 'default'),
(765, 112, 'ocean_disable_heading', 'default'),
(766, 112, 'ocean_disable_breadcrumbs', 'default'),
(767, 112, 'ocean_display_footer_widgets', 'default'),
(768, 112, 'ocean_display_footer_bottom', 'default'),
(769, 112, 'ocean_custom_footer_template', '0'),
(770, 113, '_edit_last', '1'),
(771, 113, 'ocean_post_layout', 'full-screen'),
(772, 113, 'ocean_sidebar', '0'),
(773, 113, 'ocean_second_sidebar', '0'),
(774, 113, 'ocean_disable_margins', 'enable'),
(775, 113, 'ocean_display_top_bar', 'default'),
(776, 113, 'ocean_display_header', 'default'),
(777, 113, 'ocean_center_header_left_menu', '0'),
(778, 113, 'ocean_custom_header_template', '0'),
(779, 113, 'ocean_header_custom_menu', '0'),
(780, 113, 'ocean_menu_typo_font_family', '0'),
(781, 113, 'ocean_disable_title', 'default'),
(782, 113, 'ocean_disable_heading', 'default'),
(783, 113, 'ocean_disable_breadcrumbs', 'default'),
(784, 113, 'ocean_display_footer_widgets', 'default'),
(785, 113, 'ocean_display_footer_bottom', 'default'),
(786, 113, 'ocean_custom_footer_template', '0'),
(787, 114, '_edit_last', '1'),
(788, 114, 'ocean_sidebar', '0'),
(789, 114, 'ocean_second_sidebar', '0'),
(790, 114, 'ocean_disable_margins', 'enable'),
(791, 114, 'ocean_display_top_bar', 'default'),
(792, 114, 'ocean_display_header', 'default'),
(793, 114, 'ocean_center_header_left_menu', '0'),
(794, 114, 'ocean_custom_header_template', '0'),
(795, 114, 'ocean_header_custom_menu', '0'),
(796, 114, 'ocean_menu_typo_font_family', '0'),
(797, 114, 'ocean_disable_title', 'default'),
(798, 114, 'ocean_disable_heading', 'default'),
(799, 114, 'ocean_disable_breadcrumbs', 'default'),
(800, 114, 'ocean_display_footer_widgets', 'default'),
(801, 114, 'ocean_display_footer_bottom', 'default'),
(802, 114, 'ocean_custom_footer_template', '0'),
(803, 115, '_edit_last', '1'),
(804, 115, 'ocean_post_layout', 'full-screen'),
(805, 115, 'ocean_sidebar', '0'),
(806, 115, 'ocean_second_sidebar', '0'),
(807, 115, 'ocean_disable_margins', 'enable'),
(808, 115, 'ocean_display_top_bar', 'default'),
(809, 115, 'ocean_display_header', 'default'),
(810, 115, 'ocean_center_header_left_menu', '0'),
(811, 115, 'ocean_custom_header_template', '0'),
(812, 115, 'ocean_header_custom_menu', '0'),
(813, 115, 'ocean_menu_typo_font_family', '0'),
(814, 115, 'ocean_disable_title', 'default'),
(815, 115, 'ocean_disable_heading', 'default'),
(816, 115, 'ocean_disable_breadcrumbs', 'default'),
(817, 115, 'ocean_display_footer_widgets', 'default'),
(818, 115, 'ocean_display_footer_bottom', 'default'),
(819, 115, 'ocean_custom_footer_template', '0'),
(821, 125, '_edit_lock', '1564407329:1'),
(822, 126, '_edit_lock', '1573477804:1'),
(823, 127, '_edit_lock', '1662972231:3'),
(824, 116, '_edit_last', '1') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(825, 116, 'ocean_sidebar', '0'),
(826, 116, 'ocean_second_sidebar', '0'),
(827, 116, 'ocean_disable_margins', 'enable'),
(828, 116, 'ocean_display_top_bar', 'default'),
(829, 116, 'ocean_display_header', 'default'),
(830, 116, 'ocean_center_header_left_menu', '0'),
(831, 116, 'ocean_custom_header_template', '0'),
(832, 116, 'ocean_header_custom_menu', '0'),
(833, 116, 'ocean_menu_typo_font_family', '0'),
(834, 116, 'ocean_disable_title', 'default'),
(835, 116, 'ocean_disable_heading', 'default'),
(836, 116, 'ocean_disable_breadcrumbs', 'default'),
(837, 116, 'ocean_display_footer_widgets', 'default'),
(838, 116, 'ocean_display_footer_bottom', 'default'),
(839, 116, 'ocean_custom_footer_template', '0'),
(840, 125, '_edit_last', '1'),
(841, 125, 'ocean_sidebar', '0'),
(842, 125, 'ocean_second_sidebar', '0'),
(843, 125, 'ocean_disable_margins', 'enable'),
(844, 125, 'ocean_display_top_bar', 'default'),
(845, 125, 'ocean_display_header', 'default'),
(846, 125, 'ocean_center_header_left_menu', '0'),
(847, 125, 'ocean_custom_header_template', '0'),
(848, 125, 'ocean_header_custom_menu', '0'),
(849, 125, 'ocean_menu_typo_font_family', '0'),
(850, 125, 'ocean_disable_title', 'default'),
(851, 125, 'ocean_disable_heading', 'default'),
(852, 125, 'ocean_disable_breadcrumbs', 'default'),
(853, 125, 'ocean_display_footer_widgets', 'default'),
(854, 125, 'ocean_display_footer_bottom', 'default'),
(855, 125, 'ocean_custom_footer_template', '0'),
(856, 126, '_edit_last', '1'),
(857, 126, 'ocean_sidebar', '0'),
(858, 126, 'ocean_second_sidebar', '0'),
(859, 126, 'ocean_disable_margins', 'enable'),
(860, 126, 'ocean_display_top_bar', 'default'),
(861, 126, 'ocean_display_header', 'default'),
(862, 126, 'ocean_center_header_left_menu', '0'),
(863, 126, 'ocean_custom_header_template', '0'),
(864, 126, 'ocean_header_custom_menu', '0'),
(865, 126, 'ocean_menu_typo_font_family', '0'),
(866, 126, 'ocean_disable_title', 'default'),
(867, 126, 'ocean_disable_heading', 'default'),
(868, 126, 'ocean_disable_breadcrumbs', 'default'),
(869, 126, 'ocean_display_footer_widgets', 'default'),
(870, 126, 'ocean_display_footer_bottom', 'default'),
(871, 126, 'ocean_custom_footer_template', '0'),
(872, 127, '_edit_last', '1'),
(873, 127, 'ocean_sidebar', '0'),
(874, 127, 'ocean_second_sidebar', '0'),
(875, 127, 'ocean_disable_margins', 'enable'),
(876, 127, 'ocean_display_top_bar', 'default'),
(877, 127, 'ocean_display_header', 'default'),
(878, 127, 'ocean_center_header_left_menu', '0'),
(879, 127, 'ocean_custom_header_template', '0'),
(880, 127, 'ocean_header_custom_menu', '0'),
(881, 127, 'ocean_menu_typo_font_family', '0'),
(882, 127, 'ocean_disable_title', 'default'),
(883, 127, 'ocean_disable_heading', 'default'),
(884, 127, 'ocean_disable_breadcrumbs', 'default'),
(885, 127, 'ocean_display_footer_widgets', 'default'),
(886, 127, 'ocean_display_footer_bottom', 'default'),
(887, 127, 'ocean_custom_footer_template', '0'),
(888, 127, 'ocean_post_layout', 'full-screen'),
(889, 126, 'ocean_post_layout', 'full-screen'),
(890, 125, 'ocean_post_layout', 'full-screen'),
(891, 116, 'ocean_post_layout', 'full-screen'),
(895, 127, '_elementor_edit_mode', 'builder'),
(896, 127, '_elementor_template_type', 'post'),
(897, 127, '_elementor_version', '2.6.4'),
(898, 127, '_elementor_pro_version', '2.6.1'),
(899, 126, '_elementor_edit_mode', 'builder'),
(900, 126, '_elementor_template_type', 'post'),
(901, 126, '_elementor_version', '2.6.6'),
(902, 126, '_elementor_pro_version', '2.6.1'),
(903, 108, '_elementor_edit_mode', 'builder'),
(904, 108, '_elementor_template_type', 'post'),
(905, 108, '_elementor_version', '2.6.6'),
(906, 108, '_elementor_pro_version', '2.6.1'),
(907, 109, '_elementor_edit_mode', 'builder'),
(908, 110, '_elementor_edit_mode', 'builder'),
(909, 109, '_elementor_template_type', 'post'),
(910, 109, '_elementor_version', '2.6.6'),
(911, 109, '_elementor_pro_version', '2.6.1'),
(912, 110, '_elementor_template_type', 'post'),
(913, 110, '_elementor_version', '2.6.6'),
(914, 110, '_elementor_pro_version', '2.6.1'),
(915, 111, '_elementor_edit_mode', 'builder'),
(916, 111, '_elementor_template_type', 'post'),
(917, 111, '_elementor_version', '2.6.6'),
(918, 111, '_elementor_pro_version', '2.6.1'),
(919, 112, '_elementor_edit_mode', 'builder'),
(920, 112, '_elementor_template_type', 'post'),
(921, 112, '_elementor_version', '2.6.6'),
(922, 112, '_elementor_pro_version', '2.6.1'),
(923, 113, '_elementor_edit_mode', 'builder'),
(924, 113, '_elementor_template_type', 'post'),
(925, 113, '_elementor_version', '2.6.6'),
(926, 113, '_elementor_pro_version', '2.6.1'),
(927, 114, '_elementor_edit_mode', 'builder') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(928, 114, '_elementor_template_type', 'post'),
(929, 114, '_elementor_version', '2.6.6'),
(930, 114, '_elementor_pro_version', '2.6.1'),
(931, 115, '_elementor_edit_mode', 'builder'),
(932, 115, '_elementor_template_type', 'post'),
(933, 115, '_elementor_version', '2.6.6'),
(934, 115, '_elementor_pro_version', '2.6.1'),
(935, 116, '_elementor_edit_mode', 'builder'),
(936, 116, '_elementor_template_type', 'post'),
(937, 116, '_elementor_version', '2.6.6'),
(938, 116, '_elementor_pro_version', '2.6.1'),
(939, 134, '_wp_attached_file', '2019/07/001.jpg'),
(940, 134, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"001-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"001-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"3";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041388253";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(941, 134, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2035398230088497;s:5:"bytes";i:456;s:11:"size_before";i:10848;s:10:"size_after";i:10392;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3200000000000003;s:5:"bytes";i:149;s:11:"size_before";i:3452;s:10:"size_after";i:3303;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:307;s:11:"size_before";i:7396;s:10:"size_after";i:7089;s:4:"time";d:0.01;}}}'),
(942, 135, '_wp_attached_file', '2019/07/0001.jpg'),
(943, 135, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0001-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0001-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208961981";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:8:"0.000125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(944, 135, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.6232468382783694;s:5:"bytes";i:1922;s:11:"size_before";i:29019;s:10:"size_after";i:27097;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.3600000000000003;s:5:"bytes";i:655;s:11:"size_before";i:8896;s:10:"size_after";i:8241;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2999999999999998;s:5:"bytes";i:1267;s:11:"size_before";i:20123;s:10:"size_after";i:18856;s:4:"time";d:0.01;}}}'),
(945, 136, '_wp_attached_file', '2019/07/00001.jpg'),
(946, 136, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:17:"2019/07/00001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"00001-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"00001-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208965808";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:7:"0.00125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(947, 136, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.3257172171579654;s:5:"bytes";i:1603;s:11:"size_before";i:25341;s:10:"size_after";i:23738;s:4:"time";d:0.040000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6900000000000004;s:5:"bytes";i:510;s:11:"size_before";i:7626;s:10:"size_after";i:7116;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.1699999999999999;s:5:"bytes";i:1093;s:11:"size_before";i:17715;s:10:"size_after";i:16622;s:4:"time";d:0.01;}}}'),
(948, 137, '_wp_attached_file', '2019/07/002.jpg'),
(949, 137, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/002.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"002-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"002-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.9";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041388975";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"14";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(950, 137, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7034266048181954;s:5:"bytes";i:495;s:11:"size_before";i:13366;s:10:"size_after";i:12871;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2699999999999996;s:5:"bytes";i:191;s:11:"size_before";i:4474;s:10:"size_after";i:4283;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4199999999999999;s:5:"bytes";i:304;s:11:"size_before";i:8892;s:10:"size_after";i:8588;s:4:"time";d:0.01;}}}'),
(951, 138, '_wp_attached_file', '2019/07/003.jpg'),
(952, 138, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:839;s:4:"file";s:15:"2019/07/003.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"003-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"003-215x300.jpg";s:5:"width";i:215;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.9";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041389448";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"14";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(953, 139, '_wp_attached_file', '2019/07/004.jpg'),
(954, 139, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/004.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"004-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"004-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"3";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041383960";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(955, 125, '_elementor_edit_mode', 'builder'),
(956, 138, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1879325091361479;s:5:"bytes";i:410;s:11:"size_before";i:12861;s:10:"size_after";i:12451;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3899999999999997;s:5:"bytes";i:178;s:11:"size_before";i:4052;s:10:"size_after";i:3874;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6299999999999999;s:5:"bytes";i:232;s:11:"size_before";i:8809;s:10:"size_after";i:8577;s:4:"time";d:0.01;}}}'),
(957, 125, '_elementor_template_type', 'post'),
(958, 125, '_elementor_version', '2.6.6'),
(959, 125, '_elementor_pro_version', '2.6.1'),
(960, 140, '_wp_attached_file', '2019/07/005.jpg'),
(961, 140, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:800;s:4:"file";s:15:"2019/07/005.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"005-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"005-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.9";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041390247";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"14";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(962, 139, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4476534296028882;s:5:"bytes";i:924;s:11:"size_before";i:20775;s:10:"size_after";i:19851;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6799999999999997;s:5:"bytes";i:348;s:11:"size_before";i:6125;s:10:"size_after";i:5777;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9300000000000002;s:5:"bytes";i:576;s:11:"size_before";i:14650;s:10:"size_after";i:14074;s:4:"time";d:0.01;}}}'),
(963, 141, '_wp_attached_file', '2019/07/006.jpg'),
(964, 141, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/006.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"006-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"006-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208872827";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(965, 140, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.089675960813866;s:5:"bytes";i:410;s:11:"size_before";i:13270;s:10:"size_after";i:12860;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:126;s:11:"size_before";i:4086;s:10:"size_after";i:3960;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0899999999999999;s:5:"bytes";i:284;s:11:"size_before";i:9184;s:10:"size_after";i:8900;s:4:"time";d:0.01;}}}'),
(966, 142, '_wp_attached_file', '2019/07/007.jpg'),
(967, 142, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/007.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"007-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"007-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208874236";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(968, 141, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2735814962052769;s:5:"bytes";i:473;s:11:"size_before";i:11068;s:10:"size_after";i:10595;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:170;s:11:"size_before";i:4111;s:10:"size_after";i:3941;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:303;s:11:"size_before";i:6957;s:10:"size_after";i:6654;s:4:"time";d:0.01;}}}'),
(969, 143, '_wp_attached_file', '2019/07/008.jpg'),
(970, 143, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/008.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"008-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"008-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208961181";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:6:"0.0002";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(971, 142, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6832926403906523;s:5:"bytes";i:528;s:11:"size_before";i:14335;s:10:"size_after";i:13807;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:175;s:11:"size_before";i:4494;s:10:"size_after";i:4319;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:353;s:11:"size_before";i:9841;s:10:"size_after";i:9488;s:4:"time";d:0.01;}}}'),
(972, 144, '_wp_attached_file', '2019/07/009.jpg'),
(973, 144, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/009.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"009-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"009-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208876726";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(974, 143, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.729781300455012;s:5:"bytes";i:1834;s:11:"size_before";i:27252;s:10:"size_after";i:25418;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.8600000000000003;s:5:"bytes";i:671;s:11:"size_before";i:8542;s:10:"size_after";i:7871;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2199999999999998;s:5:"bytes";i:1163;s:11:"size_before";i:18710;s:10:"size_after";i:17547;s:4:"time";d:0.01;}}}'),
(975, 144, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4666861698237406;s:5:"bytes";i:474;s:11:"size_before";i:13673;s:10:"size_after";i:13199;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2400000000000002;s:5:"bytes";i:205;s:11:"size_before";i:4838;s:10:"size_after";i:4633;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:269;s:11:"size_before";i:8835;s:10:"size_after";i:8566;s:4:"time";d:0.01;}}}'),
(976, 145, '_wp_attached_file', '2019/07/010.jpg'),
(977, 145, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/010.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"010-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"010-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208961194";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"52";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:6:"0.0002";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(978, 146, '_wp_attached_file', '2019/07/011.jpg'),
(979, 146, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/011.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"011-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"011-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"3";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041379479";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(980, 145, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.5124124761298532;s:5:"bytes";i:1299;s:11:"size_before";i:23565;s:10:"size_after";i:22266;s:4:"time";d:0.040000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.7300000000000004;s:5:"bytes";i:502;s:11:"size_before";i:7461;s:10:"size_after";i:6959;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:797;s:11:"size_before";i:16104;s:10:"size_after";i:15307;s:4:"time";d:0.029999999999999999;}}}'),
(987, 146, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0130423877602208;s:5:"bytes";i:480;s:11:"size_before";i:11961;s:10:"size_after";i:11481;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:181;s:11:"size_before";i:4130;s:10:"size_after";i:3949;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8199999999999998;s:5:"bytes";i:299;s:11:"size_before";i:7831;s:10:"size_after";i:7532;s:4:"time";d:0.040000000000000001;}}}'),
(988, 148, '_wp_attached_file', '2019/07/012.jpg'),
(989, 148, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/012.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"012-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"012-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"3";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041380528";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"15";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(990, 149, '_wp_attached_file', '2019/07/013.jpg'),
(991, 149, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/013.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"013-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"013-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"3";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041380694";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"15";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(992, 148, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5044150110375276;s:5:"bytes";i:381;s:11:"size_before";i:10872;s:10:"size_after";i:10491;s:4:"time";d:0.040000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1799999999999997;s:5:"bytes";i:149;s:11:"size_before";i:3561;s:10:"size_after";i:3412;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1699999999999999;s:5:"bytes";i:232;s:11:"size_before";i:7311;s:10:"size_after";i:7079;s:4:"time";d:0.02;}}}'),
(993, 149, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0765091039555119;s:5:"bytes";i:343;s:11:"size_before";i:11149;s:10:"size_after";i:10806;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.8999999999999999;s:5:"bytes";i:106;s:11:"size_before";i:3657;s:10:"size_after";i:3551;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1600000000000001;s:5:"bytes";i:237;s:11:"size_before";i:7492;s:10:"size_after";i:7255;s:4:"time";d:0.01;}}}'),
(994, 150, '_wp_attached_file', '2019/07/014.jpg'),
(995, 150, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/014.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"014-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"014-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041382257";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"7.8";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(996, 151, '_wp_attached_file', '2019/07/015.jpg'),
(997, 151, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/015.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"015-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"015-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"3";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041383950";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(998, 150, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5236396074933096;s:5:"bytes";i:632;s:11:"size_before";i:17936;s:10:"size_after";i:17304;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1900000000000004;s:5:"bytes";i:228;s:11:"size_before";i:5446;s:10:"size_after";i:5218;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:404;s:11:"size_before";i:12490;s:10:"size_after";i:12086;s:4:"time";d:0.01;}}}'),
(999, 152, '_wp_attached_file', '2019/07/016.jpg'),
(1000, 152, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/016.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"016-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"016-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"3";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041384088";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1001, 151, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0004790992933286;s:5:"bytes";i:668;s:11:"size_before";i:16698;s:10:"size_after";i:16030;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6299999999999999;s:5:"bytes";i:258;s:11:"size_before";i:5573;s:10:"size_after";i:5315;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:410;s:11:"size_before";i:11125;s:10:"size_after";i:10715;s:4:"time";d:0.01;}}}'),
(1002, 152, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5170959481849673;s:5:"bytes";i:467;s:11:"size_before";i:13278;s:10:"size_after";i:12811;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:171;s:11:"size_before";i:4385;s:10:"size_after";i:4214;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3300000000000001;s:5:"bytes";i:296;s:11:"size_before";i:8893;s:10:"size_after";i:8597;s:4:"time";d:0.01;}}}'),
(1003, 153, '_wp_attached_file', '2019/07/017.jpg'),
(1004, 153, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/017.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"017-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"017-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.1";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041383970";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1005, 154, '_wp_attached_file', '2019/07/018.jpg'),
(1006, 154, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:15:"2019/07/018.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"018-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"018-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"3";s:6:"credit";s:0:"";s:6:"camera";s:13:"FinePix S7000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1041385355";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1007, 153, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4301554351678396;s:5:"bytes";i:875;s:11:"size_before";i:19751;s:10:"size_after";i:18876;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3899999999999997;s:5:"bytes";i:327;s:11:"size_before";i:6068;s:10:"size_after";i:5741;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:4;s:5:"bytes";i:548;s:11:"size_before";i:13683;s:10:"size_after";i:13135;s:4:"time";d:0.01;}}}'),
(1008, 154, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7677878395860285;s:5:"bytes";i:466;s:11:"size_before";i:12368;s:10:"size_after";i:11902;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:176;s:11:"size_before";i:4237;s:10:"size_after";i:4061;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:290;s:11:"size_before";i:8131;s:10:"size_after";i:7841;s:4:"time";d:0.01;}}}'),
(1009, 155, '_wp_attached_file', '2019/07/019.jpg'),
(1010, 155, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/019.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"019-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"019-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209037781";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1011, 155, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1205635329179087;s:5:"bytes";i:756;s:11:"size_before";i:14764;s:10:"size_after";i:14008;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.21;s:5:"bytes";i:231;s:11:"size_before";i:4434;s:10:"size_after";i:4203;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:525;s:11:"size_before";i:10330;s:10:"size_after";i:9805;s:4:"time";d:0.01;}}}'),
(1012, 156, '_wp_attached_file', '2019/07/020.jpg'),
(1013, 156, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/020.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"020-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"020-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209037632";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1014, 156, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6732276504213566;s:5:"bytes";i:793;s:11:"size_before";i:16969;s:10:"size_after";i:16176;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3700000000000001;s:5:"bytes";i:288;s:11:"size_before";i:5365;s:10:"size_after";i:5077;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3499999999999996;s:5:"bytes";i:505;s:11:"size_before";i:11604;s:10:"size_after";i:11099;s:4:"time";d:0.01;}}}'),
(1015, 157, '_wp_attached_file', '2019/07/021.jpg'),
(1016, 157, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/021.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"021-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"021-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209038678";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"38";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1017, 158, '_wp_attached_file', '2019/07/022.jpg'),
(1018, 158, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/022.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"022-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"022-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209033769";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1019, 157, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3136732791905201;s:5:"bytes";i:648;s:11:"size_before";i:15022;s:10:"size_after";i:14374;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9100000000000001;s:5:"bytes";i:247;s:11:"size_before";i:5028;s:10:"size_after";i:4781;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0099999999999998;s:5:"bytes";i:401;s:11:"size_before";i:9994;s:10:"size_after";i:9593;s:4:"time";d:0.01;}}}'),
(1020, 159, '_wp_attached_file', '2019/07/023.jpg'),
(1021, 159, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/023.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"023-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"023-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209038564";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1022, 158, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.1489501312335957;s:5:"bytes";i:262;s:11:"size_before";i:12192;s:10:"size_after";i:11930;s:4:"time";d:0.97999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.9700000000000002;s:5:"bytes";i:120;s:11:"size_before";i:4043;s:10:"size_after";i:3923;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.74;s:5:"bytes";i:142;s:11:"size_before";i:8149;s:10:"size_after";i:8007;s:4:"time";d:0.96999999999999997;}}}'),
(1023, 160, '_wp_attached_file', '2019/07/024.jpg'),
(1024, 160, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/024.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"024-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"024-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208961251";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:10:"0.00015625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1025, 159, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.699329439757733;s:5:"bytes";i:869;s:11:"size_before";i:18492;s:10:"size_after";i:17623;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7800000000000002;s:5:"bytes";i:348;s:11:"size_before";i:6022;s:10:"size_after";i:5674;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1799999999999997;s:5:"bytes";i:521;s:11:"size_before";i:12470;s:10:"size_after";i:11949;s:4:"time";d:0.01;}}}'),
(1026, 160, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2958190901919533;s:5:"bytes";i:1007;s:11:"size_before";i:19015;s:10:"size_after";i:18008;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0700000000000003;s:5:"bytes";i:366;s:11:"size_before";i:6030;s:10:"size_after";i:5664;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9400000000000004;s:5:"bytes";i:641;s:11:"size_before";i:12985;s:10:"size_after";i:12344;s:4:"time";d:0.02;}}}'),
(1027, 161, '_wp_attached_file', '2019/07/025.jpg'),
(1028, 161, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/025.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"025-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"025-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208965195";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:6:"0.0005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1029, 162, '_wp_attached_file', '2019/07/026.jpg'),
(1030, 162, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:412;s:4:"file";s:15:"2019/07/026.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"026-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"026-300x206.jpg";s:5:"width";i:300;s:6:"height";i:206;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209029243";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1031, 161, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.5222157263957916;s:5:"bytes";i:1785;s:11:"size_before";i:27368;s:10:"size_after";i:25583;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0800000000000001;s:5:"bytes";i:590;s:11:"size_before";i:8332;s:10:"size_after";i:7742;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2800000000000002;s:5:"bytes";i:1195;s:11:"size_before";i:19036;s:10:"size_after";i:17841;s:4:"time";d:0.02;}}}'),
(1032, 163, '_wp_attached_file', '2019/07/027.jpg'),
(1033, 163, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/027.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"027-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"027-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209035635";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"62";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1034, 162, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0723981900452486;s:5:"bytes";i:648;s:11:"size_before";i:15912;s:10:"size_after";i:15264;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.54;s:5:"bytes";i:254;s:11:"size_before";i:5598;s:10:"size_after";i:5344;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8199999999999998;s:5:"bytes";i:394;s:11:"size_before";i:10314;s:10:"size_after";i:9920;s:4:"time";d:0.01;}}}'),
(1035, 164, '_wp_attached_file', '2019/07/028.jpg'),
(1036, 164, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/028.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"028-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"028-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209035641";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1037, 163, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.6271981242672924;s:5:"bytes";i:1344;s:11:"size_before";i:23884;s:10:"size_after";i:22540;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3499999999999996;s:5:"bytes";i:504;s:11:"size_before";i:7932;s:10:"size_after";i:7428;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:840;s:11:"size_before";i:15952;s:10:"size_after";i:15112;s:4:"time";d:0.01;}}}'),
(1038, 164, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.5430778905758693;s:5:"bytes";i:1234;s:11:"size_before";i:22262;s:10:"size_after";i:21028;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3499999999999996;s:5:"bytes";i:453;s:11:"size_before";i:7129;s:10:"size_after";i:6676;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1600000000000001;s:5:"bytes";i:781;s:11:"size_before";i:15133;s:10:"size_after";i:14352;s:4:"time";d:0.01;}}}'),
(1039, 165, '_wp_attached_file', '2019/07/029.jpg'),
(1040, 165, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/029.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"029-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"029-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209028717";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"38";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1041, 166, '_wp_attached_file', '2019/07/030.jpg'),
(1042, 166, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/030.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"030-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"030-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209031673";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"46";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1043, 165, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.6877286331892252;s:5:"bytes";i:203;s:11:"size_before";i:12028;s:10:"size_after";i:11825;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.6699999999999999;s:5:"bytes";i:110;s:11:"size_before";i:4114;s:10:"size_after";i:4004;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.1799999999999999;s:5:"bytes";i:93;s:11:"size_before";i:7914;s:10:"size_after";i:7821;s:4:"time";d:0.01;}}}'),
(1044, 166, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5525397770781928;s:5:"bytes";i:300;s:11:"size_before";i:11753;s:10:"size_after";i:11453;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:128;s:11:"size_before";i:4160;s:10:"size_after";i:4032;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.27;s:5:"bytes";i:172;s:11:"size_before";i:7593;s:10:"size_after";i:7421;s:4:"time";d:0.01;}}}'),
(1045, 167, '_wp_attached_file', '2019/07/031.jpg'),
(1046, 167, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/031.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"031-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"031-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209038040";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1047, 167, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0538158745079604;s:5:"bytes";i:690;s:11:"size_before";i:17021;s:10:"size_after";i:16331;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:267;s:11:"size_before";i:5478;s:10:"size_after";i:5211;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6600000000000001;s:5:"bytes";i:423;s:11:"size_before";i:11543;s:10:"size_after";i:11120;s:4:"time";d:0.01;}}}'),
(1048, 168, '_wp_attached_file', '2019/07/0031.jpg'),
(1049, 168, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0031.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0031-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0031-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208962523";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:10:"0.00015625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1050, 168, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.543711481396941;s:5:"bytes";i:621;s:11:"size_before";i:17524;s:10:"size_after";i:16903;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5199999999999996;s:5:"bytes";i:251;s:11:"size_before";i:5558;s:10:"size_after";i:5307;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0899999999999999;s:5:"bytes";i:370;s:11:"size_before";i:11966;s:10:"size_after";i:11596;s:4:"time";d:0.01;}}}'),
(1051, 169, '_wp_attached_file', '2019/07/032.jpg'),
(1052, 169, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/032.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"032-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"032-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208964848";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"38";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:9:"0.0003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1053, 169, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.6959200071422194;s:5:"bytes";i:1276;s:11:"size_before";i:22402;s:10:"size_after";i:21126;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9900000000000002;s:5:"bytes";i:423;s:11:"size_before";i:7058;s:10:"size_after";i:6635;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5599999999999996;s:5:"bytes";i:853;s:11:"size_before";i:15344;s:10:"size_after";i:14491;s:4:"time";d:0.01;}}}'),
(1054, 170, '_wp_attached_file', '2019/07/033.jpg'),
(1055, 170, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/033.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"033-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"033-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209032454";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"62";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1056, 171, '_wp_attached_file', '2019/07/034.jpg'),
(1057, 171, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/034.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"034-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"034-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208965694";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"44";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1058, 170, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7098754604455357;s:5:"bytes";i:423;s:11:"size_before";i:11402;s:10:"size_after";i:10979;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6499999999999999;s:5:"bytes";i:143;s:11:"size_before";i:3920;s:10:"size_after";i:3777;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.7400000000000002;s:5:"bytes";i:280;s:11:"size_before";i:7482;s:10:"size_after";i:7202;s:4:"time";d:0.01;}}}'),
(1059, 171, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1896719880909608;s:5:"bytes";i:1011;s:11:"size_before";i:19481;s:10:"size_after";i:18470;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4400000000000004;s:5:"bytes";i:317;s:11:"size_before";i:5825;s:10:"size_after";i:5508;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:694;s:11:"size_before";i:13656;s:10:"size_after";i:12962;s:4:"time";d:0.02;}}}'),
(1060, 172, '_wp_attached_file', '2019/07/035.jpg'),
(1061, 172, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:791;s:4:"file";s:15:"2019/07/035.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"035-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"035-228x300.jpg";s:5:"width";i:228;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209037714";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1062, 173, '_wp_attached_file', '2019/07/036.jpg'),
(1063, 173, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/036.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"036-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"036-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208961165";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"52";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:7:"0.00025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1064, 172, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0877240815213689;s:5:"bytes";i:453;s:11:"size_before";i:14671;s:10:"size_after";i:14218;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1900000000000004;s:5:"bytes";i:197;s:11:"size_before";i:4698;s:10:"size_after";i:4501;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5699999999999998;s:5:"bytes";i:256;s:11:"size_before";i:9973;s:10:"size_after";i:9717;s:4:"time";d:0.01;}}}'),
(1065, 173, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.2172596517789547;s:5:"bytes";i:2171;s:11:"size_before";i:26420;s:10:"size_after";i:24249;s:4:"time";d:0.040000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:9.3200000000000003;s:5:"bytes";i:751;s:11:"size_before";i:8062;s:10:"size_after";i:7311;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.7400000000000002;s:5:"bytes";i:1420;s:11:"size_before";i:18358;s:10:"size_after";i:16938;s:4:"time";d:0.029999999999999999;}}}'),
(1066, 174, '_wp_attached_file', '2019/07/037.jpg'),
(1067, 174, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/037.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"037-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"037-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209044900";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:6:"0.0004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1068, 174, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9936014121021568;s:5:"bytes";i:724;s:11:"size_before";i:18129;s:10:"size_after";i:17405;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:222;s:11:"size_before";i:5362;s:10:"size_after";i:5140;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9300000000000002;s:5:"bytes";i:502;s:11:"size_before";i:12767;s:10:"size_after";i:12265;s:4:"time";d:0.01;}}}'),
(1069, 175, '_wp_attached_file', '2019/07/038.jpg'),
(1070, 175, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:15:"2019/07/038.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"038-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"038-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208972346";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1071, 176, '_wp_attached_file', '2019/07/0061.jpg'),
(1072, 176, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0061.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0061-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0061-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208961587";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"62";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:9:"0.0003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1073, 175, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.545537618032288;s:5:"bytes";i:582;s:11:"size_before";i:16415;s:10:"size_after";i:15833;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1200000000000001;s:5:"bytes";i:209;s:11:"size_before";i:5068;s:10:"size_after";i:4859;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.29;s:5:"bytes";i:373;s:11:"size_before";i:11347;s:10:"size_after";i:10974;s:4:"time";d:0.01;}}}'),
(1074, 177, '_wp_attached_file', '2019/07/0101.jpg'),
(1075, 177, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0101.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0101-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0101-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208968689";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1076, 176, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6489841325604537;s:5:"bytes";i:794;s:11:"size_before";i:17079;s:10:"size_after";i:16285;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0700000000000003;s:5:"bytes";i:277;s:11:"size_before";i:5462;s:10:"size_after";i:5185;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4500000000000002;s:5:"bytes";i:517;s:11:"size_before";i:11617;s:10:"size_after";i:11100;s:4:"time";d:0.01;}}}'),
(1077, 178, '_wp_attached_file', '2019/07/0131.jpg'),
(1078, 178, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0131.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0131-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0131-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208972399";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1079, 177, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.8353639487660098;s:5:"bytes";i:2188;s:11:"size_before";i:32010;s:10:"size_after";i:29822;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.54;s:5:"bytes";i:596;s:11:"size_before";i:9109;s:10:"size_after";i:8513;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.9500000000000002;s:5:"bytes";i:1592;s:11:"size_before";i:22901;s:10:"size_after";i:21309;s:4:"time";d:0.02;}}}'),
(1080, 179, '_wp_attached_file', '2019/07/0181.jpg'),
(1081, 179, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0181.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0181-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0181-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208758844";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1082, 178, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0806489099614192;s:5:"bytes";i:1093;s:11:"size_before";i:21513;s:10:"size_after";i:20420;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1299999999999999;s:5:"bytes";i:422;s:11:"size_before";i:6889;s:10:"size_after";i:6467;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5899999999999999;s:5:"bytes";i:671;s:11:"size_before";i:14624;s:10:"size_after";i:13953;s:4:"time";d:0.02;}}}'),
(1083, 179, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0577650002661985;s:5:"bytes";i:950;s:11:"size_before";i:18783;s:10:"size_after";i:17833;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8200000000000003;s:5:"bytes";i:367;s:11:"size_before";i:6301;s:10:"size_after";i:5934;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6699999999999999;s:5:"bytes";i:583;s:11:"size_before";i:12482;s:10:"size_after";i:11899;s:4:"time";d:0.01;}}}'),
(1084, 180, '_wp_attached_file', '2019/07/0211.jpg'),
(1085, 180, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0211.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0211-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0211-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208966288";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"62";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1086, 181, '_wp_attached_file', '2019/07/0281.jpg'),
(1087, 181, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0281.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0281-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0281-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1209061581";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1088, 180, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.1411764705882357;s:5:"bytes";i:1566;s:11:"size_before";i:25500;s:10:"size_after";i:23934;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5300000000000002;s:5:"bytes";i:516;s:11:"size_before";i:7896;s:10:"size_after";i:7380;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.96;s:5:"bytes";i:1050;s:11:"size_before";i:17604;s:10:"size_after";i:16554;s:4:"time";d:0.01;}}}'),
(1089, 182, '_wp_attached_file', '2019/07/0301.jpg'),
(1090, 182, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0301.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0301-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0301-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208965708";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1091, 181, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4805136088253912;s:5:"bytes";i:991;s:11:"size_before";i:22118;s:10:"size_after";i:21127;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9300000000000002;s:5:"bytes";i:262;s:11:"size_before";i:6673;s:10:"size_after";i:6411;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7199999999999998;s:5:"bytes";i:729;s:11:"size_before";i:15445;s:10:"size_after";i:14716;s:4:"time";d:0.01;}}}'),
(1092, 183, '_wp_attached_file', '2019/07/0321.jpg'),
(1093, 183, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0321.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0321-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0321-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208972011";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"62";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1094, 182, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.7521817634667469;s:5:"bytes";i:1795;s:11:"size_before";i:26584;s:10:"size_after";i:24789;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.5099999999999998;s:5:"bytes";i:624;s:11:"size_before";i:8309;s:10:"size_after";i:7685;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.4100000000000001;s:5:"bytes";i:1171;s:11:"size_before";i:18275;s:10:"size_after";i:17104;s:4:"time";d:0.01;}}}'),
(1095, 184, '_wp_attached_file', '2019/07/0351.jpg'),
(1096, 184, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:16:"2019/07/0351.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"0351-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"0351-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1208973352";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1097, 183, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7995269071555295;s:5:"bytes";i:514;s:11:"size_before";i:13528;s:10:"size_after";i:13014;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:204;s:11:"size_before";i:4307;s:10:"size_after";i:4103;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:310;s:11:"size_before";i:9221;s:10:"size_after";i:8911;s:4:"time";d:0.01;}}}'),
(1098, 184, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.191235059760956;s:5:"bytes";i:789;s:11:"size_before";i:18825;s:10:"size_after";i:18036;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6399999999999997;s:5:"bytes";i:280;s:11:"size_before";i:6039;s:10:"size_after";i:5759;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.98;s:5:"bytes";i:509;s:11:"size_before";i:12786;s:10:"size_after";i:12277;s:4:"time";d:0.01;}}}'),
(1099, 108, '_wp_page_template', 'default'),
(1101, 108, '_elementor_data', '[{"id":"b84833a","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"dbe98db","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ebf0b91","elType":"widget","settings":{"editor":"\\u200bConference\'08","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"f9fb41b","elType":"section","settings":{"layout":"full_width","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"2ebf2e9","elType":"column","settings":{"_column_size":100},"elements":[{"id":"1c6e398","elType":"widget","settings":{"gallery_images":[{"id":134,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/001.jpg"},{"id":135,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0001.jpg"},{"id":136,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/00001.jpg"},{"id":138,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/003.jpg"},{"id":137,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/002.jpg"},{"id":148,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/012.jpg"},{"id":145,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/010.jpg"},{"id":146,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/011.jpg"},{"id":143,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/008.jpg"},{"id":144,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/009.jpg"},{"id":141,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/006.jpg"},{"id":142,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/007.jpg"},{"id":140,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/005.jpg"},{"id":139,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/004.jpg"},{"id":149,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/013.jpg"},{"id":150,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/014.jpg"},{"id":151,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/015.jpg"},{"id":152,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/016.jpg"},{"id":153,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/017.jpg"},{"id":154,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/018.jpg"},{"id":155,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/019.jpg"},{"id":156,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/020.jpg"},{"id":157,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/021.jpg"},{"id":166,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/030.jpg"},{"id":175,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/038.jpg"},{"id":184,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0351.jpg"},{"id":183,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0321.jpg"},{"id":182,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0301.jpg"},{"id":181,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0281.jpg"},{"id":180,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0211.jpg"},{"id":179,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0181.jpg"},{"id":178,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0131.jpg"},{"id":177,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0101.jpg"},{"id":176,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0061.jpg"},{"id":167,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/031.jpg"},{"id":158,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/022.jpg"},{"id":160,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/024.jpg"},{"id":168,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/0031.jpg"},{"id":159,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/023.jpg"},{"id":170,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/033.jpg"},{"id":161,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/025.jpg"},{"id":169,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/032.jpg"},{"id":171,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/034.jpg"},{"id":162,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/026.jpg"},{"id":172,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/035.jpg"},{"id":163,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/027.jpg"},{"id":174,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/037.jpg"},{"id":164,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/028.jpg"},{"id":165,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/029.jpg"},{"id":173,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/036.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":"","overlay_icon":"fa fa-search-plus"},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1144, 191, '_wp_attached_file', '2019/07/AN3C0002.jpg'),
(1145, 191, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0002.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0002-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0002-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240310744";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1146, 192, '_wp_attached_file', '2019/07/AN3C0006.jpg'),
(1147, 192, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0006.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0006-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0006-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240311187";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1148, 191, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7214353163361666;s:5:"bytes";i:1000;s:11:"size_before";i:21180;s:10:"size_after";i:20180;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4699999999999998;s:5:"bytes";i:366;s:11:"size_before";i:6688;s:10:"size_after";i:6322;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3700000000000001;s:5:"bytes";i:634;s:11:"size_before";i:14492;s:10:"size_after";i:13858;s:4:"time";d:0.02;}}}'),
(1149, 193, '_wp_attached_file', '2019/07/AN3C0026.jpg'),
(1150, 193, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0026.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0026-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0026-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240312907";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1151, 192, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.8016542461714846;s:5:"bytes";i:220;s:11:"size_before";i:12211;s:10:"size_after";i:11991;s:4:"time";d:0.96999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.5499999999999998;s:5:"bytes";i:109;s:11:"size_before";i:4277;s:10:"size_after";i:4168;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.3999999999999999;s:5:"bytes";i:111;s:11:"size_before";i:7934;s:10:"size_after";i:7823;s:4:"time";d:0.95999999999999996;}}}'),
(1152, 193, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8430779034570648;s:5:"bytes";i:912;s:11:"size_before";i:18831;s:10:"size_after";i:17919;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3399999999999999;s:5:"bytes";i:312;s:11:"size_before";i:5842;s:10:"size_after";i:5530;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6200000000000001;s:5:"bytes";i:600;s:11:"size_before";i:12989;s:10:"size_after";i:12389;s:4:"time";d:0.01;}}}'),
(1153, 194, '_wp_attached_file', '2019/07/AN3C0030.jpg'),
(1154, 194, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0030.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0030-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0030-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240312927";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1155, 194, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0774112895470722;s:5:"bytes";i:1056;s:11:"size_before";i:20798;s:10:"size_after";i:19742;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7599999999999998;s:5:"bytes";i:379;s:11:"size_before";i:6582;s:10:"size_after";i:6203;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7599999999999998;s:5:"bytes";i:677;s:11:"size_before";i:14216;s:10:"size_after";i:13539;s:4:"time";d:0.01;}}}'),
(1156, 195, '_wp_attached_file', '2019/07/AN3C0039.jpg'),
(1157, 195, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0039.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0039-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0039-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240312962";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1158, 196, '_wp_attached_file', '2019/07/AN3C0067.jpg'),
(1159, 196, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0067.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0067-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0067-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240314354";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"23";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1160, 195, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7161426508165762;s:5:"bytes";i:849;s:11:"size_before";i:18002;s:10:"size_after";i:17153;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0800000000000001;s:5:"bytes";i:363;s:11:"size_before";i:5968;s:10:"size_after";i:5605;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.04;s:5:"bytes";i:486;s:11:"size_before";i:12034;s:10:"size_after";i:11548;s:4:"time";d:0.01;}}}'),
(1161, 196, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3622604144564678;s:5:"bytes";i:334;s:11:"size_before";i:14139;s:10:"size_after";i:13805;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.1200000000000001;s:5:"bytes";i:91;s:11:"size_before";i:4299;s:10:"size_after";i:4208;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4700000000000002;s:5:"bytes";i:243;s:11:"size_before";i:9840;s:10:"size_after";i:9597;s:4:"time";d:0.01;}}}'),
(1162, 197, '_wp_attached_file', '2019/07/AN3C0076.jpg'),
(1163, 197, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0076.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0076-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0076-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240316885";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1164, 198, '_wp_attached_file', '2019/07/AN3C0079.jpg'),
(1165, 198, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0079.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0079-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0079-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240316930";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1166, 197, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5625214114422747;s:5:"bytes";i:374;s:11:"size_before";i:14595;s:10:"size_after";i:14221;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:148;s:11:"size_before";i:4804;s:10:"size_after";i:4656;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:226;s:11:"size_before";i:9791;s:10:"size_after";i:9565;s:4:"time";d:0.01;}}}'),
(1167, 198, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1330445156024358;s:5:"bytes";i:499;s:11:"size_before";i:15927;s:10:"size_after";i:15428;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2000000000000002;s:5:"bytes";i:220;s:11:"size_before";i:5233;s:10:"size_after";i:5013;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:279;s:11:"size_before";i:10694;s:10:"size_after";i:10415;s:4:"time";d:0.02;}}}'),
(1168, 199, '_wp_attached_file', '2019/07/AN3C0081.jpg'),
(1169, 199, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:900;s:4:"file";s:20:"2019/07/AN3C0081.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0081-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0081-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240316948";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1170, 199, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9687700809664568;s:5:"bytes";i:462;s:11:"size_before";i:15562;s:10:"size_after";i:15100;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7200000000000002;s:5:"bytes";i:193;s:11:"size_before";i:5194;s:10:"size_after";i:5001;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5899999999999999;s:5:"bytes";i:269;s:11:"size_before";i:10368;s:10:"size_after";i:10099;s:4:"time";d:0.01;}}}'),
(1171, 200, '_wp_attached_file', '2019/07/AN3C0095.jpg'),
(1172, 200, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0095.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0095-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0095-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240317349";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1173, 201, '_wp_attached_file', '2019/07/AN3C0149.jpg'),
(1174, 201, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0149.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0149-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0149-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"7.1";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240323190";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1175, 200, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.9375753920386005;s:5:"bytes";i:257;s:11:"size_before";i:13264;s:10:"size_after";i:13007;s:4:"time";d:0.040000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.9399999999999999;s:5:"bytes";i:121;s:11:"size_before";i:4121;s:10:"size_after";i:4000;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.49;s:5:"bytes";i:136;s:11:"size_before";i:9143;s:10:"size_after";i:9007;s:4:"time";d:0.029999999999999999;}}}'),
(1176, 202, '_wp_attached_file', '2019/07/AN3C0194.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1177, 202, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0194.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0194-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0194-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240393212";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1178, 201, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.7925268725473469;s:5:"bytes";i:1358;s:11:"size_before";i:23444;s:10:"size_after";i:22086;s:4:"time";d:0.14999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0599999999999996;s:5:"bytes";i:531;s:11:"size_before";i:7518;s:10:"size_after";i:6987;s:4:"time";d:0.13;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:827;s:11:"size_before";i:15926;s:10:"size_after";i:15099;s:4:"time";d:0.02;}}}'),
(1179, 202, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5342185903983658;s:5:"bytes";i:519;s:11:"size_before";i:14685;s:10:"size_after";i:14166;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.21;s:5:"bytes";i:228;s:11:"size_before";i:5417;s:10:"size_after";i:5189;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1400000000000001;s:5:"bytes";i:291;s:11:"size_before";i:9268;s:10:"size_after";i:8977;s:4:"time";d:0.02;}}}'),
(1180, 203, '_wp_attached_file', '2019/07/AN3C0200.jpg'),
(1181, 203, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:900;s:4:"file";s:20:"2019/07/AN3C0200.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0200-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0200-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240393272";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"21";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1182, 203, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9523692609869876;s:5:"bytes";i:481;s:11:"size_before";i:16292;s:10:"size_after";i:15811;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.96;s:5:"bytes";i:216;s:11:"size_before";i:5448;s:10:"size_after";i:5232;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4399999999999999;s:5:"bytes";i:265;s:11:"size_before";i:10844;s:10:"size_after";i:10579;s:4:"time";d:0.01;}}}'),
(1183, 204, '_wp_attached_file', '2019/07/AN3C0206.jpg'),
(1184, 204, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0206.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0206-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0206-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240394278";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1185, 205, '_wp_attached_file', '2019/07/AN3C0211.jpg'),
(1186, 204, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7402546136386063;s:5:"bytes";i:379;s:11:"size_before";i:10133;s:10:"size_after";i:9754;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:125;s:11:"size_before";i:3610;s:10:"size_after";i:3485;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:254;s:11:"size_before";i:6523;s:10:"size_after";i:6269;s:4:"time";d:0.01;}}}'),
(1187, 205, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0211.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0211-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0211-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240395187";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1188, 206, '_wp_attached_file', '2019/07/AN3C0214.jpg'),
(1189, 206, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0214.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0214-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0214-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240396110";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1190, 205, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7088183073584533;s:5:"bytes";i:376;s:11:"size_before";i:10138;s:10:"size_after";i:9762;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.2000000000000002;s:5:"bytes";i:119;s:11:"size_before";i:3720;s:10:"size_after";i:3601;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:4;s:5:"bytes";i:257;s:11:"size_before";i:6418;s:10:"size_after";i:6161;s:4:"time";d:0.01;}}}'),
(1191, 207, '_wp_attached_file', '2019/07/AN3C0222.jpg'),
(1192, 207, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0222.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0222-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0222-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240398482";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1193, 206, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6968809236601761;s:5:"bytes";i:313;s:11:"size_before";i:11606;s:10:"size_after";i:11293;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3100000000000001;s:5:"bytes";i:136;s:11:"size_before";i:4109;s:10:"size_after";i:3973;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3599999999999999;s:5:"bytes";i:177;s:11:"size_before";i:7497;s:10:"size_after";i:7320;s:4:"time";d:0.01;}}}'),
(1194, 208, '_wp_attached_file', '2019/07/AN3C0236.jpg'),
(1195, 207, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7829427583557429;s:5:"bytes";i:996;s:11:"size_before";i:20824;s:10:"size_after";i:19828;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.21;s:5:"bytes";i:332;s:11:"size_before";i:6373;s:10:"size_after";i:6041;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5899999999999999;s:5:"bytes";i:664;s:11:"size_before";i:14451;s:10:"size_after";i:13787;s:4:"time";d:0.01;}}}'),
(1196, 208, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C0236.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C0236-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C0236-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240398559";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"29";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1197, 209, '_wp_attached_file', '2019/07/AN3C9929.jpg'),
(1198, 209, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C9929.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C9929-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C9929-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240304898";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1199, 208, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.5036968576709793;s:5:"bytes";i:1191;s:11:"size_before";i:21640;s:10:"size_after";i:20449;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1299999999999999;s:5:"bytes";i:405;s:11:"size_before";i:6608;s:10:"size_after";i:6203;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2300000000000004;s:5:"bytes";i:786;s:11:"size_before";i:15032;s:10:"size_after";i:14246;s:4:"time";d:0.01;}}}'),
(1200, 210, '_wp_attached_file', '2019/07/AN3C9930.jpg'),
(1201, 209, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0741063644289452;s:5:"bytes";i:1164;s:11:"size_before";i:22940;s:10:"size_after";i:21776;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3099999999999996;s:5:"bytes";i:378;s:11:"size_before";i:7112;s:10:"size_after";i:6734;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9699999999999998;s:5:"bytes";i:786;s:11:"size_before";i:15828;s:10:"size_after";i:15042;s:4:"time";d:0.01;}}}'),
(1202, 210, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C9930.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C9930-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C9930-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240305037";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"31";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1203, 211, '_wp_attached_file', '2019/07/AN3C9933.jpg'),
(1204, 211, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C9933.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C9933-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C9933-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240305191";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1205, 210, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5660491952626785;s:5:"bytes";i:338;s:11:"size_before";i:13172;s:10:"size_after";i:12834;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.77;s:5:"bytes";i:126;s:11:"size_before";i:4543;s:10:"size_after";i:4417;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.46;s:5:"bytes";i:212;s:11:"size_before";i:8629;s:10:"size_after";i:8417;s:4:"time";d:0.01;}}}'),
(1206, 212, '_wp_attached_file', '2019/07/AN3C9942.jpg'),
(1207, 212, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C9942.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C9942-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C9942-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240306962";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1208, 211, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5271294782220903;s:5:"bytes";i:340;s:11:"size_before";i:13454;s:10:"size_after";i:13114;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.9900000000000002;s:5:"bytes";i:129;s:11:"size_before";i:4311;s:10:"size_after";i:4182;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:211;s:11:"size_before";i:9143;s:10:"size_after";i:8932;s:4:"time";d:0.01;}}}'),
(1209, 212, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9132602193419741;s:5:"bytes";i:471;s:11:"size_before";i:12036;s:10:"size_after";i:11565;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6499999999999999;s:5:"bytes";i:144;s:11:"size_before";i:3948;s:10:"size_after";i:3804;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.04;s:5:"bytes";i:327;s:11:"size_before";i:8088;s:10:"size_after";i:7761;s:4:"time";d:0.02;}}}'),
(1210, 213, '_wp_attached_file', '2019/07/AN3C9944.jpg'),
(1211, 213, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C9944.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C9944-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C9944-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240307185";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1212, 213, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2638872438706619;s:5:"bytes";i:720;s:11:"size_before";i:16886;s:10:"size_after";i:16166;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6900000000000004;s:5:"bytes";i:259;s:11:"size_before";i:5526;s:10:"size_after";i:5267;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0599999999999996;s:5:"bytes";i:461;s:11:"size_before";i:11360;s:10:"size_after";i:10899;s:4:"time";d:0.01;}}}'),
(1213, 214, '_wp_attached_file', '2019/07/AN3C9948.jpg'),
(1214, 214, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C9948.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C9948-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C9948-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240307581";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1215, 215, '_wp_attached_file', '2019/07/AN3C9951.jpg'),
(1216, 215, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C9951.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C9951-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C9951-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240307597";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1217, 214, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.9246488941216047;s:5:"bytes";i:1409;s:11:"size_before";i:23782;s:10:"size_after";i:22373;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5700000000000003;s:5:"bytes";i:490;s:11:"size_before";i:7453;s:10:"size_after";i:6963;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:919;s:11:"size_before";i:16329;s:10:"size_after";i:15410;s:4:"time";d:0.01;}}}'),
(1218, 215, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.9475835537388797;s:5:"bytes";i:243;s:11:"size_before";i:12477;s:10:"size_after";i:12234;s:4:"time";d:0.040000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:109;s:11:"size_before";i:4174;s:10:"size_after";i:4065;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.6100000000000001;s:5:"bytes";i:134;s:11:"size_before";i:8303;s:10:"size_after";i:8169;s:4:"time";d:0.01;}}}'),
(1219, 216, '_wp_attached_file', '2019/07/AN3C9999.jpg'),
(1220, 216, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:400;s:4:"file";s:20:"2019/07/AN3C9999.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C9999-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C9999-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240310702";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1221, 216, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7837837837837838;s:5:"bytes";i:412;s:11:"size_before";i:14800;s:10:"size_after";i:14388;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0599999999999996;s:5:"bytes";i:194;s:11:"size_before";i:4776;s:10:"size_after";i:4582;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.1699999999999999;s:5:"bytes";i:218;s:11:"size_before";i:10024;s:10:"size_after";i:9806;s:4:"time";d:0.01;}}}'),
(1222, 217, '_wp_attached_file', '2019/07/DSC_4543.jpg'),
(1223, 217, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4543.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4543-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4543-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240306871";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1224, 217, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6296637494242288;s:5:"bytes";i:394;s:11:"size_before";i:10855;s:10:"size_after";i:10461;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6200000000000001;s:5:"bytes";i:140;s:11:"size_before";i:3869;s:10:"size_after";i:3729;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6400000000000001;s:5:"bytes";i:254;s:11:"size_before";i:6986;s:10:"size_after";i:6732;s:4:"time";d:0.01;}}}'),
(1225, 218, '_wp_attached_file', '2019/07/DSC_4544.jpg'),
(1226, 218, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4544.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4544-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4544-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240306969";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"60";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1227, 218, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4557657107992679;s:5:"bytes";i:322;s:11:"size_before";i:13112;s:10:"size_after";i:12790;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.0899999999999999;s:5:"bytes";i:128;s:11:"size_before";i:4140;s:10:"size_after";i:4012;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.1600000000000001;s:5:"bytes";i:194;s:11:"size_before";i:8972;s:10:"size_after";i:8778;s:4:"time";d:0.01;}}}'),
(1228, 219, '_wp_attached_file', '2019/07/DSC_4545.jpg'),
(1229, 219, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4545.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4545-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4545-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240307026";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"38";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1230, 220, '_wp_attached_file', '2019/07/DSC_4546.jpg'),
(1231, 220, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4546.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4546-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4546-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240307545";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"52";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1232, 219, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3096732657331405;s:5:"bytes";i:287;s:11:"size_before";i:12426;s:10:"size_after";i:12139;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:120;s:11:"size_before";i:4199;s:10:"size_after";i:4079;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.0299999999999998;s:5:"bytes";i:167;s:11:"size_before";i:8227;s:10:"size_after";i:8060;s:4:"time";d:0.01;}}}'),
(1233, 220, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7279214986619094;s:5:"bytes";i:742;s:11:"size_before";i:15694;s:10:"size_after";i:14952;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4900000000000002;s:5:"bytes";i:269;s:11:"size_before";i:4902;s:10:"size_after";i:4633;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:473;s:11:"size_before";i:10792;s:10:"size_after";i:10319;s:4:"time";d:0.01;}}}'),
(1234, 221, '_wp_attached_file', '2019/07/DSC_4547.jpg'),
(1235, 221, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4547.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4547-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4547-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240308209";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1236, 222, '_wp_attached_file', '2019/07/DSC_4553.jpg'),
(1237, 222, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4553.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4553-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4553-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240309353";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1238, 221, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9831452440275541;s:5:"bytes";i:1020;s:11:"size_before";i:20469;s:10:"size_after";i:19449;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4000000000000004;s:5:"bytes";i:347;s:11:"size_before";i:6422;s:10:"size_after";i:6075;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.79;s:5:"bytes";i:673;s:11:"size_before";i:14047;s:10:"size_after";i:13374;s:4:"time";d:0.01;}}}'),
(1239, 223, '_wp_attached_file', '2019/07/DSC_4579.jpg'),
(1240, 223, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4579.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4579-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4579-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240314461";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1241, 222, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9414301474275395;s:5:"bytes";i:393;s:11:"size_before";i:9971;s:10:"size_after";i:9578;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:183;s:11:"size_before";i:3749;s:10:"size_after";i:3566;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:210;s:11:"size_before";i:6222;s:10:"size_after";i:6012;s:4:"time";d:0.01;}}}'),
(1242, 224, '_wp_attached_file', '2019/07/DSC_4582.jpg'),
(1243, 224, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4582.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4582-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4582-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240314591";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"29";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1244, 223, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4777526119675608;s:5:"bytes";i:476;s:11:"size_before";i:13687;s:10:"size_after";i:13211;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.5499999999999998;s:5:"bytes";i:169;s:11:"size_before";i:4757;s:10:"size_after";i:4588;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:307;s:11:"size_before";i:8930;s:10:"size_after";i:8623;s:4:"time";d:0.01;}}}'),
(1250, 224, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8658640155867507;s:5:"bytes";i:974;s:11:"size_before";i:20017;s:10:"size_after";i:19043;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5899999999999999;s:5:"bytes";i:352;s:11:"size_before";i:6297;s:10:"size_after";i:5945;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:622;s:11:"size_before";i:13720;s:10:"size_after";i:13098;s:4:"time";d:0.02;}}}'),
(1252, 226, '_wp_attached_file', '2019/07/DSC_4586.jpg'),
(1253, 226, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4586.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4586-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4586-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240314950";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1254, 227, '_wp_attached_file', '2019/07/DSC_4588.jpg'),
(1255, 227, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4588.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4588-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4588-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240315020";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1256, 226, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4211279702261668;s:5:"bytes";i:478;s:11:"size_before";i:13972;s:10:"size_after";i:13494;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2400000000000002;s:5:"bytes";i:193;s:11:"size_before";i:4550;s:10:"size_after";i:4357;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.02;s:5:"bytes";i:285;s:11:"size_before";i:9422;s:10:"size_after";i:9137;s:4:"time";d:0.01;}}}'),
(1257, 227, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2446662253678902;s:5:"bytes";i:1030;s:11:"size_before";i:19639;s:10:"size_after";i:18609;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1100000000000003;s:5:"bytes";i:391;s:11:"size_before";i:6399;s:10:"size_after";i:6008;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8300000000000001;s:5:"bytes";i:639;s:11:"size_before";i:13240;s:10:"size_after";i:12601;s:4:"time";d:0.01;}}}'),
(1258, 228, '_wp_attached_file', '2019/07/DSC_4592.jpg'),
(1259, 228, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4592.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4592-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4592-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240315398";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1260, 229, '_wp_attached_file', '2019/07/DSC_4594.jpg'),
(1261, 229, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4594.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4594-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4594-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240315423";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1262, 228, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9310716208939147;s:5:"bytes";i:584;s:11:"size_before";i:14856;s:10:"size_after";i:14272;s:4:"time";d:0.040000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:230;s:11:"size_before";i:5112;s:10:"size_after";i:4882;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6299999999999999;s:5:"bytes";i:354;s:11:"size_before";i:9744;s:10:"size_after";i:9390;s:4:"time";d:0.029999999999999999;}}}'),
(1263, 230, '_wp_attached_file', '2019/07/DSC_4596.jpg'),
(1264, 230, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4596.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4596-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4596-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240315462";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1265, 229, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9543139252409687;s:5:"bytes";i:377;s:11:"size_before";i:12761;s:10:"size_after";i:12384;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:156;s:11:"size_before";i:4637;s:10:"size_after";i:4481;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7200000000000002;s:5:"bytes";i:221;s:11:"size_before";i:8124;s:10:"size_after";i:7903;s:4:"time";d:0.01;}}}'),
(1266, 230, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1255908170155298;s:5:"bytes";i:611;s:11:"size_before";i:14810;s:10:"size_after";i:14199;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:245;s:11:"size_before";i:5355;s:10:"size_after";i:5110;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8700000000000001;s:5:"bytes";i:366;s:11:"size_before";i:9455;s:10:"size_after";i:9089;s:4:"time";d:0.01;}}}'),
(1267, 231, '_wp_attached_file', '2019/07/DSC_4612.jpg'),
(1268, 231, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4612.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4612-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4612-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240316397";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"56";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1269, 231, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4830927695331027;s:5:"bytes";i:514;s:11:"size_before";i:14757;s:10:"size_after";i:14243;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9700000000000002;s:5:"bytes";i:196;s:11:"size_before";i:4938;s:10:"size_after";i:4742;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:318;s:11:"size_before";i:9819;s:10:"size_after";i:9501;s:4:"time";d:0.01;}}}'),
(1270, 232, '_wp_attached_file', '2019/07/DSC_4629.jpg'),
(1271, 232, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4629.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4629-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4629-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240317150";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1272, 233, '_wp_attached_file', '2019/07/DSC_4643.jpg'),
(1273, 233, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4643.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4643-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4643-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240318026";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"44";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1274, 232, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3238198926821685;s:5:"bytes";i:556;s:11:"size_before";i:12859;s:10:"size_after";i:12303;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7999999999999998;s:5:"bytes";i:225;s:11:"size_before";i:4690;s:10:"size_after";i:4465;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:331;s:11:"size_before";i:8169;s:10:"size_after";i:7838;s:4:"time";d:0.01;}}}'),
(1275, 234, '_wp_attached_file', '2019/07/DSC_4662.jpg'),
(1276, 234, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4662.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4662-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4662-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240392473";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1277, 233, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7916282191091355;s:5:"bytes";i:452;s:11:"size_before";i:11921;s:10:"size_after";i:11469;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4699999999999998;s:5:"bytes";i:198;s:11:"size_before";i:4428;s:10:"size_after";i:4230;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3900000000000001;s:5:"bytes";i:254;s:11:"size_before";i:7493;s:10:"size_after";i:7239;s:4:"time";d:0.01;}}}'),
(1278, 234, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8531950135123352;s:5:"bytes";i:442;s:11:"size_before";i:11471;s:10:"size_after";i:11029;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8300000000000001;s:5:"bytes";i:191;s:11:"size_before";i:3956;s:10:"size_after";i:3765;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3399999999999999;s:5:"bytes";i:251;s:11:"size_before";i:7515;s:10:"size_after";i:7264;s:4:"time";d:0.01;}}}'),
(1279, 235, '_wp_attached_file', '2019/07/DSC_4667.jpg'),
(1280, 235, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4667.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4667-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4667-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240393724";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"44";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1281, 235, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7920598184084033;s:5:"bytes";i:426;s:11:"size_before";i:11234;s:10:"size_after";i:10808;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:170;s:11:"size_before";i:3589;s:10:"size_after";i:3419;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3500000000000001;s:5:"bytes";i:256;s:11:"size_before";i:7645;s:10:"size_after";i:7389;s:4:"time";d:0.02;}}}'),
(1282, 236, '_wp_attached_file', '2019/07/DSC_4679.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1283, 236, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4679.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4679-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4679-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"11";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240409732";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.002";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1284, 236, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0349580001005982;s:5:"bytes";i:1001;s:11:"size_before";i:19881;s:10:"size_after";i:18880;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9199999999999999;s:5:"bytes";i:379;s:11:"size_before";i:6407;s:10:"size_after";i:6028;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6200000000000001;s:5:"bytes";i:622;s:11:"size_before";i:13474;s:10:"size_after";i:12852;s:4:"time";d:0.01;}}}'),
(1285, 237, '_wp_attached_file', '2019/07/DSC_4853.jpg'),
(1286, 237, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:20:"2019/07/DSC_4853.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_4853-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_4853-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"13";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1240416010";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:9:"0.0015625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1287, 237, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.9091484246488672;s:5:"bytes";i:1401;s:11:"size_before";i:23709;s:10:"size_after";i:22308;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5199999999999996;s:5:"bytes";i:486;s:11:"size_before";i:7449;s:10:"size_after";i:6963;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:915;s:11:"size_before";i:16260;s:10:"size_after";i:15345;s:4:"time";d:0.02;}}}'),
(1288, 109, '_wp_page_template', 'default'),
(1290, 109, '_elementor_data', '[{"id":"65503e43","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"593f28ed","elType":"column","settings":{"_column_size":100},"elements":[{"id":"c63f020","elType":"widget","settings":{"editor":"<p>Conference\'09<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"9d0c7f4","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"d0eca2b","elType":"column","settings":{"_column_size":100},"elements":[{"id":"4ee1460","elType":"widget","settings":{"gallery_images":[{"id":191,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0002.jpg"},{"id":192,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0006.jpg"},{"id":193,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0026.jpg"},{"id":194,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0030.jpg"},{"id":195,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0039.jpg"},{"id":196,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0067.jpg"},{"id":197,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0076.jpg"},{"id":198,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0079.jpg"},{"id":199,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0081.jpg"},{"id":200,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0095.jpg"},{"id":201,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0149.jpg"},{"id":202,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0194.jpg"},{"id":203,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0200.jpg"},{"id":204,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0206.jpg"},{"id":205,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0211.jpg"},{"id":206,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0214.jpg"},{"id":207,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0222.jpg"},{"id":208,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C0236.jpg"},{"id":209,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C9929.jpg"},{"id":210,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C9930.jpg"},{"id":211,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C9933.jpg"},{"id":212,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C9942.jpg"},{"id":213,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C9944.jpg"},{"id":214,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C9948.jpg"},{"id":215,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C9951.jpg"},{"id":216,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C9999.jpg"},{"id":217,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4543.jpg"},{"id":218,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4544.jpg"},{"id":219,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4545.jpg"},{"id":220,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4546.jpg"},{"id":221,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4547.jpg"},{"id":222,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4553.jpg"},{"id":223,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4579.jpg"},{"id":224,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4582.jpg"},{"id":226,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4586.jpg"},{"id":227,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4588.jpg"},{"id":228,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4592.jpg"},{"id":229,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4594.jpg"},{"id":230,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4596.jpg"},{"id":231,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4612.jpg"},{"id":232,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4629.jpg"},{"id":233,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4643.jpg"},{"id":234,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4662.jpg"},{"id":235,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4667.jpg"},{"id":236,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4679.jpg"},{"id":237,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_4853.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1299, 239, '_wp_attached_file', '2019/07/aaa_1.jpg'),
(1300, 239, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271841535";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1301, 240, '_wp_attached_file', '2019/07/aaa_2.jpg'),
(1302, 240, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_2-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842122";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1303, 241, '_wp_attached_file', '2019/07/aaa_3.jpg'),
(1304, 241, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_3.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_3-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_3-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_3-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842205";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1305, 239, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7836771153302768;s:5:"bytes";i:3054;s:11:"size_before";i:109711;s:10:"size_after";i:106657;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:181;s:11:"size_before";i:4755;s:10:"size_after";i:4574;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4399999999999999;s:5:"bytes";i:225;s:11:"size_before";i:9204;s:10:"size_after";i:8979;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.25;s:5:"bytes";i:813;s:11:"size_before";i:36182;s:10:"size_after";i:35369;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:1835;s:11:"size_before";i:59570;s:10:"size_after";i:57735;s:4:"time";d:0.080000000000000002;}}}'),
(1306, 242, '_wp_attached_file', '2019/07/aaa_4.jpg'),
(1307, 240, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3162027714178004;s:5:"bytes";i:4694;s:11:"size_before";i:108753;s:10:"size_after";i:104059;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.71;s:5:"bytes";i:159;s:11:"size_before";i:4287;s:10:"size_after";i:4128;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:256;s:11:"size_before";i:8240;s:10:"size_after";i:7984;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:1561;s:11:"size_before";i:35201;s:10:"size_after";i:33640;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.4500000000000002;s:5:"bytes";i:2718;s:11:"size_before";i:61025;s:10:"size_after";i:58307;s:4:"time";d:0.029999999999999999;}}}'),
(1308, 242, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_4.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_4-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_4-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_4-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842992";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1309, 243, '_wp_attached_file', '2019/07/aaa_5.jpg'),
(1310, 241, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.666796966192702;s:5:"bytes";i:4912;s:11:"size_before";i:184191;s:10:"size_after";i:179279;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4299999999999997;s:5:"bytes";i:477;s:11:"size_before";i:7415;s:10:"size_after";i:6938;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:848;s:11:"size_before";i:15664;s:10:"size_after";i:14816;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7200000000000002;s:5:"bytes";i:1703;s:11:"size_before";i:62506;s:10:"size_after";i:60803;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.9099999999999999;s:5:"bytes";i:1884;s:11:"size_before";i:98606;s:10:"size_after";i:96722;s:4:"time";d:0.029999999999999999;}}}'),
(1311, 243, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_5.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_5-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_5-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_5-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271843702";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1312, 242, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2905999920372659;s:5:"bytes";i:3306;s:11:"size_before";i:100468;s:10:"size_after";i:97162;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:133;s:11:"size_before";i:4259;s:10:"size_after";i:4126;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4199999999999999;s:5:"bytes";i:205;s:11:"size_before";i:8485;s:10:"size_after";i:8280;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.02;s:5:"bytes";i:992;s:11:"size_before";i:32825;s:10:"size_after";i:31833;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:1976;s:11:"size_before";i:54899;s:10:"size_after";i:52923;s:4:"time";d:0.059999999999999998;}}}'),
(1313, 244, '_wp_attached_file', '2019/07/aaa_6.jpg'),
(1314, 244, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_6.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_6-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_6-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_6-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_6-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271844943";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1315, 245, '_wp_attached_file', '2019/07/aaa_7.jpg'),
(1316, 245, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_7.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_7-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_7-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_7-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_7-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271845424";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1317, 243, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0415540114401041;s:5:"bytes";i:5546;s:11:"size_before";i:182341;s:10:"size_after";i:176795;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4800000000000004;s:5:"bytes";i:499;s:11:"size_before";i:7698;s:10:"size_after";i:7199;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:811;s:11:"size_before";i:15633;s:10:"size_after";i:14822;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";i:3;s:5:"bytes";i:1852;s:11:"size_before";i:61723;s:10:"size_after";i:59871;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4500000000000002;s:5:"bytes";i:2384;s:11:"size_before";i:97287;s:10:"size_after";i:94903;s:4:"time";d:0.089999999999999997;}}}'),
(1318, 244, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8504784521571169;s:5:"bytes";i:8253;s:11:"size_before";i:214337;s:10:"size_after";i:206084;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.1100000000000003;s:5:"bytes";i:614;s:11:"size_before";i:8632;s:10:"size_after";i:8018;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2599999999999998;s:5:"bytes";i:1142;s:11:"size_before";i:18240;s:10:"size_after";i:17098;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0800000000000001;s:5:"bytes";i:2987;s:11:"size_before";i:73153;s:10:"size_after";i:70166;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:3510;s:11:"size_before";i:114312;s:10:"size_after";i:110802;s:4:"time";d:0.040000000000000001;}}}'),
(1319, 246, '_wp_attached_file', '2019/07/aaa_8.jpg'),
(1320, 246, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_8.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_8-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_8-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_8-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_8-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271847777";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1321, 245, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1982680086489808;s:5:"bytes";i:3825;s:11:"size_before";i:91109;s:10:"size_after";i:87284;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:156;s:11:"size_before";i:4541;s:10:"size_after";i:4385;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4199999999999999;s:5:"bytes";i:188;s:11:"size_before";i:7756;s:10:"size_after";i:7568;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:1057;s:11:"size_before";i:29691;s:10:"size_after";i:28634;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9299999999999997;s:5:"bytes";i:2424;s:11:"size_before";i:49121;s:10:"size_after";i:46697;s:4:"time";d:0.029999999999999999;}}}'),
(1322, 247, '_wp_attached_file', '2019/07/aaa_9.jpg'),
(1323, 247, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:17:"2019/07/aaa_9.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"aaa_9-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"aaa_9-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"aaa_9-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"aaa_9-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271847897";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"34";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1324, 248, '_wp_attached_file', '2019/07/aaa_10.jpg'),
(1325, 246, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6637081793106034;s:5:"bytes";i:3905;s:11:"size_before";i:106586;s:10:"size_after";i:102681;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:176;s:11:"size_before";i:4713;s:10:"size_after";i:4537;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.8100000000000001;s:5:"bytes";i:154;s:11:"size_before";i:8495;s:10:"size_after";i:8341;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:1213;s:11:"size_before";i:34701;s:10:"size_after";i:33488;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:2362;s:11:"size_before";i:58677;s:10:"size_after";i:56315;s:4:"time";d:0.029999999999999999;}}}'),
(1326, 248, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_10.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_10-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_10-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_10-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_10-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271847991";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1327, 249, '_wp_attached_file', '2019/07/aaa_11.jpg'),
(1328, 249, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_11.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_11-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_11-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_11-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850160";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1329, 247, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3364619868596552;s:5:"bytes";i:3377;s:11:"size_before";i:101215;s:10:"size_after";i:97838;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8300000000000001;s:5:"bytes";i:175;s:11:"size_before";i:4566;s:10:"size_after";i:4391;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:197;s:11:"size_before";i:8521;s:10:"size_after";i:8324;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:967;s:11:"size_before";i:33038;s:10:"size_after";i:32071;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:2038;s:11:"size_before";i:55090;s:10:"size_after";i:53052;s:4:"time";d:0.059999999999999998;}}}'),
(1330, 250, '_wp_attached_file', '2019/07/aaa_12.jpg'),
(1331, 250, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_12.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_12-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_12-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_12-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_12-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850356";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1332, 248, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0750084126076946;s:5:"bytes";i:5757;s:11:"size_before";i:187219;s:10:"size_after";i:181462;s:4:"time";d:0.17000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3600000000000003;s:5:"bytes";i:453;s:11:"size_before";i:7119;s:10:"size_after";i:6666;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.04;s:5:"bytes";i:716;s:11:"size_before";i:14206;s:10:"size_after";i:13490;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:2193;s:11:"size_before";i:62311;s:10:"size_after";i:60118;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:2395;s:11:"size_before";i:103583;s:10:"size_after";i:101188;s:4:"time";d:0.10000000000000001;}}}'),
(1333, 251, '_wp_attached_file', '2019/07/aaa_13.jpg'),
(1334, 251, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_13.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_13-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_13-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_13-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_13-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850848";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1335, 249, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3395204402118113;s:5:"bytes";i:6603;s:11:"size_before";i:197723;s:10:"size_after";i:191120;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8799999999999999;s:5:"bytes";i:553;s:11:"size_before";i:8032;s:10:"size_after";i:7479;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.0899999999999999;s:5:"bytes";i:1057;s:11:"size_before";i:17360;s:10:"size_after";i:16303;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.29;s:5:"bytes";i:2220;s:11:"size_before";i:67450;s:10:"size_after";i:65230;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:2773;s:11:"size_before";i:104881;s:10:"size_after";i:102108;s:4:"time";d:0.070000000000000007;}}}'),
(1336, 252, '_wp_attached_file', '2019/07/aaa_14.jpg'),
(1337, 252, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_14.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_14-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_14-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_14-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_14-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850874";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1338, 250, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5029042533258385;s:5:"bytes";i:3739;s:11:"size_before";i:106740;s:10:"size_after";i:103001;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9399999999999999;s:5:"bytes";i:153;s:11:"size_before";i:3882;s:10:"size_after";i:3729;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.9199999999999999;s:5:"bytes";i:163;s:11:"size_before";i:8509;s:10:"size_after";i:8346;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:1199;s:11:"size_before";i:35477;s:10:"size_after";i:34278;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7799999999999998;s:5:"bytes";i:2224;s:11:"size_before";i:58872;s:10:"size_after";i:56648;s:4:"time";d:0.029999999999999999;}}}'),
(1339, 253, '_wp_attached_file', '2019/07/aaa_15.jpg'),
(1340, 253, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_15.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_15-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_15-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_15-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_15-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850929";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1341, 254, '_wp_attached_file', '2019/07/aaa_16.jpg'),
(1342, 252, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5290378276565688;s:5:"bytes";i:3867;s:11:"size_before";i:152904;s:10:"size_after";i:149037;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:308;s:11:"size_before";i:6262;s:10:"size_after";i:5954;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9900000000000002;s:5:"bytes";i:527;s:11:"size_before";i:13223;s:10:"size_after";i:12696;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5800000000000001;s:5:"bytes";i:1336;s:11:"size_before";i:51752;s:10:"size_after";i:50416;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0800000000000001;s:5:"bytes";i:1696;s:11:"size_before";i:81667;s:10:"size_after";i:79971;s:4:"time";d:0.029999999999999999;}}}'),
(1343, 254, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_16.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_16-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_16-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_16-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_16-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271851050";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1344, 251, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.1192032887850609;s:5:"bytes";i:2794;s:11:"size_before";i:131842;s:10:"size_after";i:129048;s:4:"time";d:1.9700000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:283;s:11:"size_before";i:5889;s:10:"size_after";i:5606;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:402;s:11:"size_before";i:11912;s:10:"size_after";i:11510;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.9199999999999999;s:5:"bytes";i:862;s:11:"size_before";i:44811;s:10:"size_after";i:43949;s:4:"time";d:1.8600000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.8;s:5:"bytes";i:1247;s:11:"size_before";i:69230;s:10:"size_after";i:67983;s:4:"time";d:0.089999999999999997;}}}'),
(1345, 255, '_wp_attached_file', '2019/07/aaa_17.jpg'),
(1346, 255, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_17.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_17-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_17-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_17-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_17-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271851498";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1347, 253, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6661657506771457;s:5:"bytes";i:4400;s:11:"size_before";i:165031;s:10:"size_after";i:160631;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4800000000000004;s:5:"bytes";i:374;s:11:"size_before";i:6823;s:10:"size_after";i:6449;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:641;s:11:"size_before";i:14296;s:10:"size_after";i:13655;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.73;s:5:"bytes";i:1529;s:11:"size_before";i:56089;s:10:"size_after";i:54560;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1099999999999999;s:5:"bytes";i:1856;s:11:"size_before";i:87823;s:10:"size_after";i:85967;s:4:"time";d:0.040000000000000001;}}}'),
(1348, 254, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6355672506828327;s:5:"bytes";i:3165;s:11:"size_before";i:120088;s:10:"size_after";i:116923;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1500000000000004;s:5:"bytes";i:295;s:11:"size_before";i:5727;s:10:"size_after";i:5432;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:386;s:11:"size_before";i:11001;s:10:"size_after";i:10615;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4700000000000002;s:5:"bytes";i:998;s:11:"size_before";i:40419;s:10:"size_after";i:39421;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3599999999999999;s:5:"bytes";i:1486;s:11:"size_before";i:62941;s:10:"size_after";i:61455;s:4:"time";d:0.029999999999999999;}}}'),
(1349, 256, '_wp_attached_file', '2019/07/aaa_18.jpg'),
(1350, 256, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_18.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_18-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_18-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_18-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_18-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271852247";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1351, 255, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4399580731896275;s:5:"bytes";i:2677;s:11:"size_before";i:109715;s:10:"size_after";i:107038;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:211;s:11:"size_before";i:5137;s:10:"size_after";i:4926;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5899999999999999;s:5:"bytes";i:256;s:11:"size_before";i:9899;s:10:"size_after";i:9643;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.9399999999999999;s:5:"bytes";i:711;s:11:"size_before";i:36567;s:10:"size_after";i:35856;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5800000000000001;s:5:"bytes";i:1499;s:11:"size_before";i:58112;s:10:"size_after";i:56613;s:4:"time";d:0.029999999999999999;}}}'),
(1352, 257, '_wp_attached_file', '2019/07/aaa_19.jpg'),
(1353, 257, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_19.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_19-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_19-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_19-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_19-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271853668";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1354, 258, '_wp_attached_file', '2019/07/aaa_20.jpg'),
(1355, 256, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.3852475797724555;s:5:"bytes";i:5734;s:11:"size_before";i:68382;s:10:"size_after";i:62648;s:4:"time";d:0.050000000000000003;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:137;s:11:"size_before";i:3532;s:10:"size_after";i:3395;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6699999999999999;s:5:"bytes";i:219;s:11:"size_before";i:5960;s:10:"size_after";i:5741;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.6199999999999992;s:5:"bytes";i:1924;s:11:"size_before";i:22315;s:10:"size_after";i:20391;s:4:"time";d:0.01;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:9.4399999999999995;s:5:"bytes";i:3454;s:11:"size_before";i:36575;s:10:"size_after";i:33121;s:4:"time";d:0.02;}}}'),
(1356, 258, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_20.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_20-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_20-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_20-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_20-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271854179";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1357, 259, '_wp_attached_file', '2019/07/aaa_21.jpg'),
(1358, 259, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_21.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_21-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_21-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_21-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_21-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271854534";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"30";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1359, 257, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8032275253101924;s:5:"bytes";i:3786;s:11:"size_before";i:78822;s:10:"size_after";i:75036;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.8999999999999999;s:5:"bytes";i:99;s:11:"size_before";i:3412;s:10:"size_after";i:3313;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.02;s:5:"bytes";i:139;s:11:"size_before";i:6887;s:10:"size_after";i:6748;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6900000000000004;s:5:"bytes";i:1225;s:11:"size_before";i:26105;s:10:"size_after";i:24880;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.4800000000000004;s:5:"bytes";i:2323;s:11:"size_before";i:42418;s:10:"size_after";i:40095;s:4:"time";d:0.029999999999999999;}}}'),
(1360, 258, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7503916513501183;s:5:"bytes";i:3851;s:11:"size_before";i:81067;s:10:"size_after";i:77216;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:129;s:11:"size_before";i:3403;s:10:"size_after";i:3274;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3300000000000001;s:5:"bytes";i:161;s:11:"size_before";i:6900;s:10:"size_after";i:6739;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6500000000000004;s:5:"bytes";i:1255;s:11:"size_before";i:26994;s:10:"size_after";i:25739;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:2306;s:11:"size_before";i:43770;s:10:"size_after";i:41464;s:4:"time";d:0.02;}}}'),
(1361, 260, '_wp_attached_file', '2019/07/aaa_22.jpg'),
(1362, 260, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_22.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_22-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_22-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_22-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_22-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271855044";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1363, 259, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1948697728417779;s:5:"bytes";i:3830;s:11:"size_before";i:91302;s:10:"size_after";i:87472;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1699999999999999;s:5:"bytes";i:133;s:11:"size_before";i:4195;s:10:"size_after";i:4062;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.25;s:5:"bytes";i:175;s:11:"size_before";i:7788;s:10:"size_after";i:7613;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9500000000000002;s:5:"bytes";i:1194;s:11:"size_before";i:30246;s:10:"size_after";i:29052;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:2328;s:11:"size_before";i:49073;s:10:"size_after";i:46745;s:4:"time";d:0.02;}}}'),
(1364, 261, '_wp_attached_file', '2019/07/aaa_23.jpg'),
(1365, 261, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_23.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_23-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_23-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_23-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_23-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271855195";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1366, 262, '_wp_attached_file', '2019/07/aaa_24.jpg'),
(1367, 262, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_24.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_24-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_24-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_24-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_24-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271927607";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1368, 260, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4221892864704637;s:5:"bytes";i:2860;s:11:"size_before";i:118075;s:10:"size_after";i:115215;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:198;s:11:"size_before";i:5050;s:10:"size_after";i:4852;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:312;s:11:"size_before";i:10365;s:10:"size_after";i:10053;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.25;s:5:"bytes";i:901;s:11:"size_before";i:39995;s:10:"size_after";i:39094;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:1449;s:11:"size_before";i:62665;s:10:"size_after";i:61216;s:4:"time";d:0.029999999999999999;}}}'),
(1369, 263, '_wp_attached_file', '2019/07/aaa_25.jpg'),
(1370, 263, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_25.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_25-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_25-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_25-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_25-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271927720";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1371, 262, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0302962437634529;s:5:"bytes";i:4043;s:11:"size_before";i:80373;s:10:"size_after";i:76330;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:108;s:11:"size_before";i:3593;s:10:"size_after";i:3485;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.3500000000000001;s:5:"bytes";i:93;s:11:"size_before";i:6890;s:10:"size_after";i:6797;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8300000000000001;s:5:"bytes";i:1266;s:11:"size_before";i:26195;s:10:"size_after";i:24929;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9000000000000004;s:5:"bytes";i:2576;s:11:"size_before";i:43695;s:10:"size_after";i:41119;s:4:"time";d:0.029999999999999999;}}}'),
(1372, 261, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.9259683995922527;s:5:"bytes";i:3023;s:11:"size_before";i:156960;s:10:"size_after";i:153937;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3200000000000003;s:5:"bytes";i:257;s:11:"size_before";i:5945;s:10:"size_after";i:5688;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:4;s:5:"bytes";i:534;s:11:"size_before";i:13340;s:10:"size_after";i:12806;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.72;s:5:"bytes";i:911;s:11:"size_before";i:53055;s:10:"size_after";i:52144;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.5600000000000001;s:5:"bytes";i:1321;s:11:"size_before";i:84620;s:10:"size_after";i:83299;s:4:"time";d:0.040000000000000001;}}}'),
(1373, 263, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.383078610102118;s:5:"bytes";i:3949;s:11:"size_before";i:116728;s:10:"size_after";i:112779;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4100000000000001;s:5:"bytes";i:228;s:11:"size_before";i:5168;s:10:"size_after";i:4940;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:347;s:11:"size_before";i:10589;s:10:"size_after";i:10242;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1400000000000001;s:5:"bytes";i:1231;s:11:"size_before";i:39232;s:10:"size_after";i:38001;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4700000000000002;s:5:"bytes";i:2143;s:11:"size_before";i:61739;s:10:"size_after";i:59596;s:4:"time";d:0.029999999999999999;}}}'),
(1374, 264, '_wp_attached_file', '2019/07/aaa_1-1.jpg'),
(1375, 264, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_1-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_1-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_1-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_1-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_1-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271841535";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1376, 265, '_wp_attached_file', '2019/07/aaa_2-1.jpg'),
(1377, 265, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_2-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_2-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_2-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_2-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_2-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842122";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1378, 264, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7836771153302768;s:5:"bytes";i:3054;s:11:"size_before";i:109711;s:10:"size_after";i:106657;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:181;s:11:"size_before";i:4755;s:10:"size_after";i:4574;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4399999999999999;s:5:"bytes";i:225;s:11:"size_before";i:9204;s:10:"size_after";i:8979;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.25;s:5:"bytes";i:813;s:11:"size_before";i:36182;s:10:"size_after";i:35369;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:1835;s:11:"size_before";i:59570;s:10:"size_after";i:57735;s:4:"time";d:0.029999999999999999;}}}'),
(1379, 266, '_wp_attached_file', '2019/07/aaa_3-1.jpg'),
(1380, 266, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_3-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_3-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_3-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_3-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_3-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842205";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1381, 267, '_wp_attached_file', '2019/07/aaa_4-1.jpg'),
(1382, 265, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3162027714178004;s:5:"bytes";i:4694;s:11:"size_before";i:108753;s:10:"size_after";i:104059;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.71;s:5:"bytes";i:159;s:11:"size_before";i:4287;s:10:"size_after";i:4128;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:256;s:11:"size_before";i:8240;s:10:"size_after";i:7984;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:1561;s:11:"size_before";i:35201;s:10:"size_after";i:33640;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.4500000000000002;s:5:"bytes";i:2718;s:11:"size_before";i:61025;s:10:"size_after";i:58307;s:4:"time";d:0.040000000000000001;}}}'),
(1383, 267, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_4-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_4-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_4-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_4-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_4-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842992";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1384, 268, '_wp_attached_file', '2019/07/aaa_5-1.jpg'),
(1385, 268, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_5-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_5-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_5-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_5-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_5-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271843702";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1386, 266, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.666796966192702;s:5:"bytes";i:4912;s:11:"size_before";i:184191;s:10:"size_after";i:179279;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4299999999999997;s:5:"bytes";i:477;s:11:"size_before";i:7415;s:10:"size_after";i:6938;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:848;s:11:"size_before";i:15664;s:10:"size_after";i:14816;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7200000000000002;s:5:"bytes";i:1703;s:11:"size_before";i:62506;s:10:"size_after";i:60803;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.9099999999999999;s:5:"bytes";i:1884;s:11:"size_before";i:98606;s:10:"size_after";i:96722;s:4:"time";d:0.040000000000000001;}}}'),
(1387, 269, '_wp_attached_file', '2019/07/aaa_6-1.jpg'),
(1388, 267, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2905999920372659;s:5:"bytes";i:3306;s:11:"size_before";i:100468;s:10:"size_after";i:97162;s:4:"time";d:0.22;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:133;s:11:"size_before";i:4259;s:10:"size_after";i:4126;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4199999999999999;s:5:"bytes";i:205;s:11:"size_before";i:8485;s:10:"size_after";i:8280;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.02;s:5:"bytes";i:992;s:11:"size_before";i:32825;s:10:"size_after";i:31833;s:4:"time";d:0.17000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:1976;s:11:"size_before";i:54899;s:10:"size_after";i:52923;s:4:"time";d:0.029999999999999999;}}}'),
(1389, 269, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_6-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_6-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_6-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_6-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_6-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271844943";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1390, 270, '_wp_attached_file', '2019/07/aaa_7-1.jpg'),
(1391, 270, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_7-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_7-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_7-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_7-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_7-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271845424";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1392, 268, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0415540114401041;s:5:"bytes";i:5546;s:11:"size_before";i:182341;s:10:"size_after";i:176795;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4800000000000004;s:5:"bytes";i:499;s:11:"size_before";i:7698;s:10:"size_after";i:7199;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:811;s:11:"size_before";i:15633;s:10:"size_after";i:14822;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";i:3;s:5:"bytes";i:1852;s:11:"size_before";i:61723;s:10:"size_after";i:59871;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4500000000000002;s:5:"bytes";i:2384;s:11:"size_before";i:97287;s:10:"size_after";i:94903;s:4:"time";d:0.050000000000000003;}}}'),
(1393, 269, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8504784521571169;s:5:"bytes";i:8253;s:11:"size_before";i:214337;s:10:"size_after";i:206084;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.1100000000000003;s:5:"bytes";i:614;s:11:"size_before";i:8632;s:10:"size_after";i:8018;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2599999999999998;s:5:"bytes";i:1142;s:11:"size_before";i:18240;s:10:"size_after";i:17098;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0800000000000001;s:5:"bytes";i:2987;s:11:"size_before";i:73153;s:10:"size_after";i:70166;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:3510;s:11:"size_before";i:114312;s:10:"size_after";i:110802;s:4:"time";d:0.059999999999999998;}}}'),
(1394, 271, '_wp_attached_file', '2019/07/aaa_8-1.jpg'),
(1395, 271, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_8-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_8-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_8-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_8-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_8-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271847777";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1396, 270, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1982680086489808;s:5:"bytes";i:3825;s:11:"size_before";i:91109;s:10:"size_after";i:87284;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:156;s:11:"size_before";i:4541;s:10:"size_after";i:4385;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4199999999999999;s:5:"bytes";i:188;s:11:"size_before";i:7756;s:10:"size_after";i:7568;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:1057;s:11:"size_before";i:29691;s:10:"size_after";i:28634;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9299999999999997;s:5:"bytes";i:2424;s:11:"size_before";i:49121;s:10:"size_after";i:46697;s:4:"time";d:0.040000000000000001;}}}'),
(1397, 272, '_wp_attached_file', '2019/07/aaa_9-1.jpg'),
(1398, 272, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:19:"2019/07/aaa_9-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"aaa_9-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"aaa_9-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"aaa_9-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"aaa_9-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271847897";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"34";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1399, 271, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6637081793106034;s:5:"bytes";i:3905;s:11:"size_before";i:106586;s:10:"size_after";i:102681;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:176;s:11:"size_before";i:4713;s:10:"size_after";i:4537;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.8100000000000001;s:5:"bytes";i:154;s:11:"size_before";i:8495;s:10:"size_after";i:8341;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:1213;s:11:"size_before";i:34701;s:10:"size_after";i:33488;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:2362;s:11:"size_before";i:58677;s:10:"size_after";i:56315;s:4:"time";d:0.02;}}}'),
(1400, 273, '_wp_attached_file', '2019/07/aaa_10-1.jpg'),
(1401, 273, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_10-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_10-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_10-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_10-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_10-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271847991";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1402, 272, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3364619868596552;s:5:"bytes";i:3377;s:11:"size_before";i:101215;s:10:"size_after";i:97838;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8300000000000001;s:5:"bytes";i:175;s:11:"size_before";i:4566;s:10:"size_after";i:4391;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:197;s:11:"size_before";i:8521;s:10:"size_after";i:8324;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:967;s:11:"size_before";i:33038;s:10:"size_after";i:32071;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:2038;s:11:"size_before";i:55090;s:10:"size_after";i:53052;s:4:"time";d:0.029999999999999999;}}}'),
(1403, 274, '_wp_attached_file', '2019/07/aaa_11-1.jpg'),
(1404, 274, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_11-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_11-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_11-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_11-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_11-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850160";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1405, 275, '_wp_attached_file', '2019/07/aaa_12-1.jpg'),
(1406, 275, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_12-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_12-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_12-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_12-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_12-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850356";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1407, 276, '_wp_attached_file', '2019/07/aaa_13-1.jpg'),
(1408, 274, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3395204402118113;s:5:"bytes";i:6603;s:11:"size_before";i:197723;s:10:"size_after";i:191120;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8799999999999999;s:5:"bytes";i:553;s:11:"size_before";i:8032;s:10:"size_after";i:7479;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.0899999999999999;s:5:"bytes";i:1057;s:11:"size_before";i:17360;s:10:"size_after";i:16303;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.29;s:5:"bytes";i:2220;s:11:"size_before";i:67450;s:10:"size_after";i:65230;s:4:"time";d:0.070000000000000007;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:2773;s:11:"size_before";i:104881;s:10:"size_after";i:102108;s:4:"time";d:0.029999999999999999;}}}'),
(1409, 276, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_13-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_13-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_13-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_13-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_13-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850848";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1410, 273, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0750084126076946;s:5:"bytes";i:5757;s:11:"size_before";i:187219;s:10:"size_after";i:181462;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3600000000000003;s:5:"bytes";i:453;s:11:"size_before";i:7119;s:10:"size_after";i:6666;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.04;s:5:"bytes";i:716;s:11:"size_before";i:14206;s:10:"size_after";i:13490;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:2193;s:11:"size_before";i:62311;s:10:"size_after";i:60118;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:2395;s:11:"size_before";i:103583;s:10:"size_after";i:101188;s:4:"time";d:0.050000000000000003;}}}'),
(1411, 275, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5029042533258385;s:5:"bytes";i:3739;s:11:"size_before";i:106740;s:10:"size_after";i:103001;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9399999999999999;s:5:"bytes";i:153;s:11:"size_before";i:3882;s:10:"size_after";i:3729;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.9199999999999999;s:5:"bytes";i:163;s:11:"size_before";i:8509;s:10:"size_after";i:8346;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:1199;s:11:"size_before";i:35477;s:10:"size_after";i:34278;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7799999999999998;s:5:"bytes";i:2224;s:11:"size_before";i:58872;s:10:"size_after";i:56648;s:4:"time";d:0.040000000000000001;}}}'),
(1412, 277, '_wp_attached_file', '2019/07/aaa_14-1.jpg'),
(1413, 277, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_14-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_14-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_14-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_14-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_14-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850874";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1414, 278, '_wp_attached_file', '2019/07/aaa_15-1.jpg'),
(1415, 276, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.1192032887850609;s:5:"bytes";i:2794;s:11:"size_before";i:131842;s:10:"size_after";i:129048;s:4:"time";d:0.26000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:283;s:11:"size_before";i:5889;s:10:"size_after";i:5606;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:402;s:11:"size_before";i:11912;s:10:"size_after";i:11510;s:4:"time";d:0.16;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.9199999999999999;s:5:"bytes";i:862;s:11:"size_before";i:44811;s:10:"size_after";i:43949;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.8;s:5:"bytes";i:1247;s:11:"size_before";i:69230;s:10:"size_after";i:67983;s:4:"time";d:0.059999999999999998;}}}'),
(1416, 278, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_15-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_15-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_15-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_15-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_15-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271850929";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1417, 277, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5290378276565688;s:5:"bytes";i:3867;s:11:"size_before";i:152904;s:10:"size_after";i:149037;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:308;s:11:"size_before";i:6262;s:10:"size_after";i:5954;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9900000000000002;s:5:"bytes";i:527;s:11:"size_before";i:13223;s:10:"size_after";i:12696;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5800000000000001;s:5:"bytes";i:1336;s:11:"size_before";i:51752;s:10:"size_after";i:50416;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0800000000000001;s:5:"bytes";i:1696;s:11:"size_before";i:81667;s:10:"size_after";i:79971;s:4:"time";d:0.040000000000000001;}}}'),
(1418, 279, '_wp_attached_file', '2019/07/aaa_16-1.jpg'),
(1419, 279, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_16-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_16-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_16-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_16-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_16-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271851050";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1420, 278, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6661657506771457;s:5:"bytes";i:4400;s:11:"size_before";i:165031;s:10:"size_after";i:160631;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4800000000000004;s:5:"bytes";i:374;s:11:"size_before";i:6823;s:10:"size_after";i:6449;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:641;s:11:"size_before";i:14296;s:10:"size_after";i:13655;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.73;s:5:"bytes";i:1529;s:11:"size_before";i:56089;s:10:"size_after";i:54560;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1099999999999999;s:5:"bytes";i:1856;s:11:"size_before";i:87823;s:10:"size_after";i:85967;s:4:"time";d:0.029999999999999999;}}}'),
(1421, 280, '_wp_attached_file', '2019/07/aaa_17-1.jpg'),
(1422, 280, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_17-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_17-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_17-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_17-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_17-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271851498";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1423, 279, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6355672506828327;s:5:"bytes";i:3165;s:11:"size_before";i:120088;s:10:"size_after";i:116923;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1500000000000004;s:5:"bytes";i:295;s:11:"size_before";i:5727;s:10:"size_after";i:5432;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:386;s:11:"size_before";i:11001;s:10:"size_after";i:10615;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4700000000000002;s:5:"bytes";i:998;s:11:"size_before";i:40419;s:10:"size_after";i:39421;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3599999999999999;s:5:"bytes";i:1486;s:11:"size_before";i:62941;s:10:"size_after";i:61455;s:4:"time";d:0.029999999999999999;}}}'),
(1424, 281, '_wp_attached_file', '2019/07/aaa_18-1.jpg'),
(1425, 281, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_18-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_18-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_18-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_18-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_18-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271852247";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1426, 280, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4399580731896275;s:5:"bytes";i:2677;s:11:"size_before";i:109715;s:10:"size_after";i:107038;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:211;s:11:"size_before";i:5137;s:10:"size_after";i:4926;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5899999999999999;s:5:"bytes";i:256;s:11:"size_before";i:9899;s:10:"size_after";i:9643;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.9399999999999999;s:5:"bytes";i:711;s:11:"size_before";i:36567;s:10:"size_after";i:35856;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5800000000000001;s:5:"bytes";i:1499;s:11:"size_before";i:58112;s:10:"size_after";i:56613;s:4:"time";d:0.029999999999999999;}}}'),
(1427, 282, '_wp_attached_file', '2019/07/aaa_19-1.jpg'),
(1428, 282, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_19-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_19-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_19-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_19-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_19-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271853668";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1429, 281, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.3852475797724555;s:5:"bytes";i:5734;s:11:"size_before";i:68382;s:10:"size_after";i:62648;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:137;s:11:"size_before";i:3532;s:10:"size_after";i:3395;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6699999999999999;s:5:"bytes";i:219;s:11:"size_before";i:5960;s:10:"size_after";i:5741;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.6199999999999992;s:5:"bytes";i:1924;s:11:"size_before";i:22315;s:10:"size_after";i:20391;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:9.4399999999999995;s:5:"bytes";i:3454;s:11:"size_before";i:36575;s:10:"size_after";i:33121;s:4:"time";d:0.040000000000000001;}}}'),
(1430, 283, '_wp_attached_file', '2019/07/aaa_20-1.jpg'),
(1431, 283, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_20-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_20-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_20-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_20-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_20-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271854179";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1432, 284, '_wp_attached_file', '2019/07/aaa_21-1.jpg'),
(1433, 284, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_21-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_21-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_21-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_21-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_21-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271854534";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"30";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1434, 282, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8032275253101924;s:5:"bytes";i:3786;s:11:"size_before";i:78822;s:10:"size_after";i:75036;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.8999999999999999;s:5:"bytes";i:99;s:11:"size_before";i:3412;s:10:"size_after";i:3313;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.02;s:5:"bytes";i:139;s:11:"size_before";i:6887;s:10:"size_after";i:6748;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6900000000000004;s:5:"bytes";i:1225;s:11:"size_before";i:26105;s:10:"size_after";i:24880;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.4800000000000004;s:5:"bytes";i:2323;s:11:"size_before";i:42418;s:10:"size_after";i:40095;s:4:"time";d:0.029999999999999999;}}}'),
(1435, 283, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7503916513501183;s:5:"bytes";i:3851;s:11:"size_before";i:81067;s:10:"size_after";i:77216;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:129;s:11:"size_before";i:3403;s:10:"size_after";i:3274;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3300000000000001;s:5:"bytes";i:161;s:11:"size_before";i:6900;s:10:"size_after";i:6739;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6500000000000004;s:5:"bytes";i:1255;s:11:"size_before";i:26994;s:10:"size_after";i:25739;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:2306;s:11:"size_before";i:43770;s:10:"size_after";i:41464;s:4:"time";d:0.040000000000000001;}}}'),
(1436, 285, '_wp_attached_file', '2019/07/aaa_22-1.jpg'),
(1437, 285, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_22-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_22-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_22-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_22-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_22-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271855044";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1438, 284, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1948697728417779;s:5:"bytes";i:3830;s:11:"size_before";i:91302;s:10:"size_after";i:87472;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1699999999999999;s:5:"bytes";i:133;s:11:"size_before";i:4195;s:10:"size_after";i:4062;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.25;s:5:"bytes";i:175;s:11:"size_before";i:7788;s:10:"size_after";i:7613;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9500000000000002;s:5:"bytes";i:1194;s:11:"size_before";i:30246;s:10:"size_after";i:29052;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:2328;s:11:"size_before";i:49073;s:10:"size_after";i:46745;s:4:"time";d:0.029999999999999999;}}}'),
(1439, 286, '_wp_attached_file', '2019/07/aaa_23-1.jpg'),
(1440, 286, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_23-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_23-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_23-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_23-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_23-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271855195";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1441, 287, '_wp_attached_file', '2019/07/aaa_24-1.jpg'),
(1442, 287, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_24-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_24-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_24-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_24-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_24-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271927607";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1443, 285, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4221892864704637;s:5:"bytes";i:2860;s:11:"size_before";i:118075;s:10:"size_after";i:115215;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:198;s:11:"size_before";i:5050;s:10:"size_after";i:4852;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:312;s:11:"size_before";i:10365;s:10:"size_after";i:10053;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.25;s:5:"bytes";i:901;s:11:"size_before";i:39995;s:10:"size_after";i:39094;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:1449;s:11:"size_before";i:62665;s:10:"size_after";i:61216;s:4:"time";d:0.050000000000000003;}}}'),
(1444, 288, '_wp_attached_file', '2019/07/aaa_25-1.jpg'),
(1445, 286, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.9259683995922527;s:5:"bytes";i:3023;s:11:"size_before";i:156960;s:10:"size_after";i:153937;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3200000000000003;s:5:"bytes";i:257;s:11:"size_before";i:5945;s:10:"size_after";i:5688;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:4;s:5:"bytes";i:534;s:11:"size_before";i:13340;s:10:"size_after";i:12806;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.72;s:5:"bytes";i:911;s:11:"size_before";i:53055;s:10:"size_after";i:52144;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.5600000000000001;s:5:"bytes";i:1321;s:11:"size_before";i:84620;s:10:"size_after";i:83299;s:4:"time";d:0.040000000000000001;}}}'),
(1446, 288, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:20:"2019/07/aaa_25-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"aaa_25-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"aaa_25-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"aaa_25-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"aaa_25-1-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271927720";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1447, 289, '_wp_attached_file', '2019/07/aaa_26.jpg'),
(1448, 289, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_26.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_26-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_26-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_26-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_26-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271928936";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1449, 287, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0302962437634529;s:5:"bytes";i:4043;s:11:"size_before";i:80373;s:10:"size_after";i:76330;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:108;s:11:"size_before";i:3593;s:10:"size_after";i:3485;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.3500000000000001;s:5:"bytes";i:93;s:11:"size_before";i:6890;s:10:"size_after";i:6797;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8300000000000001;s:5:"bytes";i:1266;s:11:"size_before";i:26195;s:10:"size_after";i:24929;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9000000000000004;s:5:"bytes";i:2576;s:11:"size_before";i:43695;s:10:"size_after";i:41119;s:4:"time";d:0.029999999999999999;}}}'),
(1450, 288, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.383078610102118;s:5:"bytes";i:3949;s:11:"size_before";i:116728;s:10:"size_after";i:112779;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4100000000000001;s:5:"bytes";i:228;s:11:"size_before";i:5168;s:10:"size_after";i:4940;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:347;s:11:"size_before";i:10589;s:10:"size_after";i:10242;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1400000000000001;s:5:"bytes";i:1231;s:11:"size_before";i:39232;s:10:"size_after";i:38001;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4700000000000002;s:5:"bytes";i:2143;s:11:"size_before";i:61739;s:10:"size_after";i:59596;s:4:"time";d:0.040000000000000001;}}}'),
(1451, 290, '_wp_attached_file', '2019/07/aaa_27.jpg'),
(1452, 290, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_27.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_27-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_27-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_27-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_27-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271928987";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1453, 289, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2939305010833495;s:5:"bytes";i:3603;s:11:"size_before";i:109383;s:10:"size_after";i:105780;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:187;s:11:"size_before";i:4425;s:10:"size_after";i:4238;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5899999999999999;s:5:"bytes";i:245;s:11:"size_before";i:9472;s:10:"size_after";i:9227;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:1145;s:11:"size_before";i:36597;s:10:"size_after";i:35452;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:2026;s:11:"size_before";i:58889;s:10:"size_after";i:56863;s:4:"time";d:0.029999999999999999;}}}'),
(1454, 291, '_wp_attached_file', '2019/07/aaa_28.jpg'),
(1455, 291, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_28.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_28-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_28-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_28-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_28-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271929330";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1456, 290, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.5590897257232115;s:5:"bytes";i:5589;s:11:"size_before";i:65299;s:10:"size_after";i:59710;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1200000000000001;s:5:"bytes";i:179;s:11:"size_before";i:3495;s:10:"size_after";i:3316;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1600000000000001;s:5:"bytes";i:297;s:11:"size_before";i:5758;s:10:"size_after";i:5461;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.7100000000000009;s:5:"bytes";i:1842;s:11:"size_before";i:21149;s:10:"size_after";i:19307;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:9.3699999999999992;s:5:"bytes";i:3271;s:11:"size_before";i:34897;s:10:"size_after";i:31626;s:4:"time";d:0.029999999999999999;}}}'),
(1457, 292, '_wp_attached_file', '2019/07/aaa_29.jpg'),
(1458, 292, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_29.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_29-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_29-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_29-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_29-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271929781";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1459, 291, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.642496377270362;s:5:"bytes";i:6143;s:11:"size_before";i:71079;s:10:"size_after";i:64936;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:201;s:11:"size_before";i:3569;s:10:"size_after";i:3368;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4400000000000004;s:5:"bytes";i:348;s:11:"size_before";i:6402;s:10:"size_after";i:6054;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.8800000000000008;s:5:"bytes";i:2058;s:11:"size_before";i:23182;s:10:"size_after";i:21124;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:9.3200000000000003;s:5:"bytes";i:3536;s:11:"size_before";i:37926;s:10:"size_after";i:34390;s:4:"time";d:0.050000000000000003;}}}'),
(1460, 293, '_wp_attached_file', '2019/07/aaa_30.jpg'),
(1461, 293, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_30.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_30-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_30-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_30-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_30-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271929787";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1462, 292, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5073900755224021;s:5:"bytes";i:4542;s:11:"size_before";i:129498;s:10:"size_after";i:124956;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:284;s:11:"size_before";i:5475;s:10:"size_after";i:5191;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:508;s:11:"size_before";i:11331;s:10:"size_after";i:10823;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:1478;s:11:"size_before";i:43041;s:10:"size_after";i:41563;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2599999999999998;s:5:"bytes";i:2272;s:11:"size_before";i:69651;s:10:"size_after";i:67379;s:4:"time";d:0.029999999999999999;}}}'),
(1463, 294, '_wp_attached_file', '2019/07/aaa_31.jpg'),
(1464, 294, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_31.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_31-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_31-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_31-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_31-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271930997";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1465, 295, '_wp_attached_file', '2019/07/aaa_32.jpg'),
(1466, 295, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_32.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_32-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_32-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_32-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_32-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271933138";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1467, 293, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4251348427038506;s:5:"bytes";i:2981;s:11:"size_before";i:122921;s:10:"size_after";i:119940;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1200000000000001;s:5:"bytes";i:230;s:11:"size_before";i:5582;s:10:"size_after";i:5352;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:358;s:11:"size_before";i:11251;s:10:"size_after";i:10893;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1800000000000002;s:5:"bytes";i:902;s:11:"size_before";i:41441;s:10:"size_after";i:40539;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:1491;s:11:"size_before";i:64647;s:10:"size_after";i:63156;s:4:"time";d:0.040000000000000001;}}}'),
(1468, 294, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2040356834252188;s:5:"bytes";i:4276;s:11:"size_before";i:82167;s:10:"size_after";i:77891;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.04;s:5:"bytes";i:194;s:11:"size_before";i:3846;s:10:"size_after";i:3652;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:242;s:11:"size_before";i:7297;s:10:"size_after";i:7055;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.0999999999999996;s:5:"bytes";i:1397;s:11:"size_before";i:27376;s:10:"size_after";i:25979;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5999999999999996;s:5:"bytes";i:2443;s:11:"size_before";i:43648;s:10:"size_after";i:41205;s:4:"time";d:0.070000000000000007;}}}'),
(1469, 296, '_wp_attached_file', '2019/07/aaa_33.jpg'),
(1470, 296, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_33.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_33-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_33-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_33-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_33-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271934900";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1471, 295, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.9378982016471946;s:5:"bytes";i:5619;s:11:"size_before";i:70787;s:10:"size_after";i:65168;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:143;s:11:"size_before";i:3226;s:10:"size_after";i:3083;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:232;s:11:"size_before";i:6634;s:10:"size_after";i:6402;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.9299999999999997;s:5:"bytes";i:1870;s:11:"size_before";i:23593;s:10:"size_after";i:21723;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:9.0399999999999991;s:5:"bytes";i:3374;s:11:"size_before";i:37334;s:10:"size_after";i:33960;s:4:"time";d:0.02;}}}'),
(1472, 297, '_wp_attached_file', '2019/07/aaa_34.jpg'),
(1473, 297, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_34.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_34-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_34-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_34-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_34-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935246";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1474, 296, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4137976555074454;s:5:"bytes";i:3657;s:11:"size_before";i:151504;s:10:"size_after";i:147847;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1299999999999999;s:5:"bytes";i:342;s:11:"size_before";i:6664;s:10:"size_after";i:6322;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5499999999999998;s:5:"bytes";i:622;s:11:"size_before";i:13669;s:10:"size_after";i:13047;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.46;s:5:"bytes";i:1273;s:11:"size_before";i:51778;s:10:"size_after";i:50505;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.79;s:5:"bytes";i:1420;s:11:"size_before";i:79393;s:10:"size_after";i:77973;s:4:"time";d:0.029999999999999999;}}}'),
(1475, 298, '_wp_attached_file', '2019/07/aaa_35.jpg'),
(1476, 298, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_35.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_35-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_35-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_35-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_35-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935260";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1477, 297, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1722488588412494;s:5:"bytes";i:2759;s:11:"size_before";i:86973;s:10:"size_after";i:84214;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:130;s:11:"size_before";i:3732;s:10:"size_after";i:3602;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.2200000000000002;s:5:"bytes";i:167;s:11:"size_before";i:7509;s:10:"size_after";i:7342;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9500000000000002;s:5:"bytes";i:850;s:11:"size_before";i:28856;s:10:"size_after";i:28006;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:1612;s:11:"size_before";i:46876;s:10:"size_after";i:45264;s:4:"time";d:0.02;}}}'),
(1478, 299, '_wp_attached_file', '2019/07/aaa_36.jpg'),
(1479, 299, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_36.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_36-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_36-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_36-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_36-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935275";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1480, 298, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5203584084040589;s:5:"bytes";i:3646;s:11:"size_before";i:103569;s:10:"size_after";i:99923;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4699999999999998;s:5:"bytes";i:204;s:11:"size_before";i:4567;s:10:"size_after";i:4363;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:321;s:11:"size_before";i:9144;s:10:"size_after";i:8823;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:1156;s:11:"size_before";i:34326;s:10:"size_after";i:33170;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:1965;s:11:"size_before";i:55532;s:10:"size_after";i:53567;s:4:"time";d:0.029999999999999999;}}}'),
(1481, 300, '_wp_attached_file', '2019/07/aaa_37.jpg'),
(1482, 300, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_37.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_37-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_37-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_37-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_37-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935284";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1483, 299, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8246462475371668;s:5:"bytes";i:3154;s:11:"size_before";i:111660;s:10:"size_after";i:108506;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:216;s:11:"size_before";i:4953;s:10:"size_after";i:4737;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:338;s:11:"size_before";i:9608;s:10:"size_after";i:9270;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5499999999999998;s:5:"bytes";i:945;s:11:"size_before";i:37014;s:10:"size_after";i:36069;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.75;s:5:"bytes";i:1655;s:11:"size_before";i:60085;s:10:"size_after";i:58430;s:4:"time";d:0.040000000000000001;}}}'),
(1484, 301, '_wp_attached_file', '2019/07/aaa_38.jpg'),
(1485, 301, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_38.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_38-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_38-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_38-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_38-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935298";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1486, 300, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3293894936109796;s:5:"bytes";i:2461;s:11:"size_before";i:105650;s:10:"size_after";i:103189;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:174;s:11:"size_before";i:4438;s:10:"size_after";i:4264;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:251;s:11:"size_before";i:8562;s:10:"size_after";i:8311;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.0499999999999998;s:5:"bytes";i:716;s:11:"size_before";i:34944;s:10:"size_after";i:34228;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.29;s:5:"bytes";i:1320;s:11:"size_before";i:57706;s:10:"size_after";i:56386;s:4:"time";d:0.040000000000000001;}}}'),
(1487, 302, '_wp_attached_file', '2019/07/aaa_39.jpg'),
(1488, 302, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_39.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_39-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_39-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_39-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_39-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935307";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1489, 301, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2352796739183813;s:5:"bytes";i:3294;s:11:"size_before";i:101815;s:10:"size_after";i:98521;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6699999999999999;s:5:"bytes";i:224;s:11:"size_before";i:4798;s:10:"size_after";i:4574;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:274;s:11:"size_before";i:8778;s:10:"size_after";i:8504;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9500000000000002;s:5:"bytes";i:991;s:11:"size_before";i:33593;s:10:"size_after";i:32602;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2999999999999998;s:5:"bytes";i:1805;s:11:"size_before";i:54646;s:10:"size_after";i:52841;s:4:"time";d:0.029999999999999999;}}}'),
(1490, 303, '_wp_attached_file', '2019/07/aaa_40.jpg'),
(1491, 303, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_40.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_40-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_40-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_40-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_40-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935317";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1492, 302, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7302206689061563;s:5:"bytes";i:3298;s:11:"size_before";i:88413;s:10:"size_after";i:85115;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:191;s:11:"size_before";i:4361;s:10:"size_after";i:4170;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6400000000000001;s:5:"bytes";i:290;s:11:"size_before";i:7976;s:10:"size_after";i:7686;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6200000000000001;s:5:"bytes";i:1060;s:11:"size_before";i:29270;s:10:"size_after";i:28210;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.75;s:5:"bytes";i:1757;s:11:"size_before";i:46806;s:10:"size_after";i:45049;s:4:"time";d:0.02;}}}'),
(1493, 304, '_wp_attached_file', '2019/07/aaa_41.jpg'),
(1494, 304, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_41.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_41-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_41-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_41-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_41-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935325";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1495, 305, '_wp_attached_file', '2019/07/aaa_42.jpg'),
(1496, 305, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_42.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_42-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_42-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_42-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_42-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935338";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1497, 303, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.157300359849935;s:5:"bytes";i:3299;s:11:"size_before";i:104488;s:10:"size_after";i:101189;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5999999999999996;s:5:"bytes";i:209;s:11:"size_before";i:4541;s:10:"size_after";i:4332;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5499999999999998;s:5:"bytes";i:299;s:11:"size_before";i:8428;s:10:"size_after";i:8129;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:1065;s:11:"size_before";i:34567;s:10:"size_after";i:33502;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0299999999999998;s:5:"bytes";i:1726;s:11:"size_before";i:56952;s:10:"size_after";i:55226;s:4:"time";d:0.029999999999999999;}}}'),
(1498, 304, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.2234203702277338;s:5:"bytes";i:2598;s:11:"size_before";i:116847;s:10:"size_after";i:114249;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:257;s:11:"size_before";i:5197;s:10:"size_after";i:4940;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:358;s:11:"size_before";i:9955;s:10:"size_after";i:9597;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1200000000000001;s:5:"bytes";i:832;s:11:"size_before";i:39244;s:10:"size_after";i:38412;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.8400000000000001;s:5:"bytes";i:1151;s:11:"size_before";i:62451;s:10:"size_after";i:61300;s:4:"time";d:0.059999999999999998;}}}'),
(1499, 306, '_wp_attached_file', '2019/07/aaa_43.jpg'),
(1500, 306, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_43.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_43-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_43-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_43-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_43-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935348";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1501, 307, '_wp_attached_file', '2019/07/aaa_44.jpg'),
(1502, 305, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.1577920267633122;s:5:"bytes";i:2322;s:11:"size_before";i:107610;s:10:"size_after";i:105288;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.71;s:5:"bytes";i:238;s:11:"size_before";i:5057;s:10:"size_after";i:4819;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:309;s:11:"size_before";i:9594;s:10:"size_after";i:9285;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.8100000000000001;s:5:"bytes";i:652;s:11:"size_before";i:36056;s:10:"size_after";i:35404;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.97;s:5:"bytes";i:1123;s:11:"size_before";i:56903;s:10:"size_after";i:55780;s:4:"time";d:0.050000000000000003;}}}'),
(1503, 307, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_44.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_44-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_44-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_44-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_44-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935359";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1504, 306, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.218703410469391;s:5:"bytes";i:2396;s:11:"size_before";i:107991;s:10:"size_after";i:105595;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0700000000000003;s:5:"bytes";i:255;s:11:"size_before";i:5029;s:10:"size_after";i:4774;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.21;s:5:"bytes";i:304;s:11:"size_before";i:9473;s:10:"size_after";i:9169;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.78;s:5:"bytes";i:644;s:11:"size_before";i:36163;s:10:"size_after";i:35519;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0800000000000001;s:5:"bytes";i:1193;s:11:"size_before";i:57326;s:10:"size_after";i:56133;s:4:"time";d:0.029999999999999999;}}}'),
(1505, 308, '_wp_attached_file', '2019/07/aaa_45.jpg'),
(1506, 308, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_45.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_45-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_45-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_45-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_45-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935374";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1507, 307, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5113317397815975;s:5:"bytes";i:2532;s:11:"size_before";i:100823;s:10:"size_after";i:98291;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.29;s:5:"bytes";i:252;s:11:"size_before";i:4768;s:10:"size_after";i:4516;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3300000000000001;s:5:"bytes";i:294;s:11:"size_before";i:8827;s:10:"size_after";i:8533;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.25;s:5:"bytes";i:757;s:11:"size_before";i:33669;s:10:"size_after";i:32912;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.29;s:5:"bytes";i:1229;s:11:"size_before";i:53559;s:10:"size_after";i:52330;s:4:"time";d:0.029999999999999999;}}}'),
(1508, 309, '_wp_attached_file', '2019/07/aaa_46.jpg'),
(1509, 309, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_46.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_46-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_46-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_46-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_46-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935399";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1510, 308, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3837040043051356;s:5:"bytes";i:2702;s:11:"size_before";i:113353;s:10:"size_after";i:110651;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4400000000000004;s:5:"bytes";i:281;s:11:"size_before";i:5166;s:10:"size_after";i:4885;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:297;s:11:"size_before";i:9637;s:10:"size_after";i:9340;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.0699999999999998;s:5:"bytes";i:780;s:11:"size_before";i:37715;s:10:"size_after";i:36935;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.21;s:5:"bytes";i:1344;s:11:"size_before";i:60835;s:10:"size_after";i:59491;s:4:"time";d:0.029999999999999999;}}}'),
(1511, 310, '_wp_attached_file', '2019/07/aaa_47.jpg'),
(1512, 310, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_47.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_47-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_47-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_47-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_47-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935435";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1513, 309, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2967232458927112;s:5:"bytes";i:3632;s:11:"size_before";i:110170;s:10:"size_after";i:106538;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5700000000000003;s:5:"bytes";i:274;s:11:"size_before";i:4915;s:10:"size_after";i:4641;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:344;s:11:"size_before";i:9285;s:10:"size_after";i:8941;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1000000000000001;s:5:"bytes";i:1138;s:11:"size_before";i:36665;s:10:"size_after";i:35527;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1600000000000001;s:5:"bytes";i:1876;s:11:"size_before";i:59305;s:10:"size_after";i:57429;s:4:"time";d:0.029999999999999999;}}}'),
(1514, 311, '_wp_attached_file', '2019/07/aaa_48.jpg'),
(1515, 311, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_48.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_48-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_48-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_48-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_48-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935445";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1516, 312, '_wp_attached_file', '2019/07/aaa_49.jpg'),
(1517, 312, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_49.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_49-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_49-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_49-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_49-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935457";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1518, 310, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.500810372771475;s:5:"bytes";i:3348;s:11:"size_before";i:95635;s:10:"size_after";i:92287;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5599999999999996;s:5:"bytes";i:213;s:11:"size_before";i:4668;s:10:"size_after";i:4455;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.96;s:5:"bytes";i:324;s:11:"size_before";i:8174;s:10:"size_after";i:7850;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0600000000000001;s:5:"bytes";i:969;s:11:"size_before";i:31618;s:10:"size_after";i:30649;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:1842;s:11:"size_before";i:51175;s:10:"size_after";i:49333;s:4:"time";d:0.029999999999999999;}}}'),
(1519, 311, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1140449783718402;s:5:"bytes";i:3038;s:11:"size_before";i:97558;s:10:"size_after";i:94520;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6699999999999999;s:5:"bytes";i:214;s:11:"size_before";i:4578;s:10:"size_after";i:4364;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:274;s:11:"size_before";i:8361;s:10:"size_after";i:8087;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9500000000000002;s:5:"bytes";i:955;s:11:"size_before";i:32335;s:10:"size_after";i:31380;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0499999999999998;s:5:"bytes";i:1595;s:11:"size_before";i:52284;s:10:"size_after";i:50689;s:4:"time";d:0.029999999999999999;}}}'),
(1520, 313, '_wp_attached_file', '2019/07/aaa_50.jpg'),
(1521, 313, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_50.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_50-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_50-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_50-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_50-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935467";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1522, 312, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7011030400860907;s:5:"bytes";i:3012;s:11:"size_before";i:111510;s:10:"size_after";i:108498;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3399999999999999;s:5:"bytes";i:296;s:11:"size_before";i:5547;s:10:"size_after";i:5251;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1200000000000001;s:5:"bytes";i:393;s:11:"size_before";i:9542;s:10:"size_after";i:9149;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.52;s:5:"bytes";i:935;s:11:"size_before";i:37085;s:10:"size_after";i:36150;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3399999999999999;s:5:"bytes";i:1388;s:11:"size_before";i:59336;s:10:"size_after";i:57948;s:4:"time";d:0.029999999999999999;}}}'),
(1523, 313, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0661662328228099;s:5:"bytes";i:3039;s:11:"size_before";i:99114;s:10:"size_after";i:96075;s:4:"time";d:0.20000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6399999999999997;s:5:"bytes";i:224;s:11:"size_before";i:4826;s:10:"size_after";i:4602;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.75;s:5:"bytes";i:320;s:11:"size_before";i:8538;s:10:"size_after";i:8218;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.02;s:5:"bytes";i:991;s:11:"size_before";i:32861;s:10:"size_after";i:31870;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8399999999999999;s:5:"bytes";i:1504;s:11:"size_before";i:52889;s:10:"size_after";i:51385;s:4:"time";d:0.14999999999999999;}}}'),
(1524, 314, '_wp_attached_file', '2019/07/aaa_51.jpg'),
(1525, 314, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_51.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_51-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_51-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_51-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_51-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935488";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1526, 314, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7186212212548546;s:5:"bytes";i:2751;s:11:"size_before";i:101191;s:10:"size_after";i:98440;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:242;s:11:"size_before";i:4838;s:10:"size_after";i:4596;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:287;s:11:"size_before";i:8637;s:10:"size_after";i:8350;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.48;s:5:"bytes";i:833;s:11:"size_before";i:33546;s:10:"size_after";i:32713;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5600000000000001;s:5:"bytes";i:1389;s:11:"size_before";i:54170;s:10:"size_after";i:52781;s:4:"time";d:0.029999999999999999;}}}'),
(1527, 315, '_wp_attached_file', '2019/07/aaa_52.jpg'),
(1528, 315, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_52.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_52-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_52-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_52-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_52-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935514";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1529, 316, '_wp_attached_file', '2019/07/aaa_53.jpg'),
(1530, 316, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_53.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_53-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_53-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_53-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_53-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935529";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1531, 317, '_wp_attached_file', '2019/07/aaa_54.jpg'),
(1532, 317, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_54.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_54-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_54-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_54-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_54-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935550";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1533, 315, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3624338038155592;s:5:"bytes";i:3035;s:11:"size_before";i:90262;s:10:"size_after";i:87227;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:192;s:11:"size_before";i:4257;s:10:"size_after";i:4065;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:227;s:11:"size_before";i:7538;s:10:"size_after";i:7311;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0600000000000001;s:5:"bytes";i:909;s:11:"size_before";i:29732;s:10:"size_after";i:28823;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:1707;s:11:"size_before";i:48735;s:10:"size_after";i:47028;s:4:"time";d:0.029999999999999999;}}}'),
(1534, 316, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8757607770911435;s:5:"bytes";i:3076;s:11:"size_before";i:106963;s:10:"size_after";i:103887;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:264;s:11:"size_before";i:5012;s:10:"size_after";i:4748;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.98;s:5:"bytes";i:366;s:11:"size_before";i:9188;s:10:"size_after";i:8822;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5299999999999998;s:5:"bytes";i:904;s:11:"size_before";i:35770;s:10:"size_after";i:34866;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.71;s:5:"bytes";i:1542;s:11:"size_before";i:56993;s:10:"size_after";i:55451;s:4:"time";d:0.029999999999999999;}}}'),
(1535, 317, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9362768882419537;s:5:"bytes";i:3631;s:11:"size_before";i:123660;s:10:"size_after";i:120029;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.21;s:5:"bytes";i:378;s:11:"size_before";i:6091;s:10:"size_after";i:5713;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9900000000000002;s:5:"bytes";i:427;s:11:"size_before";i:10708;s:10:"size_after";i:10281;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8100000000000001;s:5:"bytes";i:1155;s:11:"size_before";i:41164;s:10:"size_after";i:40009;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.54;s:5:"bytes";i:1671;s:11:"size_before";i:65697;s:10:"size_after";i:64026;s:4:"time";d:0.040000000000000001;}}}'),
(1536, 318, '_wp_attached_file', '2019/07/aaa_55.jpg'),
(1537, 318, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_55.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_55-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_55-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_55-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_55-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935559";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1538, 318, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7530956883689548;s:5:"bytes";i:2897;s:11:"size_before";i:105227;s:10:"size_after";i:102330;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:248;s:11:"size_before";i:5044;s:10:"size_after";i:4796;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:336;s:11:"size_before";i:9117;s:10:"size_after";i:8781;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.52;s:5:"bytes";i:877;s:11:"size_before";i:34841;s:10:"size_after";i:33964;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5499999999999998;s:5:"bytes";i:1436;s:11:"size_before";i:56225;s:10:"size_after";i:54789;s:4:"time";d:0.029999999999999999;}}}'),
(1539, 319, '_wp_attached_file', '2019/07/aaa_56.jpg'),
(1540, 319, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_56.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_56-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_56-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_56-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_56-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935572";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1541, 319, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.856602020271549;s:5:"bytes";i:3320;s:11:"size_before";i:116222;s:10:"size_after";i:112902;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5599999999999996;s:5:"bytes";i:306;s:11:"size_before";i:5507;s:10:"size_after";i:5201;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:392;s:11:"size_before";i:10078;s:10:"size_after";i:9686;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:1009;s:11:"size_before";i:38648;s:10:"size_after";i:37639;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6000000000000001;s:5:"bytes";i:1613;s:11:"size_before";i:61989;s:10:"size_after";i:60376;s:4:"time";d:0.050000000000000003;}}}'),
(1542, 320, '_wp_attached_file', '2019/07/aaa_57.jpg'),
(1543, 320, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_57.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_57-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_57-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_57-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_57-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935644";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1544, 320, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9658778983701435;s:5:"bytes";i:3987;s:11:"size_before";i:134429;s:10:"size_after";i:130442;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1100000000000003;s:5:"bytes";i:335;s:11:"size_before";i:6550;s:10:"size_after";i:6215;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:499;s:11:"size_before";i:12376;s:10:"size_after";i:11877;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7200000000000002;s:5:"bytes";i:1222;s:11:"size_before";i:44936;s:10:"size_after";i:43714;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7400000000000002;s:5:"bytes";i:1931;s:11:"size_before";i:70567;s:10:"size_after";i:68636;s:4:"time";d:0.040000000000000001;}}}'),
(1545, 321, '_wp_attached_file', '2019/07/aaa_58.jpg'),
(1546, 321, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_58.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_58-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_58-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_58-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_58-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271936023";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1547, 321, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.9575764014306454;s:5:"bytes";i:2764;s:11:"size_before";i:141195;s:10:"size_after";i:138431;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3300000000000001;s:5:"bytes";i:321;s:11:"size_before";i:6021;s:10:"size_after";i:5700;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:546;s:11:"size_before";i:12453;s:10:"size_after";i:11907;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.8500000000000001;s:5:"bytes";i:880;s:11:"size_before";i:47692;s:10:"size_after";i:46812;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.3600000000000001;s:5:"bytes";i:1017;s:11:"size_before";i:75029;s:10:"size_after";i:74012;s:4:"time";d:0.050000000000000003;}}}'),
(1548, 322, '_wp_attached_file', '2019/07/aaa_59.jpg'),
(1549, 322, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_59.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_59-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_59-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_59-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_59-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271936051";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1550, 322, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4713693427270882;s:5:"bytes";i:4262;s:11:"size_before";i:172455;s:10:"size_after";i:168193;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.71;s:5:"bytes";i:368;s:11:"size_before";i:6445;s:10:"size_after";i:6077;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4400000000000004;s:5:"bytes";i:624;s:11:"size_before";i:14058;s:10:"size_after";i:13434;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4300000000000002;s:5:"bytes";i:1414;s:11:"size_before";i:58194;s:10:"size_after";i:56780;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.98;s:5:"bytes";i:1856;s:11:"size_before";i:93758;s:10:"size_after";i:91902;s:4:"time";d:0.059999999999999998;}}}'),
(1551, 323, '_wp_attached_file', '2019/07/aaa_60.jpg'),
(1552, 323, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_60.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_60-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_60-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_60-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_60-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271936213";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1553, 323, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7186604394437959;s:5:"bytes";i:4098;s:11:"size_before";i:150736;s:10:"size_after";i:146638;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5700000000000003;s:5:"bytes";i:378;s:11:"size_before";i:6782;s:10:"size_after";i:6404;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7300000000000004;s:5:"bytes";i:636;s:11:"size_before";i:13456;s:10:"size_after";i:12820;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6600000000000001;s:5:"bytes";i:1356;s:11:"size_before";i:51062;s:10:"size_after";i:49706;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1800000000000002;s:5:"bytes";i:1728;s:11:"size_before";i:79436;s:10:"size_after";i:77708;s:4:"time";d:0.029999999999999999;}}}'),
(1554, 324, '_wp_attached_file', '2019/07/aaa_61.jpg'),
(1555, 324, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_61.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_61-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_61-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_61-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_61-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271936245";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1556, 325, '_wp_attached_file', '2019/07/aaa_62.jpg'),
(1557, 325, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:18:"2019/07/aaa_62.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_62-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_62-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_62-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_62-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271936272";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1558, 324, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3427253189265924;s:5:"bytes";i:4405;s:11:"size_before";i:101434;s:10:"size_after";i:97029;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6399999999999997;s:5:"bytes";i:205;s:11:"size_before";i:4421;s:10:"size_after";i:4216;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:271;s:11:"size_before";i:8049;s:10:"size_after";i:7778;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.04;s:5:"bytes";i:1661;s:11:"size_before";i:32947;s:10:"size_after";i:31286;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:2268;s:11:"size_before";i:56017;s:10:"size_after";i:53749;s:4:"time";d:0.029999999999999999;}}}'),
(1559, 325, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6888021382258458;s:5:"bytes";i:3189;s:11:"size_before";i:118603;s:10:"size_after";i:115414;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7699999999999996;s:5:"bytes";i:256;s:11:"size_before";i:5368;s:10:"size_after";i:5112;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:328;s:11:"size_before";i:10521;s:10:"size_after";i:10193;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.3900000000000001;s:5:"bytes";i:954;s:11:"size_before";i:39990;s:10:"size_after";i:39036;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6299999999999999;s:5:"bytes";i:1651;s:11:"size_before";i:62724;s:10:"size_after";i:61073;s:4:"time";d:0.050000000000000003;}}}'),
(1560, 326, '_wp_attached_file', '2019/07/aaa_63.jpg'),
(1561, 326, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_63.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_63-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_63-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_63-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_63-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271841468";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1562, 326, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.461554490518858;s:5:"bytes";i:5242;s:11:"size_before";i:95980;s:10:"size_after";i:90738;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:151;s:11:"size_before";i:4097;s:10:"size_after";i:3946;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:216;s:11:"size_before";i:7562;s:10:"size_after";i:7346;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4500000000000002;s:5:"bytes";i:1355;s:11:"size_before";i:30458;s:10:"size_after";i:29103;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.54;s:5:"bytes";i:3520;s:11:"size_before";i:53863;s:10:"size_after";i:50343;s:4:"time";d:0.050000000000000003;}}}'),
(1563, 327, '_wp_attached_file', '2019/07/aaa_64.jpg'),
(1564, 327, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_64.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_64-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_64-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_64-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_64-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271841853";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1565, 327, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.9424962669177583;s:5:"bytes";i:6248;s:11:"size_before";i:105141;s:10:"size_after";i:98893;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.4100000000000001;s:5:"bytes";i:130;s:11:"size_before";i:3814;s:10:"size_after";i:3684;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.96;s:5:"bytes";i:219;s:11:"size_before";i:7404;s:10:"size_after";i:7185;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:1799;s:11:"size_before";i:33268;s:10:"size_after";i:31469;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.7599999999999998;s:5:"bytes";i:4100;s:11:"size_before";i:60655;s:10:"size_after";i:56555;s:4:"time";d:0.029999999999999999;}}}'),
(1566, 328, '_wp_attached_file', '2019/07/aaa_65.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1567, 328, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_65.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_65-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_65-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_65-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_65-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842674";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1568, 329, '_wp_attached_file', '2019/07/aaa_66.jpg'),
(1569, 329, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_66.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_66-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_66-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_66-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_66-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842704";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1570, 330, '_wp_attached_file', '2019/07/aaa_67.jpg'),
(1571, 328, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5488455737324518;s:5:"bytes";i:4894;s:11:"size_before";i:137904;s:10:"size_after";i:133010;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7400000000000002;s:5:"bytes";i:335;s:11:"size_before";i:5838;s:10:"size_after";i:5503;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6499999999999999;s:5:"bytes";i:404;s:11:"size_before";i:11071;s:10:"size_after";i:10667;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:1434;s:11:"size_before";i:45096;s:10:"size_after";i:43662;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:2721;s:11:"size_before";i:75899;s:10:"size_after";i:73178;s:4:"time";d:0.040000000000000001;}}}'),
(1572, 330, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_67.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_67-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_67-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_67-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_67-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271842761";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1573, 329, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.019619088584605;s:5:"bytes";i:5875;s:11:"size_before";i:83694;s:10:"size_after";i:77819;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:119;s:11:"size_before";i:3539;s:10:"size_after";i:3420;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8700000000000001;s:5:"bytes";i:181;s:11:"size_before";i:6301;s:10:"size_after";i:6120;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.3499999999999996;s:5:"bytes";i:1662;s:11:"size_before";i:26172;s:10:"size_after";i:24510;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.2100000000000009;s:5:"bytes";i:3913;s:11:"size_before";i:47682;s:10:"size_after";i:43769;s:4:"time";d:0.029999999999999999;}}}'),
(1574, 331, '_wp_attached_file', '2019/07/aaa_68.jpg'),
(1575, 331, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_68.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_68-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_68-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_68-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_68-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271844642";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1576, 330, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.0869370729470704;s:5:"bytes";i:5443;s:11:"size_before";i:89421;s:10:"size_after";i:83978;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5599999999999996;s:5:"bytes";i:214;s:11:"size_before";i:3846;s:10:"size_after";i:3632;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:328;s:11:"size_before";i:7320;s:10:"size_after";i:6992;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.7199999999999998;s:5:"bytes";i:1655;s:11:"size_before";i:28922;s:10:"size_after";i:27267;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.5800000000000001;s:5:"bytes";i:3246;s:11:"size_before";i:49333;s:10:"size_after";i:46087;s:4:"time";d:0.029999999999999999;}}}'),
(1577, 332, '_wp_attached_file', '2019/07/aaa_69.jpg'),
(1578, 332, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_69.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_69-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_69-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_69-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_69-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271844685";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1579, 331, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3395965540468677;s:5:"bytes";i:4710;s:11:"size_before";i:141035;s:10:"size_after";i:136325;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9900000000000002;s:5:"bytes";i:364;s:11:"size_before";i:6072;s:10:"size_after";i:5708;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3399999999999999;s:5:"bytes";i:517;s:11:"size_before";i:11921;s:10:"size_after";i:11404;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1499999999999999;s:5:"bytes";i:1467;s:11:"size_before";i:46634;s:10:"size_after";i:45167;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0899999999999999;s:5:"bytes";i:2362;s:11:"size_before";i:76408;s:10:"size_after";i:74046;s:4:"time";d:0.050000000000000003;}}}'),
(1580, 332, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.903688297077045;s:5:"bytes";i:5274;s:11:"size_before";i:135103;s:10:"size_after";i:129829;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2199999999999998;s:5:"bytes";i:265;s:11:"size_before";i:5079;s:10:"size_after";i:4814;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9300000000000002;s:5:"bytes";i:416;s:11:"size_before";i:10593;s:10:"size_after";i:10177;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:1406;s:11:"size_before";i:43675;s:10:"size_after";i:42269;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.21;s:5:"bytes";i:3187;s:11:"size_before";i:75756;s:10:"size_after";i:72569;s:4:"time";d:0.029999999999999999;}}}'),
(1581, 333, '_wp_attached_file', '2019/07/aaa_70.jpg'),
(1582, 333, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_70.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_70-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_70-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_70-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_70-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271844930";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1583, 333, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4838933721391721;s:5:"bytes";i:5423;s:11:"size_before";i:120944;s:10:"size_after";i:115521;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2400000000000002;s:5:"bytes";i:294;s:11:"size_before";i:4709;s:10:"size_after";i:4415;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5199999999999996;s:5:"bytes";i:459;s:11:"size_before";i:10157;s:10:"size_after";i:9698;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1799999999999997;s:5:"bytes";i:1663;s:11:"size_before";i:39803;s:10:"size_after";i:38140;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.54;s:5:"bytes";i:3007;s:11:"size_before";i:66275;s:10:"size_after";i:63268;s:4:"time";d:0.050000000000000003;}}}'),
(1584, 334, '_wp_attached_file', '2019/07/aaa_71.jpg'),
(1585, 334, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_71.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_71-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_71-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_71-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_71-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271845372";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1586, 335, '_wp_attached_file', '2019/07/aaa_72.jpg'),
(1587, 335, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_72.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_72-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_72-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_72-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_72-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271846563";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1588, 334, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7977240947008051;s:5:"bytes";i:4975;s:11:"size_before";i:103695;s:10:"size_after";i:98720;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:151;s:11:"size_before";i:4284;s:10:"size_after";i:4133;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.29;s:5:"bytes";i:172;s:11:"size_before";i:7495;s:10:"size_after";i:7323;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:1350;s:11:"size_before";i:32808;s:10:"size_after";i:31458;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5899999999999999;s:5:"bytes";i:3302;s:11:"size_before";i:59108;s:10:"size_after";i:55806;s:4:"time";d:0.040000000000000001;}}}'),
(1589, 335, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.978610750965605;s:5:"bytes";i:4388;s:11:"size_before";i:147317;s:10:"size_after";i:142929;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1500000000000004;s:5:"bytes";i:299;s:11:"size_before";i:5805;s:10:"size_after";i:5506;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9100000000000001;s:5:"bytes";i:461;s:11:"size_before";i:11789;s:10:"size_after";i:11328;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:1267;s:11:"size_before";i:48612;s:10:"size_after";i:47345;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:2361;s:11:"size_before";i:81111;s:10:"size_after";i:78750;s:4:"time";d:0.080000000000000002;}}}'),
(1590, 336, '_wp_attached_file', '2019/07/aaa_73.jpg'),
(1591, 336, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_73.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_73-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_73-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_73-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_73-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271870898";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1592, 337, '_wp_attached_file', '2019/07/aaa_74.jpg'),
(1593, 336, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4673823385255402;s:5:"bytes";i:5801;s:11:"size_before";i:167302;s:10:"size_after";i:161501;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:250;s:11:"size_before";i:5462;s:10:"size_after";i:5212;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:420;s:11:"size_before";i:12086;s:10:"size_after";i:11666;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:1789;s:11:"size_before";i:55144;s:10:"size_after";i:53355;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:3342;s:11:"size_before";i:94610;s:10:"size_after";i:91268;s:4:"time";d:0.040000000000000001;}}}'),
(1594, 337, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_74.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_74-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_74-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_74-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_74-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271872018";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1595, 337, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0321857342370624;s:5:"bytes";i:6294;s:11:"size_before";i:156094;s:10:"size_after";i:149800;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:251;s:11:"size_before";i:5119;s:10:"size_after";i:4868;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:400;s:11:"size_before";i:11199;s:10:"size_after";i:10799;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8599999999999999;s:5:"bytes";i:1972;s:11:"size_before";i:51134;s:10:"size_after";i:49162;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:3671;s:11:"size_before";i:88642;s:10:"size_after";i:84971;s:4:"time";d:0.029999999999999999;}}}'),
(1596, 338, '_wp_attached_file', '2019/07/aaa_75.jpg'),
(1597, 338, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_75.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_75-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_75-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_75-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_75-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271872915";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1598, 338, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0437528507771656;s:5:"bytes";i:5205;s:11:"size_before";i:171006;s:10:"size_after";i:165801;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6500000000000004;s:5:"bytes";i:353;s:11:"size_before";i:6249;s:10:"size_after";i:5896;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2699999999999996;s:5:"bytes";i:587;s:11:"size_before";i:13741;s:10:"size_after";i:13154;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:1662;s:11:"size_before";i:57056;s:10:"size_after";i:55394;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.77;s:5:"bytes";i:2603;s:11:"size_before";i:93960;s:10:"size_after";i:91357;s:4:"time";d:0.040000000000000001;}}}'),
(1599, 339, '_wp_attached_file', '2019/07/aaa_76.jpg'),
(1600, 339, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_76.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_76-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_76-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_76-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_76-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271872919";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1601, 340, '_wp_attached_file', '2019/07/aaa_77.jpg'),
(1602, 340, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_77.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_77-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_77-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_77-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_77-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271876084";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1603, 339, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3371840090449911;s:5:"bytes";i:5431;s:11:"size_before";i:162742;s:10:"size_after";i:157311;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5300000000000002;s:5:"bytes";i:320;s:11:"size_before";i:5782;s:10:"size_after";i:5462;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6299999999999999;s:5:"bytes";i:580;s:11:"size_before";i:12525;s:10:"size_after";i:11945;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1499999999999999;s:5:"bytes";i:1700;s:11:"size_before";i:53944;s:10:"size_after";i:52244;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:2831;s:11:"size_before";i:90491;s:10:"size_after";i:87660;s:4:"time";d:0.040000000000000001;}}}'),
(1604, 341, '_wp_attached_file', '2019/07/aaa_78.jpg'),
(1605, 341, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_78.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_78-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_78-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_78-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_78-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271876100";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"44";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1606, 340, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7797193482267613;s:5:"bytes";i:6952;s:11:"size_before";i:183929;s:10:"size_after";i:176977;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9699999999999998;s:5:"bytes";i:369;s:11:"size_before";i:6184;s:10:"size_after";i:5815;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7800000000000002;s:5:"bytes";i:641;s:11:"size_before";i:13399;s:10:"size_after";i:12758;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:2253;s:11:"size_before";i:60894;s:10:"size_after";i:58641;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:3689;s:11:"size_before";i:103452;s:10:"size_after";i:99763;s:4:"time";d:0.040000000000000001;}}}'),
(1607, 342, '_wp_attached_file', '2019/07/aaa_79.jpg'),
(1608, 342, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_79.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_79-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_79-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_79-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_79-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271876134";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1609, 341, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3031233225105407;s:5:"bytes";i:6338;s:11:"size_before";i:191879;s:10:"size_after";i:185541;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3899999999999997;s:5:"bytes";i:491;s:11:"size_before";i:7682;s:10:"size_after";i:7191;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2599999999999998;s:5:"bytes";i:801;s:11:"size_before";i:15214;s:10:"size_after";i:14413;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1899999999999999;s:5:"bytes";i:2043;s:11:"size_before";i:64031;s:10:"size_after";i:61988;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:3003;s:11:"size_before";i:104952;s:10:"size_after";i:101949;s:4:"time";d:0.040000000000000001;}}}'),
(1610, 343, '_wp_attached_file', '2019/07/aaa_80.jpg'),
(1611, 343, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_80.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_80-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_80-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_80-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_80-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271876152";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"56";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1612, 344, '_wp_attached_file', '2019/07/aaa_81.jpg'),
(1613, 344, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_81.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_81-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_81-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_81-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_81-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271876627";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1614, 342, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7302770691867688;s:5:"bytes";i:7180;s:11:"size_before";i:192479;s:10:"size_after";i:185299;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2999999999999998;s:5:"bytes";i:405;s:11:"size_before";i:6433;s:10:"size_after";i:6028;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2599999999999998;s:5:"bytes";i:741;s:11:"size_before";i:14100;s:10:"size_after";i:13359;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6299999999999999;s:5:"bytes";i:2324;s:11:"size_before";i:64006;s:10:"size_after";i:61682;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:3710;s:11:"size_before";i:107940;s:10:"size_after";i:104230;s:4:"time";d:0.059999999999999998;}}}'),
(1615, 343, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6209507310009195;s:5:"bytes";i:5476;s:11:"size_before";i:151231;s:10:"size_after";i:145755;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9400000000000004;s:5:"bytes";i:341;s:11:"size_before";i:5741;s:10:"size_after";i:5400;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:481;s:11:"size_before";i:11709;s:10:"size_after";i:11228;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3900000000000001;s:5:"bytes";i:1703;s:11:"size_before";i:50182;s:10:"size_after";i:48479;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:2951;s:11:"size_before";i:83599;s:10:"size_after";i:80648;s:4:"time";d:0.029999999999999999;}}}'),
(1616, 344, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3953287197231834;s:5:"bytes";i:6123;s:11:"size_before";i:180336;s:10:"size_after";i:174213;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.54;s:5:"bytes";i:256;s:11:"size_before";i:5642;s:10:"size_after";i:5386;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3300000000000001;s:5:"bytes";i:580;s:11:"size_before";i:13391;s:10:"size_after";i:12811;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:2011;s:11:"size_before";i:59831;s:10:"size_after";i:57820;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:3276;s:11:"size_before";i:101472;s:10:"size_after";i:98196;s:4:"time";d:0.040000000000000001;}}}'),
(1617, 345, '_wp_attached_file', '2019/07/aaa_82.jpg'),
(1618, 345, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_82.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_82-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_82-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_82-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_82-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271876635";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1619, 346, '_wp_attached_file', '2019/07/aaa_83.jpg'),
(1620, 346, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_83.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_83-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_83-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_83-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_83-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271878667";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"52";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1621, 347, '_wp_attached_file', '2019/07/aaa_85.jpg'),
(1622, 345, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5192675276947609;s:5:"bytes";i:6665;s:11:"size_before";i:189386;s:10:"size_after";i:182721;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4299999999999997;s:5:"bytes";i:350;s:11:"size_before";i:6442;s:10:"size_after";i:6092;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1299999999999999;s:5:"bytes";i:736;s:11:"size_before";i:14354;s:10:"size_after";i:13618;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4199999999999999;s:5:"bytes";i:2162;s:11:"size_before";i:63145;s:10:"size_after";i:60983;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:3417;s:11:"size_before";i:105445;s:10:"size_after";i:102028;s:4:"time";d:0.040000000000000001;}}}'),
(1623, 347, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_85.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_85-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_85-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_85-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_85-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271929264";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"60";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1624, 348, '_wp_attached_file', '2019/07/aaa_86.jpg'),
(1625, 348, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_86.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_86-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_86-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_86-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_86-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271929533";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1626, 349, '_wp_attached_file', '2019/07/aaa_87.jpg'),
(1627, 349, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_87.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_87-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_87-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_87-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_87-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271929749";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"38";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1628, 346, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9692299292561364;s:5:"bytes";i:6371;s:11:"size_before";i:128209;s:10:"size_after";i:121838;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0800000000000001;s:5:"bytes";i:183;s:11:"size_before";i:4481;s:10:"size_after";i:4298;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5800000000000001;s:5:"bytes";i:312;s:11:"size_before";i:8716;s:10:"size_after";i:8404;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.7699999999999996;s:5:"bytes";i:1958;s:11:"size_before";i:41082;s:10:"size_after";i:39124;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:3918;s:11:"size_before";i:73930;s:10:"size_after";i:70012;s:4:"time";d:0.050000000000000003;}}}'),
(1629, 348, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5151151451504012;s:5:"bytes";i:4686;s:11:"size_before";i:133310;s:10:"size_after";i:128624;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4699999999999998;s:5:"bytes";i:238;s:11:"size_before";i:5326;s:10:"size_after";i:5088;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.25;s:5:"bytes";i:476;s:11:"size_before";i:11203;s:10:"size_after";i:10727;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.21;s:5:"bytes";i:1414;s:11:"size_before";i:44003;s:10:"size_after";i:42589;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:2558;s:11:"size_before";i:72778;s:10:"size_after";i:70220;s:4:"time";d:0.040000000000000001;}}}'),
(1630, 350, '_wp_attached_file', '2019/07/aaa_88.jpg'),
(1631, 350, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_88.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_88-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_88-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_88-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_88-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271929953";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1632, 347, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.369571827217384;s:5:"bytes";i:4987;s:11:"size_before";i:148001;s:10:"size_after";i:143014;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1600000000000001;s:5:"bytes";i:370;s:11:"size_before";i:6006;s:10:"size_after";i:5636;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:523;s:11:"size_before";i:11991;s:10:"size_after";i:11468;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:1529;s:11:"size_before";i:49197;s:10:"size_after";i:47668;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1699999999999999;s:5:"bytes";i:2565;s:11:"size_before";i:80807;s:10:"size_after";i:78242;s:4:"time";d:0.029999999999999999;}}}'),
(1633, 351, '_wp_attached_file', '2019/07/aaa_89.jpg'),
(1634, 351, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_89.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_89-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_89-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_89-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_89-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271931259";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1635, 349, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0819829238543299;s:5:"bytes";i:4245;s:11:"size_before";i:137736;s:10:"size_after";i:133491;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0300000000000002;s:5:"bytes";i:289;s:11:"size_before";i:5744;s:10:"size_after";i:5455;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.75;s:5:"bytes";i:431;s:11:"size_before";i:11488;s:10:"size_after";i:11057;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5600000000000001;s:5:"bytes";i:1161;s:11:"size_before";i:45416;s:10:"size_after";i:44255;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1499999999999999;s:5:"bytes";i:2364;s:11:"size_before";i:75088;s:10:"size_after";i:72724;s:4:"time";d:0.029999999999999999;}}}'),
(1636, 352, '_wp_attached_file', '2019/07/aaa_90.jpg'),
(1637, 350, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8446496165826267;s:5:"bytes";i:5505;s:11:"size_before";i:143186;s:10:"size_after";i:137681;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7000000000000002;s:5:"bytes";i:311;s:11:"size_before";i:5456;s:10:"size_after";i:5145;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4900000000000002;s:5:"bytes";i:516;s:11:"size_before";i:11502;s:10:"size_after";i:10986;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7599999999999998;s:5:"bytes";i:1796;s:11:"size_before";i:47785;s:10:"size_after";i:45989;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6699999999999999;s:5:"bytes";i:2882;s:11:"size_before";i:78443;s:10:"size_after";i:75561;s:4:"time";d:0.059999999999999998;}}}'),
(1638, 352, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_90.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_90-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_90-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_90-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_90-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271933231";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"31";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1639, 353, '_wp_attached_file', '2019/07/aaa_91.jpg'),
(1640, 351, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.122388847354765;s:5:"bytes";i:4970;s:11:"size_before";i:159173;s:10:"size_after";i:154203;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2599999999999998;s:5:"bytes";i:387;s:11:"size_before";i:6185;s:10:"size_after";i:5798;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0199999999999996;s:5:"bytes";i:499;s:11:"size_before";i:12411;s:10:"size_after";i:11912;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8399999999999999;s:5:"bytes";i:1493;s:11:"size_before";i:52591;s:10:"size_after";i:51098;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9399999999999999;s:5:"bytes";i:2591;s:11:"size_before";i:87986;s:10:"size_after";i:85395;s:4:"time";d:0.029999999999999999;}}}'),
(1641, 353, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_91.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_91-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_91-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_91-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_91-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935165";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"52";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1642, 352, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3446872743978471;s:5:"bytes";i:4634;s:11:"size_before";i:106659;s:10:"size_after";i:102025;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:188;s:11:"size_before";i:4531;s:10:"size_after";i:4343;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8199999999999998;s:5:"bytes";i:236;s:11:"size_before";i:8365;s:10:"size_after";i:8129;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:1277;s:11:"size_before";i:34261;s:10:"size_after";i:32984;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9299999999999997;s:5:"bytes";i:2933;s:11:"size_before";i:59502;s:10:"size_after";i:56569;s:4:"time";d:0.040000000000000001;}}}'),
(1643, 354, '_wp_attached_file', '2019/07/aaa_92.jpg'),
(1644, 354, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_92.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_92-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_92-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_92-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_92-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935424";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1645, 353, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.1025553325352613;s:5:"bytes";i:6780;s:11:"size_before";i:111101;s:10:"size_after";i:104321;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4100000000000001;s:5:"bytes";i:190;s:11:"size_before";i:4311;s:10:"size_after";i:4121;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2400000000000002;s:5:"bytes";i:340;s:11:"size_before";i:8021;s:10:"size_after";i:7681;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.4800000000000004;s:5:"bytes";i:1932;s:11:"size_before";i:35264;s:10:"size_after";i:33332;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.7999999999999998;s:5:"bytes";i:4318;s:11:"size_before";i:63505;s:10:"size_after";i:59187;s:4:"time";d:0.029999999999999999;}}}'),
(1646, 355, '_wp_attached_file', '2019/07/aaa_93.jpg'),
(1647, 355, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_93.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_93-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_93-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_93-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_93-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935478";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1648, 354, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8071177212668479;s:5:"bytes";i:7240;s:11:"size_before";i:150610;s:10:"size_after";i:143370;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6600000000000001;s:5:"bytes";i:207;s:11:"size_before";i:4445;s:10:"size_after";i:4238;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.04;s:5:"bytes";i:411;s:11:"size_before";i:10165;s:10:"size_after";i:9754;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4500000000000002;s:5:"bytes";i:2153;s:11:"size_before";i:48373;s:10:"size_after";i:46220;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.0999999999999996;s:5:"bytes";i:4469;s:11:"size_before";i:87627;s:10:"size_after";i:83158;s:4:"time";d:0.040000000000000001;}}}'),
(1649, 356, '_wp_attached_file', '2019/07/aaa_94.jpg'),
(1650, 356, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_94.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_94-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_94-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_94-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_94-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935489";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1651, 355, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.216445753936811;s:5:"bytes";i:5481;s:11:"size_before";i:129991;s:10:"size_after";i:124510;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:214;s:11:"size_before";i:4796;s:10:"size_after";i:4582;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:341;s:11:"size_before";i:9777;s:10:"size_after";i:9436;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.77;s:5:"bytes";i:1580;s:11:"size_before";i:41888;s:10:"size_after";i:40308;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5499999999999998;s:5:"bytes";i:3346;s:11:"size_before";i:73530;s:10:"size_after";i:70184;s:4:"time";d:0.050000000000000003;}}}'),
(1652, 357, '_wp_attached_file', '2019/07/aaa_95.jpg'),
(1653, 357, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_95.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_95-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_95-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_95-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_95-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935523";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1654, 356, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:9.010225222214796;s:5:"bytes";i:6741;s:11:"size_before";i:74815;s:10:"size_after";i:68074;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4900000000000002;s:5:"bytes";i:143;s:11:"size_before";i:3185;s:10:"size_after";i:3042;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7300000000000004;s:5:"bytes";i:269;s:11:"size_before";i:5689;s:10:"size_after";i:5420;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.5399999999999991;s:5:"bytes";i:1999;s:11:"size_before";i:23409;s:10:"size_after";i:21410;s:4:"time";d:0.01;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:10.18;s:5:"bytes";i:4330;s:11:"size_before";i:42532;s:10:"size_after";i:38202;s:4:"time";d:0.029999999999999999;}}}'),
(1655, 358, '_wp_attached_file', '2019/07/aaa_96.jpg'),
(1656, 357, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0504735306507733;s:5:"bytes";i:6474;s:11:"size_before";i:128186;s:10:"size_after";i:121712;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5599999999999996;s:5:"bytes";i:227;s:11:"size_before";i:4978;s:10:"size_after";i:4751;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6299999999999999;s:5:"bytes";i:331;s:11:"size_before";i:9109;s:10:"size_after";i:8778;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:1831;s:11:"size_before";i:40618;s:10:"size_after";i:38787;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5599999999999996;s:5:"bytes";i:4085;s:11:"size_before";i:73481;s:10:"size_after";i:69396;s:4:"time";d:0.029999999999999999;}}}'),
(1657, 358, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_96.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_96-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_96-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_96-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_96-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935749";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"62";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1658, 358, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3141676814699492;s:5:"bytes";i:4300;s:11:"size_before";i:129746;s:10:"size_after";i:125446;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6699999999999999;s:5:"bytes";i:281;s:11:"size_before";i:6021;s:10:"size_after";i:5740;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:328;s:11:"size_before";i:10660;s:10:"size_after";i:10332;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";i:3;s:5:"bytes";i:1276;s:11:"size_before";i:42592;s:10:"size_after";i:41316;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:2415;s:11:"size_before";i:70473;s:10:"size_after";i:68058;s:4:"time";d:0.029999999999999999;}}}'),
(1659, 359, '_wp_attached_file', '2019/07/aaa_97.jpg'),
(1660, 359, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:681;s:4:"file";s:18:"2019/07/aaa_97.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"aaa_97-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"aaa_97-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:18:"aaa_97-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:19:"aaa_97-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1271935933";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"52";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1661, 359, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1020262616940046;s:5:"bytes";i:4889;s:11:"size_before";i:119185;s:10:"size_after";i:114296;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:158;s:11:"size_before";i:4166;s:10:"size_after";i:4008;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:330;s:11:"size_before";i:9603;s:10:"size_after";i:9273;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.3099999999999996;s:5:"bytes";i:1691;s:11:"size_before";i:39208;s:10:"size_after";i:37517;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0899999999999999;s:5:"bytes";i:2710;s:11:"size_before";i:66208;s:10:"size_after";i:63498;s:4:"time";d:0.029999999999999999;}}}'),
(1662, 110, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1664, 110, '_elementor_data', '[{"id":"6dd34989","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"431739d6","elType":"column","settings":{"_column_size":100},"elements":[{"id":"521d9184","elType":"widget","settings":{"editor":"Conference\'10","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"74683b0","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"c6bea7d","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d33c5d","elType":"widget","settings":{"gallery_images":[{"id":239,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_1.jpg"},{"id":240,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_2.jpg"},{"id":241,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_3.jpg"},{"id":242,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_4.jpg"},{"id":243,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_5.jpg"},{"id":244,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_6.jpg"},{"id":245,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_7.jpg"},{"id":246,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_8.jpg"},{"id":247,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_9.jpg"},{"id":248,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_10.jpg"},{"id":249,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_11.jpg"},{"id":250,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_12.jpg"},{"id":251,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_13.jpg"},{"id":252,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_14.jpg"},{"id":253,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_15.jpg"},{"id":254,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_16.jpg"},{"id":255,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_17.jpg"},{"id":256,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_18.jpg"},{"id":257,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_19.jpg"},{"id":258,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_20.jpg"},{"id":259,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_21.jpg"},{"id":260,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_22.jpg"},{"id":261,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_23.jpg"},{"id":262,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_24.jpg"},{"id":263,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_25.jpg"},{"id":264,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_1-1.jpg"},{"id":265,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_2-1.jpg"},{"id":266,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_3-1.jpg"},{"id":267,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_4-1.jpg"},{"id":268,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_5-1.jpg"},{"id":269,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_6-1.jpg"},{"id":270,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_7-1.jpg"},{"id":271,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_8-1.jpg"},{"id":272,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_9-1.jpg"},{"id":273,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_10-1.jpg"},{"id":274,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_11-1.jpg"},{"id":275,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_12-1.jpg"},{"id":276,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_13-1.jpg"},{"id":277,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_14-1.jpg"},{"id":278,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_15-1.jpg"},{"id":279,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_16-1.jpg"},{"id":280,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_17-1.jpg"},{"id":281,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_18-1.jpg"},{"id":282,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_19-1.jpg"},{"id":283,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_20-1.jpg"},{"id":284,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_21-1.jpg"},{"id":285,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_22-1.jpg"},{"id":286,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_23-1.jpg"},{"id":287,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_24-1.jpg"},{"id":288,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_25-1.jpg"},{"id":289,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_26.jpg"},{"id":290,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_27.jpg"},{"id":291,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_28.jpg"},{"id":292,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_29.jpg"},{"id":293,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_30.jpg"},{"id":294,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_31.jpg"},{"id":295,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_32.jpg"},{"id":296,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_33.jpg"},{"id":297,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_34.jpg"},{"id":298,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_35.jpg"},{"id":299,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_36.jpg"},{"id":300,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_37.jpg"},{"id":301,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_38.jpg"},{"id":302,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_39.jpg"},{"id":303,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_40.jpg"},{"id":304,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_41.jpg"},{"id":305,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_42.jpg"},{"id":306,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_43.jpg"},{"id":307,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_44.jpg"},{"id":308,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_45.jpg"},{"id":309,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_46.jpg"},{"id":310,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_47.jpg"},{"id":311,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_48.jpg"},{"id":312,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_49.jpg"},{"id":313,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_50.jpg"},{"id":314,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_51.jpg"},{"id":315,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_52.jpg"},{"id":316,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_53.jpg"},{"id":317,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_54.jpg"},{"id":318,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_55.jpg"},{"id":319,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_56.jpg"},{"id":320,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_57.jpg"},{"id":321,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_58.jpg"},{"id":322,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_59.jpg"},{"id":323,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_60.jpg"},{"id":324,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_61.jpg"},{"id":325,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_62.jpg"},{"id":326,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_63.jpg"},{"id":327,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_64.jpg"},{"id":328,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_65.jpg"},{"id":329,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_66.jpg"},{"id":330,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_67.jpg"},{"id":331,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_68.jpg"},{"id":332,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_69.jpg"},{"id":333,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_70.jpg"},{"id":334,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_71.jpg"},{"id":335,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_72.jpg"},{"id":336,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_73.jpg"},{"id":337,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_74.jpg"},{"id":338,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_75.jpg"},{"id":339,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_76.jpg"},{"id":340,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_77.jpg"},{"id":341,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_78.jpg"},{"id":342,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_79.jpg"},{"id":343,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_80.jpg"},{"id":344,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_81.jpg"},{"id":345,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_82.jpg"},{"id":346,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_83.jpg"},{"id":347,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_85.jpg"},{"id":348,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_86.jpg"},{"id":349,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_87.jpg"},{"id":350,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_88.jpg"},{"id":351,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_89.jpg"},{"id":352,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_90.jpg"},{"id":353,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_91.jpg"},{"id":354,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_92.jpg"},{"id":355,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_93.jpg"},{"id":356,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_94.jpg"},{"id":357,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_95.jpg"},{"id":358,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_96.jpg"},{"id":359,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/aaa_97.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1673, 361, '_wp_attached_file', '2019/07/AN3C7329.jpg'),
(1674, 361, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7329.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7329-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7329-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7329-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7329-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1675, 361, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5018886106368932;s:5:"bytes";i:4206;s:11:"size_before";i:168113;s:10:"size_after";i:163907;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6200000000000001;s:5:"bytes";i:386;s:11:"size_before";i:6869;s:10:"size_after";i:6483;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:622;s:11:"size_before";i:14211;s:10:"size_after";i:13589;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.46;s:5:"bytes";i:1411;s:11:"size_before";i:57458;s:10:"size_after";i:56047;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.99;s:5:"bytes";i:1787;s:11:"size_before";i:89575;s:10:"size_after";i:87788;s:4:"time";d:0.12;}}}'),
(1676, 362, '_wp_attached_file', '2019/07/AN3C7336.jpg'),
(1677, 362, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7336.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7336-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7336-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7336-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7336-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1678, 362, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6563972649613699;s:5:"bytes";i:4425;s:11:"size_before";i:166579;s:10:"size_after";i:162154;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.46;s:5:"bytes";i:464;s:11:"size_before";i:7188;s:10:"size_after";i:6724;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9400000000000004;s:5:"bytes";i:739;s:11:"size_before";i:14945;s:10:"size_after";i:14206;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4199999999999999;s:5:"bytes";i:1378;s:11:"size_before";i:56988;s:10:"size_after";i:55610;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1099999999999999;s:5:"bytes";i:1844;s:11:"size_before";i:87458;s:10:"size_after";i:85614;s:4:"time";d:0.050000000000000003;}}}'),
(1679, 363, '_wp_attached_file', '2019/07/AN3C7338.jpg'),
(1680, 363, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7338.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7338-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7338-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7338-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7338-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1681, 364, '_wp_attached_file', '2019/07/AN3C7341.jpg'),
(1682, 364, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7341.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7341-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7341-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7341-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7341-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1683, 363, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7840694034737785;s:5:"bytes";i:4634;s:11:"size_before";i:166447;s:10:"size_after";i:161813;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5;s:5:"bytes";i:358;s:11:"size_before";i:6508;s:10:"size_after";i:6150;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6100000000000003;s:5:"bytes";i:656;s:11:"size_before";i:14224;s:10:"size_after";i:13568;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6299999999999999;s:5:"bytes";i:1497;s:11:"size_before";i:56911;s:10:"size_after";i:55414;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3900000000000001;s:5:"bytes";i:2123;s:11:"size_before";i:88804;s:10:"size_after";i:86681;s:4:"time";d:0.050000000000000003;}}}'),
(1684, 364, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5260894880637794;s:5:"bytes";i:4512;s:11:"size_before";i:178616;s:10:"size_after";i:174104;s:4:"time";d:0.15000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2400000000000002;s:5:"bytes";i:489;s:11:"size_before";i:7832;s:10:"size_after";i:7343;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6799999999999997;s:5:"bytes";i:711;s:11:"size_before";i:15198;s:10:"size_after";i:14487;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.3799999999999999;s:5:"bytes";i:1447;s:11:"size_before";i:60857;s:10:"size_after";i:59410;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.97;s:5:"bytes";i:1865;s:11:"size_before";i:94729;s:10:"size_after";i:92864;s:4:"time";d:0.080000000000000002;}}}'),
(1685, 365, '_wp_attached_file', '2019/07/AN3C7347.jpg'),
(1686, 365, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7347.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7347-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7347-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7347-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7347-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1687, 365, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8373492145483272;s:5:"bytes";i:4669;s:11:"size_before";i:164555;s:10:"size_after";i:159886;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3899999999999997;s:5:"bytes";i:358;s:11:"size_before";i:6637;s:10:"size_after";i:6279;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3399999999999999;s:5:"bytes";i:617;s:11:"size_before";i:14210;s:10:"size_after";i:13593;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.71;s:5:"bytes";i:1520;s:11:"size_before";i:56011;s:10:"size_after";i:54491;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.48;s:5:"bytes";i:2174;s:11:"size_before";i:87697;s:10:"size_after";i:85523;s:4:"time";d:0.029999999999999999;}}}'),
(1694, 367, '_wp_attached_file', '2019/07/AN3C7348.jpg'),
(1695, 367, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7348.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7348-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7348-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7348-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7348-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1696, 367, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1078863933662952;s:5:"bytes";i:5607;s:11:"size_before";i:180412;s:10:"size_after";i:174805;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8899999999999997;s:5:"bytes";i:568;s:11:"size_before";i:8239;s:10:"size_after";i:7671;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3300000000000001;s:5:"bytes";i:852;s:11:"size_before";i:15981;s:10:"size_after";i:15129;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:1925;s:11:"size_before";i:61879;s:10:"size_after";i:59954;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3999999999999999;s:5:"bytes";i:2262;s:11:"size_before";i:94313;s:10:"size_after";i:92051;s:4:"time";d:0.040000000000000001;}}}'),
(1697, 368, '_wp_attached_file', '2019/07/AN3C7358.jpg'),
(1698, 368, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7358.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7358-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7358-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7358-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7358-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1699, 368, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9479658977739147;s:5:"bytes";i:5121;s:11:"size_before";i:173713;s:10:"size_after";i:168592;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6699999999999999;s:5:"bytes";i:405;s:11:"size_before";i:7139;s:10:"size_after";i:6734;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5199999999999996;s:5:"bytes";i:663;s:11:"size_before";i:14684;s:10:"size_after";i:14021;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.71;s:5:"bytes";i:1603;s:11:"size_before";i:59044;s:10:"size_after";i:57441;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:2450;s:11:"size_before";i:92846;s:10:"size_after";i:90396;s:4:"time";d:0.050000000000000003;}}}'),
(1700, 369, '_wp_attached_file', '2019/07/AN3C7359.jpg'),
(1701, 369, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7359.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7359-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7359-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7359-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7359-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1702, 369, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8183945868285676;s:5:"bytes";i:4865;s:11:"size_before";i:172616;s:10:"size_after";i:167751;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0700000000000003;s:5:"bytes";i:441;s:11:"size_before";i:7260;s:10:"size_after";i:6819;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5199999999999996;s:5:"bytes";i:668;s:11:"size_before";i:14783;s:10:"size_after";i:14115;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:1558;s:11:"size_before";i:59016;s:10:"size_after";i:57458;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3999999999999999;s:5:"bytes";i:2198;s:11:"size_before";i:91557;s:10:"size_after";i:89359;s:4:"time";d:0.040000000000000001;}}}'),
(1703, 370, '_wp_attached_file', '2019/07/AN3C7368.jpg'),
(1704, 370, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7368.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7368-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7368-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7368-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7368-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1705, 371, '_wp_attached_file', '2019/07/AN3C7371.jpg'),
(1706, 371, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7371.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7371-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7371-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7371-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7371-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1707, 370, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.863386819349214;s:5:"bytes";i:4861;s:11:"size_before";i:169764;s:10:"size_after";i:164903;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9699999999999998;s:5:"bytes";i:342;s:11:"size_before";i:6888;s:10:"size_after";i:6546;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3700000000000001;s:5:"bytes";i:635;s:11:"size_before";i:14516;s:10:"size_after";i:13881;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6200000000000001;s:5:"bytes";i:1512;s:11:"size_before";i:57794;s:10:"size_after";i:56282;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6200000000000001;s:5:"bytes";i:2372;s:11:"size_before";i:90566;s:10:"size_after";i:88194;s:4:"time";d:0.040000000000000001;}}}'),
(1708, 371, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.812251115389671;s:5:"bytes";i:3637;s:11:"size_before";i:129327;s:10:"size_after";i:125690;s:4:"time";d:0.37;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:209;s:11:"size_before";i:5391;s:10:"size_after";i:5182;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:368;s:11:"size_before";i:11749;s:10:"size_after";i:11381;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4500000000000002;s:5:"bytes";i:1083;s:11:"size_before";i:44206;s:10:"size_after";i:43123;s:4:"time";d:0.31;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:1977;s:11:"size_before";i:67981;s:10:"size_after";i:66004;s:4:"time";d:0.040000000000000001;}}}'),
(1709, 372, '_wp_attached_file', '2019/07/AN3C7372.jpg'),
(1710, 372, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7372.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7372-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7372-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7372-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7372-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1711, 372, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3640678636511323;s:5:"bytes";i:3347;s:11:"size_before";i:141578;s:10:"size_after";i:138231;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7000000000000002;s:5:"bytes";i:284;s:11:"size_before";i:6038;s:10:"size_after";i:5754;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:366;s:11:"size_before";i:11351;s:10:"size_after";i:10985;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:1252;s:11:"size_before";i:48055;s:10:"size_after";i:46803;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.8999999999999999;s:5:"bytes";i:1445;s:11:"size_before";i:76134;s:10:"size_after";i:74689;s:4:"time";d:0.040000000000000001;}}}'),
(1712, 373, '_wp_attached_file', '2019/07/AN3C7375.jpg'),
(1713, 373, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7375.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7375-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7375-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7375-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7375-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1714, 373, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.1527974241873125;s:5:"bytes";i:3196;s:11:"size_before";i:148458;s:10:"size_after";i:145262;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:256;s:11:"size_before";i:5784;s:10:"size_after";i:5528;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.71;s:5:"bytes";i:472;s:11:"size_before";i:12715;s:10:"size_after";i:12243;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1600000000000001;s:5:"bytes";i:1092;s:11:"size_before";i:50639;s:10:"size_after";i:49547;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.73;s:5:"bytes";i:1376;s:11:"size_before";i:79320;s:10:"size_after";i:77944;s:4:"time";d:0.029999999999999999;}}}'),
(1715, 374, '_wp_attached_file', '2019/07/AN3C7380.jpg'),
(1716, 374, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7380.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7380-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7380-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7380-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7380-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1717, 374, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3940011608914564;s:5:"bytes";i:3547;s:11:"size_before";i:148162;s:10:"size_after";i:144615;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:255;s:11:"size_before";i:5759;s:10:"size_after";i:5504;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:447;s:11:"size_before";i:12415;s:10:"size_after";i:11968;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:1449;s:11:"size_before";i:50578;s:10:"size_after";i:49129;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.76;s:5:"bytes";i:1396;s:11:"size_before";i:79410;s:10:"size_after";i:78014;s:4:"time";d:0.029999999999999999;}}}'),
(1718, 375, '_wp_attached_file', '2019/07/AN3C7382.jpg'),
(1719, 375, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7382.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7382-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7382-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7382-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7382-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1720, 375, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.7412588906213289;s:5:"bytes";i:5376;s:11:"size_before";i:93638;s:10:"size_after";i:88262;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0499999999999998;s:5:"bytes";i:235;s:11:"size_before";i:4657;s:10:"size_after";i:4422;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1600000000000001;s:5:"bytes";i:342;s:11:"size_before";i:8225;s:10:"size_after";i:7883;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.4000000000000004;s:5:"bytes";i:1696;s:11:"size_before";i:31395;s:10:"size_after";i:29699;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.29;s:5:"bytes";i:3103;s:11:"size_before";i:49361;s:10:"size_after";i:46258;s:4:"time";d:0.02;}}}'),
(1721, 376, '_wp_attached_file', '2019/07/AN3C7384.jpg'),
(1722, 376, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7384.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7384-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7384-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7384-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7384-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1723, 376, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5558932711829794;s:5:"bytes";i:4255;s:11:"size_before";i:166478;s:10:"size_after";i:162223;s:4:"time";d:0.16999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1100000000000003;s:5:"bytes";i:431;s:11:"size_before";i:7058;s:10:"size_after";i:6627;s:4:"time";d:0.050000000000000003;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:584;s:11:"size_before";i:14201;s:10:"size_after";i:13617;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.2799999999999998;s:5:"bytes";i:1298;s:11:"size_before";i:56831;s:10:"size_after";i:55533;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.2000000000000002;s:5:"bytes";i:1942;s:11:"size_before";i:88388;s:10:"size_after";i:86446;s:4:"time";d:0.080000000000000002;}}}'),
(1724, 377, '_wp_attached_file', '2019/07/AN3C7397.jpg'),
(1725, 377, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7397.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7397-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7397-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7397-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7397-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1726, 377, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8357209251462625;s:5:"bytes";i:4149;s:11:"size_before";i:146312;s:10:"size_after";i:142163;s:4:"time";d:0.22;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5999999999999996;s:5:"bytes";i:266;s:11:"size_before";i:5784;s:10:"size_after";i:5518;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2000000000000002;s:5:"bytes";i:541;s:11:"size_before";i:12878;s:10:"size_after";i:12337;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5800000000000001;s:5:"bytes";i:1294;s:11:"size_before";i:50177;s:10:"size_after";i:48883;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:2048;s:11:"size_before";i:77473;s:10:"size_after";i:75425;s:4:"time";d:0.17999999999999999;}}}'),
(1727, 378, '_wp_attached_file', '2019/07/AN3C7399.jpg'),
(1728, 378, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7399.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7399-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7399-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7399-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7399-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1729, 378, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9671000140798798;s:5:"bytes";i:3161;s:11:"size_before";i:106535;s:10:"size_after";i:103374;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:162;s:11:"size_before";i:4573;s:10:"size_after";i:4411;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4300000000000002;s:5:"bytes";i:217;s:11:"size_before";i:8935;s:10:"size_after";i:8718;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:937;s:11:"size_before";i:35872;s:10:"size_after";i:34935;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:1845;s:11:"size_before";i:57155;s:10:"size_after";i:55310;s:4:"time";d:0.070000000000000007;}}}'),
(1730, 379, '_wp_attached_file', '2019/07/AN3C7403.jpg'),
(1731, 379, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7403.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7403-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7403-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7403-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7403-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1732, 379, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.642148676232035;s:5:"bytes";i:4414;s:11:"size_before";i:167061;s:10:"size_after";i:162647;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.1299999999999999;s:5:"bytes";i:560;s:11:"size_before";i:7849;s:10:"size_after";i:7289;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:794;s:11:"size_before";i:15287;s:10:"size_after";i:14493;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4300000000000002;s:5:"bytes";i:1386;s:11:"size_before";i:57003;s:10:"size_after";i:55617;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.9299999999999999;s:5:"bytes";i:1674;s:11:"size_before";i:86922;s:10:"size_after";i:85248;s:4:"time";d:0.029999999999999999;}}}'),
(1733, 380, '_wp_attached_file', '2019/07/AN3C7406.jpg'),
(1734, 380, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:20:"2019/07/AN3C7406.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C7406-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C7406-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C7406-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C7406-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1735, 380, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.181770048466583;s:5:"bytes";i:4107;s:11:"size_before";i:98212;s:10:"size_after";i:94105;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:194;s:11:"size_before";i:5257;s:10:"size_after";i:5063;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:312;s:11:"size_before";i:9094;s:10:"size_after";i:8782;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:1297;s:11:"size_before";i:33059;s:10:"size_after";i:31762;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.54;s:5:"bytes";i:2304;s:11:"size_before";i:50802;s:10:"size_after";i:48498;s:4:"time";d:0.029999999999999999;}}}'),
(1736, 381, '_wp_attached_file', '2019/07/DSC_5151.jpg'),
(1737, 381, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5151.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5151-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5151-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5151-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5151-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1738, 381, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.149922219797701;s:5:"bytes";i:4475;s:11:"size_before";i:142067;s:10:"size_after";i:137592;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.75;s:5:"bytes";i:190;s:11:"size_before";i:5073;s:10:"size_after";i:4883;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8100000000000001;s:5:"bytes";i:317;s:11:"size_before";i:11271;s:10:"size_after";i:10954;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.46;s:5:"bytes";i:1156;s:11:"size_before";i:47031;s:10:"size_after";i:45875;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:2812;s:11:"size_before";i:78692;s:10:"size_after";i:75880;s:4:"time";d:0.029999999999999999;}}}'),
(1739, 382, '_wp_attached_file', '2019/07/DSC_5153.jpg'),
(1740, 382, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5153.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5153-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5153-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5153-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5153-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1741, 382, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1897802879217014;s:5:"bytes";i:5000;s:11:"size_before";i:119338;s:10:"size_after";i:114338;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.21;s:5:"bytes";i:259;s:11:"size_before";i:4970;s:10:"size_after";i:4711;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6799999999999997;s:5:"bytes";i:447;s:11:"size_before";i:9553;s:10:"size_after";i:9106;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8300000000000001;s:5:"bytes";i:1524;s:11:"size_before";i:39769;s:10:"size_after";i:38245;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2599999999999998;s:5:"bytes";i:2770;s:11:"size_before";i:65046;s:10:"size_after";i:62276;s:4:"time";d:0.02;}}}'),
(1742, 383, '_wp_attached_file', '2019/07/DSC_5154.jpg'),
(1743, 383, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5154.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5154-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5154-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5154-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5154-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1744, 383, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6918971888688179;s:5:"bytes";i:6254;s:11:"size_before";i:169398;s:10:"size_after";i:163144;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6799999999999997;s:5:"bytes";i:340;s:11:"size_before";i:5991;s:10:"size_after";i:5651;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.29;s:5:"bytes";i:708;s:11:"size_before";i:13378;s:10:"size_after";i:12670;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4500000000000002;s:5:"bytes";i:1983;s:11:"size_before";i:57419;s:10:"size_after";i:55436;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:3223;s:11:"size_before";i:92610;s:10:"size_after";i:89387;s:4:"time";d:0.029999999999999999;}}}'),
(1745, 384, '_wp_attached_file', '2019/07/DSC_5156.jpg'),
(1746, 384, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5156.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5156-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5156-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5156-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5156-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1747, 384, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4248562069770569;s:5:"bytes";i:4841;s:11:"size_before";i:141349;s:10:"size_after";i:136508;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:258;s:11:"size_before";i:5356;s:10:"size_after";i:5098;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:350;s:11:"size_before";i:11002;s:10:"size_after";i:10652;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8199999999999998;s:5:"bytes";i:1330;s:11:"size_before";i:47134;s:10:"size_after";i:45804;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:2903;s:11:"size_before";i:77857;s:10:"size_after";i:74954;s:4:"time";d:0.040000000000000001;}}}'),
(1748, 385, '_wp_attached_file', '2019/07/DSC_5157.jpg'),
(1749, 385, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5157.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5157-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5157-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5157-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5157-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1750, 385, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2768906422860962;s:5:"bytes";i:5056;s:11:"size_before";i:95814;s:10:"size_after";i:90758;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:134;s:11:"size_before";i:4158;s:10:"size_after";i:4024;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:236;s:11:"size_before";i:7571;s:10:"size_after";i:7335;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6900000000000004;s:5:"bytes";i:1464;s:11:"size_before";i:31225;s:10:"size_after";i:29761;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.0999999999999996;s:5:"bytes";i:3222;s:11:"size_before";i:52860;s:10:"size_after";i:49638;s:4:"time";d:0.029999999999999999;}}}'),
(1751, 386, '_wp_attached_file', '2019/07/DSC_5159.jpg'),
(1752, 386, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5159.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5159-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5159-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5159-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5159-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1753, 387, '_wp_attached_file', '2019/07/DSC_5164.jpg'),
(1754, 386, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8953525274368417;s:5:"bytes";i:3923;s:11:"size_before";i:135493;s:10:"size_after";i:131570;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6900000000000004;s:5:"bytes";i:274;s:11:"size_before";i:5841;s:10:"size_after";i:5567;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4199999999999999;s:5:"bytes";i:389;s:11:"size_before";i:11383;s:10:"size_after";i:10994;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4100000000000001;s:5:"bytes";i:1099;s:11:"size_before";i:45595;s:10:"size_after";i:44496;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9700000000000002;s:5:"bytes";i:2161;s:11:"size_before";i:72674;s:10:"size_after";i:70513;s:4:"time";d:0.029999999999999999;}}}'),
(1755, 387, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5164.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5164-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5164-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5164-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5164-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1756, 387, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9398090493980904;s:5:"bytes";i:4998;s:11:"size_before";i:101178;s:10:"size_after";i:96180;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:151;s:11:"size_before";i:4091;s:10:"size_after";i:3940;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.21;s:5:"bytes";i:262;s:11:"size_before";i:8171;s:10:"size_after";i:7909;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4500000000000002;s:5:"bytes";i:1489;s:11:"size_before";i:33480;s:10:"size_after";i:31991;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5800000000000001;s:5:"bytes";i:3096;s:11:"size_before";i:55436;s:10:"size_after";i:52340;s:4:"time";d:0.029999999999999999;}}}'),
(1757, 388, '_wp_attached_file', '2019/07/DSC_5165.jpg'),
(1758, 388, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5165.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5165-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5165-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5165-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5165-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1759, 389, '_wp_attached_file', '2019/07/DSC_5167.jpg'),
(1760, 388, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.2692618676541247;s:5:"bytes";i:5350;s:11:"size_before";i:85337;s:10:"size_after";i:79987;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.75;s:5:"bytes";i:136;s:11:"size_before";i:3626;s:10:"size_after";i:3490;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:231;s:11:"size_before";i:6617;s:10:"size_after";i:6386;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.7999999999999998;s:5:"bytes";i:1609;s:11:"size_before";i:27763;s:10:"size_after";i:26154;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.1299999999999999;s:5:"bytes";i:3374;s:11:"size_before";i:47331;s:10:"size_after";i:43957;s:4:"time";d:0.029999999999999999;}}}'),
(1761, 389, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5167.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5167-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5167-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5167-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5167-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1762, 390, '_wp_attached_file', '2019/07/DSC_5168.jpg'),
(1763, 390, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5168.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5168-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5168-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5168-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5168-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1764, 389, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.3198268268455875;s:5:"bytes";i:5677;s:11:"size_before";i:106714;s:10:"size_after";i:101037;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2599999999999998;s:5:"bytes";i:239;s:11:"size_before";i:4548;s:10:"size_after";i:4309;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:324;s:11:"size_before";i:8544;s:10:"size_after";i:8220;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.1600000000000001;s:5:"bytes";i:1818;s:11:"size_before";i:35240;s:10:"size_after";i:33422;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.6500000000000004;s:5:"bytes";i:3296;s:11:"size_before";i:58382;s:10:"size_after";i:55086;s:4:"time";d:0.029999999999999999;}}}'),
(1765, 391, '_wp_attached_file', '2019/07/DSC_5184.jpg'),
(1766, 391, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5184.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5184-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5184-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5184-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5184-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1767, 390, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.5547572616237302;s:5:"bytes";i:5412;s:11:"size_before";i:97430;s:10:"size_after";i:92018;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4100000000000001;s:5:"bytes";i:189;s:11:"size_before";i:4284;s:10:"size_after";i:4095;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3899999999999997;s:5:"bytes";i:344;s:11:"size_before";i:7833;s:10:"size_after";i:7489;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3099999999999996;s:5:"bytes";i:1729;s:11:"size_before";i:32572;s:10:"size_after";i:30843;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9699999999999998;s:5:"bytes";i:3150;s:11:"size_before";i:52741;s:10:"size_after";i:49591;s:4:"time";d:0.029999999999999999;}}}'),
(1768, 392, '_wp_attached_file', '2019/07/DSC_5190.jpg'),
(1769, 391, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2736569439572594;s:5:"bytes";i:4853;s:11:"size_before";i:148244;s:10:"size_after";i:143391;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:281;s:11:"size_before";i:5623;s:10:"size_after";i:5342;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5700000000000003;s:5:"bytes";i:557;s:11:"size_before";i:12193;s:10:"size_after";i:11636;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9700000000000002;s:5:"bytes";i:1494;s:11:"size_before";i:50325;s:10:"size_after";i:48831;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1499999999999999;s:5:"bytes";i:2521;s:11:"size_before";i:80103;s:10:"size_after";i:77582;s:4:"time";d:0.050000000000000003;}}}'),
(1770, 392, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5190.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5190-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5190-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5190-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5190-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1771, 393, '_wp_attached_file', '2019/07/DSC_5198.jpg'),
(1772, 393, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5198.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5198-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5198-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5198-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5198-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1773, 392, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8231918181149291;s:5:"bytes";i:3837;s:11:"size_before";i:135910;s:10:"size_after";i:132073;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:253;s:11:"size_before";i:5211;s:10:"size_after";i:4958;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8500000000000001;s:5:"bytes";i:442;s:11:"size_before";i:11470;s:10:"size_after";i:11028;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.3199999999999998;s:5:"bytes";i:1067;s:11:"size_before";i:46080;s:10:"size_after";i:45013;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8399999999999999;s:5:"bytes";i:2075;s:11:"size_before";i:73149;s:10:"size_after";i:71074;s:4:"time";d:0.029999999999999999;}}}'),
(1774, 394, '_wp_attached_file', '2019/07/DSC_5203.jpg'),
(1775, 394, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5203.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5203-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5203-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5203-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5203-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1776, 393, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4076132994493857;s:5:"bytes";i:3638;s:11:"size_before";i:151104;s:10:"size_after";i:147466;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:312;s:11:"size_before";i:6234;s:10:"size_after";i:5922;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2800000000000002;s:5:"bytes";i:557;s:11:"size_before";i:13005;s:10:"size_after";i:12448;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.0699999999999998;s:5:"bytes";i:1067;s:11:"size_before";i:51523;s:10:"size_after";i:50456;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1200000000000001;s:5:"bytes";i:1702;s:11:"size_before";i:80342;s:10:"size_after";i:78640;s:4:"time";d:0.040000000000000001;}}}'),
(1777, 395, '_wp_attached_file', '2019/07/DSC_5217.jpg'),
(1778, 395, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5217.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5217-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5217-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5217-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5217-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1779, 394, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1171590065410482;s:5:"bytes";i:5752;s:11:"size_before";i:184527;s:10:"size_after";i:178775;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.25;s:5:"bytes";i:427;s:11:"size_before";i:6836;s:10:"size_after";i:6409;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1600000000000001;s:5:"bytes";i:771;s:11:"size_before";i:14944;s:10:"size_after";i:14173;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:2035;s:11:"size_before";i:63274;s:10:"size_after";i:61239;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5299999999999998;s:5:"bytes";i:2519;s:11:"size_before";i:99473;s:10:"size_after";i:96954;s:4:"time";d:0.050000000000000003;}}}'),
(1780, 396, '_wp_attached_file', '2019/07/DSC_5218.jpg'),
(1781, 396, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5218.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5218-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5218-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5218-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5218-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1782, 395, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2133436679464764;s:5:"bytes";i:5348;s:11:"size_before";i:166431;s:10:"size_after";i:161083;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.04;s:5:"bytes";i:299;s:11:"size_before";i:5937;s:10:"size_after";i:5638;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5599999999999996;s:5:"bytes";i:591;s:11:"size_before";i:12957;s:10:"size_after";i:12366;s:4:"time";d:0.050000000000000003;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:1660;s:11:"size_before";i:56669;s:10:"size_after";i:55009;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:2798;s:11:"size_before";i:90868;s:10:"size_after";i:88070;s:4:"time";d:0.040000000000000001;}}}'),
(1783, 397, '_wp_attached_file', '2019/07/DSC_5233.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1784, 397, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5233.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5233-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5233-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5233-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5233-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1785, 396, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0085027025318456;s:5:"bytes";i:4759;s:11:"size_before";i:158185;s:10:"size_after";i:153426;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:324;s:11:"size_before";i:6239;s:10:"size_after";i:5915;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:542;s:11:"size_before";i:13088;s:10:"size_after";i:12546;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6699999999999999;s:5:"bytes";i:1435;s:11:"size_before";i:53809;s:10:"size_after";i:52374;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8900000000000001;s:5:"bytes";i:2458;s:11:"size_before";i:85049;s:10:"size_after";i:82591;s:4:"time";d:0.029999999999999999;}}}'),
(1786, 398, '_wp_attached_file', '2019/07/DSC_5243.jpg'),
(1787, 114, 'ocean_post_layout', 'full-screen'),
(1788, 398, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5243.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5243-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5243-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5243-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5243-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1789, 397, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1709440793800932;s:5:"bytes";i:5062;s:11:"size_before";i:159637;s:10:"size_after";i:154575;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0199999999999996;s:5:"bytes";i:395;s:11:"size_before";i:6557;s:10:"size_after";i:6162;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7800000000000002;s:5:"bytes";i:641;s:11:"size_before";i:13404;s:10:"size_after";i:12763;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6499999999999999;s:5:"bytes";i:1439;s:11:"size_before";i:54230;s:10:"size_after";i:52791;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0299999999999998;s:5:"bytes";i:2587;s:11:"size_before";i:85446;s:10:"size_after";i:82859;s:4:"time";d:0.029999999999999999;}}}'),
(1790, 399, '_wp_attached_file', '2019/07/DSC_5256.jpg'),
(1791, 399, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5256.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5256-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5256-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5256-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5256-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1792, 398, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.003405644145662;s:5:"bytes";i:4514;s:11:"size_before";i:112754;s:10:"size_after";i:108240;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9800000000000004;s:5:"bytes";i:248;s:11:"size_before";i:4981;s:10:"size_after";i:4733;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8799999999999999;s:5:"bytes";i:268;s:11:"size_before";i:9302;s:10:"size_after";i:9034;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4100000000000001;s:5:"bytes";i:1275;s:11:"size_before";i:37423;s:10:"size_after";i:36148;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:2723;s:11:"size_before";i:61048;s:10:"size_after";i:58325;s:4:"time";d:0.029999999999999999;}}}'),
(1793, 400, '_wp_attached_file', '2019/07/DSC_5257.jpg'),
(1794, 400, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5257.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5257-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5257-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5257-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5257-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1795, 401, '_wp_attached_file', '2019/07/DSC_5261.jpg'),
(1796, 399, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4900591601202597;s:5:"bytes";i:3081;s:11:"size_before";i:123732;s:10:"size_after";i:120651;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:257;s:11:"size_before";i:5138;s:10:"size_after";i:4881;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6600000000000001;s:5:"bytes";i:411;s:11:"size_before";i:11227;s:10:"size_after";i:10816;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.8899999999999999;s:5:"bytes";i:796;s:11:"size_before";i:42024;s:10:"size_after";i:41228;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4700000000000002;s:5:"bytes";i:1617;s:11:"size_before";i:65343;s:10:"size_after";i:63726;s:4:"time";d:0.029999999999999999;}}}'),
(1797, 401, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5261.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5261-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5261-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5261-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5261-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1798, 400, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5423264478658703;s:5:"bytes";i:3248;s:11:"size_before";i:127757;s:10:"size_after";i:124509;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6399999999999997;s:5:"bytes";i:337;s:11:"size_before";i:5971;s:10:"size_after";i:5634;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:377;s:11:"size_before";i:11143;s:10:"size_after";i:10766;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1000000000000001;s:5:"bytes";i:909;s:11:"size_before";i:43313;s:10:"size_after";i:42404;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4100000000000001;s:5:"bytes";i:1625;s:11:"size_before";i:67330;s:10:"size_after";i:65705;s:4:"time";d:0.029999999999999999;}}}'),
(1799, 402, '_wp_attached_file', '2019/07/DSC_5285.jpg'),
(1800, 402, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5285.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5285-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5285-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5285-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5285-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1801, 401, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2899689085256099;s:5:"bytes";i:4021;s:11:"size_before";i:122220;s:10:"size_after";i:118199;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.77;s:5:"bytes";i:185;s:11:"size_before";i:4902;s:10:"size_after";i:4717;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1400000000000001;s:5:"bytes";i:323;s:11:"size_before";i:10284;s:10:"size_after";i:9961;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2000000000000002;s:5:"bytes";i:1319;s:11:"size_before";i:41156;s:10:"size_after";i:39837;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3300000000000001;s:5:"bytes";i:2194;s:11:"size_before";i:65878;s:10:"size_after";i:63684;s:4:"time";d:0.050000000000000003;}}}'),
(1802, 403, '_wp_attached_file', '2019/07/DSC_5290.jpg'),
(1803, 403, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5290.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5290-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5290-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5290-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5290-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1804, 402, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7647780864396929;s:5:"bytes";i:4662;s:11:"size_before";i:123832;s:10:"size_after";i:119170;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0099999999999998;s:5:"bytes";i:278;s:11:"size_before";i:5548;s:10:"size_after";i:5270;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8700000000000001;s:5:"bytes";i:402;s:11:"size_before";i:10383;s:10:"size_after";i:9981;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3999999999999999;s:5:"bytes";i:1420;s:11:"size_before";i:41797;s:10:"size_after";i:40377;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:2562;s:11:"size_before";i:66104;s:10:"size_after";i:63542;s:4:"time";d:0.029999999999999999;}}}'),
(1805, 404, '_wp_attached_file', '2019/07/DSC_5294.jpg'),
(1806, 404, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5294.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5294-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5294-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5294-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5294-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1807, 403, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9711029711029711;s:5:"bytes";i:3577;s:11:"size_before";i:120393;s:10:"size_after";i:116816;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4900000000000002;s:5:"bytes";i:244;s:11:"size_before";i:5435;s:10:"size_after";i:5191;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.21;s:5:"bytes";i:330;s:11:"size_before";i:10267;s:10:"size_after";i:9937;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.46;s:5:"bytes";i:997;s:11:"size_before";i:40515;s:10:"size_after";i:39518;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:2006;s:11:"size_before";i:64176;s:10:"size_after";i:62170;s:4:"time";d:0.029999999999999999;}}}'),
(1808, 405, '_wp_attached_file', '2019/07/DSC_5295.jpg'),
(1809, 405, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5295.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5295-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5295-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5295-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5295-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1810, 404, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3094291276351475;s:5:"bytes";i:3978;s:11:"size_before";i:120202;s:10:"size_after";i:116224;s:4:"time";d:0.19;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:277;s:11:"size_before";i:5253;s:10:"size_after";i:4976;s:4:"time";d:0.070000000000000007;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:317;s:11:"size_before";i:9846;s:10:"size_after";i:9529;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7200000000000002;s:5:"bytes";i:1088;s:11:"size_before";i:40069;s:10:"size_after";i:38981;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:2296;s:11:"size_before";i:65034;s:10:"size_after";i:62738;s:4:"time";d:0.059999999999999998;}}}'),
(1811, 406, '_wp_attached_file', '2019/07/DSC_5302.jpg'),
(1812, 406, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5302.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5302-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5302-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5302-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5302-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1813, 405, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.8441779962875637;s:5:"bytes";i:5457;s:11:"size_before";i:79732;s:10:"size_after";i:74275;s:4:"time";d:0.22;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5899999999999999;s:5:"bytes";i:184;s:11:"size_before";i:4011;s:10:"size_after";i:3827;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4400000000000004;s:5:"bytes";i:306;s:11:"size_before";i:6890;s:10:"size_after";i:6584;s:4:"time";d:0.14999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.2699999999999996;s:5:"bytes";i:1628;s:11:"size_before";i:25975;s:10:"size_after";i:24347;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.79;s:5:"bytes";i:3339;s:11:"size_before";i:42856;s:10:"size_after";i:39517;s:4:"time";d:0.040000000000000001;}}}'),
(1814, 407, '_wp_attached_file', '2019/07/DSC_5307.jpg'),
(1815, 407, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5307.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5307-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5307-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5307-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5307-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1816, 406, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.4268113816368437;s:5:"bytes";i:4995;s:11:"size_before";i:92043;s:10:"size_after";i:87048;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:179;s:11:"size_before";i:3906;s:10:"size_after";i:3727;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8900000000000001;s:5:"bytes";i:206;s:11:"size_before";i:7137;s:10:"size_after";i:6931;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:1431;s:11:"size_before";i:29666;s:10:"size_after";i:28235;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.1900000000000004;s:5:"bytes";i:3179;s:11:"size_before";i:51334;s:10:"size_after";i:48155;s:4:"time";d:0.059999999999999998;}}}'),
(1817, 408, '_wp_attached_file', '2019/07/DSC_5312.jpg'),
(1818, 408, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5312.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5312-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5312-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5312-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5312-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1819, 407, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8246184412534996;s:5:"bytes";i:4235;s:11:"size_before";i:110730;s:10:"size_after";i:106495;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:158;s:11:"size_before";i:4069;s:10:"size_after";i:3911;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:241;s:11:"size_before";i:8018;s:10:"size_after";i:7777;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6600000000000001;s:5:"bytes";i:1337;s:11:"size_before";i:36539;s:10:"size_after";i:35202;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0199999999999996;s:5:"bytes";i:2499;s:11:"size_before";i:62104;s:10:"size_after";i:59605;s:4:"time";d:0.050000000000000003;}}}'),
(1820, 409, '_wp_attached_file', '2019/07/DSC_5331.jpg'),
(1821, 409, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5331.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5331-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5331-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5331-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5331-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1822, 410, '_wp_attached_file', '2019/07/DSC_5333.jpg'),
(1823, 410, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5333.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5333-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5333-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5333-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5333-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1824, 408, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3242665630464345;s:5:"bytes";i:5133;s:11:"size_before";i:154410;s:10:"size_after";i:149277;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2199999999999998;s:5:"bytes";i:296;s:11:"size_before";i:5672;s:10:"size_after";i:5376;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1900000000000004;s:5:"bytes";i:520;s:11:"size_before";i:12413;s:10:"size_after";i:11893;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:1611;s:11:"size_before";i:52312;s:10:"size_after";i:50701;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:2706;s:11:"size_before";i:84013;s:10:"size_after";i:81307;s:4:"time";d:0.040000000000000001;}}}'),
(1825, 409, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9142360440409503;s:5:"bytes";i:5066;s:11:"size_before";i:129425;s:10:"size_after";i:124359;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6500000000000004;s:5:"bytes";i:237;s:11:"size_before";i:5093;s:10:"size_after";i:4856;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:328;s:11:"size_before";i:10005;s:10:"size_after";i:9677;s:4:"time";d:0.040000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:1434;s:11:"size_before";i:42487;s:10:"size_after";i:41053;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2699999999999996;s:5:"bytes";i:3067;s:11:"size_before";i:71840;s:10:"size_after";i:68773;s:4:"time";d:0.029999999999999999;}}}'),
(1826, 411, '_wp_attached_file', '2019/07/DSC_5360.jpg'),
(1827, 411, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5360.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5360-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5360-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5360-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5360-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1828, 410, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3079491541542074;s:5:"bytes";i:4077;s:11:"size_before";i:94639;s:10:"size_after";i:90562;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0999999999999996;s:5:"bytes";i:194;s:11:"size_before";i:4733;s:10:"size_after";i:4539;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6699999999999999;s:5:"bytes";i:289;s:11:"size_before";i:7882;s:10:"size_after";i:7593;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:1151;s:11:"size_before";i:31099;s:10:"size_after";i:29948;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7999999999999998;s:5:"bytes";i:2443;s:11:"size_before";i:50925;s:10:"size_after";i:48482;s:4:"time";d:0.029999999999999999;}}}'),
(1829, 412, '_wp_attached_file', '2019/07/DSC_5366.jpg'),
(1830, 412, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:798;s:4:"file";s:20:"2019/07/DSC_5366.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_5366-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_5366-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_5366-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_5366-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1831, 411, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.977649979059624;s:5:"bytes";i:3894;s:11:"size_before";i:97897;s:10:"size_after";i:94003;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.79;s:5:"bytes";i:225;s:11:"size_before";i:4694;s:10:"size_after";i:4469;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.7599999999999998;s:5:"bytes";i:311;s:11:"size_before";i:8281;s:10:"size_after";i:7970;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:1135;s:11:"size_before";i:32591;s:10:"size_after";i:31456;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.25;s:5:"bytes";i:2223;s:11:"size_before";i:52331;s:10:"size_after";i:50108;s:4:"time";d:0.050000000000000003;}}}'),
(1832, 413, '_wp_attached_file', '2019/07/MG_0010.jpg'),
(1833, 413, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/MG_0010.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0010-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0010-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0010-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0010-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1834, 412, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.0488040256427933;s:5:"bytes";i:5265;s:11:"size_before";i:87042;s:10:"size_after";i:81777;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1200000000000001;s:5:"bytes";i:192;s:11:"size_before";i:3750;s:10:"size_after";i:3558;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.25;s:5:"bytes";i:298;s:11:"size_before";i:7004;s:10:"size_after";i:6706;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.7000000000000002;s:5:"bytes";i:1631;s:11:"size_before";i:28635;s:10:"size_after";i:27004;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.5999999999999996;s:5:"bytes";i:3144;s:11:"size_before";i:47653;s:10:"size_after";i:44509;s:4:"time";d:0.029999999999999999;}}}'),
(1835, 414, '_wp_attached_file', '2019/07/MG_0013.jpg'),
(1836, 414, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/MG_0013.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0013-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0013-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0013-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0013-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1837, 415, '_wp_attached_file', '2019/07/MG_0018.jpg'),
(1838, 413, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9847291246193133;s:5:"bytes";i:4126;s:11:"size_before";i:138237;s:10:"size_after";i:134111;s:4:"time";d:0.31;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:327;s:11:"size_before";i:6047;s:10:"size_after";i:5720;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2400000000000002;s:5:"bytes";i:491;s:11:"size_before";i:11576;s:10:"size_after";i:11085;s:4:"time";d:0.17999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:1336;s:11:"size_before";i:46735;s:10:"size_after";i:45399;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6699999999999999;s:5:"bytes";i:1972;s:11:"size_before";i:73879;s:10:"size_after";i:71907;s:4:"time";d:0.050000000000000003;}}}'),
(1839, 415, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/MG_0018.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0018-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0018-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0018-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0018-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1840, 414, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.6470741667549698;s:5:"bytes";i:6928;s:11:"size_before";i:122683;s:10:"size_after";i:115755;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0700000000000003;s:5:"bytes";i:260;s:11:"size_before";i:5125;s:10:"size_after";i:4865;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:454;s:11:"size_before";i:9327;s:10:"size_after";i:8873;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3499999999999996;s:5:"bytes";i:2191;s:11:"size_before";i:40960;s:10:"size_after";i:38769;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9800000000000004;s:5:"bytes";i:4023;s:11:"size_before";i:67271;s:10:"size_after";i:63248;s:4:"time";d:0.050000000000000003;}}}'),
(1841, 416, '_wp_attached_file', '2019/07/MG_0030.jpg'),
(1842, 416, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/MG_0030.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0030-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0030-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0030-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0030-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1843, 415, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8507972862769595;s:5:"bytes";i:4929;s:11:"size_before";i:172899;s:10:"size_after";i:167970;s:4:"time";d:0.19;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8200000000000003;s:5:"bytes";i:421;s:11:"size_before";i:7235;s:10:"size_after";i:6814;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:730;s:11:"size_before";i:15137;s:10:"size_after";i:14407;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6499999999999999;s:5:"bytes";i:1566;s:11:"size_before";i:59112;s:10:"size_after";i:57546;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4199999999999999;s:5:"bytes";i:2212;s:11:"size_before";i:91415;s:10:"size_after";i:89203;s:4:"time";d:0.10000000000000001;}}}'),
(1844, 417, '_wp_attached_file', '2019/07/MG_0054.jpg'),
(1845, 417, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/MG_0054.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0054-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0054-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0054-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0054-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1851, 419, '_wp_attached_file', '2019/07/MG_0069.jpg'),
(1853, 419, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/MG_0069.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0069-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0069-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0069-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0069-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1854, 416, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7915217802014882;s:5:"bytes";i:5467;s:11:"size_before";i:195843;s:10:"size_after";i:190376;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9199999999999999;s:5:"bytes";i:452;s:11:"size_before";i:7636;s:10:"size_after";i:7184;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9699999999999998;s:5:"bytes";i:813;s:11:"size_before";i:16362;s:10:"size_after";i:15549;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.75;s:5:"bytes";i:1844;s:11:"size_before";i:67165;s:10:"size_after";i:65321;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.25;s:5:"bytes";i:2358;s:11:"size_before";i:104680;s:10:"size_after";i:102322;s:4:"time";d:0.040000000000000001;}}}'),
(1855, 417, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3285706260182399;s:5:"bytes";i:4623;s:11:"size_before";i:106802;s:10:"size_after";i:102179;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.27;s:5:"bytes";i:163;s:11:"size_before";i:4984;s:10:"size_after";i:4821;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3399999999999999;s:5:"bytes";i:203;s:11:"size_before";i:8680;s:10:"size_after";i:8477;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9500000000000002;s:5:"bytes";i:1399;s:11:"size_before";i:35443;s:10:"size_after";i:34044;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:2858;s:11:"size_before";i:57695;s:10:"size_after";i:54837;s:4:"time";d:0.029999999999999999;}}}'),
(1856, 112, '_wp_page_template', 'default'),
(1858, 112, '_elementor_data', '[{"id":"263a269b","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"2e121a93","elType":"column","settings":{"_column_size":100},"elements":[{"id":"679052ed","elType":"widget","settings":{"editor":"<p>Conference\\u201912<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1393b80","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"49e4692","elType":"column","settings":{"_column_size":100},"elements":[{"id":"391e4ac","elType":"widget","settings":{"gallery_images":[{"id":434,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1450.jpg"},{"id":435,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1463.jpg"},{"id":436,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1466.jpg"},{"id":437,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1468.jpg"},{"id":438,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1482.jpg"},{"id":440,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1486-e1357642200575.jpg"},{"id":441,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1488.jpg"},{"id":443,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1493.jpg"},{"id":446,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1503.jpg"},{"id":447,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1512-e1357642231827.jpg"},{"id":450,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1514-e1357642253911.jpg"},{"id":451,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1524.jpg"},{"id":452,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1528.jpg"},{"id":455,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1530-e1346051394226.jpg"},{"id":457,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1531-e1357642278669.jpg"},{"id":458,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1532-e1357642298285.jpg"},{"id":464,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1546.jpg"},{"id":466,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1555-e1357642314527.jpg"},{"id":469,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1567.jpg"},{"id":473,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1568.jpg"},{"id":476,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1572.jpg"},{"id":481,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1576.jpg"},{"id":485,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1577.jpg"},{"id":490,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1579.jpg"},{"id":496,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1581.jpg"},{"id":503,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1586.jpg"},{"id":508,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1597.jpg"},{"id":516,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1599.jpg"},{"id":524,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1600.jpg"},{"id":530,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1602.jpg"},{"id":537,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1611.jpg"},{"id":543,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1615.jpg"},{"id":552,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1641-e1346051354106.jpg"},{"id":556,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1645-e1346051327587.jpg"},{"id":565,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1650.jpg"},{"id":572,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1651.jpg"},{"id":579,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1654.jpg"},{"id":585,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1666.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":595,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1678.jpg"},{"id":601,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1679.jpg"},{"id":607,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1682.jpg"},{"id":613,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1686.jpg"},{"id":619,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1689.jpg"},{"id":625,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1691.jpg"},{"id":627,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1693.jpg"},{"id":633,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1697.jpg"},{"id":639,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1708.jpg"},{"id":643,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1718.jpg"},{"id":650,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1719.jpg"},{"id":657,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1740.jpg"},{"id":660,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1743.jpg"},{"id":666,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1744.jpg"},{"id":672,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1746.jpg"},{"id":679,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1751.jpg"},{"id":686,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1753.jpg"},{"id":694,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1756.jpg"},{"id":701,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1761.jpg"},{"id":710,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1764.jpg"},{"id":717,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1766.jpg"},{"id":723,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1773.jpg"},{"id":733,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1776.jpg"},{"id":738,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1779.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":754,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1783.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":771,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1805.jpg"},{"id":776,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1808.jpg"},{"id":782,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1809.jpg"},{"id":787,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1812.jpg"},{"id":789,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1816.jpg"},{"id":792,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1821-e1357642129937.jpg"},{"id":796,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9496.jpg"},{"id":798,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9514.jpg"},{"id":800,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9515.jpg"},{"id":803,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9516.jpg"},{"id":805,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9517.jpg"},{"id":808,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9523.jpg"},{"id":811,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9526.jpg"},{"id":813,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9528.jpg"},{"id":815,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9533.jpg"},{"id":818,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9536.jpg"},{"id":820,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9542.jpg"},{"id":823,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9544.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":827,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9555.jpg"},{"id":829,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9563.jpg"},{"id":831,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9580.jpg"},{"id":832,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9587.jpg"},{"id":835,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9605.jpg"},{"id":837,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9606.jpg"},{"id":839,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9618.jpg"},{"id":840,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9620.jpg"},{"id":842,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9621.jpg"},{"id":843,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9636.jpg"},{"id":845,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9637.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":849,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9657.jpg"},{"id":851,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9659.jpg"},{"id":853,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9662.jpg"},{"id":854,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9689.jpg"},{"id":855,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9720.jpg"},{"id":857,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9742.jpg"},{"id":859,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9744.jpg"},{"id":862,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9746.jpg"},{"id":866,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_0004.jpg"},{"id":868,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_0007.jpg"},{"id":870,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_0013.jpg"},{"id":872,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_0025.jpg"},{"id":875,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_0036.jpg"},{"id":878,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_0039.jpg"},{"id":880,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_0051.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1866, 419, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3777380516487545;s:5:"bytes";i:6273;s:11:"size_before";i:185716;s:10:"size_after";i:179443;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.7800000000000002;s:5:"bytes";i:510;s:11:"size_before";i:7521;s:10:"size_after";i:7011;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:880;s:11:"size_before";i:15618;s:10:"size_after";i:14738;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.29;s:5:"bytes";i:2089;s:11:"size_before";i:63588;s:10:"size_after";i:61499;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8199999999999998;s:5:"bytes";i:2794;s:11:"size_before";i:98989;s:10:"size_after";i:96195;s:4:"time";d:0.070000000000000007;}}}'),
(1879, 113, '_wp_page_template', 'default'),
(1881, 113, '_elementor_data', '[{"id":"7640e10f","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"47b39f63","elType":"column","settings":{"_column_size":100},"elements":[{"id":"680d8d6f","elType":"widget","settings":{"editor":"<p>Conference\\u201913<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"3ade1da","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"7d9d340","elType":"column","settings":{"_column_size":100},"elements":[{"id":"9dd78fb","elType":"widget","settings":{"gallery_images":[{"id":439,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4612.jpg"},{"id":442,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4626.jpg"},{"id":445,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4630.jpg"},{"id":448,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4636.jpg"},{"id":453,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4677.jpg"},{"id":459,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4695.jpg"},{"id":465,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4705.jpg"},{"id":472,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4731.jpg"},{"id":480,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4814.jpg"},{"id":486,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4821.jpg"},{"id":492,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4826.jpg"},{"id":502,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4832.jpg"},{"id":512,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4871.jpg"},{"id":523,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4917.jpg"},{"id":532,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4929.jpg"},{"id":541,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4972.jpg"},{"id":549,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5008.jpg"},{"id":560,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5012.jpg"},{"id":567,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0006.jpg"},{"id":576,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0046.jpg"},{"id":584,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0117.jpg"},{"id":590,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0124.jpg"},{"id":598,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0125.jpg"},{"id":603,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0127.jpg"},{"id":610,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0130.jpg"},{"id":618,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0133.jpg"},{"id":623,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0140.jpg"},{"id":630,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0178.jpg"},{"id":640,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0181.jpg"},{"id":646,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0228.jpg"},{"id":652,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0230.jpg"},{"id":658,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0241.jpg"},{"id":662,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0247.jpg"},{"id":668,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0290.jpg"},{"id":675,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0294.jpg"},{"id":682,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0296.jpg"},{"id":689,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0299.jpg"},{"id":698,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0303.jpg"},{"id":705,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0306.jpg"},{"id":712,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0322.jpg"},{"id":715,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0324.jpg"},{"id":721,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0325.jpg"},{"id":729,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0328.jpg"},{"id":737,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0333.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":753,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0337.jpg"},{"id":761,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0339.jpg"},{"id":769,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0347.jpg"},{"id":777,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0367.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1907, 114, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1909, 114, '_elementor_data', '[{"id":"52484b3d","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"4ebecd7a","elType":"column","settings":{"_column_size":100},"elements":[{"id":"337669c9","elType":"widget","settings":{"editor":"<p>Conference\\u201914<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"6d79358","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"2f51544","elType":"column","settings":{"_column_size":100},"elements":[{"id":"3013d0e","elType":"widget","settings":{"gallery_images":[{"id":449,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5031.jpg"},{"id":454,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5037.jpg"},{"id":460,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5041.jpg"},{"id":461,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5053.jpg"},{"id":468,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5055.jpg"},{"id":477,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5059.jpg"},{"id":482,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5061.jpg"},{"id":488,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5062.jpg"},{"id":495,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5065-e1398170126999.jpg"},{"id":505,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5069.jpg"},{"id":511,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5074-e1398170164935.jpg"},{"id":521,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5082.jpg"},{"id":528,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5087-e1398170173439.jpg"},{"id":539,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5105.jpg"},{"id":548,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5109.jpg"},{"id":561,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5116.jpg"},{"id":570,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5118.jpg"},{"id":578,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5129.jpg"},{"id":586,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5140.jpg"},{"id":592,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5149.jpg"},{"id":600,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5151.jpg"},{"id":609,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5153.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":624,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5169.jpg"},{"id":631,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5170.jpg"},{"id":638,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5176-e1398170239451.jpg"},{"id":647,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5187.jpg"},{"id":655,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5194.jpg"},{"id":665,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5234-e1398170293336.jpg"},{"id":677,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5237-e1398170239388.jpg"},{"id":691,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5238-e1398170590383.jpg"},{"id":706,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5252-e1398170449808.jpg"},{"id":713,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5261.jpg"},{"id":720,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5262-e1398170397385.jpg"},{"id":732,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5263-e1398170375111.jpg"},{"id":739,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5281-e1398170549308.jpg"},{"id":748,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5292.jpg"},{"id":757,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5304.jpg"},{"id":766,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5320-e1398171879384.jpg"},{"id":773,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5327.jpg"},{"id":780,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5334.jpg"},{"id":786,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5346.jpg"},{"id":790,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5355.jpg"},{"id":794,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5370.jpg"},{"id":799,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5377-e1398171490770.jpg"},{"id":802,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5379-e1398170878672.jpg"},{"id":807,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5381.jpg"},{"id":810,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5386.jpg"},{"id":814,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5390-e1398170850894.jpg"},{"id":817,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5403.jpg"},{"id":821,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5429.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":861,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5433.jpg"},{"id":865,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5436.jpg"},{"id":867,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5437.jpg"},{"id":869,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5441.jpg"},{"id":871,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5496.jpg"},{"id":874,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5496_.jpg"},{"id":877,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5499.jpg"},{"id":879,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5501.jpg"},{"id":881,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5509.jpg"},{"id":884,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5512.jpg"},{"id":885,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5532.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1917, 115, '_wp_page_template', 'default'),
(1919, 115, '_elementor_data', '[{"id":"6c2aa14e","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"bc04a2","elType":"column","settings":{"_column_size":100},"elements":[{"id":"db6ad50","elType":"widget","settings":{"editor":"<p>Conference\\u201915<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"c89300d","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"759c605","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b72e4c1","elType":"widget","settings":{"gallery_images":[{"id":462,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/1269208_855225341217363_6318936543302171151_o.jpg"},{"id":463,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/1519616_855275174545713_2720911518805123800_o.jpg"},{"id":467,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/1519703_855275084545722_2660516232090546269_o.jpg"},{"id":470,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/1912494_855224784550752_5608017874469836116_o.jpg"},{"id":471,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/1913333_855276164545614_4337248452302212035_o.jpg"},{"id":475,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10257782_855276041212293_8594134103598497467_o.jpg"},{"id":478,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10359109_855276121212285_2531439913004448451_o.jpg"},{"id":479,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10452963_855224807884083_745647136171542626_o.jpg"},{"id":483,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10497003_855275474545683_8469744013675861287_o.jpg"},{"id":484,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10668905_855275171212380_3224343574402168608_o.jpg"},{"id":487,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10845883_855275457879018_8637841740339371425_o.jpg"},{"id":489,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10857135_855225201217377_3876212746602082781_o.jpg"},{"id":493,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10857135_855225231217374_4040500918326906202_o.jpg"},{"id":498,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10955304_855224544550776_8084513899102679959_o.jpg"},{"id":499,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10991620_855275644545666_8036714502334711213_o.jpg"},{"id":501,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/10999330_855275714545659_2958782189333254927_o.jpg"},{"id":507,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11045403_855224931217404_609480534407241072_o.jpg"},{"id":509,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11045421_855224691217428_4433318342060500342_o.jpg"},{"id":514,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11048704_855276417878922_6470201803007321543_o.jpg"},{"id":517,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11053503_855275167879047_4837281768715780319_o.jpg"},{"id":520,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11053597_855275087879055_3678652592768092454_o.jpg"},{"id":525,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11054799_855275387879025_3301028643181319959_o.jpg"},{"id":527,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11057460_855276231212274_3973116267909948791_o.jpg"},{"id":531,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11060915_855275237879040_5828614163450472641_o.jpg"},{"id":534,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11074385_855275997878964_1117388007640448169_o.jpg"},{"id":536,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11079998_855224694550761_894757260749096559_o.jpg"},{"id":540,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11084020_855276141212283_4564263806498438144_o.jpg"},{"id":544,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11084150_855224671217430_7864267814037647992_o.jpg"},{"id":546,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11096440_855276287878935_726144120311426839_o.jpg"},{"id":550,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11096459_855275837878980_333900226093923760_o.jpg"},{"id":554,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11099772_855225361217361_4585421049670866687_o.jpg"},{"id":558,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11103088_855224974550733_6726998414571979175_o.jpg"},{"id":563,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11109144_855224927884071_8871834504503165008_o.jpg"},{"id":566,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11112859_855276201212277_3788542446542584_o.jpg"},{"id":569,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11113368_855275747878989_32269378692450609_o.jpg"},{"id":573,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11115613_855275667878997_826959001788018091_o.jpg"},{"id":575,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11115825_855276057878958_720396213739381194_o.jpg"},{"id":580,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11116482_855276261212271_1744772358966957242_o.jpg"},{"id":582,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11121765_855275614545669_7455344657795945215_o.jpg"},{"id":587,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11127217_855276601212237_7649344574817268592_o.jpg"},{"id":594,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11130395_855225177884046_1827503750838800463_o.jpg"},{"id":596,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11133982_856888151051082_8396634687653092624_o.jpg"},{"id":604,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134040_855276097878954_8618572216906667328_o.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":612,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11136224_855275807878983_6824450555536393779_o.jpg"},{"id":615,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11140180_855275934545637_3418059705785139684_o.jpg"},{"id":620,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11141757_855275984545632_8936323309978291983_o.jpg"},{"id":629,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11145135_855225091217388_1210113399969158915_o.jpg"},{"id":634,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11146370_855275241212373_685213943309901717_o.jpg"},{"id":636,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11147151_855276194545611_6722247568619484944_o.jpg"},{"id":637,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11148381_855225061217391_2850364637925340549_o.jpg"},{"id":641,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11148793_855275861212311_4146278737777549676_o.jpg"},{"id":645,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11148793_855275897878974_8607885143393978879_o.jpg"},{"id":649,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11149720_855276477878916_7444287568920675342_o.jpg"},{"id":651,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11149728_855224841217413_8090532542397694474_o.jpg"},{"id":654,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11149732_855275077879056_7030431060168314625_o.jpg"},{"id":661,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154770_855225464550684_4430082000442555338_o.jpg"},{"id":669,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154788_855275961212301_6257409887864895377_o.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":676,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154827_855276487878915_4921263248827668527_o.jpg"},{"id":681,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154838_855224547884109_5071959483511854736_o.jpg"},{"id":683,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154925_855275364545694_2353999694590714044_o.jpg"},{"id":687,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11155048_855225064550724_7442875929345843332_o.jpg"},{"id":692,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11155048_855275257879038_7681407338495984542_o.jpg"},{"id":696,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11157398_855225397884024_7086192732236517520_o.jpg"},{"id":699,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11163164_855276281212269_1487266608732915775_o.jpg"},{"id":700,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11164669_855224551217442_4715430380359741854_o.jpg"},{"id":704,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11168485_855275581212339_8271520241813636800_o.jpg"},{"id":708,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11168897_855275517879012_4546390662605346367_o.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1927, 116, '_wp_page_template', 'default'),
(1929, 116, '_elementor_data', '[{"id":"73395be6","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"4dc323d3","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5acdd0dd","elType":"widget","settings":{"editor":"<p>Conference\\u201916<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"2d07c60","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"70caa02","elType":"column","settings":{"_column_size":100},"elements":[{"id":"0596a2b","elType":"widget","settings":{"gallery_images":[{"id":491,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0002.jpg"},{"id":494,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0003.jpg"},{"id":497,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0004.jpg"},{"id":500,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0005.jpg"},{"id":504,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0006.jpg"},{"id":506,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0007.jpg"},{"id":510,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0008.jpg"},{"id":513,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0009.jpg"},{"id":515,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0010.jpg"},{"id":519,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0011.jpg"},{"id":522,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0013.jpg"},{"id":526,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0014.jpg"},{"id":529,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0017.jpg"},{"id":533,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0019.jpg"},{"id":535,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0023.jpg"},{"id":538,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0024.jpg"},{"id":542,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0026.jpg"},{"id":545,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0028.jpg"},{"id":547,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0029.jpg"},{"id":551,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0031.jpg"},{"id":553,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0032.jpg"},{"id":555,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0033.jpg"},{"id":559,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0036.jpg"},{"id":562,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0037.jpg"},{"id":564,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0038.jpg"},{"id":568,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0039.jpg"},{"id":571,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0040-e1462256682512.jpg"},{"id":574,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0041.jpg"},{"id":577,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0042.jpg"},{"id":581,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0043.jpg"},{"id":583,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0044.jpg"},{"id":588,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0045.jpg"},{"id":589,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0046-e1462256668617.jpg"},{"id":593,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0047.jpg"},{"id":597,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0048.jpg"},{"id":599,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0049.jpg"},{"id":602,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0050-e1462256657751.jpg"},{"id":605,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0052.jpg"},{"id":608,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0053.jpg"},{"id":611,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0054.jpg"},{"id":614,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0057.jpg"},{"id":617,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0058.jpg"},{"id":621,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0059.jpg"},{"id":622,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0060.jpg"},{"id":626,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0062.jpg"},{"id":628,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0065.jpg"},{"id":632,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0068.jpg"},{"id":635,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0071.jpg"},{"id":642,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0077.jpg"},{"id":644,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0114.jpg"},{"id":648,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0125.jpg"},{"id":653,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0130.jpg"},{"id":656,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0131.jpg"},{"id":659,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0132.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":664,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0169.jpg"},{"id":667,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0265.jpg"},{"id":670,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0273.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":674,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0315.jpg"},{"id":678,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0317.jpg"},{"id":680,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2097.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":688,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2183.jpg"},{"id":690,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2194.jpg"},{"id":693,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2214.jpg"},{"id":697,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2227.jpg"},{"id":703,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2307.jpg"},{"id":707,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2310.jpg"},{"id":711,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2381.jpg"},{"id":714,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_3896.jpg"},{"id":716,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_3898.jpg"},{"id":719,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_3915.jpg"},{"id":722,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_3942.jpg"},{"id":724,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_3944.jpg"},{"id":726,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_3950.jpg"},{"id":731,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_3974.jpg"},{"id":736,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4032.jpg"},{"id":741,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4040.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":750,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4074.jpg"},{"id":755,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4085.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1937, 125, '_wp_page_template', 'default'),
(1939, 125, '_elementor_data', '[{"id":"6cc5f289","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"21d8cbdc","elType":"column","settings":{"_column_size":100},"elements":[{"id":"60b0ca64","elType":"widget","settings":{"editor":"<p>Conference\\u201917<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"ed3880c","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"5b6e058","elType":"column","settings":{"_column_size":100},"elements":[{"id":"183ea35","elType":"widget","settings":{"gallery_images":[{"id":685,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF0990.jpg"},{"id":695,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF0992.jpg"},{"id":702,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF0993.jpg"},{"id":709,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF0994.jpg"},{"id":718,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF0995.jpg"},{"id":728,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF0996.jpg"},{"id":734,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1002.jpg"},{"id":743,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1004.jpg"},{"id":751,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1006.jpg"},{"id":759,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1008.jpg"},{"id":767,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1009.jpg"},{"id":774,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1011.jpg"},{"id":779,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1012.jpg"},{"id":784,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1015.jpg"},{"id":788,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1019.jpg"},{"id":791,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1021.jpg"},{"id":795,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1022.jpg"},{"id":797,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1025.jpg"},{"id":801,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1026.jpg"},{"id":804,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1027.jpg"},{"id":806,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1029.jpg"},{"id":809,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1030.jpg"},{"id":812,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1032.jpg"},{"id":816,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1035.jpg"},{"id":819,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1038.jpg"},{"id":822,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1039.jpg"},{"id":825,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1041.jpg"},{"id":828,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1044.jpg"},{"id":830,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSCF1046.jpg"},{"id":833,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7443.jpg"},{"id":836,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7451.jpg"},{"id":838,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7458.jpg"},{"id":844,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7465.jpg"},{"id":846,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7472.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":850,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7479.jpg"},{"id":852,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7495.jpg"},{"id":856,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7502.jpg"},{"id":858,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7511.jpg"},{"id":860,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7519.jpg"},{"id":863,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7525.jpg"},{"id":876,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7526.jpg"},{"id":882,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7532.jpg"},{"id":883,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7537.jpg"},{"id":886,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7544.jpg"},{"id":887,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7548.jpg"},{"id":888,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7554.jpg"},{"id":889,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7555.jpg"},{"id":890,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7560.jpg"},{"id":891,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7562.jpg"},{"id":892,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7565.jpg"},{"id":893,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7567.jpg"},{"id":894,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7572.jpg"},{"id":895,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7584.jpg"},{"id":896,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7594.jpg"},{"id":897,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7598.jpg"},{"id":898,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7599.jpg"},{"id":899,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7600.jpg"},{"id":900,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7602.jpg"},{"id":901,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7603.jpg"},{"id":902,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7606.jpg"},{"id":903,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7626.jpg"},{"id":904,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7627.jpg"},{"id":905,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7628.jpg"},{"id":906,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7629.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":908,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7633.jpg"},{"id":909,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7635.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":912,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7648.jpg"},{"id":913,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7649.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":915,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7658.jpg"},{"id":916,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7662.jpg"},{"id":917,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7664.jpg"},{"id":918,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7667.jpg"},{"id":919,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7676.jpg"},{"id":920,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7682.jpg"},{"id":921,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7687.jpg"},{"id":922,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5306.jpg"},{"id":923,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5318.jpg"},{"id":924,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5319.jpg"},{"id":925,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5334.jpg"},{"id":926,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5336.jpg"},{"id":928,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5338.jpg"},{"id":929,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5340.jpg"},{"id":930,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5341.jpg"},{"id":931,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5342.jpg"},{"id":932,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5351.jpg"},{"id":933,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5353.jpg"},{"id":934,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5354.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":936,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5362.jpg"},{"id":937,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5363.jpg"},{"id":938,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5365.jpg"},{"id":939,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5370.jpg"},{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":941,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5392.jpg"},{"id":942,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5397.jpg"},{"id":943,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5407.jpg"},{"id":944,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5424.jpg"},{"id":945,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5427.jpg"},{"id":946,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5449.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"},{"id":948,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5469.jpg"},{"id":949,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5474.jpg"},{"id":951,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5476.jpg"},{"id":952,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5485.jpg"},{"id":953,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5487.jpg"},{"id":954,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5489.jpg"},{"id":955,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5494.jpg"},{"id":956,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5511.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1947, 126, '_wp_page_template', 'default'),
(1949, 126, '_elementor_data', '[{"id":"43b2b524","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"3c62a937","elType":"column","settings":{"_column_size":100},"elements":[{"id":"7cb057c","elType":"widget","settings":{"editor":"<p>Conference\\u201918<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"76ef511","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"7053e16","elType":"column","settings":{"_column_size":100},"elements":[{"id":"703b96e","elType":"widget","settings":{"gallery_images":[{"id":725,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1839-1024x768.jpg"},{"id":727,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1842-1024x768.jpg"},{"id":730,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1846-1024x768.jpg"},{"id":735,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1856-1024x768.jpg"},{"id":740,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1870-1024x768.jpg"},{"id":742,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1874-1024x768.jpg"},{"id":745,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1897-1024x768.jpg"},{"id":749,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1902-1024x768.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":756,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1915-1024x768.jpg"},{"id":760,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1946-1024x768.jpg"},{"id":762,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6356-1024x682.jpg"},{"id":765,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6430-1024x682.jpg"},{"id":768,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6440-1024x682.jpg"},{"id":770,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6466-1024x682.jpg"},{"id":772,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6476-1024x682.jpg"},{"id":775,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6491-1024x575.jpg"},{"id":778,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6500-1024x682.jpg"},{"id":781,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6535-1024x682.jpg"},{"id":783,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6558-1024x683.jpg"},{"id":785,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_6623-1024x683.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1957, 127, '_wp_page_template', 'default'),
(1959, 127, '_elementor_data', '[{"id":"665cebc2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7f3df489","elType":"column","settings":{"_column_size":100},"elements":[{"id":"2b978521","elType":"widget","settings":{"editor":"<p>Conference\\u201919<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"141a3c6","elType":"section","settings":[],"elements":[{"id":"4d94ead","elType":"column","settings":{"_column_size":100},"elements":[{"id":"f14e84f","elType":"widget","settings":{"gallery_images":[{"id":1062,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/217A0519-min.jpg"},{"id":1063,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/217A0543-min.jpg"},{"id":1064,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija_Martynas_J-19-min.jpg"},{"id":1065,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija_Martynas_J-47-min.jpg"},{"id":1066,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija_Martynas_J-71-min.jpg"}],"thumbnail_size":"full","masonry":"yes"},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1967, 111, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1969, 111, '_elementor_data', '[{"id":"6e0531b9","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"4c8448","elType":"column","settings":{"_column_size":100},"elements":[{"id":"39a1666e","elType":"widget","settings":{"editor":"Conference\\u201911\\n","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"b44ac3b","elType":"section","settings":{"layout":"full_width"},"elements":[{"id":"c7982e8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8cfda0f","elType":"widget","settings":{"gallery_images":[{"id":361,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7329.jpg"},{"id":362,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7336.jpg"},{"id":363,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7338.jpg"},{"id":364,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7341.jpg"},{"id":365,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7347.jpg"},{"id":367,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7348.jpg"},{"id":368,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7358.jpg"},{"id":369,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7359.jpg"},{"id":370,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7368.jpg"},{"id":371,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7371.jpg"},{"id":372,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7372.jpg"},{"id":373,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7375.jpg"},{"id":374,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7380.jpg"},{"id":375,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7382.jpg"},{"id":376,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7384.jpg"},{"id":377,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7397.jpg"},{"id":378,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7399.jpg"},{"id":379,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7403.jpg"},{"id":380,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C7406.jpg"},{"id":381,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5151.jpg"},{"id":382,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5153.jpg"},{"id":383,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5154.jpg"},{"id":384,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5156.jpg"},{"id":385,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5157.jpg"},{"id":386,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5159.jpg"},{"id":387,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5164.jpg"},{"id":388,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5165.jpg"},{"id":389,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5167.jpg"},{"id":390,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5168.jpg"},{"id":391,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5184.jpg"},{"id":392,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5190.jpg"},{"id":393,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5198.jpg"},{"id":394,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5203.jpg"},{"id":395,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5217.jpg"},{"id":396,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5218.jpg"},{"id":397,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5233.jpg"},{"id":398,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5243.jpg"},{"id":399,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5256.jpg"},{"id":400,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5257.jpg"},{"id":401,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5261.jpg"},{"id":402,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5285.jpg"},{"id":403,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5290.jpg"},{"id":404,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5294.jpg"},{"id":405,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5295.jpg"},{"id":406,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5302.jpg"},{"id":407,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5307.jpg"},{"id":408,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5312.jpg"},{"id":409,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5331.jpg"},{"id":410,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5333.jpg"},{"id":411,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5360.jpg"},{"id":412,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_5366.jpg"},{"id":413,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0010.jpg"},{"id":414,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0013.jpg"},{"id":415,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0018.jpg"},{"id":416,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0030.jpg"},{"id":417,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0054.jpg"},{"id":419,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0069.jpg"}],"thumbnail_size":"full","masonry":"yes","columns":"5","add_overlay_icon":""},"elements":[],"widgetType":"oew-image-gallery"}],"isInner":false}],"isInner":false}]'),
(1978, 434, '_wp_attached_file', '2019/07/AN3C1450.jpg'),
(1979, 434, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1450.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1450-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1450-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1450-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1450-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334739781";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1980, 435, '_wp_attached_file', '2019/07/AN3C1463.jpg'),
(1981, 434, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1276992751029602;s:5:"bytes";i:6554;s:11:"size_before";i:209547;s:10:"size_after";i:202993;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5499999999999998;s:5:"bytes";i:503;s:11:"size_before";i:7682;s:10:"size_after";i:7179;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3499999999999996;s:5:"bytes";i:866;s:11:"size_before";i:16182;s:10:"size_after";i:15316;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:2168;s:11:"size_before";i:71217;s:10:"size_after";i:69049;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:3017;s:11:"size_before";i:114466;s:10:"size_after";i:111449;s:4:"time";d:0.029999999999999999;}}}'),
(1982, 435, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1463.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1463-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1463-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1463-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1463-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334740121";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"32";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1983, 436, '_wp_attached_file', '2019/07/AN3C1466.jpg'),
(1984, 435, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8267831149927218;s:5:"bytes";i:2913;s:11:"size_before";i:103050;s:10:"size_after";i:100137;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3099999999999996;s:5:"bytes";i:208;s:11:"size_before";i:4831;s:10:"size_after";i:4623;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:294;s:11:"size_before";i:9674;s:10:"size_after";i:9380;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.3500000000000001;s:5:"bytes";i:823;s:11:"size_before";i:35086;s:10:"size_after";i:34263;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9700000000000002;s:5:"bytes";i:1588;s:11:"size_before";i:53459;s:10:"size_after";i:51871;s:4:"time";d:0.040000000000000001;}}}'),
(1985, 436, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1466.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1466-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1466-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1466-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1466-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334740174";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"32";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1986, 436, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8867008909763294;s:5:"bytes";i:3700;s:11:"size_before";i:128174;s:10:"size_after";i:124474;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1799999999999997;s:5:"bytes";i:228;s:11:"size_before";i:5455;s:10:"size_after";i:5227;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8500000000000001;s:5:"bytes";i:304;s:11:"size_before";i:10673;s:10:"size_after";i:10369;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4399999999999999;s:5:"bytes";i:1054;s:11:"size_before";i:43122;s:10:"size_after";i:42068;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:2114;s:11:"size_before";i:68924;s:10:"size_after";i:66810;s:4:"time";d:0.029999999999999999;}}}'),
(1987, 437, '_wp_attached_file', '2019/07/AN3C1468.jpg'),
(1988, 437, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1468.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1468-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1468-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1468-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1468-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334740205";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"32";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1989, 437, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5363651537912935;s:5:"bytes";i:4661;s:11:"size_before";i:131802;s:10:"size_after";i:127141;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:260;s:11:"size_before";i:5483;s:10:"size_after";i:5223;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.77;s:5:"bytes";i:299;s:11:"size_before";i:10778;s:10:"size_after";i:10479;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2599999999999998;s:5:"bytes";i:1449;s:11:"size_before";i:44410;s:10:"size_after";i:42961;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:2653;s:11:"size_before";i:71131;s:10:"size_after";i:68478;s:4:"time";d:0.059999999999999998;}}}'),
(1990, 438, '_wp_attached_file', '2019/07/AN3C1482.jpg'),
(1991, 438, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1482.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1482-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1482-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1482-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1482-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334740619";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1992, 439, '_wp_attached_file', '2019/07/IMG_4612.jpg'),
(1993, 438, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1648643398303435;s:5:"bytes";i:5865;s:11:"size_before";i:185316;s:10:"size_after";i:179451;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0899999999999999;s:5:"bytes";i:542;s:11:"size_before";i:7644;s:10:"size_after";i:7102;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6699999999999999;s:5:"bytes";i:927;s:11:"size_before";i:16354;s:10:"size_after";i:15427;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7999999999999998;s:5:"bytes";i:1772;s:11:"size_before";i:63184;s:10:"size_after";i:61412;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6699999999999999;s:5:"bytes";i:2624;s:11:"size_before";i:98134;s:10:"size_after";i:95510;s:4:"time";d:0.040000000000000001;}}}'),
(1994, 440, '_wp_attached_file', '2019/07/AN3C1486-e1357642200575.jpg'),
(1995, 439, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4591;s:6:"height";i:3061;s:4:"file";s:20:"2019/07/IMG_4612.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4612-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4612-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4612-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4612-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366193542";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"180";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(1996, 440, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1486-e1357642200575.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1486-e1357642200575-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1486-e1357642200575-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1486-e1357642200575-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1486-e1357642200575-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(1997, 439, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5022821718100685;s:5:"bytes";i:5141;s:11:"size_before";i:146790;s:10:"size_after";i:141649;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.04;s:5:"bytes";i:396;s:11:"size_before";i:6551;s:10:"size_after";i:6155;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4699999999999998;s:5:"bytes";i:528;s:11:"size_before";i:11825;s:10:"size_after";i:11297;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.21;s:5:"bytes";i:1572;s:11:"size_before";i:48946;s:10:"size_after";i:47374;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3300000000000001;s:5:"bytes";i:2645;s:11:"size_before";i:79468;s:10:"size_after";i:76823;s:4:"time";d:0.029999999999999999;}}}'),
(1998, 440, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6114218011789427;s:5:"bytes";i:5356;s:11:"size_before";i:205099;s:10:"size_after";i:199743;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7400000000000002;s:5:"bytes";i:396;s:11:"size_before";i:6897;s:10:"size_after";i:6501;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:565;s:11:"size_before";i:13634;s:10:"size_after";i:13069;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5099999999999998;s:5:"bytes";i:2524;s:11:"size_before";i:100703;s:10:"size_after";i:98179;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.23;s:5:"bytes";i:1871;s:11:"size_before";i:83865;s:10:"size_after";i:81994;s:4:"time";d:0.050000000000000003;}}}'),
(1999, 441, '_wp_attached_file', '2019/07/AN3C1488.jpg'),
(2000, 442, '_wp_attached_file', '2019/07/IMG_4626.jpg'),
(2001, 441, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1488.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1488-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1488-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1488-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1488-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334740769";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2002, 442, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_4626.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4626-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4626-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4626-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4626-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366193828";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"300";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2003, 441, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1562546371865263;s:5:"bytes";i:4254;s:11:"size_before";i:134780;s:10:"size_after";i:130526;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3300000000000001;s:5:"bytes";i:243;s:11:"size_before";i:5610;s:10:"size_after";i:5367;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:360;s:11:"size_before";i:11525;s:10:"size_after";i:11165;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7000000000000002;s:5:"bytes";i:1218;s:11:"size_before";i:45185;s:10:"size_after";i:43967;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:2433;s:11:"size_before";i:72460;s:10:"size_after";i:70027;s:4:"time";d:0.040000000000000001;}}}'),
(2004, 442, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.733075284170134;s:5:"bytes";i:6036;s:11:"size_before";i:89647;s:10:"size_after";i:83611;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:227;s:11:"size_before";i:4656;s:10:"size_after";i:4429;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6200000000000001;s:5:"bytes";i:419;s:11:"size_before";i:7458;s:10:"size_after";i:7039;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.7999999999999998;s:5:"bytes";i:2018;s:11:"size_before";i:29677;s:10:"size_after";i:27659;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.0499999999999998;s:5:"bytes";i:3372;s:11:"size_before";i:47856;s:10:"size_after";i:44484;s:4:"time";d:0.02;}}}'),
(2005, 443, '_wp_attached_file', '2019/07/AN3C1493.jpg'),
(2013, 443, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1493.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1493-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1493-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1493-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1493-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334740858";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2014, 445, '_wp_attached_file', '2019/07/IMG_4630.jpg'),
(2015, 446, '_wp_attached_file', '2019/07/AN3C1503.jpg'),
(2016, 445, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_4630.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4630-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4630-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4630-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4630-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366193971";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"300";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2017, 446, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1503.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1503-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1503-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1503-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1503-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334741128";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2018, 443, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1568967745508925;s:5:"bytes";i:4503;s:11:"size_before";i:108326;s:10:"size_after";i:103823;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:150;s:11:"size_before";i:4368;s:10:"size_after";i:4218;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4900000000000002;s:5:"bytes";i:220;s:11:"size_before";i:8832;s:10:"size_after";i:8612;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9300000000000002;s:5:"bytes";i:1408;s:11:"size_before";i:35863;s:10:"size_after";i:34455;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5999999999999996;s:5:"bytes";i:2725;s:11:"size_before";i:59263;s:10:"size_after";i:56538;s:4:"time";d:0.029999999999999999;}}}'),
(2019, 445, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.4083396898042206;s:5:"bytes";i:6301;s:11:"size_before";i:98325;s:10:"size_after";i:92024;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:162;s:11:"size_before";i:4394;s:10:"size_after";i:4232;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0199999999999996;s:5:"bytes";i:294;s:11:"size_before";i:7311;s:10:"size_after";i:7017;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.1299999999999999;s:5:"bytes";i:2322;s:11:"size_before";i:32573;s:10:"size_after";i:30251;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.5199999999999996;s:5:"bytes";i:3523;s:11:"size_before";i:54047;s:10:"size_after";i:50524;s:4:"time";d:0.050000000000000003;}}}'),
(2020, 446, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2428644240570845;s:5:"bytes";i:3563;s:11:"size_before";i:109872;s:10:"size_after";i:106309;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:211;s:11:"size_before";i:4812;s:10:"size_after";i:4601;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:324;s:11:"size_before";i:9587;s:10:"size_after";i:9263;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:1080;s:11:"size_before";i:36894;s:10:"size_after";i:35814;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3300000000000001;s:5:"bytes";i:1948;s:11:"size_before";i:58579;s:10:"size_after";i:56631;s:4:"time";d:0.040000000000000001;}}}'),
(2021, 447, '_wp_attached_file', '2019/07/AN3C1512-e1357642231827.jpg'),
(2022, 447, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1512-e1357642231827.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1512-e1357642231827-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1512-e1357642231827-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1512-e1357642231827-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1512-e1357642231827-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2023, 448, '_wp_attached_file', '2019/07/IMG_4636.jpg'),
(2024, 449, '_wp_attached_file', '2019/07/IMG_5031.jpg'),
(2025, 450, '_wp_attached_file', '2019/07/AN3C1514-e1357642253911.jpg'),
(2026, 448, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_4636.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4636-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4636-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4636-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4636-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366194065";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"280";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2027, 449, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5031.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5031-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5031-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5031-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5031-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397642033";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"8";}}'),
(2028, 447, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9842244940870271;s:5:"bytes";i:7011;s:11:"size_before";i:175969;s:10:"size_after";i:168958;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7400000000000002;s:5:"bytes";i:185;s:11:"size_before";i:4944;s:10:"size_after";i:4759;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7799999999999998;s:5:"bytes";i:307;s:11:"size_before";i:11024;s:10:"size_after";i:10717;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:3847;s:11:"size_before";i:88192;s:10:"size_after";i:84345;s:4:"time";d:0.080000000000000002;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7200000000000002;s:5:"bytes";i:2672;s:11:"size_before";i:71809;s:10:"size_after";i:69137;s:4:"time";d:0.029999999999999999;}}}'),
(2029, 450, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1514-e1357642253911.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1514-e1357642253911-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1514-e1357642253911-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1514-e1357642253911-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1514-e1357642253911-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2030, 448, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.3003306687213074;s:5:"bytes";i:4953;s:11:"size_before";i:93447;s:10:"size_after";i:88494;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5700000000000003;s:5:"bytes";i:219;s:11:"size_before";i:4790;s:10:"size_after";i:4571;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:323;s:11:"size_before";i:7658;s:10:"size_after";i:7335;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3300000000000001;s:5:"bytes";i:1629;s:11:"size_before";i:30582;s:10:"size_after";i:28953;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5199999999999996;s:5:"bytes";i:2782;s:11:"size_before";i:50417;s:10:"size_after";i:47635;s:4:"time";d:0.02;}}}'),
(2031, 451, '_wp_attached_file', '2019/07/AN3C1524.jpg'),
(2032, 449, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0781380287034055;s:5:"bytes";i:6977;s:11:"size_before";i:226663;s:10:"size_after";i:219686;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9199999999999999;s:5:"bytes";i:575;s:11:"size_before";i:8304;s:10:"size_after";i:7729;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:857;s:11:"size_before";i:16886;s:10:"size_after";i:16029;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1000000000000001;s:5:"bytes";i:2407;s:11:"size_before";i:77732;s:10:"size_after";i:75325;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.54;s:5:"bytes";i:3138;s:11:"size_before";i:123741;s:10:"size_after";i:120603;s:4:"time";d:0.059999999999999998;}}}'),
(2033, 451, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1524.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1524-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1524-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1524-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1524-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334743101";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"34";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2034, 450, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8835475856108892;s:5:"bytes";i:7909;s:11:"size_before";i:203654;s:10:"size_after";i:195745;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3499999999999996;s:5:"bytes";i:342;s:11:"size_before";i:6392;s:10:"size_after";i:6050;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:490;s:11:"size_before";i:12551;s:10:"size_after";i:12061;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.98;s:5:"bytes";i:4040;s:11:"size_before";i:101626;s:10:"size_after";i:97586;s:4:"time";d:0.089999999999999997;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6600000000000001;s:5:"bytes";i:3037;s:11:"size_before";i:83085;s:10:"size_after";i:80048;s:4:"time";d:0.029999999999999999;}}}'),
(2035, 452, '_wp_attached_file', '2019/07/AN3C1528.jpg'),
(2036, 451, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6081857768960739;s:5:"bytes";i:5129;s:11:"size_before";i:142149;s:10:"size_after";i:137020;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0700000000000003;s:5:"bytes";i:292;s:11:"size_before";i:5764;s:10:"size_after";i:5472;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.9500000000000002;s:5:"bytes";i:334;s:11:"size_before";i:11313;s:10:"size_after";i:10979;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8500000000000001;s:5:"bytes";i:1333;s:11:"size_before";i:46765;s:10:"size_after";i:45432;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:3170;s:11:"size_before";i:78307;s:10:"size_after";i:75137;s:4:"time";d:0.050000000000000003;}}}'),
(2037, 452, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1528.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1528-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1528-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1528-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1528-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334743674";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2038, 453, '_wp_attached_file', '2019/07/IMG_4677.jpg'),
(2039, 454, '_wp_attached_file', '2019/07/IMG_5037.jpg'),
(2040, 455, '_wp_attached_file', '2019/07/AN3C1530-e1346051394226.jpg'),
(2041, 453, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_4677.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4677-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4677-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4677-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4677-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366195749";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"235";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:3:"0.1";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2042, 454, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5037.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5037-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5037-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5037-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5037-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397642250";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2043, 452, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9390782011566192;s:5:"bytes";i:5633;s:11:"size_before";i:143003;s:10:"size_after";i:137370;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0899999999999999;s:5:"bytes";i:271;s:11:"size_before";i:5321;s:10:"size_after";i:5050;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3399999999999999;s:5:"bytes";i:476;s:11:"size_before";i:10969;s:10:"size_after";i:10493;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:1696;s:11:"size_before";i:47852;s:10:"size_after";i:46156;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:3190;s:11:"size_before";i:78861;s:10:"size_after";i:75671;s:4:"time";d:0.029999999999999999;}}}'),
(2044, 455, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1530-e1346051394226.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1530-e1346051394226-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1530-e1346051394226-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1530-e1346051394226-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1530-e1346051394226-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2052, 457, '_wp_attached_file', '2019/07/AN3C1531-e1357642278669.jpg'),
(2053, 454, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5659608198392028;s:5:"bytes";i:2266;s:11:"size_before";i:88310;s:10:"size_after";i:86044;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3700000000000001;s:5:"bytes";i:215;s:11:"size_before";i:4923;s:10:"size_after";i:4708;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6200000000000001;s:5:"bytes";i:232;s:11:"size_before";i:8846;s:10:"size_after";i:8614;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.8200000000000001;s:5:"bytes";i:541;s:11:"size_before";i:29744;s:10:"size_after";i:29203;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8500000000000001;s:5:"bytes";i:1278;s:11:"size_before";i:44797;s:10:"size_after";i:43519;s:4:"time";d:0.029999999999999999;}}}'),
(2054, 453, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8530506231113106;s:5:"bytes";i:7714;s:11:"size_before";i:200205;s:10:"size_after";i:192491;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0899999999999999;s:5:"bytes";i:436;s:11:"size_before";i:7161;s:10:"size_after";i:6725;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9400000000000004;s:5:"bytes";i:761;s:11:"size_before";i:15417;s:10:"size_after";i:14656;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.77;s:5:"bytes";i:2550;s:11:"size_before";i:67708;s:10:"size_after";i:65158;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6099999999999999;s:5:"bytes";i:3967;s:11:"size_before";i:109919;s:10:"size_after";i:105952;s:4:"time";d:0.040000000000000001;}}}'),
(2055, 455, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0664074137958073;s:5:"bytes";i:6462;s:11:"size_before";i:127546;s:10:"size_after";i:121084;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9100000000000001;s:5:"bytes";i:207;s:11:"size_before";i:4220;s:10:"size_after";i:4013;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:271;s:11:"size_before";i:8533;s:10:"size_after";i:8262;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3300000000000001;s:5:"bytes";i:3373;s:11:"size_before";i:63335;s:10:"size_after";i:59962;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.0700000000000003;s:5:"bytes";i:2611;s:11:"size_before";i:51458;s:10:"size_after";i:48847;s:4:"time";d:0.050000000000000003;}}}'),
(2056, 457, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1531-e1357642278669.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1531-e1357642278669-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1531-e1357642278669-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1531-e1357642278669-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1531-e1357642278669-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2057, 458, '_wp_attached_file', '2019/07/AN3C1532-e1357642298285.jpg'),
(2058, 459, '_wp_attached_file', '2019/07/IMG_4695.jpg'),
(2059, 460, '_wp_attached_file', '2019/07/IMG_5041.jpg'),
(2060, 457, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4794141716285241;s:5:"bytes";i:7398;s:11:"size_before";i:212622;s:10:"size_after";i:205224;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.04;s:5:"bytes";i:400;s:11:"size_before";i:6621;s:10:"size_after";i:6221;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3899999999999997;s:5:"bytes";i:567;s:11:"size_before";i:12904;s:10:"size_after";i:12337;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4100000000000001;s:5:"bytes";i:3603;s:11:"size_before";i:105696;s:10:"size_after";i:102093;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:2828;s:11:"size_before";i:87401;s:10:"size_after";i:84573;s:4:"time";d:0.029999999999999999;}}}'),
(2061, 458, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1532-e1357642298285.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1532-e1357642298285-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1532-e1357642298285-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1532-e1357642298285-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1532-e1357642298285-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2062, 459, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4785;s:6:"height";i:3190;s:4:"file";s:20:"2019/07/IMG_4695.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4695-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4695-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4695-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4695-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366196182";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"150";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2063, 460, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5041.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5041-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5041-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5041-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5041-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397642462";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2064, 461, '_wp_attached_file', '2019/07/IMG_5053.jpg'),
(2065, 458, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7995536208359462;s:5:"bytes";i:6071;s:11:"size_before";i:216856;s:10:"size_after";i:210785;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0499999999999998;s:5:"bytes";i:421;s:11:"size_before";i:6954;s:10:"size_after";i:6533;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0800000000000001;s:5:"bytes";i:544;s:11:"size_before";i:13335;s:10:"size_after";i:12791;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6699999999999999;s:5:"bytes";i:2866;s:11:"size_before";i:107518;s:10:"size_after";i:104652;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.52;s:5:"bytes";i:2240;s:11:"size_before";i:89049;s:10:"size_after";i:86809;s:4:"time";d:0.029999999999999999;}}}'),
(2066, 459, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.4857008031931098;s:5:"bytes";i:5580;s:11:"size_before";i:101719;s:10:"size_after";i:96139;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4699999999999998;s:5:"bytes";i:284;s:11:"size_before";i:5188;s:10:"size_after";i:4904;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:399;s:11:"size_before";i:8716;s:10:"size_after";i:8317;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:1765;s:11:"size_before";i:33497;s:10:"size_after";i:31732;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.7699999999999996;s:5:"bytes";i:3132;s:11:"size_before";i:54318;s:10:"size_after";i:51186;s:4:"time";d:0.029999999999999999;}}}'),
(2067, 460, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9377875729807061;s:5:"bytes";i:3799;s:11:"size_before";i:129315;s:10:"size_after";i:125516;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5300000000000002;s:5:"bytes";i:307;s:11:"size_before";i:5556;s:10:"size_after";i:5249;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9700000000000002;s:5:"bytes";i:450;s:11:"size_before";i:11342;s:10:"size_after";i:10892;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6299999999999999;s:5:"bytes";i:1153;s:11:"size_before";i:43900;s:10:"size_after";i:42747;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7599999999999998;s:5:"bytes";i:1889;s:11:"size_before";i:68517;s:10:"size_after";i:66628;s:4:"time";d:0.029999999999999999;}}}'),
(2068, 462, '_wp_attached_file', '2019/07/1269208_855225341217363_6318936543302171151_o.jpg'),
(2069, 462, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/1269208_855225341217363_6318936543302171151_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"1269208_855225341217363_6318936543302171151_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"1269208_855225341217363_6318936543302171151_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"1269208_855225341217363_6318936543302171151_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"1269208_855225341217363_6318936543302171151_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2070, 461, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5053.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5053-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5053-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5053-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5053-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397643815";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2071, 463, '_wp_attached_file', '2019/07/1519616_855275174545713_2720911518805123800_o.jpg'),
(2072, 464, '_wp_attached_file', '2019/07/AN3C1546.jpg'),
(2073, 463, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/1519616_855275174545713_2720911518805123800_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"1519616_855275174545713_2720911518805123800_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"1519616_855275174545713_2720911518805123800_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"1519616_855275174545713_2720911518805123800_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"1519616_855275174545713_2720911518805123800_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2074, 464, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1546.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1546-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1546-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1546-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1546-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334744797";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2075, 465, '_wp_attached_file', '2019/07/IMG_4705.jpg'),
(2076, 461, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9736298827429803;s:5:"bytes";i:5848;s:11:"size_before";i:196662;s:10:"size_after";i:190814;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8700000000000001;s:5:"bytes";i:530;s:11:"size_before";i:7713;s:10:"size_after";i:7183;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.7300000000000004;s:5:"bytes";i:939;s:11:"size_before";i:16390;s:10:"size_after";i:15451;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9500000000000002;s:5:"bytes";i:1987;s:11:"size_before";i:67435;s:10:"size_after";i:65448;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.2799999999999998;s:5:"bytes";i:2392;s:11:"size_before";i:105124;s:10:"size_after";i:102732;s:4:"time";d:0.080000000000000002;}}}'),
(2077, 462, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7977979668344086;s:5:"bytes";i:4142;s:11:"size_before";i:148045;s:10:"size_after";i:143903;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4000000000000004;s:5:"bytes";i:314;s:11:"size_before";i:5812;s:10:"size_after";i:5498;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7800000000000002;s:5:"bytes";i:599;s:11:"size_before";i:12538;s:10:"size_after";i:11939;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5600000000000001;s:5:"bytes";i:1298;s:11:"size_before";i:50616;s:10:"size_after";i:49318;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4399999999999999;s:5:"bytes";i:1931;s:11:"size_before";i:79079;s:10:"size_after";i:77148;s:4:"time";d:0.040000000000000001;}}}'),
(2078, 463, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6697606051347265;s:5:"bytes";i:3233;s:11:"size_before";i:121097;s:10:"size_after";i:117864;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0999999999999996;s:5:"bytes";i:215;s:11:"size_before";i:5241;s:10:"size_after";i:5026;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:370;s:11:"size_before";i:10958;s:10:"size_after";i:10588;s:4:"time";d:0.040000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.3900000000000001;s:5:"bytes";i:994;s:11:"size_before";i:41518;s:10:"size_after";i:40524;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:1654;s:11:"size_before";i:63380;s:10:"size_after";i:61726;s:4:"time";d:0.050000000000000003;}}}'),
(2079, 466, '_wp_attached_file', '2019/07/AN3C1555-e1357642314527.jpg'),
(2080, 464, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6265382243237685;s:5:"bytes";i:6174;s:11:"size_before";i:170245;s:10:"size_after";i:164071;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7699999999999996;s:5:"bytes";i:357;s:11:"size_before";i:6183;s:10:"size_after";i:5826;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:646;s:11:"size_before";i:13635;s:10:"size_after";i:12989;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:2022;s:11:"size_before";i:57756;s:10:"size_after";i:55734;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3999999999999999;s:5:"bytes";i:3149;s:11:"size_before";i:92671;s:10:"size_after";i:89522;s:4:"time";d:0.029999999999999999;}}}'),
(2081, 467, '_wp_attached_file', '2019/07/1519703_855275084545722_2660516232090546269_o.jpg'),
(2082, 465, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4375;s:6:"height";i:2917;s:4:"file";s:20:"2019/07/IMG_4705.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4705-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4705-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4705-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4705-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366196425";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2083, 466, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1555-e1357642314527.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1555-e1357642314527-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1555-e1357642314527-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1555-e1357642314527-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1555-e1357642314527-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2084, 467, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/1519703_855275084545722_2660516232090546269_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"1519703_855275084545722_2660516232090546269_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"1519703_855275084545722_2660516232090546269_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"1519703_855275084545722_2660516232090546269_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"1519703_855275084545722_2660516232090546269_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2085, 468, '_wp_attached_file', '2019/07/IMG_5055.jpg'),
(2086, 469, '_wp_attached_file', '2019/07/AN3C1567.jpg'),
(2087, 465, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.5921571885514894;s:5:"bytes";i:6731;s:11:"size_before";i:120365;s:10:"size_after";i:113634;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1600000000000001;s:5:"bytes";i:217;s:11:"size_before";i:5216;s:10:"size_after";i:4999;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:332;s:11:"size_before";i:9434;s:10:"size_after";i:9102;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.2400000000000002;s:5:"bytes";i:2072;s:11:"size_before";i:39534;s:10:"size_after";i:37462;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.21;s:5:"bytes";i:4110;s:11:"size_before";i:66181;s:10:"size_after";i:62071;s:4:"time";d:0.059999999999999998;}}}'),
(2088, 468, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5055.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5055-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5055-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5055-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5055-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397643855";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2089, 467, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.111201142930252;s:5:"bytes";i:4794;s:11:"size_before";i:93794;s:10:"size_after";i:89000;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.8100000000000001;s:5:"bytes";i:111;s:11:"size_before";i:3948;s:10:"size_after";i:3837;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:234;s:11:"size_before";i:7698;s:10:"size_after";i:7464;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.71;s:5:"bytes";i:1496;s:11:"size_before";i:31780;s:10:"size_after";i:30284;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.8600000000000003;s:5:"bytes";i:2953;s:11:"size_before";i:50368;s:10:"size_after";i:47415;s:4:"time";d:0.029999999999999999;}}}'),
(2090, 469, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1567.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1567-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1567-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1567-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1567-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334745487";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:3:"0.1";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2091, 470, '_wp_attached_file', '2019/07/1912494_855224784550752_5608017874469836116_o.jpg'),
(2092, 466, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0734605157641495;s:5:"bytes";i:7721;s:11:"size_before";i:189544;s:10:"size_after";i:181823;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1399999999999997;s:5:"bytes";i:328;s:11:"size_before";i:6380;s:10:"size_after";i:6052;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:411;s:11:"size_before";i:11769;s:10:"size_after";i:11358;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.3300000000000001;s:5:"bytes";i:4094;s:11:"size_before";i:94462;s:10:"size_after";i:90368;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.75;s:5:"bytes";i:2888;s:11:"size_before";i:76933;s:10:"size_after";i:74045;s:4:"time";d:0.040000000000000001;}}}'),
(2093, 470, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/1912494_855224784550752_5608017874469836116_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"1912494_855224784550752_5608017874469836116_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"1912494_855224784550752_5608017874469836116_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"1912494_855224784550752_5608017874469836116_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"1912494_855224784550752_5608017874469836116_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2094, 468, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1579836190154524;s:5:"bytes";i:3366;s:11:"size_before";i:106587;s:10:"size_after";i:103221;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9700000000000002;s:5:"bytes";i:197;s:11:"size_before";i:4966;s:10:"size_after";i:4769;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.1400000000000001;s:5:"bytes";i:198;s:11:"size_before";i:9245;s:10:"size_after";i:9047;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.46;s:5:"bytes";i:884;s:11:"size_before";i:35868;s:10:"size_after";i:34984;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:2087;s:11:"size_before";i:56508;s:10:"size_after";i:54421;s:4:"time";d:0.050000000000000003;}}}'),
(2095, 471, '_wp_attached_file', '2019/07/1913333_855276164545614_4337248452302212035_o.jpg'),
(2096, 472, '_wp_attached_file', '2019/07/IMG_4731.jpg'),
(2097, 473, '_wp_attached_file', '2019/07/AN3C1568.jpg'),
(2098, 469, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.0263679556967999;s:5:"bytes";i:2576;s:11:"size_before";i:127124;s:10:"size_after";i:124548;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:300;s:11:"size_before";i:6218;s:10:"size_after";i:5918;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.25;s:5:"bytes";i:389;s:11:"size_before";i:11977;s:10:"size_after";i:11588;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.55;s:5:"bytes";i:677;s:11:"size_before";i:43602;s:10:"size_after";i:42925;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.8500000000000001;s:5:"bytes";i:1210;s:11:"size_before";i:65327;s:10:"size_after";i:64117;s:4:"time";d:0.029999999999999999;}}}'),
(2099, 471, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/1913333_855276164545614_4337248452302212035_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"1913333_855276164545614_4337248452302212035_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"1913333_855276164545614_4337248452302212035_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"1913333_855276164545614_4337248452302212035_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"1913333_855276164545614_4337248452302212035_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2100, 473, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1568.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1568-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1568-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1568-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1568-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334745496";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2101, 470, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9877869531521419;s:5:"bytes";i:4472;s:11:"size_before";i:149676;s:10:"size_after";i:145204;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6500000000000004;s:5:"bytes";i:367;s:11:"size_before";i:6490;s:10:"size_after";i:6123;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:580;s:11:"size_before";i:12852;s:10:"size_after";i:12272;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8700000000000001;s:5:"bytes";i:1464;s:11:"size_before";i:51050;s:10:"size_after";i:49586;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6000000000000001;s:5:"bytes";i:2061;s:11:"size_before";i:79284;s:10:"size_after";i:77223;s:4:"time";d:0.040000000000000001;}}}'),
(2102, 472, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4957;s:6:"height";i:3305;s:4:"file";s:20:"2019/07/IMG_4731.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4731-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4731-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4731-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4731-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366197224";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"170";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2110, 471, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0082567535201505;s:5:"bytes";i:3973;s:11:"size_before";i:79329;s:10:"size_after";i:75356;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:125;s:11:"size_before";i:3718;s:10:"size_after";i:3593;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.1400000000000001;s:5:"bytes";i:139;s:11:"size_before";i:6499;s:10:"size_after";i:6360;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:1246;s:11:"size_before";i:26291;s:10:"size_after";i:25045;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.75;s:5:"bytes";i:2463;s:11:"size_before";i:42821;s:10:"size_after";i:40358;s:4:"time";d:0.029999999999999999;}}}'),
(2111, 475, '_wp_attached_file', '2019/07/10257782_855276041212293_8594134103598497467_o.jpg'),
(2112, 476, '_wp_attached_file', '2019/07/AN3C1572.jpg'),
(2113, 475, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10257782_855276041212293_8594134103598497467_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10257782_855276041212293_8594134103598497467_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10257782_855276041212293_8594134103598497467_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10257782_855276041212293_8594134103598497467_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10257782_855276041212293_8594134103598497467_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2114, 472, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.2246880845576884;s:5:"bytes";i:6855;s:11:"size_before";i:110126;s:10:"size_after";i:103271;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1600000000000001;s:5:"bytes";i:296;s:11:"size_before";i:5737;s:10:"size_after";i:5441;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6799999999999997;s:5:"bytes";i:453;s:11:"size_before";i:9687;s:10:"size_after";i:9234;s:4:"time";d:0.040000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.0499999999999998;s:5:"bytes";i:2208;s:11:"size_before";i:36510;s:10:"size_after";i:34302;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.7000000000000002;s:5:"bytes";i:3898;s:11:"size_before";i:58192;s:10:"size_after";i:54294;s:4:"time";d:0.029999999999999999;}}}'),
(2115, 477, '_wp_attached_file', '2019/07/IMG_5059.jpg'),
(2116, 478, '_wp_attached_file', '2019/07/10359109_855276121212285_2531439913004448451_o.jpg'),
(2117, 476, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1572.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1572-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1572-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1572-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1572-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334746785";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2118, 473, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5771485313430924;s:5:"bytes";i:4467;s:11:"size_before";i:124876;s:10:"size_after";i:120409;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:258;s:11:"size_before";i:5312;s:10:"size_after";i:5054;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:451;s:11:"size_before";i:10856;s:10:"size_after";i:10405;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:1420;s:11:"size_before";i:42739;s:10:"size_after";i:41319;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:2338;s:11:"size_before";i:65969;s:10:"size_after";i:63631;s:4:"time";d:0.040000000000000001;}}}'),
(2119, 478, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10359109_855276121212285_2531439913004448451_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10359109_855276121212285_2531439913004448451_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10359109_855276121212285_2531439913004448451_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10359109_855276121212285_2531439913004448451_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10359109_855276121212285_2531439913004448451_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2120, 479, '_wp_attached_file', '2019/07/10452963_855224807884083_745647136171542626_o.jpg'),
(2121, 477, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5059.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5059-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5059-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5059-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5059-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397643956";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2122, 480, '_wp_attached_file', '2019/07/IMG_4814.jpg'),
(2123, 479, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/10452963_855224807884083_745647136171542626_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"10452963_855224807884083_745647136171542626_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"10452963_855224807884083_745647136171542626_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"10452963_855224807884083_745647136171542626_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"10452963_855224807884083_745647136171542626_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2124, 481, '_wp_attached_file', '2019/07/AN3C1576.jpg'),
(2125, 478, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.5782224155429887;s:5:"bytes";i:4537;s:11:"size_before";i:68970;s:10:"size_after";i:64433;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:148;s:11:"size_before";i:3266;s:10:"size_after";i:3118;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:158;s:11:"size_before";i:6047;s:10:"size_after";i:5889;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.0999999999999996;s:5:"bytes";i:1411;s:11:"size_before";i:23135;s:10:"size_after";i:21724;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.7199999999999998;s:5:"bytes";i:2820;s:11:"size_before";i:36522;s:10:"size_after";i:33702;s:4:"time";d:0.029999999999999999;}}}'),
(2126, 476, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2650851829226903;s:5:"bytes";i:5027;s:11:"size_before";i:117864;s:10:"size_after";i:112837;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3700000000000001;s:5:"bytes";i:279;s:11:"size_before";i:5191;s:10:"size_after";i:4912;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:459;s:11:"size_before";i:10686;s:10:"size_after";i:10227;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0700000000000003;s:5:"bytes";i:1627;s:11:"size_before";i:39975;s:10:"size_after";i:38348;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.29;s:5:"bytes";i:2662;s:11:"size_before";i:62012;s:10:"size_after";i:59350;s:4:"time";d:0.059999999999999998;}}}'),
(2127, 482, '_wp_attached_file', '2019/07/IMG_5061.jpg'),
(2128, 483, '_wp_attached_file', '2019/07/10497003_855275474545683_8469744013675861287_o.jpg'),
(2129, 481, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1576.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1576-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1576-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1576-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1576-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334746903";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2130, 483, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10497003_855275474545683_8469744013675861287_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10497003_855275474545683_8469744013675861287_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10497003_855275474545683_8469744013675861287_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10497003_855275474545683_8469744013675861287_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10497003_855275474545683_8469744013675861287_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2131, 480, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5021;s:6:"height";i:3347;s:4:"file";s:20:"2019/07/IMG_4814.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4814-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4814-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4814-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4814-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366202112";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"180";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2132, 477, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.2620008003709655;s:5:"bytes";i:3561;s:11:"size_before";i:157427;s:10:"size_after";i:153866;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9100000000000001;s:5:"bytes";i:299;s:11:"size_before";i:6091;s:10:"size_after";i:5792;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2000000000000002;s:5:"bytes";i:571;s:11:"size_before";i:13585;s:10:"size_after";i:13014;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1099999999999999;s:5:"bytes";i:1144;s:11:"size_before";i:54096;s:10:"size_after";i:52952;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.8500000000000001;s:5:"bytes";i:1547;s:11:"size_before";i:83655;s:10:"size_after";i:82108;s:4:"time";d:0.050000000000000003;}}}'),
(2133, 479, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6342467436716634;s:5:"bytes";i:3430;s:11:"size_before";i:130208;s:10:"size_after";i:126778;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.21;s:5:"bytes";i:305;s:11:"size_before";i:5856;s:10:"size_after";i:5551;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:448;s:11:"size_before";i:11749;s:10:"size_after";i:11301;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.3599999999999999;s:5:"bytes";i:1046;s:11:"size_before";i:44327;s:10:"size_after";i:43281;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3900000000000001;s:5:"bytes";i:1631;s:11:"size_before";i:68276;s:10:"size_after";i:66645;s:4:"time";d:0.029999999999999999;}}}'),
(2134, 475, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6226313372336816;s:5:"bytes";i:7257;s:11:"size_before";i:200324;s:10:"size_after";i:193067;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0099999999999998;s:5:"bytes";i:580;s:11:"size_before";i:8279;s:10:"size_after";i:7699;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:953;s:11:"size_before";i:16924;s:10:"size_after";i:15971;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:2393;s:11:"size_before";i:67970;s:10:"size_after";i:65577;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:3331;s:11:"size_before";i:107151;s:10:"size_after";i:103820;s:4:"time";d:0.040000000000000001;}}}'),
(2135, 484, '_wp_attached_file', '2019/07/10668905_855275171212380_3224343574402168608_o.jpg'),
(2136, 482, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5061.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5061-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5061-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5061-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5061-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397644019";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2137, 484, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10668905_855275171212380_3224343574402168608_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10668905_855275171212380_3224343574402168608_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10668905_855275171212380_3224343574402168608_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10668905_855275171212380_3224343574402168608_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10668905_855275171212380_3224343574402168608_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2138, 485, '_wp_attached_file', '2019/07/AN3C1577.jpg'),
(2139, 486, '_wp_attached_file', '2019/07/IMG_4821.jpg'),
(2140, 487, '_wp_attached_file', '2019/07/10845883_855275457879018_8637841740339371425_o.jpg'),
(2141, 483, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0114275967934505;s:5:"bytes";i:4414;s:11:"size_before";i:146575;s:10:"size_after";i:142161;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8499999999999996;s:5:"bytes";i:375;s:11:"size_before";i:6414;s:10:"size_after";i:6039;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9400000000000004;s:5:"bytes";i:639;s:11:"size_before";i:12937;s:10:"size_after";i:12298;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8500000000000001;s:5:"bytes";i:1422;s:11:"size_before";i:49834;s:10:"size_after";i:48412;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5600000000000001;s:5:"bytes";i:1978;s:11:"size_before";i:77390;s:10:"size_after";i:75412;s:4:"time";d:0.050000000000000003;}}}'),
(2142, 487, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10845883_855275457879018_8637841740339371425_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10845883_855275457879018_8637841740339371425_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10845883_855275457879018_8637841740339371425_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10845883_855275457879018_8637841740339371425_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10845883_855275457879018_8637841740339371425_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2143, 480, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.1376295593005779;s:5:"bytes";i:7217;s:11:"size_before";i:101112;s:10:"size_after";i:93895;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5199999999999996;s:5:"bytes";i:287;s:11:"size_before";i:5200;s:10:"size_after";i:4913;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1799999999999997;s:5:"bytes";i:454;s:11:"size_before";i:8769;s:10:"size_after";i:8315;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.25;s:5:"bytes";i:2411;s:11:"size_before";i:33274;s:10:"size_after";i:30863;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.5499999999999998;s:5:"bytes";i:4065;s:11:"size_before";i:53869;s:10:"size_after";i:49804;s:4:"time";d:0.040000000000000001;}}}'),
(2144, 485, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1577.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1577-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1577-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1577-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1577-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334746917";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2145, 481, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8873921926700055;s:5:"bytes";i:4300;s:11:"size_before";i:110614;s:10:"size_after";i:106314;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9399999999999999;s:5:"bytes";i:192;s:11:"size_before";i:4875;s:10:"size_after";i:4683;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:344;s:11:"size_before";i:9626;s:10:"size_after";i:9282;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:1336;s:11:"size_before";i:37254;s:10:"size_after";i:35918;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.1299999999999999;s:5:"bytes";i:2428;s:11:"size_before";i:58859;s:10:"size_after";i:56431;s:4:"time";d:0.029999999999999999;}}}'),
(2146, 488, '_wp_attached_file', '2019/07/IMG_5062.jpg'),
(2147, 482, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.9920478412133453;s:5:"bytes";i:2485;s:11:"size_before";i:124746;s:10:"size_after";i:122261;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:206;s:11:"size_before";i:4975;s:10:"size_after";i:4769;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.27;s:5:"bytes";i:245;s:11:"size_before";i:10811;s:10:"size_after";i:10566;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.5600000000000001;s:5:"bytes";i:663;s:11:"size_before";i:42440;s:10:"size_after";i:41777;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0600000000000001;s:5:"bytes";i:1371;s:11:"size_before";i:66520;s:10:"size_after";i:65149;s:4:"time";d:0.040000000000000001;}}}'),
(2148, 484, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5887643772381557;s:5:"bytes";i:5582;s:11:"size_before";i:155541;s:10:"size_after";i:149959;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0800000000000001;s:5:"bytes";i:409;s:11:"size_before";i:6728;s:10:"size_after";i:6319;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:536;s:11:"size_before";i:12684;s:10:"size_after";i:12148;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:1781;s:11:"size_before";i:51948;s:10:"size_after";i:50167;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3900000000000001;s:5:"bytes";i:2856;s:11:"size_before";i:84181;s:10:"size_after";i:81325;s:4:"time";d:0.040000000000000001;}}}'),
(2149, 486, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_4821.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4821-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4821-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4821-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4821-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366202610";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"300";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2150, 489, '_wp_attached_file', '2019/07/10857135_855225201217377_3876212746602082781_o.jpg'),
(2151, 490, '_wp_attached_file', '2019/07/AN3C1579.jpg'),
(2152, 489, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10857135_855225201217377_3876212746602082781_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10857135_855225201217377_3876212746602082781_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10857135_855225201217377_3876212746602082781_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10857135_855225201217377_3876212746602082781_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10857135_855225201217377_3876212746602082781_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2153, 488, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5062.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5062-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5062-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5062-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5062-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397644145";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2154, 491, '_wp_attached_file', '2019/07/DSC0002.jpg'),
(2155, 485, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0740669414166311;s:5:"bytes";i:4231;s:11:"size_before";i:103852;s:10:"size_after";i:99621;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:193;s:11:"size_before";i:4650;s:10:"size_after";i:4457;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.29;s:5:"bytes";i:300;s:11:"size_before";i:9119;s:10:"size_after";i:8819;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.98;s:5:"bytes";i:1403;s:11:"size_before";i:35218;s:10:"size_after";i:33815;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2599999999999998;s:5:"bytes";i:2335;s:11:"size_before";i:54865;s:10:"size_after";i:52530;s:4:"time";d:0.040000000000000001;}}}'),
(2156, 491, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0002.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0002-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0002-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0002-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0002-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460716827";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2157, 487, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3877354129399233;s:5:"bytes";i:6742;s:11:"size_before";i:199012;s:10:"size_after";i:192270;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.2000000000000002;s:5:"bytes";i:558;s:11:"size_before";i:7748;s:10:"size_after";i:7190;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.7699999999999996;s:5:"bytes";i:958;s:11:"size_before";i:16612;s:10:"size_after";i:15654;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:2357;s:11:"size_before";i:67778;s:10:"size_after";i:65421;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6800000000000002;s:5:"bytes";i:2869;s:11:"size_before";i:106874;s:10:"size_after";i:104005;s:4:"time";d:0.029999999999999999;}}}'),
(2158, 490, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1579.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1579-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1579-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1579-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1579-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334746949";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2159, 492, '_wp_attached_file', '2019/07/IMG_4826.jpg'),
(2160, 493, '_wp_attached_file', '2019/07/10857135_855225231217374_4040500918326906202_o.jpg'),
(2161, 486, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.0360757633026747;s:5:"bytes";i:5749;s:11:"size_before";i:95244;s:10:"size_after";i:89495;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7300000000000004;s:5:"bytes";i:217;s:11:"size_before";i:4589;s:10:"size_after";i:4372;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1600000000000001;s:5:"bytes";i:425;s:11:"size_before";i:8244;s:10:"size_after";i:7819;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.8399999999999999;s:5:"bytes";i:1860;s:11:"size_before";i:31869;s:10:"size_after";i:30009;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.4199999999999999;s:5:"bytes";i:3247;s:11:"size_before";i:50542;s:10:"size_after";i:47295;s:4:"time";d:0.02;}}}'),
(2162, 494, '_wp_attached_file', '2019/07/DSC0003.jpg'),
(2163, 495, '_wp_attached_file', '2019/07/IMG_5065-e1398170126999.jpg'),
(2164, 494, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0003.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0003-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0003-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0003-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0003-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460717538";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"180";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2165, 493, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10857135_855225231217374_4040500918326906202_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10857135_855225231217374_4040500918326906202_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10857135_855225231217374_4040500918326906202_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10857135_855225231217374_4040500918326906202_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10857135_855225231217374_4040500918326906202_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2166, 489, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5268647903955919;s:5:"bytes";i:3584;s:11:"size_before";i:101620;s:10:"size_after";i:98036;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4400000000000004;s:5:"bytes";i:222;s:11:"size_before";i:5000;s:10:"size_after";i:4778;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0600000000000001;s:5:"bytes";i:274;s:11:"size_before";i:8940;s:10:"size_after";i:8666;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1899999999999999;s:5:"bytes";i:1082;s:11:"size_before";i:33963;s:10:"size_after";i:32881;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:2006;s:11:"size_before";i:53717;s:10:"size_after";i:51711;s:4:"time";d:0.029999999999999999;}}}'),
(2167, 496, '_wp_attached_file', '2019/07/AN3C1581.jpg'),
(2168, 492, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4650;s:6:"height";i:3100;s:4:"file";s:20:"2019/07/IMG_4826.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4826-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4826-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4826-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4826-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366202846";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"180";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2169, 497, '_wp_attached_file', '2019/07/DSC0004.jpg'),
(2170, 498, '_wp_attached_file', '2019/07/10955304_855224544550776_8084513899102679959_o.jpg'),
(2171, 497, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0004.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0004-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0004-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0004-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0004-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460717556";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2172, 498, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10955304_855224544550776_8084513899102679959_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10955304_855224544550776_8084513899102679959_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10955304_855224544550776_8084513899102679959_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10955304_855224544550776_8084513899102679959_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10955304_855224544550776_8084513899102679959_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2173, 495, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5065-e1398170126999.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5065-e1398170126999-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5065-e1398170126999-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5065-e1398170126999-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5065-e1398170126999-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2174, 488, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.428803660665904;s:5:"bytes";i:4034;s:11:"size_before";i:166090;s:10:"size_after";i:162056;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7699999999999996;s:5:"bytes";i:387;s:11:"size_before";i:6712;s:10:"size_after";i:6325;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:650;s:11:"size_before";i:14448;s:10:"size_after";i:13798;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1400000000000001;s:5:"bytes";i:1224;s:11:"size_before";i:57121;s:10:"size_after";i:55897;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.02;s:5:"bytes";i:1773;s:11:"size_before";i:87809;s:10:"size_after";i:86036;s:4:"time";d:0.029999999999999999;}}}'),
(2175, 490, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9589031118556419;s:5:"bytes";i:4875;s:11:"size_before";i:164757;s:10:"size_after";i:159882;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:333;s:11:"size_before";i:6555;s:10:"size_after";i:6222;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:550;s:11:"size_before";i:13568;s:10:"size_after";i:13018;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7400000000000002;s:5:"bytes";i:1541;s:11:"size_before";i:56200;s:10:"size_after";i:54659;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.77;s:5:"bytes";i:2451;s:11:"size_before";i:88434;s:10:"size_after";i:85983;s:4:"time";d:0.040000000000000001;}}}'),
(2176, 491, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.5513906589699378;s:5:"bytes";i:16291;s:11:"size_before";i:293458;s:10:"size_after";i:277167;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8899999999999997;s:5:"bytes";i:623;s:11:"size_before";i:9039;s:10:"size_after";i:8416;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.4800000000000004;s:5:"bytes";i:1400;s:11:"size_before";i:21598;s:10:"size_after";i:20198;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.6799999999999997;s:5:"bytes";i:5833;s:11:"size_before";i:102707;s:10:"size_after";i:96874;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:8435;s:11:"size_before";i:160114;s:10:"size_after";i:151679;s:4:"time";d:0.050000000000000003;}}}'),
(2177, 496, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1581.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1581-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1581-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1581-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1581-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334746957";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2178, 499, '_wp_attached_file', '2019/07/10991620_855275644545666_8036714502334711213_o.jpg'),
(2179, 499, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10991620_855275644545666_8036714502334711213_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10991620_855275644545666_8036714502334711213_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10991620_855275644545666_8036714502334711213_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10991620_855275644545666_8036714502334711213_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10991620_855275644545666_8036714502334711213_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2180, 493, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7369227021195144;s:5:"bytes";i:3932;s:11:"size_before";i:143665;s:10:"size_after";i:139733;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:305;s:11:"size_before";i:6095;s:10:"size_after";i:5790;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:519;s:11:"size_before";i:12633;s:10:"size_after";i:12114;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.3199999999999998;s:5:"bytes";i:1123;s:11:"size_before";i:48490;s:10:"size_after";i:47367;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6000000000000001;s:5:"bytes";i:1985;s:11:"size_before";i:76447;s:10:"size_after";i:74462;s:4:"time";d:0.029999999999999999;}}}'),
(2181, 500, '_wp_attached_file', '2019/07/DSC0005.jpg'),
(2182, 492, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.2352967747764021;s:5:"bytes";i:6407;s:11:"size_before";i:88552;s:10:"size_after";i:82145;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5199999999999996;s:5:"bytes";i:199;s:11:"size_before";i:4405;s:10:"size_after";i:4206;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2300000000000004;s:5:"bytes";i:378;s:11:"size_before";i:7224;s:10:"size_after";i:6846;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.0800000000000001;s:5:"bytes";i:2014;s:11:"size_before";i:28450;s:10:"size_after";i:26436;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.8700000000000001;s:5:"bytes";i:3816;s:11:"size_before";i:48473;s:10:"size_after";i:44657;s:4:"time";d:0.029999999999999999;}}}'),
(2183, 500, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0005.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0005-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0005-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0005-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0005-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460717565";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2184, 498, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.212667540217546;s:5:"bytes";i:4070;s:11:"size_before";i:126686;s:10:"size_after";i:122616;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8899999999999997;s:5:"bytes";i:245;s:11:"size_before";i:5013;s:10:"size_after";i:4768;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2999999999999998;s:5:"bytes";i:352;s:11:"size_before";i:10661;s:10:"size_after";i:10309;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:1244;s:11:"size_before";i:42754;s:10:"size_after";i:41510;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.27;s:5:"bytes";i:2229;s:11:"size_before";i:68258;s:10:"size_after";i:66029;s:4:"time";d:0.029999999999999999;}}}'),
(2185, 501, '_wp_attached_file', '2019/07/10999330_855275714545659_2958782189333254927_o.jpg'),
(2186, 502, '_wp_attached_file', '2019/07/IMG_4832.jpg'),
(2187, 501, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/10999330_855275714545659_2958782189333254927_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"10999330_855275714545659_2958782189333254927_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"10999330_855275714545659_2958782189333254927_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"10999330_855275714545659_2958782189333254927_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"10999330_855275714545659_2958782189333254927_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2188, 503, '_wp_attached_file', '2019/07/AN3C1586.jpg'),
(2189, 504, '_wp_attached_file', '2019/07/DSC0006.jpg'),
(2190, 494, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2555549010052109;s:5:"bytes";i:6079;s:11:"size_before";i:186727;s:10:"size_after";i:180648;s:4:"time";d:0.72000000000000008;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7999999999999998;s:5:"bytes";i:417;s:11:"size_before";i:7186;s:10:"size_after";i:6769;s:4:"time";d:0.63;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:689;s:11:"size_before";i:14108;s:10:"size_after";i:13419;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:2074;s:11:"size_before";i:64036;s:10:"size_after";i:61962;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:2899;s:11:"size_before";i:101397;s:10:"size_after";i:98498;s:4:"time";d:0.050000000000000003;}}}'),
(2191, 505, '_wp_attached_file', '2019/07/IMG_5069.jpg'),
(2192, 496, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8598989507641948;s:5:"bytes";i:3617;s:11:"size_before";i:126473;s:10:"size_after";i:122856;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3099999999999996;s:5:"bytes";i:321;s:11:"size_before";i:6045;s:10:"size_after";i:5724;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.71;s:5:"bytes";i:439;s:11:"size_before";i:11817;s:10:"size_after";i:11378;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4100000000000001;s:5:"bytes";i:1029;s:11:"size_before";i:42751;s:10:"size_after";i:41722;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7799999999999998;s:5:"bytes";i:1828;s:11:"size_before";i:65860;s:10:"size_after";i:64032;s:4:"time";d:0.029999999999999999;}}}'),
(2193, 504, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0006.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0006-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0006-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0006-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0006-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460717584";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2194, 495, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1493173719822236;s:5:"bytes";i:8291;s:11:"size_before";i:199816;s:10:"size_after";i:191525;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9100000000000001;s:5:"bytes";i:204;s:11:"size_before";i:5216;s:10:"size_after";i:5012;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:333;s:11:"size_before";i:10160;s:10:"size_after";i:9827;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:4306;s:11:"size_before";i:101735;s:10:"size_after";i:97429;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.1699999999999999;s:5:"bytes";i:3448;s:11:"size_before";i:82705;s:10:"size_after";i:79257;s:4:"time";d:0.029999999999999999;}}}'),
(2195, 497, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2232258204009705;s:5:"bytes";i:5963;s:11:"size_before";i:185001;s:10:"size_after";i:179038;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5800000000000001;s:5:"bytes";i:380;s:11:"size_before";i:6808;s:10:"size_after";i:6428;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:692;s:11:"size_before";i:13837;s:10:"size_after";i:13145;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";i:3;s:5:"bytes";i:1895;s:11:"size_before";i:63079;s:10:"size_after";i:61184;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.96;s:5:"bytes";i:2996;s:11:"size_before";i:101277;s:10:"size_after";i:98281;s:4:"time";d:0.050000000000000003;}}}'),
(2196, 499, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9340437121771767;s:5:"bytes";i:3932;s:11:"size_before";i:134013;s:10:"size_after";i:130081;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2300000000000004;s:5:"bytes";i:311;s:11:"size_before";i:5951;s:10:"size_after";i:5640;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.25;s:5:"bytes";i:486;s:11:"size_before";i:11442;s:10:"size_after";i:10956;s:4:"time";d:0.040000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7000000000000002;s:5:"bytes";i:1213;s:11:"size_before";i:44981;s:10:"size_after";i:43768;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6800000000000002;s:5:"bytes";i:1922;s:11:"size_before";i:71639;s:10:"size_after";i:69717;s:4:"time";d:0.040000000000000001;}}}'),
(2197, 503, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1586.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1586-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1586-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1586-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1586-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747095";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2198, 500, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.220901408896879;s:5:"bytes";i:4067;s:11:"size_before";i:126269;s:10:"size_after";i:122202;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0599999999999996;s:5:"bytes";i:197;s:11:"size_before";i:4854;s:10:"size_after";i:4657;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.21;s:5:"bytes";i:312;s:11:"size_before";i:9706;s:10:"size_after";i:9394;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.96;s:5:"bytes";i:1263;s:11:"size_before";i:42641;s:10:"size_after";i:41378;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:2295;s:11:"size_before";i:69068;s:10:"size_after";i:66773;s:4:"time";d:0.089999999999999997;}}}'),
(2199, 506, '_wp_attached_file', '2019/07/DSC0007.jpg'),
(2200, 507, '_wp_attached_file', '2019/07/11045403_855224931217404_609480534407241072_o.jpg'),
(2201, 502, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_4832.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4832-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4832-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4832-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4832-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366203077";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:2:"30";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:16:"0.16666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2202, 506, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0007.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0007-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0007-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0007-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0007-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460717615";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:4:"1800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2203, 507, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/11045403_855224931217404_609480534407241072_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"11045403_855224931217404_609480534407241072_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"11045403_855224931217404_609480534407241072_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"11045403_855224931217404_609480534407241072_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"11045403_855224931217404_609480534407241072_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2204, 505, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5069.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5069-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5069-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5069-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5069-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397644364";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2205, 508, '_wp_attached_file', '2019/07/AN3C1597.jpg'),
(2206, 501, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7682053747929687;s:5:"bytes";i:4145;s:11:"size_before";i:149736;s:10:"size_after";i:145591;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4199999999999999;s:5:"bytes";i:360;s:11:"size_before";i:6642;s:10:"size_after";i:6282;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4100000000000001;s:5:"bytes";i:601;s:11:"size_before";i:13614;s:10:"size_after";i:13013;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:1325;s:11:"size_before";i:50768;s:10:"size_after";i:49443;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3599999999999999;s:5:"bytes";i:1859;s:11:"size_before";i:78712;s:10:"size_after";i:76853;s:4:"time";d:0.029999999999999999;}}}'),
(2207, 510, '_wp_attached_file', '2019/07/DSC0008.jpg'),
(2208, 509, '_wp_attached_file', '2019/07/11045421_855224691217428_4433318342060500342_o.jpg'),
(2209, 510, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0008.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0008-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0008-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0008-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0008-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460717627";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2210, 509, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11045421_855224691217428_4433318342060500342_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11045421_855224691217428_4433318342060500342_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11045421_855224691217428_4433318342060500342_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11045421_855224691217428_4433318342060500342_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11045421_855224691217428_4433318342060500342_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2211, 511, '_wp_attached_file', '2019/07/IMG_5074-e1398170164935.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2212, 512, '_wp_attached_file', '2019/07/IMG_4871.jpg'),
(2213, 504, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3718498480648744;s:5:"bytes";i:7208;s:11:"size_before";i:164873;s:10:"size_after";i:157665;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:263;s:11:"size_before";i:4860;s:10:"size_after";i:4597;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6299999999999999;s:5:"bytes";i:535;s:11:"size_before";i:11560;s:10:"size_after";i:11025;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5199999999999996;s:5:"bytes";i:2575;s:11:"size_before";i:57016;s:10:"size_after";i:54441;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.1900000000000004;s:5:"bytes";i:3835;s:11:"size_before";i:91437;s:10:"size_after";i:87602;s:4:"time";d:0.029999999999999999;}}}'),
(2214, 503, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1620965304484674;s:5:"bytes";i:6068;s:11:"size_before";i:191898;s:10:"size_after";i:185830;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0499999999999998;s:5:"bytes";i:450;s:11:"size_before";i:7435;s:10:"size_after";i:6985;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2400000000000002;s:5:"bytes";i:821;s:11:"size_before";i:15673;s:10:"size_after";i:14852;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0499999999999998;s:5:"bytes";i:2011;s:11:"size_before";i:65844;s:10:"size_after";i:63833;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.71;s:5:"bytes";i:2786;s:11:"size_before";i:102946;s:10:"size_after";i:100160;s:4:"time";d:0.040000000000000001;}}}'),
(2215, 513, '_wp_attached_file', '2019/07/DSC0009.jpg'),
(2216, 508, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1597.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1597-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1597-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1597-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1597-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747412";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2217, 513, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0009.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0009-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0009-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0009-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0009-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460717636";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"900";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2218, 506, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0341236573225046;s:5:"bytes";i:5559;s:11:"size_before";i:183216;s:10:"size_after";i:177657;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4400000000000004;s:5:"bytes";i:366;s:11:"size_before";i:6723;s:10:"size_after";i:6357;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4500000000000002;s:5:"bytes";i:864;s:11:"size_before";i:15847;s:10:"size_after";i:14983;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:1927;s:11:"size_before";i:63348;s:10:"size_after";i:61421;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4700000000000002;s:5:"bytes";i:2402;s:11:"size_before";i:97298;s:10:"size_after";i:94896;s:4:"time";d:0.040000000000000001;}}}'),
(2219, 505, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.0854301702967106;s:5:"bytes";i:2590;s:11:"size_before";i:124195;s:10:"size_after";i:121605;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:243;s:11:"size_before";i:5370;s:10:"size_after";i:5127;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:340;s:11:"size_before";i:10847;s:10:"size_after";i:10507;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.5900000000000001;s:5:"bytes";i:674;s:11:"size_before";i:42364;s:10:"size_after";i:41690;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0299999999999998;s:5:"bytes";i:1333;s:11:"size_before";i:65614;s:10:"size_after";i:64281;s:4:"time";d:0.029999999999999999;}}}'),
(2220, 507, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3399924753461603;s:5:"bytes";i:6303;s:11:"size_before";i:188713;s:10:"size_after";i:182410;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.7300000000000004;s:5:"bytes";i:486;s:11:"size_before";i:7224;s:10:"size_after";i:6738;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2300000000000004;s:5:"bytes";i:800;s:11:"size_before";i:15290;s:10:"size_after";i:14490;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.27;s:5:"bytes";i:2096;s:11:"size_before";i:64128;s:10:"size_after";i:62032;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:2921;s:11:"size_before";i:102071;s:10:"size_after";i:99150;s:4:"time";d:0.059999999999999998;}}}'),
(2221, 514, '_wp_attached_file', '2019/07/11048704_855276417878922_6470201803007321543_o.jpg'),
(2222, 514, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11048704_855276417878922_6470201803007321543_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11048704_855276417878922_6470201803007321543_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11048704_855276417878922_6470201803007321543_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11048704_855276417878922_6470201803007321543_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11048704_855276417878922_6470201803007321543_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2223, 515, '_wp_attached_file', '2019/07/DSC0010.jpg'),
(2224, 512, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4209;s:6:"height";i:2806;s:4:"file";s:20:"2019/07/IMG_4871.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4871-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4871-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4871-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4871-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366204406";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2225, 509, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8920011380694031;s:5:"bytes";i:3967;s:11:"size_before";i:101927;s:10:"size_after";i:97960;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5700000000000003;s:5:"bytes";i:192;s:11:"size_before";i:4202;s:10:"size_after";i:4010;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6099999999999999;s:5:"bytes";i:314;s:11:"size_before";i:8698;s:10:"size_after";i:8384;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6400000000000001;s:5:"bytes";i:1267;s:11:"size_before";i:34777;s:10:"size_after";i:33510;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.04;s:5:"bytes";i:2194;s:11:"size_before";i:54250;s:10:"size_after";i:52056;s:4:"time";d:0.029999999999999999;}}}'),
(2226, 515, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0010.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0010-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0010-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0010-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0010-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460717676";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:4:"1100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2227, 516, '_wp_attached_file', '2019/07/AN3C1599.jpg'),
(2228, 517, '_wp_attached_file', '2019/07/11053503_855275167879047_4837281768715780319_o.jpg'),
(2229, 511, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5074-e1398170164935.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5074-e1398170164935-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5074-e1398170164935-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5074-e1398170164935-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5074-e1398170164935-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2230, 502, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5906818861871566;s:5:"bytes";i:7320;s:11:"size_before";i:203861;s:10:"size_after";i:196541;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9500000000000002;s:5:"bytes";i:571;s:11:"size_before";i:8216;s:10:"size_after";i:7645;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2400000000000002;s:5:"bytes";i:1089;s:11:"size_before";i:17453;s:10:"size_after";i:16364;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4700000000000002;s:5:"bytes";i:2449;s:11:"size_before";i:70503;s:10:"size_after";i:68054;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.98;s:5:"bytes";i:3211;s:11:"size_before";i:107689;s:10:"size_after";i:104478;s:4:"time";d:0.029999999999999999;}}}'),
(2231, 517, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11053503_855275167879047_4837281768715780319_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11053503_855275167879047_4837281768715780319_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11053503_855275167879047_4837281768715780319_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11053503_855275167879047_4837281768715780319_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11053503_855275167879047_4837281768715780319_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2232, 508, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1963822125450125;s:5:"bytes";i:4964;s:11:"size_before";i:95528;s:10:"size_after";i:90564;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7799999999999998;s:5:"bytes";i:159;s:11:"size_before";i:4205;s:10:"size_after";i:4046;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2000000000000002;s:5:"bytes";i:267;s:11:"size_before";i:8331;s:10:"size_after";i:8064;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.9299999999999997;s:5:"bytes";i:1589;s:11:"size_before";i:32242;s:10:"size_after";i:30653;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.8099999999999996;s:5:"bytes";i:2949;s:11:"size_before";i:50750;s:10:"size_after";i:47801;s:4:"time";d:0.029999999999999999;}}}'),
(2240, 510, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6107852438695023;s:5:"bytes";i:3770;s:11:"size_before";i:144401;s:10:"size_after";i:140631;s:4:"time";d:0.31999999999999995;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6100000000000003;s:5:"bytes";i:332;s:11:"size_before";i:5919;s:10:"size_after";i:5587;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:443;s:11:"size_before";i:11629;s:10:"size_after";i:11186;s:4:"time";d:0.20999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4500000000000002;s:5:"bytes";i:1207;s:11:"size_before";i:49335;s:10:"size_after";i:48128;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3100000000000001;s:5:"bytes";i:1788;s:11:"size_before";i:77518;s:10:"size_after";i:75730;s:4:"time";d:0.040000000000000001;}}}'),
(2241, 513, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3381902280213303;s:5:"bytes";i:3670;s:11:"size_before";i:156959;s:10:"size_after";i:153289;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5199999999999996;s:5:"bytes";i:376;s:11:"size_before";i:6808;s:10:"size_after";i:6432;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:669;s:11:"size_before";i:13895;s:10:"size_after";i:13226;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1699999999999999;s:5:"bytes";i:1171;s:11:"size_before";i:54080;s:10:"size_after";i:52909;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.77;s:5:"bytes";i:1454;s:11:"size_before";i:82176;s:10:"size_after";i:80722;s:4:"time";d:0.040000000000000001;}}}'),
(2242, 516, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1599.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1599-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1599-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1599-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1599-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747447";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2243, 519, '_wp_attached_file', '2019/07/DSC0011.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2244, 519, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0011.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0011-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0011-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0011-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0011-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460718285";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"48";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2245, 514, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8897420829897236;s:5:"bytes";i:7877;s:11:"size_before";i:202507;s:10:"size_after";i:194630;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:6;s:5:"bytes";i:445;s:11:"size_before";i:7420;s:10:"size_after";i:6975;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8099999999999996;s:5:"bytes";i:964;s:11:"size_before";i:16586;s:10:"size_after";i:15622;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:2842;s:11:"size_before";i:69176;s:10:"size_after";i:66334;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:3626;s:11:"size_before";i:109325;s:10:"size_after";i:105699;s:4:"time";d:0.040000000000000001;}}}'),
(2246, 512, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9153639494419501;s:5:"bytes";i:4343;s:11:"size_before";i:110922;s:10:"size_after";i:106579;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:145;s:11:"size_before";i:4662;s:10:"size_after";i:4517;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.04;s:5:"bytes";i:178;s:11:"size_before";i:8730;s:10:"size_after";i:8552;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:1122;s:11:"size_before";i:36598;s:10:"size_after";i:35476;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7599999999999998;s:5:"bytes";i:2898;s:11:"size_before";i:60932;s:10:"size_after";i:58034;s:4:"time";d:0.029999999999999999;}}}'),
(2247, 520, '_wp_attached_file', '2019/07/11053597_855275087879055_3678652592768092454_o.jpg'),
(2248, 521, '_wp_attached_file', '2019/07/IMG_5082.jpg'),
(2249, 517, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.1065422855038669;s:5:"bytes";i:4975;s:11:"size_before";i:81470;s:10:"size_after";i:76495;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7999999999999998;s:5:"bytes";i:228;s:11:"size_before";i:3930;s:10:"size_after";i:3702;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:310;s:11:"size_before";i:7349;s:10:"size_after";i:7039;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.46;s:5:"bytes";i:1501;s:11:"size_before";i:27504;s:10:"size_after";i:26003;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.8799999999999999;s:5:"bytes";i:2936;s:11:"size_before";i:42687;s:10:"size_after";i:39751;s:4:"time";d:0.029999999999999999;}}}'),
(2250, 520, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11053597_855275087879055_3678652592768092454_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11053597_855275087879055_3678652592768092454_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11053597_855275087879055_3678652592768092454_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11053597_855275087879055_3678652592768092454_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11053597_855275087879055_3678652592768092454_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2251, 515, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5521854312556438;s:5:"bytes";i:5940;s:11:"size_before";i:167221;s:10:"size_after";i:161281;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.25;s:5:"bytes";i:402;s:11:"size_before";i:6434;s:10:"size_after";i:6032;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6200000000000001;s:5:"bytes";i:633;s:11:"size_before";i:13690;s:10:"size_after";i:13057;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:1929;s:11:"size_before";i:57276;s:10:"size_after";i:55347;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3100000000000001;s:5:"bytes";i:2976;s:11:"size_before";i:89821;s:10:"size_after";i:86845;s:4:"time";d:0.040000000000000001;}}}'),
(2252, 511, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5532263212627284;s:5:"bytes";i:6902;s:11:"size_before";i:194246;s:10:"size_after";i:187344;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6200000000000001;s:5:"bytes";i:352;s:11:"size_before";i:6262;s:10:"size_after";i:5910;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:470;s:11:"size_before";i:11448;s:10:"size_after";i:10978;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4700000000000002;s:5:"bytes";i:3354;s:11:"size_before";i:96678;s:10:"size_after";i:93324;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4100000000000001;s:5:"bytes";i:2726;s:11:"size_before";i:79858;s:10:"size_after";i:77132;s:4:"time";d:0.040000000000000001;}}}'),
(2253, 522, '_wp_attached_file', '2019/07/DSC0013.jpg'),
(2254, 522, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0013.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0013-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0013-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0013-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0013-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460718297";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"48";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2255, 523, '_wp_attached_file', '2019/07/IMG_4917.jpg'),
(2256, 524, '_wp_attached_file', '2019/07/AN3C1600.jpg'),
(2257, 516, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1779903430284446;s:5:"bytes";i:5555;s:11:"size_before";i:174796;s:10:"size_after";i:169241;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7300000000000004;s:5:"bytes";i:407;s:11:"size_before";i:7105;s:10:"size_after";i:6698;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8399999999999999;s:5:"bytes";i:724;s:11:"size_before";i:14944;s:10:"size_after";i:14220;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.25;s:5:"bytes";i:1956;s:11:"size_before";i:60146;s:10:"size_after";i:58190;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6699999999999999;s:5:"bytes";i:2468;s:11:"size_before";i:92601;s:10:"size_after";i:90133;s:4:"time";d:0.029999999999999999;}}}'),
(2258, 525, '_wp_attached_file', '2019/07/11054799_855275387879025_3301028643181319959_o.jpg'),
(2259, 521, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5082.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5082-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5082-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5082-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5082-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397644855";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2260, 525, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11054799_855275387879025_3301028643181319959_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11054799_855275387879025_3301028643181319959_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11054799_855275387879025_3301028643181319959_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11054799_855275387879025_3301028643181319959_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11054799_855275387879025_3301028643181319959_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2261, 526, '_wp_attached_file', '2019/07/DSC0014.jpg'),
(2262, 524, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1600.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1600-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1600-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1600-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1600-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747466";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2263, 526, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0014.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0014-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0014-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0014-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0014-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460718522";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"48";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2264, 520, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1512434294801004;s:5:"bytes";i:4699;s:11:"size_before";i:113195;s:10:"size_after";i:108496;s:4:"time";d:0.17999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:221;s:11:"size_before";i:4491;s:10:"size_after";i:4270;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:338;s:11:"size_before";i:9504;s:10:"size_after";i:9166;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0099999999999998;s:5:"bytes";i:1535;s:11:"size_before";i:38314;s:10:"size_after";i:36779;s:4:"time";d:0.13;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2800000000000002;s:5:"bytes";i:2605;s:11:"size_before";i:60886;s:10:"size_after";i:58281;s:4:"time";d:0.029999999999999999;}}}'),
(2265, 523, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_4917.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4917-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4917-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4917-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4917-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366208296";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"160";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2266, 527, '_wp_attached_file', '2019/07/11057460_855276231212274_3973116267909948791_o.jpg'),
(2267, 528, '_wp_attached_file', '2019/07/IMG_5087-e1398170173439.jpg'),
(2268, 527, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11057460_855276231212274_3973116267909948791_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11057460_855276231212274_3973116267909948791_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11057460_855276231212274_3973116267909948791_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11057460_855276231212274_3973116267909948791_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11057460_855276231212274_3973116267909948791_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2269, 529, '_wp_attached_file', '2019/07/DSC0017.jpg'),
(2270, 522, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0147927747199486;s:5:"bytes";i:11899;s:11:"size_before";i:237278;s:10:"size_after";i:225379;s:4:"time";d:0.40999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.2599999999999998;s:5:"bytes";i:634;s:11:"size_before";i:8727;s:10:"size_after";i:8093;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.7400000000000002;s:5:"bytes";i:1320;s:11:"size_before";i:19593;s:10:"size_after";i:18273;s:4:"time";d:0.32000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.96;s:5:"bytes";i:4117;s:11:"size_before";i:82946;s:10:"size_after";i:78829;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.6200000000000001;s:5:"bytes";i:5828;s:11:"size_before";i:126012;s:10:"size_after";i:120184;s:4:"time";d:0.050000000000000003;}}}'),
(2271, 529, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0017.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0017-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0017-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0017-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0017-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"7.1";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460718552";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"48";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2272, 525, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.3757958513041695;s:5:"bytes";i:4967;s:11:"size_before";i:77904;s:10:"size_after";i:72937;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:164;s:11:"size_before";i:3764;s:10:"size_after";i:3600;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.7799999999999998;s:5:"bytes";i:237;s:11:"size_before";i:6269;s:10:"size_after";i:6032;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.1200000000000001;s:5:"bytes";i:1570;s:11:"size_before";i:25655;s:10:"size_after";i:24085;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.0999999999999996;s:5:"bytes";i:2996;s:11:"size_before";i:42216;s:10:"size_after";i:39220;s:4:"time";d:0.02;}}}'),
(2273, 530, '_wp_attached_file', '2019/07/AN3C1602.jpg'),
(2274, 531, '_wp_attached_file', '2019/07/11060915_855275237879040_5828614163450472641_o.jpg'),
(2275, 524, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6455332523476214;s:5:"bytes";i:4116;s:11:"size_before";i:155583;s:10:"size_after";i:151467;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9000000000000004;s:5:"bytes";i:391;s:11:"size_before";i:6624;s:10:"size_after";i:6233;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.96;s:5:"bytes";i:712;s:11:"size_before";i:14346;s:10:"size_after";i:13634;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.52;s:5:"bytes";i:1349;s:11:"size_before";i:53529;s:10:"size_after";i:52180;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0499999999999998;s:5:"bytes";i:1664;s:11:"size_before";i:81084;s:10:"size_after";i:79420;s:4:"time";d:0.070000000000000007;}}}'),
(2276, 531, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11060915_855275237879040_5828614163450472641_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11060915_855275237879040_5828614163450472641_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11060915_855275237879040_5828614163450472641_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11060915_855275237879040_5828614163450472641_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11060915_855275237879040_5828614163450472641_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2277, 532, '_wp_attached_file', '2019/07/IMG_4929.jpg'),
(2278, 533, '_wp_attached_file', '2019/07/DSC0019.jpg'),
(2279, 521, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8691342802266853;s:5:"bytes";i:4840;s:11:"size_before";i:168692;s:10:"size_after";i:163852;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6600000000000001;s:5:"bytes";i:515;s:11:"size_before";i:7727;s:10:"size_after";i:7212;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:713;s:11:"size_before";i:14825;s:10:"size_after";i:14112;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7599999999999998;s:5:"bytes";i:1591;s:11:"size_before";i:57687;s:10:"size_after";i:56096;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.2799999999999998;s:5:"bytes";i:2021;s:11:"size_before";i:88453;s:10:"size_after";i:86432;s:4:"time";d:0.029999999999999999;}}}'),
(2280, 519, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.738621206539551;s:5:"bytes";i:18070;s:11:"size_before";i:314884;s:10:"size_after";i:296814;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4900000000000002;s:5:"bytes";i:573;s:11:"size_before";i:8825;s:10:"size_after";i:8252;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.0899999999999999;s:5:"bytes";i:1514;s:11:"size_before";i:21367;s:10:"size_after";i:19853;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.8399999999999999;s:5:"bytes";i:6356;s:11:"size_before";i:108866;s:10:"size_after";i:102510;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.4800000000000004;s:5:"bytes";i:9627;s:11:"size_before";i:175826;s:10:"size_after";i:166199;s:4:"time";d:0.050000000000000003;}}}'),
(2281, 523, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.0935912465806954;s:5:"bytes";i:7261;s:11:"size_before";i:102360;s:10:"size_after";i:95099;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9900000000000002;s:5:"bytes";i:245;s:11:"size_before";i:4913;s:10:"size_after";i:4668;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7599999999999998;s:5:"bytes";i:399;s:11:"size_before";i:8387;s:10:"size_after";i:7988;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.96;s:5:"bytes";i:2342;s:11:"size_before";i:33635;s:10:"size_after";i:31293;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.71;s:5:"bytes";i:4275;s:11:"size_before";i:55425;s:10:"size_after";i:51150;s:4:"time";d:0.029999999999999999;}}}'),
(2282, 533, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0019.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0019-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0019-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0019-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0019-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460718760";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"30";s:3:"iso";s:3:"220";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2283, 528, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5087-e1398170173439.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5087-e1398170173439-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5087-e1398170173439-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5087-e1398170173439-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5087-e1398170173439-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2284, 530, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1602.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1602-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1602-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1602-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1602-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747492";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2285, 526, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2413512413512411;s:5:"bytes";i:12878;s:11:"size_before";i:245700;s:10:"size_after";i:232822;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.2199999999999998;s:5:"bytes";i:623;s:11:"size_before";i:8629;s:10:"size_after";i:8006;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.6699999999999999;s:5:"bytes";i:1338;s:11:"size_before";i:20075;s:10:"size_after";i:18737;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:4504;s:11:"size_before";i:85469;s:10:"size_after";i:80965;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:6413;s:11:"size_before";i:131527;s:10:"size_after";i:125114;s:4:"time";d:0.059999999999999998;}}}'),
(2286, 527, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.112662049581068;s:5:"bytes";i:5227;s:11:"size_before";i:167927;s:10:"size_after";i:162700;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8899999999999997;s:5:"bytes";i:316;s:11:"size_before";i:6466;s:10:"size_after";i:6150;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2400000000000002;s:5:"bytes";i:580;s:11:"size_before";i:13679;s:10:"size_after";i:13099;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:1728;s:11:"size_before";i:56931;s:10:"size_after";i:55203;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8700000000000001;s:5:"bytes";i:2603;s:11:"size_before";i:90851;s:10:"size_after";i:88248;s:4:"time";d:0.080000000000000002;}}}'),
(2287, 534, '_wp_attached_file', '2019/07/11074385_855275997878964_1117388007640448169_o.jpg'),
(2288, 532, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_4929.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4929-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4929-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4929-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4929-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366208553";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"300";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2289, 534, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11074385_855275997878964_1117388007640448169_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11074385_855275997878964_1117388007640448169_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11074385_855275997878964_1117388007640448169_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11074385_855275997878964_1117388007640448169_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11074385_855275997878964_1117388007640448169_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2290, 529, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1490587783326935;s:5:"bytes";i:8748;s:11:"size_before";i:210843;s:10:"size_after";i:202095;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8399999999999999;s:5:"bytes";i:531;s:11:"size_before";i:7766;s:10:"size_after";i:7235;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.0099999999999998;s:5:"bytes";i:1086;s:11:"size_before";i:18069;s:10:"size_after";i:16983;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:3023;s:11:"size_before";i:73487;s:10:"size_after";i:70464;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6800000000000002;s:5:"bytes";i:4108;s:11:"size_before";i:111521;s:10:"size_after";i:107413;s:4:"time";d:0.040000000000000001;}}}'),
(2291, 535, '_wp_attached_file', '2019/07/DSC0023.jpg'),
(2292, 531, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.9170007390651946;s:5:"bytes";i:5284;s:11:"size_before";i:89302;s:10:"size_after";i:84018;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8099999999999996;s:5:"bytes";i:222;s:11:"size_before";i:3822;s:10:"size_after";i:3600;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.7999999999999998;s:5:"bytes";i:285;s:11:"size_before";i:7496;s:10:"size_after";i:7211;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3899999999999997;s:5:"bytes";i:1628;s:11:"size_before";i:30221;s:10:"size_after";i:28593;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.5899999999999999;s:5:"bytes";i:3149;s:11:"size_before";i:47763;s:10:"size_after";i:44614;s:4:"time";d:0.070000000000000007;}}}'),
(2293, 535, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0023.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0023-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0023-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0023-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0023-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460720719";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"30";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2294, 536, '_wp_attached_file', '2019/07/11079998_855224694550761_894757260749096559_o.jpg'),
(2295, 530, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9577538826360454;s:5:"bytes";i:5064;s:11:"size_before";i:171211;s:10:"size_after";i:166147;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4500000000000002;s:5:"bytes";i:382;s:11:"size_before";i:7008;s:10:"size_after";i:6626;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.79;s:5:"bytes";i:720;s:11:"size_before";i:15016;s:10:"size_after";i:14296;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9900000000000002;s:5:"bytes";i:1770;s:11:"size_before";i:59135;s:10:"size_after";i:57365;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4300000000000002;s:5:"bytes";i:2192;s:11:"size_before";i:90052;s:10:"size_after";i:87860;s:4:"time";d:0.029999999999999999;}}}'),
(2296, 536, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/11079998_855224694550761_894757260749096559_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"11079998_855224694550761_894757260749096559_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"11079998_855224694550761_894757260749096559_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"11079998_855224694550761_894757260749096559_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"11079998_855224694550761_894757260749096559_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2297, 537, '_wp_attached_file', '2019/07/AN3C1611.jpg'),
(2298, 538, '_wp_attached_file', '2019/07/DSC0024.jpg'),
(2299, 528, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2157245057418531;s:5:"bytes";i:6729;s:11:"size_before";i:209253;s:10:"size_after";i:202524;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0199999999999996;s:5:"bytes";i:233;s:11:"size_before";i:5795;s:10:"size_after";i:5562;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:401;s:11:"size_before";i:11490;s:10:"size_after";i:11089;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:3291;s:11:"size_before";i:105346;s:10:"size_after";i:102055;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:2804;s:11:"size_before";i:86622;s:10:"size_after";i:83818;s:4:"time";d:0.040000000000000001;}}}'),
(2300, 538, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0024.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0024-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0024-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0024-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0024-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460720872";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"56";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2301, 534, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1495896213926393;s:5:"bytes";i:4668;s:11:"size_before";i:90648;s:10:"size_after";i:85980;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:202;s:11:"size_before";i:4136;s:10:"size_after";i:3934;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6399999999999997;s:5:"bytes";i:377;s:11:"size_before";i:8120;s:10:"size_after";i:7743;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:1366;s:11:"size_before";i:30484;s:10:"size_after";i:29118;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.6799999999999997;s:5:"bytes";i:2723;s:11:"size_before";i:47908;s:10:"size_after";i:45185;s:4:"time";d:0.050000000000000003;}}}'),
(2302, 539, '_wp_attached_file', '2019/07/IMG_5105.jpg'),
(2303, 532, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.7116980831624833;s:5:"bytes";i:5739;s:11:"size_before";i:100478;s:10:"size_after";i:94739;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7799999999999998;s:5:"bytes";i:166;s:11:"size_before";i:4386;s:10:"size_after";i:4220;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.9399999999999999;s:5:"bytes";i:250;s:11:"size_before";i:8490;s:10:"size_after";i:8240;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.1600000000000001;s:5:"bytes";i:2062;s:11:"size_before";i:33500;s:10:"size_after";i:31438;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.0300000000000002;s:5:"bytes";i:3261;s:11:"size_before";i:54102;s:10:"size_after";i:50841;s:4:"time";d:0.050000000000000003;}}}'),
(2304, 540, '_wp_attached_file', '2019/07/11084020_855276141212283_4564263806498438144_o.jpg'),
(2305, 541, '_wp_attached_file', '2019/07/IMG_4972.jpg'),
(2306, 537, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1611.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1611-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1611-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1611-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1611-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747817";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2307, 540, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11084020_855276141212283_4564263806498438144_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11084020_855276141212283_4564263806498438144_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11084020_855276141212283_4564263806498438144_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11084020_855276141212283_4564263806498438144_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11084020_855276141212283_4564263806498438144_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2308, 542, '_wp_attached_file', '2019/07/DSC0026.jpg'),
(2309, 533, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.3640596037788768;s:5:"bytes";i:22008;s:11:"size_before";i:345817;s:10:"size_after";i:323809;s:4:"time";d:0.40999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.5199999999999996;s:5:"bytes";i:696;s:11:"size_before";i:9254;s:10:"size_after";i:8558;s:4:"time";d:0.29999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.1900000000000004;s:5:"bytes";i:1569;s:11:"size_before";i:21834;s:10:"size_after";i:20265;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.5700000000000003;s:5:"bytes";i:7780;s:11:"size_before";i:118413;s:10:"size_after";i:110633;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.0899999999999999;s:5:"bytes";i:11963;s:11:"size_before";i:196316;s:10:"size_after";i:184353;s:4:"time";d:0.050000000000000003;}}}'),
(2310, 542, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0026.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0026-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0026-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0026-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0026-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460720897";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"80";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2311, 535, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.5009082518650025;s:5:"bytes";i:22117;s:11:"size_before";i:340214;s:10:"size_after";i:318097;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.3099999999999996;s:5:"bytes";i:662;s:11:"size_before";i:9053;s:10:"size_after";i:8391;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.0800000000000001;s:5:"bytes";i:1554;s:11:"size_before";i:21942;s:10:"size_after";i:20388;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.6299999999999999;s:5:"bytes";i:7769;s:11:"size_before";i:117109;s:10:"size_after";i:109340;s:4:"time";d:0.080000000000000002;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.3200000000000003;s:5:"bytes";i:12132;s:11:"size_before";i:192110;s:10:"size_after";i:179978;s:4:"time";d:0.059999999999999998;}}}'),
(2312, 536, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.096729485520624;s:5:"bytes";i:5720;s:11:"size_before";i:184711;s:10:"size_after";i:178991;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2300000000000004;s:5:"bytes";i:464;s:11:"size_before";i:7448;s:10:"size_after";i:6984;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9900000000000002;s:5:"bytes";i:749;s:11:"size_before";i:15005;s:10:"size_after";i:14256;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0299999999999998;s:5:"bytes";i:1897;s:11:"size_before";i:62689;s:10:"size_after";i:60792;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6200000000000001;s:5:"bytes";i:2610;s:11:"size_before";i:99569;s:10:"size_after";i:96959;s:4:"time";d:0.059999999999999998;}}}'),
(2313, 539, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5105.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5105-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5105-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5105-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5105-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397645644";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"17";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2314, 543, '_wp_attached_file', '2019/07/AN3C1615.jpg'),
(2315, 544, '_wp_attached_file', '2019/07/11084150_855224671217430_7864267814037647992_o.jpg'),
(2316, 541, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4863;s:6:"height";i:3242;s:4:"file";s:20:"2019/07/IMG_4972.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4972-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4972-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_4972-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_4972-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366210308";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"150";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2317, 545, '_wp_attached_file', '2019/07/DSC0028.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2318, 545, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0028.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0028-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0028-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0028-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0028-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460721044";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"34";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2319, 544, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11084150_855224671217430_7864267814037647992_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11084150_855224671217430_7864267814037647992_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11084150_855224671217430_7864267814037647992_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11084150_855224671217430_7864267814037647992_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11084150_855224671217430_7864267814037647992_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2320, 537, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3591545674271908;s:5:"bytes";i:5086;s:11:"size_before";i:116674;s:10:"size_after";i:111588;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.8799999999999999;s:5:"bytes";i:117;s:11:"size_before";i:4068;s:10:"size_after";i:3951;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.46;s:5:"bytes";i:218;s:11:"size_before";i:8871;s:10:"size_after";i:8653;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6800000000000002;s:5:"bytes";i:1408;s:11:"size_before";i:38226;s:10:"size_after";i:36818;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.0999999999999996;s:5:"bytes";i:3343;s:11:"size_before";i:65509;s:10:"size_after";i:62166;s:4:"time";d:0.050000000000000003;}}}'),
(2321, 538, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.4522102410658837;s:5:"bytes";i:15452;s:11:"size_before";i:283408;s:10:"size_after";i:267956;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.7999999999999998;s:5:"bytes";i:562;s:11:"size_before";i:8260;s:10:"size_after";i:7698;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.6299999999999999;s:5:"bytes";i:1363;s:11:"size_before";i:20557;s:10:"size_after";i:19194;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.5899999999999999;s:5:"bytes";i:5544;s:11:"size_before";i:99119;s:10:"size_after";i:93575;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.1299999999999999;s:5:"bytes";i:7983;s:11:"size_before";i:155472;s:10:"size_after";i:147489;s:4:"time";d:0.040000000000000001;}}}'),
(2322, 540, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.1436415550186689;s:5:"bytes";i:5204;s:11:"size_before";i:72848;s:10:"size_after";i:67644;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9100000000000001;s:5:"bytes";i:139;s:11:"size_before";i:3556;s:10:"size_after";i:3417;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.04;s:5:"bytes";i:264;s:11:"size_before";i:6534;s:10:"size_after";i:6270;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.6100000000000003;s:5:"bytes";i:1626;s:11:"size_before";i:24582;s:10:"size_after";i:22956;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.3200000000000003;s:5:"bytes";i:3175;s:11:"size_before";i:38176;s:10:"size_after";i:35001;s:4:"time";d:0.029999999999999999;}}}'),
(2323, 543, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1615.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1615-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1615-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1615-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1615-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747853";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2324, 546, '_wp_attached_file', '2019/07/11096440_855276287878935_726144120311426839_o.jpg'),
(2325, 547, '_wp_attached_file', '2019/07/DSC0029.jpg'),
(2326, 547, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0029.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0029-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0029-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0029-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0029-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460721564";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"40";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2327, 546, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/11096440_855276287878935_726144120311426839_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"11096440_855276287878935_726144120311426839_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"11096440_855276287878935_726144120311426839_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"11096440_855276287878935_726144120311426839_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"11096440_855276287878935_726144120311426839_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2328, 542, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2064760018901461;s:5:"bytes";i:9347;s:11:"size_before";i:222205;s:10:"size_after";i:212858;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.1100000000000003;s:5:"bytes";i:504;s:11:"size_before";i:7086;s:10:"size_after";i:6582;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2300000000000004;s:5:"bytes";i:1009;s:11:"size_before";i:16187;s:10:"size_after";i:15178;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:3427;s:11:"size_before";i:77342;s:10:"size_after";i:73915;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6200000000000001;s:5:"bytes";i:4407;s:11:"size_before";i:121590;s:10:"size_after";i:117183;s:4:"time";d:0.050000000000000003;}}}'),
(2329, 548, '_wp_attached_file', '2019/07/IMG_5109.jpg'),
(2330, 541, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.7036870766888521;s:5:"bytes";i:6869;s:11:"size_before";i:102466;s:10:"size_after";i:95597;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:275;s:11:"size_before";i:5294;s:10:"size_after";i:5019;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:457;s:11:"size_before";i:8621;s:10:"size_after";i:8164;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.5899999999999999;s:5:"bytes";i:2241;s:11:"size_before";i:34011;s:10:"size_after";i:31770;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.1399999999999997;s:5:"bytes";i:3896;s:11:"size_before";i:54540;s:10:"size_after";i:50644;s:4:"time";d:0.029999999999999999;}}}'),
(2331, 544, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7833832392070654;s:5:"bytes";i:3786;s:11:"size_before";i:79149;s:10:"size_after";i:75363;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3100000000000001;s:5:"bytes";i:125;s:11:"size_before";i:3773;s:10:"size_after";i:3648;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8199999999999998;s:5:"bytes";i:199;s:11:"size_before";i:7059;s:10:"size_after";i:6860;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2599999999999998;s:5:"bytes";i:1142;s:11:"size_before";i:26795;s:10:"size_after";i:25653;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5899999999999999;s:5:"bytes";i:2320;s:11:"size_before";i:41522;s:10:"size_after";i:39202;s:4:"time";d:0.02;}}}'),
(2332, 549, '_wp_attached_file', '2019/07/IMG_5008.jpg'),
(2333, 539, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5044696261174071;s:5:"bytes";i:6445;s:11:"size_before";i:183908;s:10:"size_after";i:177463;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6600000000000001;s:5:"bytes";i:488;s:11:"size_before";i:7328;s:10:"size_after";i:6840;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5499999999999998;s:5:"bytes";i:843;s:11:"size_before";i:15188;s:10:"size_after";i:14345;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:2225;s:11:"size_before";i:63098;s:10:"size_after";i:60873;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9399999999999999;s:5:"bytes";i:2889;s:11:"size_before";i:98294;s:10:"size_after";i:95405;s:4:"time";d:0.040000000000000001;}}}'),
(2334, 550, '_wp_attached_file', '2019/07/11096459_855275837878980_333900226093923760_o.jpg'),
(2335, 551, '_wp_attached_file', '2019/07/DSC0031.jpg'),
(2336, 552, '_wp_attached_file', '2019/07/AN3C1641-e1346051354106.jpg'),
(2337, 550, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/11096459_855275837878980_333900226093923760_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"11096459_855275837878980_333900226093923760_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"11096459_855275837878980_333900226093923760_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"11096459_855275837878980_333900226093923760_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"11096459_855275837878980_333900226093923760_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2338, 551, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0031.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0031-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0031-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0031-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0031-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460724736";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"48";s:3:"iso";s:3:"280";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2339, 543, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0236844958718652;s:5:"bytes";i:3904;s:11:"size_before";i:129114;s:10:"size_after";i:125210;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0899999999999999;s:5:"bytes";i:302;s:11:"size_before";i:5931;s:10:"size_after";i:5629;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:341;s:11:"size_before";i:10903;s:10:"size_after";i:10562;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6299999999999999;s:5:"bytes";i:1135;s:11:"size_before";i:43108;s:10:"size_after";i:41973;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:2126;s:11:"size_before";i:69172;s:10:"size_after";i:67046;s:4:"time";d:0.029999999999999999;}}}'),
(2340, 545, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.354057749537521;s:5:"bytes";i:21330;s:11:"size_before";i:335691;s:10:"size_after";i:314361;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.2999999999999998;s:5:"bytes";i:633;s:11:"size_before";i:8668;s:10:"size_after";i:8035;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.9699999999999998;s:5:"bytes";i:1509;s:11:"size_before";i:21652;s:10:"size_after";i:20143;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.5;s:5:"bytes";i:7469;s:11:"size_before";i:114977;s:10:"size_after";i:107508;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.1600000000000001;s:5:"bytes";i:11719;s:11:"size_before";i:190394;s:10:"size_after";i:178675;s:4:"time";d:0.059999999999999998;}}}'),
(2341, 553, '_wp_attached_file', '2019/07/DSC0032.jpg'),
(2342, 546, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1397422371170274;s:5:"bytes";i:4969;s:11:"size_before";i:96678;s:10:"size_after";i:91709;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4900000000000002;s:5:"bytes";i:246;s:11:"size_before";i:4479;s:10:"size_after";i:4233;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5;s:5:"bytes";i:480;s:11:"size_before";i:8729;s:10:"size_after";i:8249;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:1590;s:11:"size_before";i:32565;s:10:"size_after";i:30975;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.21;s:5:"bytes";i:2653;s:11:"size_before";i:50905;s:10:"size_after";i:48252;s:4:"time";d:0.029999999999999999;}}}'),
(2343, 548, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5109.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5109-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5109-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5109-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5109-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397645777";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2344, 552, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1641-e1346051354106.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1641-e1346051354106-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1641-e1346051354106-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1641-e1346051354106-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1641-e1346051354106-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2345, 553, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0032.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0032-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0032-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0032-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0032-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460724741";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"56";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2346, 547, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.2621354175692776;s:5:"bytes";i:9535;s:11:"size_before";i:115406;s:10:"size_after";i:105871;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.3200000000000003;s:5:"bytes";i:289;s:11:"size_before";i:3948;s:10:"size_after";i:3659;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.5800000000000001;s:5:"bytes";i:628;s:11:"size_before";i:8280;s:10:"size_after";i:7652;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.1099999999999994;s:5:"bytes";i:3204;s:11:"size_before";i:39496;s:10:"size_after";i:36292;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.5;s:5:"bytes";i:5414;s:11:"size_before";i:63682;s:10:"size_after";i:58268;s:4:"time";d:0.02;}}}'),
(2347, 549, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4921;s:6:"height";i:3281;s:4:"file";s:20:"2019/07/IMG_5008.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5008-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5008-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5008-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5008-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366211740";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"300";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2348, 550, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2720064237679418;s:5:"bytes";i:4202;s:11:"size_before";i:79704;s:10:"size_after";i:75502;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:148;s:11:"size_before";i:3805;s:10:"size_after";i:3657;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:212;s:11:"size_before";i:6667;s:10:"size_after";i:6455;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8499999999999996;s:5:"bytes";i:1303;s:11:"size_before";i:26868;s:10:"size_after";i:25565;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9900000000000002;s:5:"bytes";i:2539;s:11:"size_before";i:42364;s:10:"size_after";i:39825;s:4:"time";d:0.029999999999999999;}}}'),
(2349, 554, '_wp_attached_file', '2019/07/11099772_855225361217361_4585421049670866687_o.jpg'),
(2350, 555, '_wp_attached_file', '2019/07/DSC0033.jpg'),
(2351, 555, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0033.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0033-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0033-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0033-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0033-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460724748";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2352, 554, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11099772_855225361217361_4585421049670866687_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11099772_855225361217361_4585421049670866687_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11099772_855225361217361_4585421049670866687_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11099772_855225361217361_4585421049670866687_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11099772_855225361217361_4585421049670866687_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2353, 556, '_wp_attached_file', '2019/07/AN3C1645-e1346051327587.jpg'),
(2354, 551, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.0136280751143669;s:5:"bytes";i:18798;s:11:"size_before";i:312590;s:10:"size_after";i:293792;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.3399999999999999;s:5:"bytes";i:623;s:11:"size_before";i:8483;s:10:"size_after";i:7860;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.0199999999999996;s:5:"bytes";i:1396;s:11:"size_before";i:19882;s:10:"size_after";i:18486;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.21;s:5:"bytes";i:6638;s:11:"size_before";i:106974;s:10:"size_after";i:100336;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.7199999999999998;s:5:"bytes";i:10141;s:11:"size_before";i:177251;s:10:"size_after";i:167110;s:4:"time";d:0.059999999999999998;}}}'),
(2362, 558, '_wp_attached_file', '2019/07/11103088_855224974550733_6726998414571979175_o.jpg'),
(2363, 559, '_wp_attached_file', '2019/07/DSC0036.jpg'),
(2364, 549, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.1259754283735042;s:5:"bytes";i:6995;s:11:"size_before";i:98162;s:10:"size_after";i:91167;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6699999999999999;s:5:"bytes";i:190;s:11:"size_before";i:4065;s:10:"size_after";i:3875;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:311;s:11:"size_before";i:7225;s:10:"size_after";i:6914;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.0999999999999996;s:5:"bytes";i:2603;s:11:"size_before";i:32138;s:10:"size_after";i:29535;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.1100000000000003;s:5:"bytes";i:3891;s:11:"size_before";i:54734;s:10:"size_after";i:50843;s:4:"time";d:0.02;}}}'),
(2365, 552, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7292296072507551;s:5:"bytes";i:7505;s:11:"size_before";i:201248;s:10:"size_after";i:193743;s:4:"time";d:0.17000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:328;s:11:"size_before";i:6458;s:10:"size_after";i:6130;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:492;s:11:"size_before";i:12211;s:10:"size_after";i:11719;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7200000000000002;s:5:"bytes";i:3734;s:11:"size_before";i:100362;s:10:"size_after";i:96628;s:4:"time";d:0.11;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:2951;s:11:"size_before";i:82217;s:10:"size_after";i:79266;s:4:"time";d:0.040000000000000001;}}}'),
(2366, 560, '_wp_attached_file', '2019/07/IMG_5012.jpg'),
(2367, 559, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0036.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0036-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0036-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0036-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0036-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460724768";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2368, 558, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11103088_855224974550733_6726998414571979175_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11103088_855224974550733_6726998414571979175_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11103088_855224974550733_6726998414571979175_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11103088_855224974550733_6726998414571979175_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11103088_855224974550733_6726998414571979175_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2369, 556, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1645-e1346051327587.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1645-e1346051327587-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1645-e1346051327587-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1645-e1346051327587-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1645-e1346051327587-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2370, 548, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8656059730678636;s:5:"bytes";i:8698;s:11:"size_before";i:225010;s:10:"size_after";i:216312;s:4:"time";d:0.37999999999999995;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.04;s:5:"bytes";i:617;s:11:"size_before";i:8764;s:10:"size_after";i:8147;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.1500000000000004;s:5:"bytes";i:1132;s:11:"size_before";i:18397;s:10:"size_after";i:17265;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8700000000000001;s:5:"bytes";i:2975;s:11:"size_before";i:76874;s:10:"size_after";i:73899;s:4:"time";d:0.28999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:3974;s:11:"size_before";i:120975;s:10:"size_after";i:117001;s:4:"time";d:0.059999999999999998;}}}'),
(2371, 553, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.005397247659487;s:5:"bytes";i:18782;s:11:"size_before";i:312752;s:10:"size_after";i:293970;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.7800000000000002;s:5:"bytes";i:549;s:11:"size_before";i:8097;s:10:"size_after";i:7548;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.75;s:5:"bytes";i:1344;s:11:"size_before";i:19908;s:10:"size_after";i:18564;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.1399999999999997;s:5:"bytes";i:6611;s:11:"size_before";i:107593;s:10:"size_after";i:100982;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.7999999999999998;s:5:"bytes";i:10278;s:11:"size_before";i:177154;s:10:"size_after";i:166876;s:4:"time";d:0.040000000000000001;}}}'),
(2372, 561, '_wp_attached_file', '2019/07/IMG_5116.jpg'),
(2373, 562, '_wp_attached_file', '2019/07/DSC0037.jpg'),
(2374, 562, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0037.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0037-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0037-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0037-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0037-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460724788";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"75";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2375, 554, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.2710034237555972;s:5:"bytes";i:6902;s:11:"size_before";i:94925;s:10:"size_after";i:88023;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4800000000000004;s:5:"bytes";i:237;s:11:"size_before";i:4321;s:10:"size_after";i:4084;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:343;s:11:"size_before";i:7750;s:10:"size_after";i:7407;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.8899999999999997;s:5:"bytes";i:2202;s:11:"size_before";i:31941;s:10:"size_after";i:29739;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.0899999999999999;s:5:"bytes";i:4120;s:11:"size_before";i:50913;s:10:"size_after";i:46793;s:4:"time";d:0.040000000000000001;}}}'),
(2376, 555, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8745406606182655;s:5:"bytes";i:7465;s:11:"size_before";i:192668;s:10:"size_after";i:185203;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2000000000000002;s:5:"bytes";i:438;s:11:"size_before";i:7059;s:10:"size_after";i:6621;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5499999999999998;s:5:"bytes";i:910;s:11:"size_before";i:16402;s:10:"size_after";i:15492;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7400000000000002;s:5:"bytes";i:2492;s:11:"size_before";i:66682;s:10:"size_after";i:64190;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:3625;s:11:"size_before";i:102525;s:10:"size_after";i:98900;s:4:"time";d:0.050000000000000003;}}}'),
(2377, 560, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4450;s:6:"height";i:2967;s:4:"file";s:20:"2019/07/IMG_5012.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5012-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5012-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5012-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5012-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:23:"Ovidijus P. Fotografija";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366211849";s:9:"copyright";s:40:"Naudoti be sutikimo grieztai draudziama.";s:12:"focal_length";s:3:"150";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2378, 563, '_wp_attached_file', '2019/07/11109144_855224927884071_8871834504503165008_o.jpg'),
(2379, 563, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11109144_855224927884071_8871834504503165008_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11109144_855224927884071_8871834504503165008_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11109144_855224927884071_8871834504503165008_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11109144_855224927884071_8871834504503165008_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11109144_855224927884071_8871834504503165008_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2380, 564, '_wp_attached_file', '2019/07/DSC0038.jpg'),
(2381, 565, '_wp_attached_file', '2019/07/AN3C1650.jpg'),
(2382, 558, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6122197494988137;s:5:"bytes";i:3928;s:11:"size_before";i:108742;s:10:"size_after";i:104814;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:243;s:11:"size_before";i:4988;s:10:"size_after";i:4745;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5800000000000001;s:5:"bytes";i:339;s:11:"size_before";i:9471;s:10:"size_after";i:9132;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:1237;s:11:"size_before";i:36859;s:10:"size_after";i:35622;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6699999999999999;s:5:"bytes";i:2109;s:11:"size_before";i:57424;s:10:"size_after";i:55315;s:4:"time";d:0.029999999999999999;}}}'),
(2383, 561, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5116.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5116-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5116-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5116-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5116-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397645951";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2384, 564, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0038.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0038-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0038-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0038-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0038-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460724795";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2385, 566, '_wp_attached_file', '2019/07/11112859_855276201212277_3788542446542584_o.jpg'),
(2386, 556, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9513715325989693;s:5:"bytes";i:6403;s:11:"size_before";i:162045;s:10:"size_after";i:155642;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9100000000000001;s:5:"bytes";i:192;s:11:"size_before";i:4907;s:10:"size_after";i:4715;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8799999999999999;s:5:"bytes";i:303;s:11:"size_before";i:10507;s:10:"size_after";i:10204;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:3329;s:11:"size_before";i:80285;s:10:"size_after";i:76956;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:2579;s:11:"size_before";i:66346;s:10:"size_after";i:63767;s:4:"time";d:0.029999999999999999;}}}'),
(2387, 566, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:55:"2019/07/11112859_855276201212277_3788542446542584_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:55:"11112859_855276201212277_3788542446542584_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:55:"11112859_855276201212277_3788542446542584_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:55:"11112859_855276201212277_3788542446542584_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:56:"11112859_855276201212277_3788542446542584_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2388, 567, '_wp_attached_file', '2019/07/MG_0006.jpg'),
(2389, 559, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3176214648295863;s:5:"bytes";i:5307;s:11:"size_before";i:159964;s:10:"size_after";i:154657;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6399999999999997;s:5:"bytes";i:344;s:11:"size_before";i:6104;s:10:"size_after";i:5760;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6200000000000001;s:5:"bytes";i:616;s:11:"size_before";i:13332;s:10:"size_after";i:12716;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2999999999999998;s:5:"bytes";i:1823;s:11:"size_before";i:55248;s:10:"size_after";i:53425;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.96;s:5:"bytes";i:2524;s:11:"size_before";i:85280;s:10:"size_after";i:82756;s:4:"time";d:0.029999999999999999;}}}'),
(2390, 568, '_wp_attached_file', '2019/07/DSC0039.jpg'),
(2391, 565, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1650.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1650-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1650-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1650-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1650-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750008";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2392, 560, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.040426459112421;s:5:"bytes";i:6947;s:11:"size_before";i:98673;s:10:"size_after";i:91726;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8600000000000003;s:5:"bytes";i:288;s:11:"size_before";i:4915;s:10:"size_after";i:4627;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8899999999999997;s:5:"bytes";i:488;s:11:"size_before";i:8288;s:10:"size_after";i:7800;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.96;s:5:"bytes";i:2245;s:11:"size_before";i:32264;s:10:"size_after";i:30019;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.3799999999999999;s:5:"bytes";i:3926;s:11:"size_before";i:53206;s:10:"size_after";i:49280;s:4:"time";d:0.029999999999999999;}}}'),
(2393, 568, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0039.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0039-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0039-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0039-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0039-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460724807";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2394, 563, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5943917161101915;s:5:"bytes";i:4468;s:11:"size_before";i:97249;s:10:"size_after";i:92781;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:183;s:11:"size_before";i:4337;s:10:"size_after";i:4154;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:288;s:11:"size_before";i:8528;s:10:"size_after";i:8240;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.3700000000000001;s:5:"bytes";i:1432;s:11:"size_before";i:32801;s:10:"size_after";i:31369;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9699999999999998;s:5:"bytes";i:2565;s:11:"size_before";i:51583;s:10:"size_after";i:49018;s:4:"time";d:0.029999999999999999;}}}'),
(2395, 562, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5043573465657749;s:5:"bytes";i:10203;s:11:"size_before";i:226514;s:10:"size_after";i:216311;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0599999999999996;s:5:"bytes";i:573;s:11:"size_before";i:8115;s:10:"size_after";i:7542;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.4199999999999999;s:5:"bytes";i:1208;s:11:"size_before";i:18802;s:10:"size_after";i:17594;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:3567;s:11:"size_before";i:79142;s:10:"size_after";i:75575;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:4855;s:11:"size_before";i:120455;s:10:"size_after";i:115600;s:4:"time";d:0.059999999999999998;}}}'),
(2396, 569, '_wp_attached_file', '2019/07/11113368_855275747878989_32269378692450609_o.jpg'),
(2397, 570, '_wp_attached_file', '2019/07/IMG_5118.jpg'),
(2398, 569, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:56:"2019/07/11113368_855275747878989_32269378692450609_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:56:"11113368_855275747878989_32269378692450609_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:56:"11113368_855275747878989_32269378692450609_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:56:"11113368_855275747878989_32269378692450609_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:57:"11113368_855275747878989_32269378692450609_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2399, 571, '_wp_attached_file', '2019/07/DSC0040-e1462256682512.jpg'),
(2400, 571, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:1200;s:4:"file";s:34:"2019/07/DSC0040-e1462256682512.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"DSC0040-e1462256682512-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"DSC0040-e1462256682512-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"DSC0040-e1462256682512-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"DSC0040-e1462256682512-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2401, 567, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0006.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0006-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0006-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0006-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0006-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366190139";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2402, 572, '_wp_attached_file', '2019/07/AN3C1651.jpg'),
(2403, 561, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7834386643987652;s:5:"bytes";i:7585;s:11:"size_before";i:200479;s:10:"size_after";i:192894;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9400000000000004;s:5:"bytes";i:555;s:11:"size_before";i:7998;s:10:"size_after";i:7443;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.96;s:5:"bytes";i:1025;s:11:"size_before";i:17185;s:10:"size_after";i:16160;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:2535;s:11:"size_before";i:68593;s:10:"size_after";i:66058;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.25;s:5:"bytes";i:3470;s:11:"size_before";i:106703;s:10:"size_after";i:103233;s:4:"time";d:0.059999999999999998;}}}'),
(2404, 564, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.301555949877522;s:5:"bytes";i:9430;s:11:"size_before";i:219223;s:10:"size_after";i:209793;s:4:"time";d:0.19;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9400000000000004;s:5:"bytes";i:573;s:11:"size_before";i:8251;s:10:"size_after";i:7678;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8399999999999999;s:5:"bytes";i:1068;s:11:"size_before";i:18273;s:10:"size_after";i:17205;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.3899999999999997;s:5:"bytes";i:3337;s:11:"size_before";i:75946;s:10:"size_after";i:72609;s:4:"time";d:0.10000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:4452;s:11:"size_before";i:116753;s:10:"size_after";i:112301;s:4:"time";d:0.070000000000000007;}}}'),
(2405, 565, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1977192171366928;s:5:"bytes";i:5395;s:11:"size_before";i:168714;s:10:"size_after";i:163319;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0700000000000003;s:5:"bytes";i:342;s:11:"size_before";i:6750;s:10:"size_after";i:6408;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3700000000000001;s:5:"bytes";i:639;s:11:"size_before";i:14634;s:10:"size_after";i:13995;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7999999999999998;s:5:"bytes";i:1602;s:11:"size_before";i:57287;s:10:"size_after";i:55685;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:2812;s:11:"size_before";i:90043;s:10:"size_after";i:87231;s:4:"time";d:0.029999999999999999;}}}'),
(2406, 573, '_wp_attached_file', '2019/07/11115613_855275667878997_826959001788018091_o.jpg'),
(2407, 574, '_wp_attached_file', '2019/07/DSC0041.jpg'),
(2408, 566, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5325613178630282;s:5:"bytes";i:6281;s:11:"size_before";i:177803;s:10:"size_after";i:171522;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7800000000000002;s:5:"bytes";i:378;s:11:"size_before";i:6543;s:10:"size_after";i:6165;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1699999999999999;s:5:"bytes";i:753;s:11:"size_before";i:14557;s:10:"size_after";i:13804;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:2086;s:11:"size_before";i:60643;s:10:"size_after";i:58557;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1899999999999999;s:5:"bytes";i:3064;s:11:"size_before";i:96060;s:10:"size_after";i:92996;s:4:"time";d:0.11;}}}'),
(2409, 574, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0041.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0041-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0041-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0041-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0041-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460725329";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"220";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2410, 570, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5118.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5118-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5118-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5118-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5118-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397646036";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2411, 573, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/11115613_855275667878997_826959001788018091_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"11115613_855275667878997_826959001788018091_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"11115613_855275667878997_826959001788018091_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"11115613_855275667878997_826959001788018091_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"11115613_855275667878997_826959001788018091_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2412, 568, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7862369648912568;s:5:"bytes";i:7425;s:11:"size_before";i:196105;s:10:"size_after";i:188680;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0999999999999996;s:5:"bytes";i:439;s:11:"size_before";i:7199;s:10:"size_after";i:6760;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8600000000000003;s:5:"bytes";i:991;s:11:"size_before";i:16914;s:10:"size_after";i:15923;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7999999999999998;s:5:"bytes";i:2576;s:11:"size_before";i:67739;s:10:"size_after";i:65163;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:3419;s:11:"size_before";i:104253;s:10:"size_after";i:100834;s:4:"time";d:0.059999999999999998;}}}'),
(2413, 572, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1651.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1651-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1651-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1651-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1651-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750021";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2414, 575, '_wp_attached_file', '2019/07/11115825_855276057878958_720396213739381194_o.jpg'),
(2415, 576, '_wp_attached_file', '2019/07/MG_0046.jpg'),
(2416, 577, '_wp_attached_file', '2019/07/DSC0042.jpg'),
(2417, 569, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1509669828663869;s:5:"bytes";i:5142;s:11:"size_before";i:163188;s:10:"size_after";i:158046;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4699999999999998;s:5:"bytes";i:417;s:11:"size_before";i:6446;s:10:"size_after";i:6029;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.71;s:5:"bytes";i:630;s:11:"size_before";i:13364;s:10:"size_after";i:12734;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0499999999999998;s:5:"bytes";i:1676;s:11:"size_before";i:55014;s:10:"size_after";i:53338;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7400000000000002;s:5:"bytes";i:2419;s:11:"size_before";i:88364;s:10:"size_after";i:85945;s:4:"time";d:0.040000000000000001;}}}'),
(2418, 577, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0042.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0042-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0042-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0042-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0042-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460725336";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2419, 575, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/11115825_855276057878958_720396213739381194_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"11115825_855276057878958_720396213739381194_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"11115825_855276057878958_720396213739381194_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"11115825_855276057878958_720396213739381194_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"11115825_855276057878958_720396213739381194_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2420, 571, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.8404520892802596;s:5:"bytes";i:22179;s:11:"size_before";i:379748;s:10:"size_after";i:357569;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.5899999999999999;s:5:"bytes";i:679;s:11:"size_before";i:8942;s:10:"size_after";i:8263;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.3899999999999997;s:5:"bytes";i:1592;s:11:"size_before";i:21532;s:10:"size_after";i:19940;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:10675;s:11:"size_before";i:189685;s:10:"size_after";i:179010;s:4:"time";d:0.080000000000000002;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.79;s:5:"bytes";i:9233;s:11:"size_before";i:159589;s:10:"size_after";i:150356;s:4:"time";d:0.040000000000000001;}}}'),
(2421, 567, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3598796869125334;s:5:"bytes";i:5898;s:11:"size_before";i:175542;s:10:"size_after";i:169644;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4900000000000002;s:5:"bytes";i:457;s:11:"size_before";i:7046;s:10:"size_after";i:6589;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.25;s:5:"bytes";i:783;s:11:"size_before";i:14926;s:10:"size_after";i:14143;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1899999999999999;s:5:"bytes";i:1928;s:11:"size_before";i:60479;s:10:"size_after";i:58551;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:2730;s:11:"size_before";i:93091;s:10:"size_after";i:90361;s:4:"time";d:0.050000000000000003;}}}'),
(2422, 578, '_wp_attached_file', '2019/07/IMG_5129.jpg'),
(2423, 579, '_wp_attached_file', '2019/07/AN3C1654.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2424, 573, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.238627449515513;s:5:"bytes";i:4335;s:11:"size_before";i:133853;s:10:"size_after";i:129518;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9900000000000002;s:5:"bytes";i:351;s:11:"size_before";i:5859;s:10:"size_after";i:5508;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2000000000000002;s:5:"bytes";i:489;s:11:"size_before";i:11654;s:10:"size_after";i:11165;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";i:3;s:5:"bytes";i:1362;s:11:"size_before";i:45406;s:10:"size_after";i:44044;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:2133;s:11:"size_before";i:70934;s:10:"size_after";i:68801;s:4:"time";d:0.029999999999999999;}}}'),
(2425, 576, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4212;s:6:"height";i:2808;s:4:"file";s:19:"2019/07/MG_0046.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0046-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0046-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0046-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0046-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366190683";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2426, 580, '_wp_attached_file', '2019/07/11116482_855276261212271_1744772358966957242_o.jpg'),
(2427, 581, '_wp_attached_file', '2019/07/DSC0043.jpg'),
(2428, 572, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0526372835166877;s:5:"bytes";i:3943;s:11:"size_before";i:129167;s:10:"size_after";i:125224;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6099999999999999;s:5:"bytes";i:181;s:11:"size_before";i:5019;s:10:"size_after";i:4838;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.79;s:5:"bytes";i:309;s:11:"size_before";i:11083;s:10:"size_after";i:10774;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.54;s:5:"bytes";i:1101;s:11:"size_before";i:43332;s:10:"size_after";i:42231;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:2352;s:11:"size_before";i:69733;s:10:"size_after";i:67381;s:4:"time";d:0.029999999999999999;}}}'),
(2429, 570, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8916249361972159;s:5:"bytes";i:8463;s:11:"size_before";i:217467;s:10:"size_after";i:209004;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8300000000000001;s:5:"bytes";i:569;s:11:"size_before";i:8334;s:10:"size_after";i:7765;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.5199999999999996;s:5:"bytes";i:1150;s:11:"size_before";i:17631;s:10:"size_after";i:16481;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:2928;s:11:"size_before";i:74773;s:10:"size_after";i:71845;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.27;s:5:"bytes";i:3816;s:11:"size_before";i:116729;s:10:"size_after";i:112913;s:4:"time";d:0.040000000000000001;}}}'),
(2430, 581, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0043.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0043-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0043-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0043-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0043-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460725346";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"220";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2431, 580, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11116482_855276261212271_1744772358966957242_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11116482_855276261212271_1744772358966957242_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11116482_855276261212271_1744772358966957242_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11116482_855276261212271_1744772358966957242_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11116482_855276261212271_1744772358966957242_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2432, 575, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3252237160006399;s:5:"bytes";i:3950;s:11:"size_before";i:118789;s:10:"size_after";i:114839;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2800000000000002;s:5:"bytes";i:289;s:11:"size_before";i:5477;s:10:"size_after";i:5188;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:363;s:11:"size_before";i:10252;s:10:"size_after";i:9889;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0299999999999998;s:5:"bytes";i:1213;s:11:"size_before";i:39998;s:10:"size_after";i:38785;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3100000000000001;s:5:"bytes";i:2085;s:11:"size_before";i:63062;s:10:"size_after";i:60977;s:4:"time";d:0.029999999999999999;}}}'),
(2433, 579, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1654.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1654-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1654-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1654-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1654-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750072";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"30";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2434, 574, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.6525451497551966;s:5:"bytes";i:32229;s:11:"size_before";i:421154;s:10:"size_after";i:388925;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:8.3800000000000008;s:5:"bytes";i:836;s:11:"size_before";i:9975;s:10:"size_after";i:9139;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:8.1099999999999994;s:5:"bytes";i:2044;s:11:"size_before";i:25215;s:10:"size_after";i:23171;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.6299999999999999;s:5:"bytes";i:10980;s:11:"size_before";i:143959;s:10:"size_after";i:132979;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.5899999999999999;s:5:"bytes";i:18369;s:11:"size_before";i:242005;s:10:"size_after";i:223636;s:4:"time";d:0.059999999999999998;}}}'),
(2435, 578, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5129.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5129-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5129-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5129-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5129-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397646144";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2436, 582, '_wp_attached_file', '2019/07/11121765_855275614545669_7455344657795945215_o.jpg'),
(2437, 576, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2527765372535522;s:5:"bytes";i:4443;s:11:"size_before";i:136591;s:10:"size_after";i:132148;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4699999999999998;s:5:"bytes";i:231;s:11:"size_before";i:5172;s:10:"size_after";i:4941;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5499999999999998;s:5:"bytes";i:407;s:11:"size_before";i:11464;s:10:"size_after";i:11057;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:1305;s:11:"size_before";i:45647;s:10:"size_after";i:44342;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:2500;s:11:"size_before";i:74308;s:10:"size_after";i:71808;s:4:"time";d:0.029999999999999999;}}}'),
(2438, 583, '_wp_attached_file', '2019/07/DSC0044.jpg'),
(2439, 584, '_wp_attached_file', '2019/07/MG_0117.jpg'),
(2440, 583, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0044.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0044-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0044-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0044-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0044-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460725351";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2441, 582, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11121765_855275614545669_7455344657795945215_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11121765_855275614545669_7455344657795945215_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11121765_855275614545669_7455344657795945215_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11121765_855275614545669_7455344657795945215_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11121765_855275614545669_7455344657795945215_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2442, 585, '_wp_attached_file', '2019/07/AN3C1666.jpg'),
(2443, 586, '_wp_attached_file', '2019/07/IMG_5140.jpg'),
(2444, 580, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0657784377621038;s:5:"bytes";i:8871;s:11:"size_before";i:218187;s:10:"size_after";i:209316;s:4:"time";d:0.26000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1500000000000004;s:5:"bytes";i:494;s:11:"size_before";i:8037;s:10:"size_after";i:7543;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.75;s:5:"bytes";i:998;s:11:"size_before";i:17346;s:10:"size_after";i:16348;s:4:"time";d:0.14000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0099999999999998;s:5:"bytes";i:2968;s:11:"size_before";i:74082;s:10:"size_after";i:71114;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7200000000000002;s:5:"bytes";i:4411;s:11:"size_before";i:118722;s:10:"size_after";i:114311;s:4:"time";d:0.070000000000000007;}}}'),
(2445, 584, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4395;s:6:"height";i:2930;s:4:"file";s:19:"2019/07/MG_0117.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0117-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0117-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0117-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0117-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366191689";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2446, 585, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1666.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1666-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1666-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1666-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1666-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750170";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2447, 587, '_wp_attached_file', '2019/07/11127217_855276601212237_7649344574817268592_o.jpg'),
(2448, 588, '_wp_attached_file', '2019/07/DSC0045.jpg'),
(2449, 579, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9004912470077908;s:5:"bytes";i:7805;s:11:"size_before";i:200103;s:10:"size_after";i:192298;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8600000000000003;s:5:"bytes";i:544;s:11:"size_before";i:7925;s:10:"size_after";i:7381;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.0499999999999998;s:5:"bytes";i:1026;s:11:"size_before";i:16966;s:10:"size_after";i:15940;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.77;s:5:"bytes";i:2574;s:11:"size_before";i:68201;s:10:"size_after";i:65627;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4199999999999999;s:5:"bytes";i:3661;s:11:"size_before";i:107011;s:10:"size_after";i:103350;s:4:"time";d:0.040000000000000001;}}}'),
(2450, 588, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0045.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0045-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0045-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0045-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0045-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460725392";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2451, 587, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11127217_855276601212237_7649344574817268592_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11127217_855276601212237_7649344574817268592_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11127217_855276601212237_7649344574817268592_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11127217_855276601212237_7649344574817268592_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11127217_855276601212237_7649344574817268592_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2452, 578, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7729652806918321;s:5:"bytes";i:8272;s:11:"size_before";i:219244;s:10:"size_after";i:210972;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9100000000000001;s:5:"bytes";i:540;s:11:"size_before";i:7815;s:10:"size_after";i:7275;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.1600000000000001;s:5:"bytes";i:1098;s:11:"size_before";i:17819;s:10:"size_after";i:16721;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7400000000000002;s:5:"bytes";i:2816;s:11:"size_before";i:75274;s:10:"size_after";i:72458;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:3818;s:11:"size_before";i:118336;s:10:"size_after";i:114518;s:4:"time";d:0.050000000000000003;}}}'),
(2453, 586, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5140.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5140-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5140-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5140-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5140-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397646304";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2454, 582, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3923883482935882;s:5:"bytes";i:6474;s:11:"size_before";i:190839;s:10:"size_after";i:184365;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8600000000000003;s:5:"bytes";i:521;s:11:"size_before";i:7597;s:10:"size_after";i:7076;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5099999999999998;s:5:"bytes";i:883;s:11:"size_before";i:16012;s:10:"size_after";i:15129;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1699999999999999;s:5:"bytes";i:2046;s:11:"size_before";i:64614;s:10:"size_after";i:62568;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9500000000000002;s:5:"bytes";i:3024;s:11:"size_before";i:102616;s:10:"size_after";i:99592;s:4:"time";d:0.050000000000000003;}}}'),
(2455, 581, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.3077828964196803;s:5:"bytes";i:28855;s:11:"size_before";i:394853;s:10:"size_after";i:365998;s:4:"time";d:0.17999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.9699999999999998;s:5:"bytes";i:767;s:11:"size_before";i:9627;s:10:"size_after";i:8860;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.75;s:5:"bytes";i:1881;s:11:"size_before";i:24284;s:10:"size_after";i:22403;s:4:"time";d:0.040000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.4699999999999998;s:5:"bytes";i:10124;s:11:"size_before";i:135597;s:10:"size_after";i:125473;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.1399999999999997;s:5:"bytes";i:16083;s:11:"size_before";i:225345;s:10:"size_after";i:209262;s:4:"time";d:0.089999999999999997;}}}'),
(2456, 583, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.9647716596308973;s:5:"bytes";i:27206;s:11:"size_before";i:390623;s:10:"size_after";i:363417;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.4199999999999999;s:5:"bytes";i:694;s:11:"size_before";i:9352;s:10:"size_after";i:8658;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.4900000000000002;s:5:"bytes";i:1764;s:11:"size_before";i:23562;s:10:"size_after";i:21798;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.0599999999999996;s:5:"bytes";i:9442;s:11:"size_before";i:133649;s:10:"size_after";i:124207;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.8300000000000001;s:5:"bytes";i:15306;s:11:"size_before";i:224060;s:10:"size_after";i:208754;s:4:"time";d:0.050000000000000003;}}}'),
(2457, 589, '_wp_attached_file', '2019/07/DSC0046-e1462256668617.jpg'),
(2458, 590, '_wp_attached_file', '2019/07/MG_0124.jpg'),
(2459, 591, '_wp_attached_file', '2019/07/AN3C1675.jpg'),
(2460, 589, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:1200;s:4:"file";s:34:"2019/07/DSC0046-e1462256668617.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"DSC0046-e1462256668617-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"DSC0046-e1462256668617-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"DSC0046-e1462256668617-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"DSC0046-e1462256668617-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2461, 585, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1143169919568603;s:5:"bytes";i:8118;s:11:"size_before";i:197311;s:10:"size_after";i:189193;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9199999999999999;s:5:"bytes";i:436;s:11:"size_before";i:7366;s:10:"size_after";i:6930;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.7599999999999998;s:5:"bytes";i:927;s:11:"size_before";i:16085;s:10:"size_after";i:15158;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0199999999999996;s:5:"bytes";i:2701;s:11:"size_before";i:67265;s:10:"size_after";i:64564;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7999999999999998;s:5:"bytes";i:4054;s:11:"size_before";i:106595;s:10:"size_after";i:102541;s:4:"time";d:0.040000000000000001;}}}'),
(2462, 577, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.492310384756462;s:5:"bytes";i:31252;s:11:"size_before";i:417121;s:10:"size_after";i:385869;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:8.3300000000000001;s:5:"bytes";i:860;s:11:"size_before";i:10318;s:10:"size_after";i:9458;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.9000000000000004;s:5:"bytes";i:1999;s:11:"size_before";i:25318;s:10:"size_after";i:23319;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.5899999999999999;s:5:"bytes";i:10820;s:11:"size_before";i:142607;s:10:"size_after";i:131787;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.3600000000000003;s:5:"bytes";i:17573;s:11:"size_before";i:238878;s:10:"size_after";i:221305;s:4:"time";d:0.070000000000000007;}}}'),
(2463, 592, '_wp_attached_file', '2019/07/IMG_5149.jpg'),
(2464, 584, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6101619373050067;s:5:"bytes";i:6804;s:11:"size_before";i:188468;s:10:"size_after";i:181664;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.25;s:5:"bytes";i:555;s:11:"size_before";i:7658;s:10:"size_after";i:7103;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5800000000000001;s:5:"bytes";i:878;s:11:"size_before";i:15743;s:10:"size_after";i:14865;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6699999999999999;s:5:"bytes";i:2362;s:11:"size_before";i:64408;s:10:"size_after";i:62046;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9900000000000002;s:5:"bytes";i:3009;s:11:"size_before";i:100659;s:10:"size_after";i:97650;s:4:"time";d:0.040000000000000001;}}}'),
(2465, 591, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1675.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1675-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1675-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1675-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1675-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750295";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2466, 587, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.401521337401693;s:5:"bytes";i:6332;s:11:"size_before";i:186152;s:10:"size_after";i:179820;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.04;s:5:"bytes";i:459;s:11:"size_before";i:7599;s:10:"size_after";i:7140;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4199999999999999;s:5:"bytes";i:879;s:11:"size_before";i:16228;s:10:"size_after";i:15349;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:1998;s:11:"size_before";i:62901;s:10:"size_after";i:60903;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:2996;s:11:"size_before";i:99424;s:10:"size_after";i:96428;s:4:"time";d:0.029999999999999999;}}}'),
(2467, 590, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2478;s:6:"height";i:3716;s:4:"file";s:19:"2019/07/MG_0124.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0124-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0124-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MG_0124-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0124-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366191775";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2468, 593, '_wp_attached_file', '2019/07/DSC0047.jpg'),
(2469, 594, '_wp_attached_file', '2019/07/11130395_855225177884046_1827503750838800463_o.jpg'),
(2470, 586, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4058424036462926;s:5:"bytes";i:6374;s:11:"size_before";i:187149;s:10:"size_after";i:180775;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.21;s:5:"bytes";i:568;s:11:"size_before";i:7876;s:10:"size_after";i:7308;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.25;s:5:"bytes";i:832;s:11:"size_before";i:15841;s:10:"size_after";i:15009;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0299999999999998;s:5:"bytes";i:1919;s:11:"size_before";i:63395;s:10:"size_after";i:61476;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0499999999999998;s:5:"bytes";i:3055;s:11:"size_before";i:100037;s:10:"size_after";i:96982;s:4:"time";d:0.059999999999999998;}}}'),
(2471, 593, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0047.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0047-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0047-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0047-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0047-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460725788";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2472, 594, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11130395_855225177884046_1827503750838800463_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11130395_855225177884046_1827503750838800463_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11130395_855225177884046_1827503750838800463_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11130395_855225177884046_1827503750838800463_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11130395_855225177884046_1827503750838800463_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2473, 592, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5149.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5149-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5149-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5149-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5149-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397646530";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"30";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2474, 595, '_wp_attached_file', '2019/07/AN3C1678.jpg'),
(2475, 596, '_wp_attached_file', '2019/07/11133982_856888151051082_8396634687653092624_o.jpg'),
(2476, 597, '_wp_attached_file', '2019/07/DSC0048.jpg'),
(2477, 588, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1221443655212129;s:5:"bytes";i:12807;s:11:"size_before";i:250032;s:10:"size_after";i:237225;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7300000000000004;s:5:"bytes";i:416;s:11:"size_before";i:7256;s:10:"size_after";i:6840;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.7699999999999996;s:5:"bytes";i:976;s:11:"size_before";i:16914;s:10:"size_after";i:15938;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.1100000000000003;s:5:"bytes";i:4348;s:11:"size_before";i:85149;s:10:"size_after";i:80801;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.0199999999999996;s:5:"bytes";i:7067;s:11:"size_before";i:140713;s:10:"size_after";i:133646;s:4:"time";d:0.050000000000000003;}}}'),
(2478, 597, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0048.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0048-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0048-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0048-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0048-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460725795";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2479, 596, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11133982_856888151051082_8396634687653092624_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11133982_856888151051082_8396634687653092624_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11133982_856888151051082_8396634687653092624_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11133982_856888151051082_8396634687653092624_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11133982_856888151051082_8396634687653092624_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2480, 598, '_wp_attached_file', '2019/07/MG_0125.jpg'),
(2481, 591, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4766601833842734;s:5:"bytes";i:6006;s:11:"size_before";i:172752;s:10:"size_after";i:166746;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1900000000000004;s:5:"bytes";i:431;s:11:"size_before";i:6960;s:10:"size_after";i:6529;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8499999999999996;s:5:"bytes";i:718;s:11:"size_before";i:14798;s:10:"size_after";i:14080;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.25;s:5:"bytes";i:1910;s:11:"size_before";i:58800;s:10:"size_after";i:56890;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2000000000000002;s:5:"bytes";i:2947;s:11:"size_before";i:92194;s:10:"size_after";i:89247;s:4:"time";d:0.070000000000000007;}}}'),
(2482, 589, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.4100499621043774;s:5:"bytes";i:29855;s:11:"size_before";i:465753;s:10:"size_after";i:435898;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8600000000000003;s:5:"bytes";i:566;s:11:"size_before";i:8255;s:10:"size_after";i:7689;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.79;s:5:"bytes";i:1395;s:11:"size_before";i:20546;s:10:"size_after";i:19151;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.3300000000000001;s:5:"bytes";i:15179;s:11:"size_before";i:239887;s:10:"size_after";i:224708;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.4500000000000002;s:5:"bytes";i:12715;s:11:"size_before";i:197065;s:10:"size_after";i:184350;s:4:"time";d:0.040000000000000001;}}}'),
(2483, 595, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1678.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1678-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1678-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1678-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1678-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750325";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2484, 590, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5550626489534913;s:5:"bytes";i:7533;s:11:"size_before";i:211895;s:10:"size_after";i:204362;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3700000000000001;s:5:"bytes";i:348;s:11:"size_before";i:6486;s:10:"size_after";i:6138;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.75;s:5:"bytes";i:464;s:11:"size_before";i:12389;s:10:"size_after";i:11925;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:3806;s:11:"size_before";i:106011;s:10:"size_after";i:102205;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3500000000000001;s:5:"bytes";i:2915;s:11:"size_before";i:87009;s:10:"size_after";i:84094;s:4:"time";d:0.040000000000000001;}}}'),
(2485, 594, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0027152530726688;s:5:"bytes";i:4514;s:11:"size_before";i:90231;s:10:"size_after";i:85717;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6500000000000004;s:5:"bytes";i:253;s:11:"size_before";i:4476;s:10:"size_after";i:4223;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6800000000000002;s:5:"bytes";i:300;s:11:"size_before";i:8150;s:10:"size_after";i:7850;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:1328;s:11:"size_before";i:30432;s:10:"size_after";i:29104;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5800000000000001;s:5:"bytes";i:2633;s:11:"size_before";i:47173;s:10:"size_after";i:44540;s:4:"time";d:0.029999999999999999;}}}'),
(2486, 599, '_wp_attached_file', '2019/07/DSC0049.jpg'),
(2487, 599, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0049.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0049-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0049-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0049-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0049-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460725814";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2488, 593, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3651203323029835;s:5:"bytes";i:7188;s:11:"size_before";i:164669;s:10:"size_after";i:157481;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8099999999999996;s:5:"bytes";i:326;s:11:"size_before";i:5614;s:10:"size_after";i:5288;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:547;s:11:"size_before";i:12256;s:10:"size_after";i:11709;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:2416;s:11:"size_before";i:56163;s:10:"size_after";i:53747;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:3899;s:11:"size_before";i:90636;s:10:"size_after";i:86737;s:4:"time";d:0.040000000000000001;}}}'),
(2489, 592, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.0955485468746695;s:5:"bytes";i:2970;s:11:"size_before";i:141729;s:10:"size_after";i:138759;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:308;s:11:"size_before";i:6160;s:10:"size_after";i:5852;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:482;s:11:"size_before";i:12649;s:10:"size_after";i:12167;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.79;s:5:"bytes";i:862;s:11:"size_before";i:48135;s:10:"size_after";i:47273;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.76;s:5:"bytes";i:1318;s:11:"size_before";i:74785;s:10:"size_after";i:73467;s:4:"time";d:0.029999999999999999;}}}'),
(2490, 598, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4539;s:6:"height";i:3026;s:4:"file";s:19:"2019/07/MG_0125.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0125-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0125-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0125-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0125-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366191812";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2491, 596, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.3412665069434189;s:5:"bytes";i:4704;s:11:"size_before";i:88069;s:10:"size_after";i:83365;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7699999999999996;s:5:"bytes";i:203;s:11:"size_before";i:4253;s:10:"size_after";i:4050;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:271;s:11:"size_before";i:7840;s:10:"size_after";i:7569;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.04;s:5:"bytes";i:1484;s:11:"size_before";i:29421;s:10:"size_after";i:27937;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9000000000000004;s:5:"bytes";i:2746;s:11:"size_before";i:46555;s:10:"size_after";i:43809;s:4:"time";d:0.029999999999999999;}}}'),
(2492, 600, '_wp_attached_file', '2019/07/IMG_5151.jpg'),
(2493, 601, '_wp_attached_file', '2019/07/AN3C1679.jpg'),
(2494, 602, '_wp_attached_file', '2019/07/DSC0050-e1462256657751.jpg'),
(2495, 602, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:800;s:6:"height";i:1200;s:4:"file";s:34:"2019/07/DSC0050-e1462256657751.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"DSC0050-e1462256657751-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"DSC0050-e1462256657751-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"DSC0050-e1462256657751-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"DSC0050-e1462256657751-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2496, 595, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4730683463987679;s:5:"bytes";i:6043;s:11:"size_before";i:173996;s:10:"size_after";i:167953;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9199999999999999;s:5:"bytes";i:408;s:11:"size_before";i:6894;s:10:"size_after";i:6486;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.71;s:5:"bytes";i:687;s:11:"size_before";i:14591;s:10:"size_after";i:13904;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:1826;s:11:"size_before";i:58791;s:10:"size_after";i:56965;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3300000000000001;s:5:"bytes";i:3122;s:11:"size_before";i:93720;s:10:"size_after";i:90598;s:4:"time";d:0.059999999999999998;}}}'),
(2497, 603, '_wp_attached_file', '2019/07/MG_0127.jpg'),
(2498, 604, '_wp_attached_file', '2019/07/11134040_855276097878954_8618572216906667328_o.jpg'),
(2499, 597, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5608242606973945;s:5:"bytes";i:8592;s:11:"size_before";i:188387;s:10:"size_after";i:179795;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2599999999999998;s:5:"bytes";i:320;s:11:"size_before";i:6089;s:10:"size_after";i:5769;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.96;s:5:"bytes";i:679;s:11:"size_before";i:13684;s:10:"size_after";i:13005;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5499999999999998;s:5:"bytes";i:2923;s:11:"size_before";i:64266;s:10:"size_after";i:61343;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:4670;s:11:"size_before";i:104348;s:10:"size_after";i:99678;s:4:"time";d:0.029999999999999999;}}}'),
(2500, 601, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1679.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1679-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1679-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1679-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1679-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750350";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2501, 600, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5151.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5151-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5151-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5151-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5151-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397646580";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2502, 604, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11134040_855276097878954_8618572216906667328_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11134040_855276097878954_8618572216906667328_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11134040_855276097878954_8618572216906667328_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11134040_855276097878954_8618572216906667328_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11134040_855276097878954_8618572216906667328_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2503, 599, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8550996410126244;s:5:"bytes";i:7442;s:11:"size_before";i:193043;s:10:"size_after";i:185601;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0300000000000002;s:5:"bytes";i:409;s:11:"size_before";i:6783;s:10:"size_after";i:6374;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9400000000000004;s:5:"bytes";i:741;s:11:"size_before";i:14986;s:10:"size_after";i:14245;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.96;s:5:"bytes";i:2616;s:11:"size_before";i:66068;s:10:"size_after";i:63452;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:3676;s:11:"size_before";i:105206;s:10:"size_after";i:101530;s:4:"time";d:0.040000000000000001;}}}'),
(2504, 598, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0851314376753374;s:5:"bytes";i:9436;s:11:"size_before";i:230984;s:10:"size_after";i:221548;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.1699999999999999;s:5:"bytes";i:607;s:11:"size_before";i:8463;s:10:"size_after";i:7856;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.3799999999999999;s:5:"bytes";i:1174;s:11:"size_before";i:18390;s:10:"size_after";i:17216;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0999999999999996;s:5:"bytes";i:3245;s:11:"size_before";i:79116;s:10:"size_after";i:75871;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:4410;s:11:"size_before";i:125015;s:10:"size_after";i:120605;s:4:"time";d:0.040000000000000001;}}}'),
(2505, 605, '_wp_attached_file', '2019/07/DSC0052.jpg'),
(2506, 605, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0052.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0052-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0052-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0052-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0052-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460726444";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"26";s:3:"iso";s:3:"220";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2507, 603, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0127.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0127-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0127-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0127-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0127-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366191838";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"34";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2508, 606, '_wp_attached_file', '2019/07/11134112_855275441212353_8553880067207033223_o.jpg'),
(2509, 606, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11134112_855275441212353_8553880067207033223_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11134112_855275441212353_8553880067207033223_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11134112_855275441212353_8553880067207033223_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11134112_855275441212353_8553880067207033223_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11134112_855275441212353_8553880067207033223_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2510, 602, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9601255149742784;s:5:"bytes";i:9276;s:11:"size_before";i:234235;s:10:"size_after";i:224959;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.79;s:5:"bytes";i:411;s:11:"size_before";i:7095;s:10:"size_after";i:6684;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:645;s:11:"size_before";i:13406;s:10:"size_after";i:12761;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8700000000000001;s:5:"bytes";i:4511;s:11:"size_before";i:116588;s:10:"size_after";i:112077;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8199999999999998;s:5:"bytes";i:3709;s:11:"size_before";i:97146;s:10:"size_after";i:93437;s:4:"time";d:0.059999999999999998;}}}'),
(2511, 607, '_wp_attached_file', '2019/07/AN3C1682.jpg'),
(2512, 608, '_wp_attached_file', '2019/07/DSC0053.jpg'),
(2513, 609, '_wp_attached_file', '2019/07/IMG_5153.jpg'),
(2514, 600, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:1.9425742149209735;s:5:"bytes";i:2715;s:11:"size_before";i:139763;s:10:"size_after";i:137048;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:345;s:11:"size_before";i:6547;s:10:"size_after";i:6202;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8700000000000001;s:5:"bytes";i:494;s:11:"size_before";i:12765;s:10:"size_after";i:12271;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.7;s:5:"bytes";i:807;s:11:"size_before";i:47464;s:10:"size_after";i:46657;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.46;s:5:"bytes";i:1069;s:11:"size_before";i:72987;s:10:"size_after";i:71918;s:4:"time";d:0.029999999999999999;}}}'),
(2515, 601, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0980433738546842;s:5:"bytes";i:4967;s:11:"size_before";i:160327;s:10:"size_after";i:155360;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:303;s:11:"size_before";i:6293;s:10:"size_after";i:5990;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:541;s:11:"size_before";i:13346;s:10:"size_after";i:12805;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.71;s:5:"bytes";i:1460;s:11:"size_before";i:53843;s:10:"size_after";i:52383;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:2663;s:11:"size_before";i:86845;s:10:"size_after";i:84182;s:4:"time";d:0.050000000000000003;}}}'),
(2516, 608, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0053.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0053-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0053-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0053-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0053-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460726455";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"26";s:3:"iso";s:3:"220";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2517, 604, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4143031341996641;s:5:"bytes";i:6692;s:11:"size_before";i:195999;s:10:"size_after";i:189307;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0899999999999999;s:5:"bytes";i:445;s:11:"size_before";i:7310;s:10:"size_after";i:6865;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.79;s:5:"bytes";i:713;s:11:"size_before";i:14875;s:10:"size_after";i:14162;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.29;s:5:"bytes";i:2173;s:11:"size_before";i:66085;s:10:"size_after";i:63912;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:3361;s:11:"size_before";i:107729;s:10:"size_after";i:104368;s:4:"time";d:0.040000000000000001;}}}'),
(2518, 610, '_wp_attached_file', '2019/07/MG_0130.jpg'),
(2519, 607, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1682-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750370";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2520, 603, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0365209165249194;s:5:"bytes";i:5537;s:11:"size_before";i:109937;s:10:"size_after";i:104400;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:207;s:11:"size_before";i:4227;s:10:"size_after";i:4020;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:409;s:11:"size_before";i:9077;s:10:"size_after";i:8668;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5499999999999998;s:5:"bytes";i:1641;s:11:"size_before";i:36044;s:10:"size_after";i:34403;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:3280;s:11:"size_before";i:60589;s:10:"size_after";i:57309;s:4:"time";d:0.070000000000000007;}}}'),
(2521, 609, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5153.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5153-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5153-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5153-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5153-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397646781";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2522, 611, '_wp_attached_file', '2019/07/DSC0054.jpg'),
(2523, 611, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0054.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0054-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0054-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0054-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0054-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460726465";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"26";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2524, 610, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3000;s:6:"height";i:1999;s:4:"file";s:19:"2019/07/MG_0130.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0130-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0130-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0130-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0130-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366191883";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2525, 606, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5803720486525159;s:5:"bytes";i:6005;s:11:"size_before";i:167720;s:10:"size_after";i:161715;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1200000000000001;s:5:"bytes";i:394;s:11:"size_before";i:6433;s:10:"size_after";i:6039;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1299999999999999;s:5:"bytes";i:713;s:11:"size_before";i:13911;s:10:"size_after";i:13198;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:2008;s:11:"size_before";i:57263;s:10:"size_after";i:55255;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.21;s:5:"bytes";i:2890;s:11:"size_before";i:90113;s:10:"size_after";i:87223;s:4:"time";d:0.029999999999999999;}}}'),
(2526, 612, '_wp_attached_file', '2019/07/11136224_855275807878983_6824450555536393779_o.jpg'),
(2527, 613, '_wp_attached_file', '2019/07/AN3C1686.jpg'),
(2528, 612, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11136224_855275807878983_6824450555536393779_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11136224_855275807878983_6824450555536393779_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11136224_855275807878983_6824450555536393779_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11136224_855275807878983_6824450555536393779_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11136224_855275807878983_6824450555536393779_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2529, 605, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.1100357567255106;s:5:"bytes";i:26506;s:11:"size_before";i:372797;s:10:"size_after";i:346291;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:8.3300000000000001;s:5:"bytes";i:836;s:11:"size_before";i:10041;s:10:"size_after";i:9205;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.8099999999999996;s:5:"bytes";i:1869;s:11:"size_before";i:23919;s:10:"size_after";i:22050;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.2599999999999998;s:5:"bytes";i:9256;s:11:"size_before";i:127573;s:10:"size_after";i:118317;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.8799999999999999;s:5:"bytes";i:14545;s:11:"size_before";i:211264;s:10:"size_after";i:196719;s:4:"time";d:0.080000000000000002;}}}'),
(2530, 614, '_wp_attached_file', '2019/07/DSC0057.jpg'),
(2531, 614, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0057.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0057-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0057-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0057-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0057-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460727281";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"23";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2532, 607, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6988067492427614;s:5:"bytes";i:5383;s:11:"size_before";i:114561;s:10:"size_after";i:109178;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5899999999999999;s:5:"bytes";i:256;s:11:"size_before";i:5575;s:10:"size_after";i:5319;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:337;s:11:"size_before";i:9469;s:10:"size_after";i:9132;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.54;s:5:"bytes";i:1686;s:11:"size_before";i:37113;s:10:"size_after";i:35427;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9699999999999998;s:5:"bytes";i:3104;s:11:"size_before";i:62404;s:10:"size_after";i:59300;s:4:"time";d:0.029999999999999999;}}}'),
(2533, 608, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.1557859175057859;s:5:"bytes";i:27239;s:11:"size_before";i:380657;s:10:"size_after";i:353418;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:8.4299999999999997;s:5:"bytes";i:858;s:11:"size_before";i:10173;s:10:"size_after";i:9315;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:8;s:5:"bytes";i:1937;s:11:"size_before";i:24221;s:10:"size_after";i:22284;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.2699999999999996;s:5:"bytes";i:9440;s:11:"size_before";i:129928;s:10:"size_after";i:120488;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.9400000000000004;s:5:"bytes";i:15004;s:11:"size_before";i:216335;s:10:"size_after";i:201331;s:4:"time";d:0.059999999999999998;}}}'),
(2534, 615, '_wp_attached_file', '2019/07/11140180_855275934545637_3418059705785139684_o.jpg'),
(2535, 609, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2806409701169339;s:5:"bytes";i:3333;s:11:"size_before";i:101596;s:10:"size_after";i:98263;s:4:"time";d:0.23000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.4300000000000002;s:5:"bytes";i:106;s:11:"size_before";i:4371;s:10:"size_after";i:4265;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.6799999999999999;s:5:"bytes";i:146;s:11:"size_before";i:8673;s:10:"size_after";i:8527;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7999999999999998;s:5:"bytes";i:969;s:11:"size_before";i:34564;s:10:"size_after";i:33595;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9100000000000001;s:5:"bytes";i:2112;s:11:"size_before";i:53988;s:10:"size_after";i:51876;s:4:"time";d:0.19;}}}'),
(2536, 613, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1686.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1686-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1686-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1686-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1686-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750421";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2537, 615, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11140180_855275934545637_3418059705785139684_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11140180_855275934545637_3418059705785139684_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11140180_855275934545637_3418059705785139684_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11140180_855275934545637_3418059705785139684_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11140180_855275934545637_3418059705785139684_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2538, 616, '_wp_attached_file', '2019/07/IMG_5159.jpg'),
(2539, 617, '_wp_attached_file', '2019/07/DSC0058.jpg'),
(2540, 618, '_wp_attached_file', '2019/07/MG_0133.jpg'),
(2541, 612, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5254610958756789;s:5:"bytes";i:4208;s:11:"size_before";i:92985;s:10:"size_after";i:88777;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5899999999999999;s:5:"bytes";i:205;s:11:"size_before";i:4469;s:10:"size_after";i:4264;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4500000000000002;s:5:"bytes";i:277;s:11:"size_before";i:8035;s:10:"size_after";i:7758;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1900000000000004;s:5:"bytes";i:1313;s:11:"size_before";i:31310;s:10:"size_after";i:29997;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9100000000000001;s:5:"bytes";i:2413;s:11:"size_before";i:49171;s:10:"size_after";i:46758;s:4:"time";d:0.02;}}}'),
(2542, 617, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0058.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0058-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0058-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0058-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0058-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460728391";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"23";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2543, 610, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0218695693308177;s:5:"bytes";i:8077;s:11:"size_before";i:200827;s:10:"size_after";i:192750;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8799999999999999;s:5:"bytes";i:509;s:11:"size_before";i:7394;s:10:"size_after";i:6885;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8099999999999996;s:5:"bytes";i:950;s:11:"size_before";i:16338;s:10:"size_after";i:15388;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.96;s:5:"bytes";i:2698;s:11:"size_before";i:68126;s:10:"size_after";i:65428;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:3920;s:11:"size_before";i:108969;s:10:"size_after";i:105049;s:4:"time";d:0.040000000000000001;}}}'),
(2544, 619, '_wp_attached_file', '2019/07/AN3C1689.jpg'),
(2545, 620, '_wp_attached_file', '2019/07/11141757_855275984545632_8936323309978291983_o.jpg'),
(2546, 620, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11141757_855275984545632_8936323309978291983_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11141757_855275984545632_8936323309978291983_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11141757_855275984545632_8936323309978291983_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11141757_855275984545632_8936323309978291983_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11141757_855275984545632_8936323309978291983_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2547, 613, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6139152156344139;s:5:"bytes";i:5024;s:11:"size_before";i:108888;s:10:"size_after";i:103864;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.71;s:5:"bytes";i:155;s:11:"size_before";i:4182;s:10:"size_after";i:4027;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3900000000000001;s:5:"bytes";i:199;s:11:"size_before";i:8323;s:10:"size_after";i:8124;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0099999999999998;s:5:"bytes";i:1427;s:11:"size_before";i:35611;s:10:"size_after";i:34184;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.3399999999999999;s:5:"bytes";i:3243;s:11:"size_before";i:60772;s:10:"size_after";i:57529;s:4:"time";d:0.02;}}}'),
(2548, 618, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4204;s:6:"height";i:2802;s:4:"file";s:19:"2019/07/MG_0133.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0133-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0133-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0133-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0133-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366191920";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2549, 621, '_wp_attached_file', '2019/07/DSC0059.jpg'),
(2550, 614, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3533591168923769;s:5:"bytes";i:10502;s:11:"size_before";i:241239;s:10:"size_after";i:230737;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8499999999999996;s:5:"bytes";i:595;s:11:"size_before";i:8690;s:10:"size_after";i:8095;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.21;s:5:"bytes";i:1191;s:11:"size_before";i:19179;s:10:"size_after";i:17988;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:3688;s:11:"size_before";i:83254;s:10:"size_after";i:79566;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8599999999999999;s:5:"bytes";i:5028;s:11:"size_before";i:130116;s:10:"size_after";i:125088;s:4:"time";d:0.050000000000000003;}}}'),
(2551, 621, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0059.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0059-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0059-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0059-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0059-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460728400";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"23";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:6:"0.0025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2552, 616, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5159.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5159-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5159-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5159-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5159-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397646861";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2553, 619, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1689.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1689-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1689-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1689-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1689-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750578";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2554, 615, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4738533155893938;s:5:"bytes";i:6552;s:11:"size_before";i:188609;s:10:"size_after";i:182057;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.29;s:5:"bytes";i:488;s:11:"size_before";i:7756;s:10:"size_after";i:7268;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.0599999999999996;s:5:"bytes";i:782;s:11:"size_before";i:15462;s:10:"size_after";i:14680;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:2127;s:11:"size_before";i:63320;s:10:"size_after";i:61193;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0899999999999999;s:5:"bytes";i:3155;s:11:"size_before";i:102071;s:10:"size_after";i:98916;s:4:"time";d:0.059999999999999998;}}}'),
(2555, 611, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.7216321967579651;s:5:"bytes";i:23569;s:11:"size_before";i:350644;s:10:"size_after";i:327075;s:4:"time";d:0.20000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.2000000000000002;s:5:"bytes";i:636;s:11:"size_before";i:8839;s:10:"size_after";i:8203;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.3799999999999999;s:5:"bytes";i:1674;s:11:"size_before";i:22675;s:10:"size_after";i:21001;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.8200000000000003;s:5:"bytes";i:8203;s:11:"size_before";i:120362;s:10:"size_after";i:112159;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.5700000000000003;s:5:"bytes";i:13056;s:11:"size_before";i:198768;s:10:"size_after";i:185712;s:4:"time";d:0.13;}}}'),
(2556, 622, '_wp_attached_file', '2019/07/DSC0060.jpg'),
(2557, 617, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4710657803080469;s:5:"bytes";i:10398;s:11:"size_before";i:232562;s:10:"size_after";i:222164;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5199999999999996;s:5:"bytes";i:381;s:11:"size_before";i:6900;s:10:"size_after";i:6519;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1699999999999999;s:5:"bytes";i:834;s:11:"size_before";i:16138;s:10:"size_after";i:15304;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:3612;s:11:"size_before";i:80186;s:10:"size_after";i:76574;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3099999999999996;s:5:"bytes";i:5571;s:11:"size_before";i:129338;s:10:"size_after";i:123767;s:4:"time";d:0.050000000000000003;}}}'),
(2558, 623, '_wp_attached_file', '2019/07/MG_0140.jpg'),
(2559, 622, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0060.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0060-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0060-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0060-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0060-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460732153";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"22";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2560, 624, '_wp_attached_file', '2019/07/IMG_5169.jpg'),
(2561, 625, '_wp_attached_file', '2019/07/AN3C1691.jpg'),
(2562, 620, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4019679284577808;s:5:"bytes";i:10209;s:11:"size_before";i:231919;s:10:"size_after";i:221710;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.8499999999999996;s:5:"bytes";i:673;s:11:"size_before";i:8572;s:10:"size_after";i:7899;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.9800000000000004;s:5:"bytes";i:1328;s:11:"size_before";i:19025;s:10:"size_after";i:17697;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4900000000000002;s:5:"bytes";i:3555;s:11:"size_before";i:79137;s:10:"size_after";i:75582;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7200000000000002;s:5:"bytes";i:4653;s:11:"size_before";i:125185;s:10:"size_after";i:120532;s:4:"time";d:0.040000000000000001;}}}'),
(2563, 626, '_wp_attached_file', '2019/07/DSC0062.jpg'),
(2564, 626, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0062.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0062-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0062-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0062-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0062-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"9";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460732188";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2565, 616, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4047122380614172;s:5:"bytes";i:6088;s:11:"size_before";i:178811;s:10:"size_after";i:172723;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.54;s:5:"bytes";i:427;s:11:"size_before";i:6532;s:10:"size_after";i:6105;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2800000000000002;s:5:"bytes";i:778;s:11:"size_before";i:14742;s:10:"size_after";i:13964;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:2116;s:11:"size_before";i:61659;s:10:"size_after";i:59543;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8900000000000001;s:5:"bytes";i:2767;s:11:"size_before";i:95878;s:10:"size_after";i:93111;s:4:"time";d:0.029999999999999999;}}}'),
(2566, 618, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.361372075873474;s:5:"bytes";i:9995;s:11:"size_before";i:229171;s:10:"size_after";i:219176;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.29;s:5:"bytes";i:586;s:11:"size_before";i:8035;s:10:"size_after";i:7449;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8399999999999999;s:5:"bytes";i:994;s:11:"size_before";i:17031;s:10:"size_after";i:16037;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:3450;s:11:"size_before";i:77402;s:10:"size_after";i:73952;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:4965;s:11:"size_before";i:126703;s:10:"size_after";i:121738;s:4:"time";d:0.040000000000000001;}}}'),
(2567, 619, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.0768903993203063;s:5:"bytes";i:5722;s:11:"size_before";i:94160;s:10:"size_after";i:88438;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:138;s:11:"size_before";i:4265;s:10:"size_after";i:4127;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3199999999999998;s:5:"bytes";i:180;s:11:"size_before";i:7774;s:10:"size_after";i:7594;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.0499999999999998;s:5:"bytes";i:1869;s:11:"size_before";i:30889;s:10:"size_after";i:29020;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.9000000000000004;s:5:"bytes";i:3535;s:11:"size_before";i:51232;s:10:"size_after";i:47697;s:4:"time";d:0.040000000000000001;}}}'),
(2568, 621, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6980460024550741;s:5:"bytes";i:11673;s:11:"size_before";i:248465;s:10:"size_after";i:236792;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6799999999999997;s:5:"bytes";i:404;s:11:"size_before";i:7114;s:10:"size_after";i:6710;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.46;s:5:"bytes";i:901;s:11:"size_before";i:16512;s:10:"size_after";i:15611;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.7800000000000002;s:5:"bytes";i:4072;s:11:"size_before";i:85170;s:10:"size_after";i:81098;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:6296;s:11:"size_before";i:139669;s:10:"size_after";i:133373;s:4:"time";d:0.040000000000000001;}}}'),
(2569, 623, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0140.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0140-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0140-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0140-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0140-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366192007";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2570, 625, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1691.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1691-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1691-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1691-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1691-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750593";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2571, 624, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5169.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5169-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5169-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5169-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5169-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397647047";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2572, 622, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4320447289134046;s:5:"bytes";i:11827;s:11:"size_before";i:266852;s:10:"size_after";i:255025;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8899999999999997;s:5:"bytes";i:599;s:11:"size_before";i:8694;s:10:"size_after";i:8095;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6399999999999997;s:5:"bytes";i:1062;s:11:"size_before";i:18838;s:10:"size_after";i:17776;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4299999999999997;s:5:"bytes";i:4037;s:11:"size_before";i:91176;s:10:"size_after";i:87139;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:6129;s:11:"size_before";i:148144;s:10:"size_after";i:142015;s:4:"time";d:0.050000000000000003;}}}'),
(2573, 627, '_wp_attached_file', '2019/07/AN3C1693.jpg'),
(2574, 628, '_wp_attached_file', '2019/07/DSC0065.jpg'),
(2575, 628, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:19:"2019/07/DSC0065.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0065-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0065-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460634824";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"38";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2576, 626, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2102400553783772;s:5:"bytes";i:8515;s:11:"size_before";i:202245;s:10:"size_after";i:193730;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1299999999999999;s:5:"bytes";i:421;s:11:"size_before";i:6864;s:10:"size_after";i:6443;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3899999999999997;s:5:"bytes";i:852;s:11:"size_before";i:15797;s:10:"size_after";i:14945;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:2880;s:11:"size_before";i:70069;s:10:"size_after";i:67189;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.98;s:5:"bytes";i:4362;s:11:"size_before";i:109515;s:10:"size_after";i:105153;s:4:"time";d:0.070000000000000007;}}}'),
(2577, 629, '_wp_attached_file', '2019/07/11145135_855225091217388_1210113399969158915_o.jpg'),
(2578, 627, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1693.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1693-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1693-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1693-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1693-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750642";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2579, 623, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3768421052631581;s:5:"bytes";i:5614;s:11:"size_before";i:166250;s:10:"size_after";i:160636;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8099999999999996;s:5:"bytes";i:406;s:11:"size_before";i:6988;s:10:"size_after";i:6582;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8300000000000001;s:5:"bytes";i:681;s:11:"size_before";i:14094;s:10:"size_after";i:13413;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:1956;s:11:"size_before";i:56917;s:10:"size_after";i:54961;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:2571;s:11:"size_before";i:88251;s:10:"size_after";i:85680;s:4:"time";d:0.040000000000000001;}}}'),
(2580, 630, '_wp_attached_file', '2019/07/MG_0178.jpg'),
(2581, 625, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8752119657376403;s:5:"bytes";i:4485;s:11:"size_before";i:91996;s:10:"size_after";i:87511;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:134;s:11:"size_before";i:4279;s:10:"size_after";i:4145;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5;s:5:"bytes";i:197;s:11:"size_before";i:7868;s:10:"size_after";i:7671;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4000000000000004;s:5:"bytes";i:1324;s:11:"size_before";i:30088;s:10:"size_after";i:28764;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.6900000000000004;s:5:"bytes";i:2830;s:11:"size_before";i:49761;s:10:"size_after";i:46931;s:4:"time";d:0.080000000000000002;}}}'),
(2582, 631, '_wp_attached_file', '2019/07/IMG_5170.jpg'),
(2583, 624, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3823134086239128;s:5:"bytes";i:3084;s:11:"size_before";i:129454;s:10:"size_after";i:126370;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2800000000000002;s:5:"bytes";i:245;s:11:"size_before";i:5724;s:10:"size_after";i:5479;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:395;s:11:"size_before";i:11491;s:10:"size_after";i:11096;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";i:2;s:5:"bytes";i:887;s:11:"size_before";i:44425;s:10:"size_after";i:43538;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.2999999999999998;s:5:"bytes";i:1557;s:11:"size_before";i:67814;s:10:"size_after";i:66257;s:4:"time";d:0.070000000000000007;}}}'),
(2584, 632, '_wp_attached_file', '2019/07/DSC0068.jpg'),
(2585, 628, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.1046054980364159;s:5:"bytes";i:1990;s:11:"size_before";i:28010;s:10:"size_after";i:26020;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.9000000000000004;s:5:"bytes";i:708;s:11:"size_before";i:8961;s:10:"size_after";i:8253;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.7300000000000004;s:5:"bytes";i:1282;s:11:"size_before";i:19049;s:10:"size_after";i:17767;s:4:"time";d:0.01;}}}'),
(2586, 629, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11145135_855225091217388_1210113399969158915_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11145135_855225091217388_1210113399969158915_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11145135_855225091217388_1210113399969158915_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11145135_855225091217388_1210113399969158915_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11145135_855225091217388_1210113399969158915_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2587, 632, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0068.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0068-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0068-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0068-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0068-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460733095";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"26";s:3:"iso";s:3:"110";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2588, 633, '_wp_attached_file', '2019/07/AN3C1697.jpg'),
(2589, 634, '_wp_attached_file', '2019/07/11146370_855275241212373_685213943309901717_o.jpg'),
(2590, 635, '_wp_attached_file', '2019/07/DSC0071.jpg'),
(2591, 635, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:19:"2019/07/DSC0071.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0071-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0071-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"DSC0071-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"DSC0071-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460739773";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2592, 634, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/11146370_855275241212373_685213943309901717_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"11146370_855275241212373_685213943309901717_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"11146370_855275241212373_685213943309901717_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"11146370_855275241212373_685213943309901717_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"11146370_855275241212373_685213943309901717_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2593, 627, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3699133993558914;s:5:"bytes";i:3903;s:11:"size_before";i:115819;s:10:"size_after";i:111916;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6299999999999999;s:5:"bytes";i:175;s:11:"size_before";i:4817;s:10:"size_after";i:4642;s:4:"time";d:0.070000000000000007;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.9199999999999999;s:5:"bytes";i:178;s:11:"size_before";i:9266;s:10:"size_after";i:9088;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8900000000000001;s:5:"bytes";i:1112;s:11:"size_before";i:38512;s:10:"size_after";i:37400;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8599999999999999;s:5:"bytes";i:2438;s:11:"size_before";i:63224;s:10:"size_after";i:60786;s:4:"time";d:0.029999999999999999;}}}'),
(2594, 630, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3168;s:6:"height";i:4752;s:4:"file";s:19:"2019/07/MG_0178.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0178-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0178-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MG_0178-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0178-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366193621";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2595, 631, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5170.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5170-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5170-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5170-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5170-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397647089";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2596, 633, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1697.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1697-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1697-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1697-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1697-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750962";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2597, 636, '_wp_attached_file', '2019/07/11147151_855276194545611_6722247568619484944_o.jpg'),
(2598, 636, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11147151_855276194545611_6722247568619484944_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11147151_855276194545611_6722247568619484944_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11147151_855276194545611_6722247568619484944_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11147151_855276194545611_6722247568619484944_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11147151_855276194545611_6722247568619484944_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2599, 632, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.755288811874939;s:5:"bytes";i:4802;s:11:"size_before";i:174283;s:10:"size_after";i:169481;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1299999999999999;s:5:"bytes";i:429;s:11:"size_before";i:7004;s:10:"size_after";i:6575;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7599999999999998;s:5:"bytes";i:716;s:11:"size_before";i:15037;s:10:"size_after";i:14321;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7999999999999998;s:5:"bytes";i:1705;s:11:"size_before";i:60787;s:10:"size_after";i:59082;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1299999999999999;s:5:"bytes";i:1952;s:11:"size_before";i:91455;s:10:"size_after";i:89503;s:4:"time";d:0.029999999999999999;}}}'),
(2600, 637, '_wp_attached_file', '2019/07/11148381_855225061217391_2850364637925340549_o.jpg'),
(2601, 634, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7518492948022488;s:5:"bytes";i:3804;s:11:"size_before";i:101390;s:10:"size_after";i:97586;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5700000000000003;s:5:"bytes";i:189;s:11:"size_before";i:4135;s:10:"size_after";i:3946;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:288;s:11:"size_before";i:8945;s:10:"size_after";i:8657;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:1209;s:11:"size_before";i:34501;s:10:"size_after";i:33292;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9399999999999999;s:5:"bytes";i:2118;s:11:"size_before";i:53809;s:10:"size_after";i:51691;s:4:"time";d:0.029999999999999999;}}}'),
(2602, 638, '_wp_attached_file', '2019/07/IMG_5176-e1398170239451.jpg'),
(2603, 639, '_wp_attached_file', '2019/07/AN3C1708.jpg'),
(2604, 640, '_wp_attached_file', '2019/07/MG_0181.jpg'),
(2605, 629, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6296398130327194;s:5:"bytes";i:4782;s:11:"size_before";i:181850;s:10:"size_after";i:177068;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3200000000000003;s:5:"bytes";i:452;s:11:"size_before";i:7148;s:10:"size_after";i:6696;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:740;s:11:"size_before";i:15241;s:10:"size_after";i:14501;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:1617;s:11:"size_before";i:62040;s:10:"size_after";i:60423;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0299999999999998;s:5:"bytes";i:1973;s:11:"size_before";i:97421;s:10:"size_after";i:95448;s:4:"time";d:0.070000000000000007;}}}'),
(2606, 631, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.1996920287247974;s:5:"bytes";i:3057;s:11:"size_before";i:138974;s:10:"size_after";i:135917;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.27;s:5:"bytes";i:180;s:11:"size_before";i:5500;s:10:"size_after";i:5320;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5899999999999999;s:5:"bytes";i:302;s:11:"size_before";i:11653;s:10:"size_after";i:11351;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.98;s:5:"bytes";i:949;s:11:"size_before";i:47930;s:10:"size_after";i:46981;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.2000000000000002;s:5:"bytes";i:1626;s:11:"size_before";i:73891;s:10:"size_after";i:72265;s:4:"time";d:0.070000000000000007;}}}'),
(2607, 637, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11148381_855225061217391_2850364637925340549_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11148381_855225061217391_2850364637925340549_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11148381_855225061217391_2850364637925340549_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11148381_855225061217391_2850364637925340549_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11148381_855225061217391_2850364637925340549_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2608, 635, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2583418987690838;s:5:"bytes";i:12585;s:11:"size_before";i:239334;s:10:"size_after";i:226749;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.04;s:5:"bytes";i:587;s:11:"size_before";i:8334;s:10:"size_after";i:7747;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.5;s:5:"bytes";i:1169;s:11:"size_before";i:17988;s:10:"size_after";i:16819;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:4389;s:11:"size_before";i:82759;s:10:"size_after";i:78370;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9400000000000004;s:5:"bytes";i:6440;s:11:"size_before";i:130253;s:10:"size_after";i:123813;s:4:"time";d:0.050000000000000003;}}}'),
(2609, 633, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2059016843736821;s:5:"bytes";i:3268;s:11:"size_before";i:101937;s:10:"size_after";i:98669;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:128;s:11:"size_before";i:4401;s:10:"size_after";i:4273;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.6000000000000001;s:5:"bytes";i:142;s:11:"size_before";i:8884;s:10:"size_after";i:8742;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7599999999999998;s:5:"bytes";i:940;s:11:"size_before";i:34091;s:10:"size_after";i:33151;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.77;s:5:"bytes";i:2058;s:11:"size_before";i:54561;s:10:"size_after";i:52503;s:4:"time";d:0.029999999999999999;}}}'),
(2610, 630, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2019064315635997;s:5:"bytes";i:7269;s:11:"size_before";i:227021;s:10:"size_after";i:219752;s:4:"time";d:0.17999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9100000000000001;s:5:"bytes";i:536;s:11:"size_before";i:7762;s:10:"size_after";i:7226;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6200000000000001;s:5:"bytes";i:855;s:11:"size_before";i:15211;s:10:"size_after";i:14356;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8500000000000001;s:5:"bytes";i:3177;s:11:"size_before";i:111538;s:10:"size_after";i:108361;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9199999999999999;s:5:"bytes";i:2701;s:11:"size_before";i:92510;s:10:"size_after";i:89809;s:4:"time";d:0.10000000000000001;}}}'),
(2611, 640, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:19:"2019/07/MG_0181.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0181-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0181-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0181-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0181-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366193651";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2612, 639, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1708.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1708-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1708-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1708-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1708-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334751089";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2613, 641, '_wp_attached_file', '2019/07/11148793_855275861212311_4146278737777549676_o.jpg'),
(2614, 642, '_wp_attached_file', '2019/07/DSC0077.jpg'),
(2615, 642, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:19:"2019/07/DSC0077.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0077-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0077-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460639335";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"140";s:3:"iso";s:4:"1800";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2616, 638, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5176-e1398170239451.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5176-e1398170239451-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5176-e1398170239451-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5176-e1398170239451-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5176-e1398170239451-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2617, 641, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11148793_855275861212311_4146278737777549676_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11148793_855275861212311_4146278737777549676_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11148793_855275861212311_4146278737777549676_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11148793_855275861212311_4146278737777549676_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11148793_855275861212311_4146278737777549676_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2618, 636, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9132942156476842;s:5:"bytes";i:8550;s:11:"size_before";i:218486;s:10:"size_after";i:209936;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0300000000000002;s:5:"bytes";i:584;s:11:"size_before";i:8302;s:10:"size_after";i:7718;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.71;s:5:"bytes";i:985;s:11:"size_before";i:17241;s:10:"size_after";i:16256;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:2893;s:11:"size_before";i:74184;s:10:"size_after";i:71291;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:4088;s:11:"size_before";i:118759;s:10:"size_after";i:114671;s:4:"time";d:0.050000000000000003;}}}'),
(2619, 637, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6781834713116712;s:5:"bytes";i:4888;s:11:"size_before";i:104485;s:10:"size_after";i:99597;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0199999999999996;s:5:"bytes";i:169;s:11:"size_before";i:4203;s:10:"size_after";i:4034;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3200000000000003;s:5:"bytes";i:369;s:11:"size_before";i:8551;s:10:"size_after";i:8182;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:1615;s:11:"size_before";i:35924;s:10:"size_after";i:34309;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:2735;s:11:"size_before";i:55807;s:10:"size_after";i:53072;s:4:"time";d:0.029999999999999999;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2620, 642, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1797276177718237;s:5:"bytes";i:696;s:11:"size_before";i:13437;s:10:"size_after";i:12741;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3399999999999999;s:5:"bytes";i:300;s:11:"size_before";i:4735;s:10:"size_after";i:4435;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5499999999999998;s:5:"bytes";i:396;s:11:"size_before";i:8702;s:10:"size_after";i:8306;s:4:"time";d:0.01;}}}'),
(2621, 643, '_wp_attached_file', '2019/07/AN3C1718.jpg'),
(2622, 644, '_wp_attached_file', '2019/07/DSC0114.jpg'),
(2623, 645, '_wp_attached_file', '2019/07/11148793_855275897878974_8607885143393978879_o.jpg'),
(2624, 644, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:19:"2019/07/DSC0114.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0114-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0114-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460640516";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"122";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2625, 646, '_wp_attached_file', '2019/07/MG_0228.jpg'),
(2626, 639, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7036277785749916;s:5:"bytes";i:5420;s:11:"size_before";i:146343;s:10:"size_after";i:140923;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6900000000000004;s:5:"bytes";i:266;s:11:"size_before";i:5667;s:10:"size_after";i:5401;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9300000000000002;s:5:"bytes";i:487;s:11:"size_before";i:12377;s:10:"size_after";i:11890;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:1580;s:11:"size_before";i:49136;s:10:"size_after";i:47556;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:3087;s:11:"size_before";i:79163;s:10:"size_after";i:76076;s:4:"time";d:0.029999999999999999;}}}'),
(2627, 645, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11148793_855275897878974_8607885143393978879_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11148793_855275897878974_8607885143393978879_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11148793_855275897878974_8607885143393978879_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11148793_855275897878974_8607885143393978879_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11148793_855275897878974_8607885143393978879_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2628, 647, '_wp_attached_file', '2019/07/IMG_5187.jpg'),
(2629, 644, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1035768045301406;s:5:"bytes";i:712;s:11:"size_before";i:13951;s:10:"size_after";i:13239;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6600000000000001;s:5:"bytes";i:282;s:11:"size_before";i:4983;s:10:"size_after";i:4701;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.79;s:5:"bytes";i:430;s:11:"size_before";i:8968;s:10:"size_after";i:8538;s:4:"time";d:0.01;}}}'),
(2630, 640, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1780402968859844;s:5:"bytes";i:9153;s:11:"size_before";i:219074;s:10:"size_after";i:209921;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0700000000000003;s:5:"bytes";i:544;s:11:"size_before";i:7694;s:10:"size_after";i:7150;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.4199999999999999;s:5:"bytes";i:1131;s:11:"size_before";i:17606;s:10:"size_after";i:16475;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:3175;s:11:"size_before";i:75172;s:10:"size_after";i:71997;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6299999999999999;s:5:"bytes";i:4303;s:11:"size_before";i:118602;s:10:"size_after";i:114299;s:4:"time";d:0.040000000000000001;}}}'),
(2631, 648, '_wp_attached_file', '2019/07/DSC0125.jpg'),
(2632, 648, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:19:"2019/07/DSC0125.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0125-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0125-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460640796";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"56";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2633, 643, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1718.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1718-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1718-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1718-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1718-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334751445";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2634, 641, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0477384072006379;s:5:"bytes";i:4815;s:11:"size_before";i:157986;s:10:"size_after";i:153171;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4900000000000002;s:5:"bytes";i:350;s:11:"size_before";i:6373;s:10:"size_after";i:6023;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:639;s:11:"size_before";i:13260;s:10:"size_after";i:12621;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.02;s:5:"bytes";i:1604;s:11:"size_before";i:53103;s:10:"size_after";i:51499;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:2222;s:11:"size_before";i:85250;s:10:"size_after";i:83028;s:4:"time";d:0.050000000000000003;}}}'),
(2635, 649, '_wp_attached_file', '2019/07/11149720_855276477878916_7444287568920675342_o.jpg'),
(2636, 646, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2676;s:6:"height";i:4013;s:4:"file";s:19:"2019/07/MG_0228.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0228-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0228-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MG_0228-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0228-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366194682";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2637, 649, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11149720_855276477878916_7444287568920675342_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11149720_855276477878916_7444287568920675342_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11149720_855276477878916_7444287568920675342_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11149720_855276477878916_7444287568920675342_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11149720_855276477878916_7444287568920675342_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2638, 638, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6761513046996157;s:5:"bytes";i:3969;s:11:"size_before";i:148310;s:10:"size_after";i:144341;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:219;s:11:"size_before";i:4865;s:10:"size_after";i:4646;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5499999999999998;s:5:"bytes";i:238;s:11:"size_before";i:9343;s:10:"size_after";i:9105;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:1915;s:11:"size_before";i:73262;s:10:"size_after";i:71347;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6200000000000001;s:5:"bytes";i:1597;s:11:"size_before";i:60840;s:10:"size_after";i:59243;s:4:"time";d:0.050000000000000003;}}}'),
(2639, 648, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.1438605850449006;s:5:"bytes";i:1382;s:11:"size_before";i:22494;s:10:"size_after";i:21112;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.7300000000000004;s:5:"bytes";i:506;s:11:"size_before";i:7524;s:10:"size_after";i:7018;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8499999999999996;s:5:"bytes";i:876;s:11:"size_before";i:14970;s:10:"size_after";i:14094;s:4:"time";d:0.01;}}}'),
(2640, 650, '_wp_attached_file', '2019/07/AN3C1719.jpg'),
(2641, 647, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5187.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5187-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5187-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5187-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5187-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397650054";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2642, 651, '_wp_attached_file', '2019/07/11149728_855224841217413_8090532542397694474_o.jpg'),
(2643, 645, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7125853894639578;s:5:"bytes";i:6750;s:11:"size_before";i:181814;s:10:"size_after";i:175064;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1399999999999997;s:5:"bytes";i:428;s:11:"size_before";i:6976;s:10:"size_after";i:6548;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2199999999999998;s:5:"bytes";i:791;s:11:"size_before";i:15140;s:10:"size_after";i:14349;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:2160;s:11:"size_before";i:61388;s:10:"size_after";i:59228;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:3371;s:11:"size_before";i:98310;s:10:"size_after";i:94939;s:4:"time";d:0.050000000000000003;}}}'),
(2644, 651, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11149728_855224841217413_8090532542397694474_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11149728_855224841217413_8090532542397694474_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11149728_855224841217413_8090532542397694474_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11149728_855224841217413_8090532542397694474_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11149728_855224841217413_8090532542397694474_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2645, 652, '_wp_attached_file', '2019/07/MG_0230.jpg'),
(2646, 650, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1719.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1719-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1719-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1719-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1719-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334751576";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2647, 653, '_wp_attached_file', '2019/07/DSC0130.jpg'),
(2648, 653, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:19:"2019/07/DSC0130.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0130-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0130-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460640861";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"80";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2649, 654, '_wp_attached_file', '2019/07/11149732_855275077879056_7030431060168314625_o.jpg'),
(2650, 643, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3196263052736414;s:5:"bytes";i:5433;s:11:"size_before";i:163663;s:10:"size_after";i:158230;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8799999999999999;s:5:"bytes";i:395;s:11:"size_before";i:6714;s:10:"size_after";i:6319;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:632;s:11:"size_before";i:14165;s:10:"size_after";i:13533;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.96;s:5:"bytes";i:1641;s:11:"size_before";i:55388;s:10:"size_after";i:53747;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1600000000000001;s:5:"bytes";i:2765;s:11:"size_before";i:87396;s:10:"size_after";i:84631;s:4:"time";d:0.029999999999999999;}}}'),
(2651, 654, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11149732_855275077879056_7030431060168314625_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11149732_855275077879056_7030431060168314625_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11149732_855275077879056_7030431060168314625_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11149732_855275077879056_7030431060168314625_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11149732_855275077879056_7030431060168314625_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2652, 649, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8551482269386588;s:5:"bytes";i:5194;s:11:"size_before";i:181917;s:10:"size_after";i:176723;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7000000000000002;s:5:"bytes";i:318;s:11:"size_before";i:6769;s:10:"size_after";i:6451;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0099999999999998;s:5:"bytes";i:558;s:11:"size_before";i:13923;s:10:"size_after";i:13365;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7999999999999998;s:5:"bytes";i:1747;s:11:"size_before";i:62491;s:10:"size_after";i:60744;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6000000000000001;s:5:"bytes";i:2571;s:11:"size_before";i:98734;s:10:"size_after";i:96163;s:4:"time";d:0.040000000000000001;}}}'),
(2653, 646, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.0386025809702435;s:5:"bytes";i:12572;s:11:"size_before";i:178615;s:10:"size_after";i:166043;s:4:"time";d:0.14999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5999999999999996;s:5:"bytes";i:235;s:11:"size_before";i:5105;s:10:"size_after";i:4870;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:362;s:11:"size_before";i:10392;s:10:"size_after";i:10030;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.5999999999999996;s:5:"bytes";i:6874;s:11:"size_before";i:90417;s:10:"size_after";i:83543;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.0199999999999996;s:5:"bytes";i:5101;s:11:"size_before";i:72701;s:10:"size_after";i:67600;s:4:"time";d:0.059999999999999998;}}}'),
(2654, 655, '_wp_attached_file', '2019/07/IMG_5194.jpg'),
(2655, 652, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2422;s:6:"height";i:3633;s:4:"file";s:19:"2019/07/MG_0230.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0230-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0230-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MG_0230-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0230-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366195068";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2656, 647, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.6187553059491933;s:5:"bytes";i:4302;s:11:"size_before";i:76565;s:10:"size_after";i:72263;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1799999999999997;s:5:"bytes";i:139;s:11:"size_before";i:3327;s:10:"size_after";i:3188;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.1600000000000001;s:5:"bytes";i:147;s:11:"size_before";i:6802;s:10:"size_after";i:6655;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.0300000000000002;s:5:"bytes";i:1307;s:11:"size_before";i:25965;s:10:"size_after";i:24658;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.6900000000000004;s:5:"bytes";i:2709;s:11:"size_before";i:40471;s:10:"size_after";i:37762;s:4:"time";d:0.029999999999999999;}}}'),
(2657, 656, '_wp_attached_file', '2019/07/DSC0131.jpg'),
(2658, 653, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.740932248498213;s:5:"bytes";i:1773;s:11:"size_before";i:26302;s:10:"size_after";i:24529;s:4:"time";d:0.060000000000000005;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.7300000000000004;s:5:"bytes";i:653;s:11:"size_before";i:8448;s:10:"size_after";i:7795;s:4:"time";d:0.050000000000000003;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2699999999999996;s:5:"bytes";i:1120;s:11:"size_before";i:17854;s:10:"size_after";i:16734;s:4:"time";d:0.01;}}}'),
(2659, 657, '_wp_attached_file', '2019/07/AN3C1740.jpg'),
(2660, 656, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:19:"2019/07/DSC0131.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0131-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0131-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460640869";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"140";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2661, 650, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6481675803430451;s:5:"bytes";i:3720;s:11:"size_before";i:101969;s:10:"size_after";i:98249;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:159;s:11:"size_before";i:4787;s:10:"size_after";i:4628;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6899999999999999;s:5:"bytes";i:247;s:11:"size_before";i:9197;s:10:"size_after";i:8950;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:1090;s:11:"size_before";i:33724;s:10:"size_after";i:32634;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0999999999999996;s:5:"bytes";i:2224;s:11:"size_before";i:54261;s:10:"size_after";i:52037;s:4:"time";d:0.040000000000000001;}}}'),
(2662, 656, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3627834245504298;s:5:"bytes";i:558;s:11:"size_before";i:12790;s:10:"size_after";i:12232;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:185;s:11:"size_before";i:4472;s:10:"size_after";i:4287;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:373;s:11:"size_before";i:8318;s:10:"size_after";i:7945;s:4:"time";d:0.01;}}}'),
(2663, 655, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5194.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5194-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5194-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5194-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5194-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397650130";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2664, 658, '_wp_attached_file', '2019/07/MG_0241.jpg'),
(2665, 654, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.9952484543164646;s:5:"bytes";i:4189;s:11:"size_before";i:69872;s:10:"size_after";i:65683;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7200000000000002;s:5:"bytes";i:133;s:11:"size_before";i:3577;s:10:"size_after";i:3444;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1499999999999999;s:5:"bytes";i:206;s:11:"size_before";i:6544;s:10:"size_after";i:6338;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.1200000000000001;s:5:"bytes";i:1202;s:11:"size_before";i:23499;s:10:"size_after";i:22297;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.2999999999999998;s:5:"bytes";i:2648;s:11:"size_before";i:36252;s:10:"size_after";i:33604;s:4:"time";d:0.029999999999999999;}}}'),
(2666, 657, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1740.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1740-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1740-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1740-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1740-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756207";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2667, 659, '_wp_attached_file', '2019/07/DSC0132.jpg'),
(2668, 659, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:19:"2019/07/DSC0132.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0132-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0132-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460640874";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"112";s:3:"iso";s:4:"2200";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2669, 659, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2508968923263293;s:5:"bytes";i:1127;s:11:"size_before";i:21463;s:10:"size_after";i:20336;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8799999999999999;s:5:"bytes";i:401;s:11:"size_before";i:6819;s:10:"size_after";i:6418;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.96;s:5:"bytes";i:726;s:11:"size_before";i:14644;s:10:"size_after";i:13918;s:4:"time";d:0.01;}}}'),
(2670, 658, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0241.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0241-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0241-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0241-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0241-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366195291";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2671, 651, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.4767438650730118;s:5:"bytes";i:3589;s:11:"size_before";i:144908;s:10:"size_after";i:141319;s:4:"time";d:0.71000000000000008;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2599999999999998;s:5:"bytes";i:328;s:11:"size_before";i:6233;s:10:"size_after";i:5905;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:505;s:11:"size_before";i:12951;s:10:"size_after";i:12446;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.27;s:5:"bytes";i:1118;s:11:"size_before";i:49275;s:10:"size_after";i:48157;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1400000000000001;s:5:"bytes";i:1638;s:11:"size_before";i:76449;s:10:"size_after";i:74811;s:4:"time";d:0.66000000000000003;}}}'),
(2672, 660, '_wp_attached_file', '2019/07/AN3C1743.jpg'),
(2673, 661, '_wp_attached_file', '2019/07/11154770_855225464550684_4430082000442555338_o.jpg'),
(2674, 652, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7522433596554201;s:5:"bytes";i:8363;s:11:"size_before";i:222880;s:10:"size_after";i:214517;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2599999999999998;s:5:"bytes";i:239;s:11:"size_before";i:5605;s:10:"size_after";i:5366;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:429;s:11:"size_before";i:11618;s:10:"size_after";i:11189;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:4335;s:11:"size_before";i:113687;s:10:"size_after";i:109352;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6499999999999999;s:5:"bytes";i:3360;s:11:"size_before";i:91970;s:10:"size_after";i:88610;s:4:"time";d:0.070000000000000007;}}}'),
(2675, 657, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3317041381557515;s:5:"bytes";i:4499;s:11:"size_before";i:135036;s:10:"size_after";i:130537;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7599999999999998;s:5:"bytes";i:192;s:11:"size_before";i:5100;s:10:"size_after";i:4908;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1899999999999999;s:5:"bytes";i:347;s:11:"size_before";i:10894;s:10:"size_after";i:10547;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.71;s:5:"bytes";i:1220;s:11:"size_before";i:45081;s:10:"size_after";i:43861;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:2740;s:11:"size_before";i:73961;s:10:"size_after";i:71221;s:4:"time";d:0.040000000000000001;}}}'),
(2676, 661, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11154770_855225464550684_4430082000442555338_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11154770_855225464550684_4430082000442555338_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11154770_855225464550684_4430082000442555338_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11154770_855225464550684_4430082000442555338_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11154770_855225464550684_4430082000442555338_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2677, 662, '_wp_attached_file', '2019/07/MG_0247.jpg'),
(2678, 663, '_wp_attached_file', '2019/07/DSC0152.jpg'),
(2679, 663, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:19:"2019/07/DSC0152.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0152-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0152-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460641367";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"105";s:3:"iso";s:4:"4000";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2680, 660, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1743.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1743-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1743-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1743-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1743-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756248";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2681, 655, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7178699328261748;s:5:"bytes";i:3509;s:11:"size_before";i:94382;s:10:"size_after";i:90873;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:193;s:11:"size_before";i:5098;s:10:"size_after";i:4905;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8300000000000001;s:5:"bytes";i:252;s:11:"size_before";i:8889;s:10:"size_after";i:8637;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:1025;s:11:"size_before";i:31860;s:10:"size_after";i:30835;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2000000000000002;s:5:"bytes";i:2039;s:11:"size_before";i:48535;s:10:"size_after";i:46496;s:4:"time";d:0.059999999999999998;}}}'),
(2682, 658, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.725582207184527;s:5:"bytes";i:4060;s:11:"size_before";i:148959;s:10:"size_after";i:144899;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6699999999999999;s:5:"bytes";i:358;s:11:"size_before";i:6310;s:10:"size_after";i:5952;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:574;s:11:"size_before";i:13109;s:10:"size_after";i:12535;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4900000000000002;s:5:"bytes";i:1267;s:11:"size_before";i:50857;s:10:"size_after";i:49590;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3700000000000001;s:5:"bytes";i:1861;s:11:"size_before";i:78683;s:10:"size_after";i:76822;s:4:"time";d:0.029999999999999999;}}}'),
(2683, 663, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.3888986722079393;s:5:"bytes";i:1814;s:11:"size_before";i:28393;s:10:"size_after";i:26579;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.1500000000000004;s:5:"bytes";i:651;s:11:"size_before";i:9101;s:10:"size_after";i:8450;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.0300000000000002;s:5:"bytes";i:1163;s:11:"size_before";i:19292;s:10:"size_after";i:18129;s:4:"time";d:0.01;}}}'),
(2684, 662, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4027;s:6:"height";i:2684;s:4:"file";s:19:"2019/07/MG_0247.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0247-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0247-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0247-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0247-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366195328";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2685, 664, '_wp_attached_file', '2019/07/DSC0169.jpg'),
(2686, 664, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:426;s:6:"height";i:640;s:4:"file";s:19:"2019/07/DSC0169.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0169-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0169-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460641925";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2687, 665, '_wp_attached_file', '2019/07/IMG_5234-e1398170293336.jpg'),
(2688, 664, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1727199354317994;s:5:"bytes";i:517;s:11:"size_before";i:12390;s:10:"size_after";i:11873;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7599999999999998;s:5:"bytes";i:197;s:11:"size_before";i:4138;s:10:"size_after";i:3941;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:320;s:11:"size_before";i:8252;s:10:"size_after";i:7932;s:4:"time";d:0.01;}}}'),
(2689, 661, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5753077769377808;s:5:"bytes";i:4190;s:11:"size_before";i:162699;s:10:"size_after";i:158509;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4000000000000004;s:5:"bytes";i:433;s:11:"size_before";i:6762;s:10:"size_after";i:6329;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:640;s:11:"size_before";i:14217;s:10:"size_after";i:13577;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.21;s:5:"bytes";i:1219;s:11:"size_before";i:55073;s:10:"size_after";i:53854;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1899999999999999;s:5:"bytes";i:1898;s:11:"size_before";i:86647;s:10:"size_after";i:84749;s:4:"time";d:0.050000000000000003;}}}'),
(2690, 666, '_wp_attached_file', '2019/07/AN3C1744.jpg'),
(2691, 667, '_wp_attached_file', '2019/07/DSC0265.jpg'),
(2692, 667, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:19:"2019/07/DSC0265.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0265-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0265-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460643279";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"140";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2693, 668, '_wp_attached_file', '2019/07/MG_0290.jpg'),
(2694, 667, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.976964505872429;s:5:"bytes";i:767;s:11:"size_before";i:15411;s:10:"size_after";i:14644;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8899999999999997;s:5:"bytes";i:302;s:11:"size_before";i:5131;s:10:"size_after";i:4829;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5199999999999996;s:5:"bytes";i:465;s:11:"size_before";i:10280;s:10:"size_after";i:9815;s:4:"time";d:0.01;}}}'),
(2695, 665, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5234-e1398170293336.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5234-e1398170293336-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5234-e1398170293336-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5234-e1398170293336-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5234-e1398170293336-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2696, 666, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1744.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1744-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1744-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1744-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1744-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756260";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2697, 662, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.562246613270049;s:5:"bytes";i:5764;s:11:"size_before";i:161808;s:10:"size_after";i:156044;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5700000000000003;s:5:"bytes";i:341;s:11:"size_before";i:6118;s:10:"size_after";i:5777;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:591;s:11:"size_before";i:13241;s:10:"size_after";i:12650;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3500000000000001;s:5:"bytes";i:1833;s:11:"size_before";i:54637;s:10:"size_after";i:52804;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4199999999999999;s:5:"bytes";i:2999;s:11:"size_before";i:87812;s:10:"size_after";i:84813;s:4:"time";d:0.059999999999999998;}}}'),
(2698, 669, '_wp_attached_file', '2019/07/11154788_855275961212301_6257409887864895377_o.jpg'),
(2699, 670, '_wp_attached_file', '2019/07/DSC0273.jpg'),
(2700, 670, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:19:"2019/07/DSC0273.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0273-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0273-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.8";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460643825";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2701, 669, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11154788_855275961212301_6257409887864895377_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11154788_855275961212301_6257409887864895377_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11154788_855275961212301_6257409887864895377_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11154788_855275961212301_6257409887864895377_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11154788_855275961212301_6257409887864895377_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2702, 670, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.6186317321688506;s:5:"bytes";i:1158;s:11:"size_before";i:20610;s:10:"size_after";i:19452;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6500000000000004;s:5:"bytes";i:444;s:11:"size_before";i:6679;s:10:"size_after";i:6235;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1299999999999999;s:5:"bytes";i:714;s:11:"size_before";i:13931;s:10:"size_after";i:13217;s:4:"time";d:0.01;}}}'),
(2703, 660, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0394112877466277;s:5:"bytes";i:4932;s:11:"size_before";i:122097;s:10:"size_after";i:117165;s:4:"time";d:0.56000000000000005;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3499999999999996;s:5:"bytes";i:212;s:11:"size_before";i:4870;s:10:"size_after";i:4658;s:4:"time";d:0.48999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:273;s:11:"size_before";i:9393;s:10:"size_after";i:9120;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6200000000000001;s:5:"bytes";i:1453;s:11:"size_before";i:40151;s:10:"size_after";i:38698;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.4199999999999999;s:5:"bytes";i:2994;s:11:"size_before";i:67683;s:10:"size_after";i:64689;s:4:"time";d:0.029999999999999999;}}}'),
(2704, 668, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2858;s:6:"height";i:4287;s:4:"file";s:19:"2019/07/MG_0290.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0290-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0290-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MG_0290-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0290-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366198065";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2705, 671, '_wp_attached_file', '2019/07/11154817_855275401212357_642722457041029844_o.jpg'),
(2706, 672, '_wp_attached_file', '2019/07/AN3C1746.jpg'),
(2707, 673, '_wp_attached_file', '2019/07/DSC0276.jpg'),
(2708, 673, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:19:"2019/07/DSC0276.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0276-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0276-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460643864";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"75";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2709, 671, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:57:"2019/07/11154817_855275401212357_642722457041029844_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:57:"11154817_855275401212357_642722457041029844_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:57:"11154817_855275401212357_642722457041029844_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:57:"11154817_855275401212357_642722457041029844_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:58:"11154817_855275401212357_642722457041029844_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2710, 666, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6860948727065268;s:5:"bytes";i:4458;s:11:"size_before";i:120941;s:10:"size_after";i:116483;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:4;s:5:"bytes";i:189;s:11:"size_before";i:4729;s:10:"size_after";i:4540;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7400000000000002;s:5:"bytes";i:257;s:11:"size_before";i:9369;s:10:"size_after";i:9112;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:1163;s:11:"size_before";i:39736;s:10:"size_after";i:38573;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.25;s:5:"bytes";i:2849;s:11:"size_before";i:67107;s:10:"size_after";i:64258;s:4:"time";d:0.029999999999999999;}}}'),
(2711, 665, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.237020008303229;s:5:"bytes";i:5224;s:11:"size_before";i:161383;s:10:"size_after";i:156159;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0199999999999996;s:5:"bytes";i:264;s:11:"size_before";i:5255;s:10:"size_after";i:4991;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4700000000000002;s:5:"bytes";i:401;s:11:"size_before";i:11557;s:10:"size_after";i:11156;s:4:"time";d:0.050000000000000003;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1499999999999999;s:5:"bytes";i:2469;s:11:"size_before";i:78428;s:10:"size_after";i:75959;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1600000000000001;s:5:"bytes";i:2090;s:11:"size_before";i:66143;s:10:"size_after";i:64053;s:4:"time";d:0.029999999999999999;}}}'),
(2712, 673, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.638027048528242;s:5:"bytes";i:583;s:11:"size_before";i:12570;s:10:"size_after";i:11987;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2000000000000002;s:5:"bytes";i:228;s:11:"size_before";i:4381;s:10:"size_after";i:4153;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3399999999999999;s:5:"bytes";i:355;s:11:"size_before";i:8189;s:10:"size_after";i:7834;s:4:"time";d:0.01;}}}'),
(2713, 672, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1746.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1746-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1746-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1746-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1746-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756283";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2714, 674, '_wp_attached_file', '2019/07/DSC0315.jpg'),
(2715, 675, '_wp_attached_file', '2019/07/MG_0294.jpg'),
(2716, 674, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:426;s:6:"height";i:640;s:4:"file";s:19:"2019/07/DSC0315.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0315-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0315-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460644519";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"85";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2717, 669, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5962794309717956;s:5:"bytes";i:4413;s:11:"size_before";i:169974;s:10:"size_after";i:165561;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:353;s:11:"size_before";i:6701;s:10:"size_after";i:6348;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:716;s:11:"size_before";i:14880;s:10:"size_after";i:14164;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5699999999999998;s:5:"bytes";i:1493;s:11:"size_before";i:58173;s:10:"size_after";i:56680;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0499999999999998;s:5:"bytes";i:1851;s:11:"size_before";i:90220;s:10:"size_after";i:88369;s:4:"time";d:0.040000000000000001;}}}'),
(2718, 676, '_wp_attached_file', '2019/07/11154827_855276487878915_4921263248827668527_o.jpg'),
(2719, 674, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6158774578393107;s:5:"bytes";i:491;s:11:"size_before";i:13579;s:10:"size_after";i:13088;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.29;s:5:"bytes";i:209;s:11:"size_before";i:4867;s:10:"size_after";i:4658;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:282;s:11:"size_before";i:8712;s:10:"size_after";i:8430;s:4:"time";d:0.01;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2720, 676, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11154827_855276487878915_4921263248827668527_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11154827_855276487878915_4921263248827668527_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11154827_855276487878915_4921263248827668527_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11154827_855276487878915_4921263248827668527_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11154827_855276487878915_4921263248827668527_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2721, 677, '_wp_attached_file', '2019/07/IMG_5237-e1398170239388.jpg'),
(2722, 668, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7908200741153926;s:5:"bytes";i:6864;s:11:"size_before";i:181069;s:10:"size_after";i:174205;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:315;s:11:"size_before";i:6075;s:10:"size_after";i:5760;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:384;s:11:"size_before";i:11394;s:10:"size_after";i:11010;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0899999999999999;s:5:"bytes";i:3698;s:11:"size_before";i:90369;s:10:"size_after";i:86671;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:2467;s:11:"size_before";i:73231;s:10:"size_after";i:70764;s:4:"time";d:0.040000000000000001;}}}'),
(2723, 678, '_wp_attached_file', '2019/07/DSC0317.jpg'),
(2724, 675, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3877;s:6:"height";i:2585;s:4:"file";s:19:"2019/07/MG_0294.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0294-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0294-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0294-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0294-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366198130";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2725, 678, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:19:"2019/07/DSC0317.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"DSC0317-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"DSC0317-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D5300";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460644543";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"60";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2726, 671, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.520504397583978;s:5:"bytes";i:4266;s:11:"size_before";i:94370;s:10:"size_after";i:90104;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3300000000000001;s:5:"bytes";i:178;s:11:"size_before";i:4112;s:10:"size_after";i:3934;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1900000000000004;s:5:"bytes";i:351;s:11:"size_before";i:8376;s:10:"size_after";i:8025;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.96;s:5:"bytes";i:1268;s:11:"size_before";i:32004;s:10:"size_after";i:30736;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:2469;s:11:"size_before";i:49878;s:10:"size_after";i:47409;s:4:"time";d:0.050000000000000003;}}}'),
(2727, 679, '_wp_attached_file', '2019/07/AN3C1751.jpg'),
(2728, 678, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7027045255277535;s:5:"bytes";i:549;s:11:"size_before";i:14827;s:10:"size_after";i:14278;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:223;s:11:"size_before";i:5191;s:10:"size_after";i:4968;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:326;s:11:"size_before";i:9636;s:10:"size_after";i:9310;s:4:"time";d:0.02;}}}'),
(2729, 680, '_wp_attached_file', '2019/07/DSC_2097.jpg'),
(2730, 681, '_wp_attached_file', '2019/07/11154838_855224547884109_5071959483511854736_o.jpg'),
(2731, 680, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/DSC_2097.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2097-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2097-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460624662";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"105";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2732, 682, '_wp_attached_file', '2019/07/MG_0296.jpg'),
(2733, 672, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2141897003382374;s:5:"bytes";i:5141;s:11:"size_before";i:159947;s:10:"size_after";i:154806;s:4:"time";d:0.15000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.21;s:5:"bytes";i:335;s:11:"size_before";i:6425;s:10:"size_after";i:6090;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:597;s:11:"size_before";i:13707;s:10:"size_after";i:13110;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:1635;s:11:"size_before";i:54384;s:10:"size_after";i:52749;s:4:"time";d:0.070000000000000007;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:2574;s:11:"size_before";i:85431;s:10:"size_after";i:82857;s:4:"time";d:0.050000000000000003;}}}'),
(2734, 679, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1751.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1751-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1751-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1751-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1751-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756347";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2735, 677, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5237-e1398170239388.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5237-e1398170239388-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5237-e1398170239388-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5237-e1398170239388-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5237-e1398170239388-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2736, 681, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11154838_855224547884109_5071959483511854736_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11154838_855224547884109_5071959483511854736_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11154838_855224547884109_5071959483511854736_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11154838_855224547884109_5071959483511854736_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11154838_855224547884109_5071959483511854736_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2737, 676, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3678284182305624;s:5:"bytes";i:4073;s:11:"size_before";i:93250;s:10:"size_after";i:89177;s:4:"time";d:0.21000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5199999999999996;s:5:"bytes";i:221;s:11:"size_before";i:4889;s:10:"size_after";i:4668;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:302;s:11:"size_before";i:8495;s:10:"size_after";i:8193;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9399999999999999;s:5:"bytes";i:1233;s:11:"size_before";i:31293;s:10:"size_after";i:30060;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7699999999999996;s:5:"bytes";i:2317;s:11:"size_before";i:48573;s:10:"size_after";i:46256;s:4:"time";d:0.11;}}}'),
(2738, 675, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.2628919912708136;s:5:"bytes";i:6285;s:11:"size_before";i:100353;s:10:"size_after";i:94068;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3099999999999996;s:5:"bytes";i:193;s:11:"size_before";i:4481;s:10:"size_after";i:4288;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.9900000000000002;s:5:"bytes";i:237;s:11:"size_before";i:7932;s:10:"size_after";i:7695;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.71;s:5:"bytes";i:1842;s:11:"size_before";i:32258;s:10:"size_after";i:30416;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.21;s:5:"bytes";i:4013;s:11:"size_before";i:55682;s:10:"size_after";i:51669;s:4:"time";d:0.029999999999999999;}}}'),
(2739, 680, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9001782531194298;s:5:"bytes";i:547;s:11:"size_before";i:14025;s:10:"size_after";i:13478;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7800000000000002;s:5:"bytes";i:226;s:11:"size_before";i:4732;s:10:"size_after";i:4506;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4500000000000002;s:5:"bytes";i:321;s:11:"size_before";i:9293;s:10:"size_after";i:8972;s:4:"time";d:0.01;}}}'),
(2740, 683, '_wp_attached_file', '2019/07/11154925_855275364545694_2353999694590714044_o.jpg'),
(2741, 684, '_wp_attached_file', '2019/07/DSC_2135.jpg'),
(2742, 684, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:20:"2019/07/DSC_2135.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2135-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2135-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460625085";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"58";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2743, 683, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11154925_855275364545694_2353999694590714044_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11154925_855275364545694_2353999694590714044_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11154925_855275364545694_2353999694590714044_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11154925_855275364545694_2353999694590714044_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11154925_855275364545694_2353999694590714044_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2744, 682, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3168;s:6:"height";i:4752;s:4:"file";s:19:"2019/07/MG_0296.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0296-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0296-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"MG_0296-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0296-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366198184";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2745, 684, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.535389175075859;s:5:"bytes";i:501;s:11:"size_before";i:14171;s:10:"size_after";i:13670;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:197;s:11:"size_before";i:4750;s:10:"size_after";i:4553;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:304;s:11:"size_before";i:9421;s:10:"size_after";i:9117;s:4:"time";d:0.02;}}}'),
(2746, 685, '_wp_attached_file', '2019/07/DSCF0990.jpg'),
(2747, 679, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.438857414733429;s:5:"bytes";i:3903;s:11:"size_before";i:113497;s:10:"size_after";i:109594;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7599999999999998;s:5:"bytes";i:185;s:11:"size_before";i:4922;s:10:"size_after";i:4737;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.1200000000000001;s:5:"bytes";i:200;s:11:"size_before";i:9416;s:10:"size_after";i:9216;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5499999999999998;s:5:"bytes";i:957;s:11:"size_before";i:37503;s:10:"size_after";i:36546;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:2561;s:11:"size_before";i:61656;s:10:"size_after";i:59095;s:4:"time";d:0.029999999999999999;}}}'),
(2748, 686, '_wp_attached_file', '2019/07/AN3C1753.jpg'),
(2749, 687, '_wp_attached_file', '2019/07/11155048_855225064550724_7442875929345843332_o.jpg'),
(2750, 688, '_wp_attached_file', '2019/07/DSC_2183.jpg'),
(2751, 688, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/DSC_2183.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2183-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2183-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460625992";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"34";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2752, 677, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0399332503052201;s:5:"bytes";i:4955;s:11:"size_before";i:162997;s:10:"size_after";i:158042;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:276;s:11:"size_before";i:6136;s:10:"size_after";i:5860;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8599999999999999;s:5:"bytes";i:449;s:11:"size_before";i:11634;s:10:"size_after";i:11185;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:2397;s:11:"size_before";i:78916;s:10:"size_after";i:76519;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7599999999999998;s:5:"bytes";i:1833;s:11:"size_before";i:66311;s:10:"size_after";i:64478;s:4:"time";d:0.029999999999999999;}}}'),
(2753, 681, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9705142355707594;s:5:"bytes";i:4333;s:11:"size_before";i:145867;s:10:"size_after";i:141534;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8200000000000003;s:5:"bytes";i:386;s:11:"size_before";i:6632;s:10:"size_after";i:6246;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4100000000000001;s:5:"bytes";i:566;s:11:"size_before";i:12822;s:10:"size_after";i:12256;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.54;s:5:"bytes";i:1260;s:11:"size_before";i:49627;s:10:"size_after";i:48367;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7599999999999998;s:5:"bytes";i:2121;s:11:"size_before";i:76786;s:10:"size_after";i:74665;s:4:"time";d:0.029999999999999999;}}}'),
(2754, 687, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11155048_855225064550724_7442875929345843332_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11155048_855225064550724_7442875929345843332_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11155048_855225064550724_7442875929345843332_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11155048_855225064550724_7442875929345843332_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11155048_855225064550724_7442875929345843332_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2755, 689, '_wp_attached_file', '2019/07/MG_0299.jpg'),
(2756, 688, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3423027899730915;s:5:"bytes";i:472;s:11:"size_before";i:14122;s:10:"size_after";i:13650;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:3;s:5:"bytes";i:139;s:11:"size_before";i:4627;s:10:"size_after";i:4488;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:333;s:11:"size_before";i:9495;s:10:"size_after";i:9162;s:4:"time";d:0.01;}}}'),
(2757, 685, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF0990.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF0990-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF0990-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF0990-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF0990-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208221";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.023809523809524";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2758, 686, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1753.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1753-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1753-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1753-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1753-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756359";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2759, 690, '_wp_attached_file', '2019/07/DSC_2194.jpg'),
(2760, 690, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/DSC_2194.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2194-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2194-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460626108";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2761, 682, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8894595856577618;s:5:"bytes";i:4703;s:11:"size_before";i:162764;s:10:"size_after";i:158061;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4000000000000004;s:5:"bytes";i:339;s:11:"size_before";i:6281;s:10:"size_after";i:5942;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8500000000000001;s:5:"bytes";i:438;s:11:"size_before";i:11375;s:10:"size_after";i:10937;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7200000000000002;s:5:"bytes";i:2145;s:11:"size_before";i:78757;s:10:"size_after";i:76612;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6800000000000002;s:5:"bytes";i:1781;s:11:"size_before";i:66351;s:10:"size_after";i:64570;s:4:"time";d:0.029999999999999999;}}}'),
(2762, 683, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.36188994654123;s:5:"bytes";i:3533;s:11:"size_before";i:80997;s:10:"size_after";i:77464;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:137;s:11:"size_before";i:3803;s:10:"size_after";i:3666;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7999999999999998;s:5:"bytes";i:205;s:11:"size_before";i:7326;s:10:"size_after";i:7121;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.96;s:5:"bytes";i:1091;s:11:"size_before";i:27532;s:10:"size_after";i:26441;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.96;s:5:"bytes";i:2100;s:11:"size_before";i:42336;s:10:"size_after";i:40236;s:4:"time";d:0.050000000000000003;}}}'),
(2763, 691, '_wp_attached_file', '2019/07/IMG_5238-e1398170590383.jpg'),
(2764, 689, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3802;s:6:"height";i:2535;s:4:"file";s:19:"2019/07/MG_0299.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0299-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0299-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0299-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0299-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366198473";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2765, 692, '_wp_attached_file', '2019/07/11155048_855275257879038_7681407338495984542_o.jpg'),
(2766, 692, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11155048_855275257879038_7681407338495984542_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11155048_855275257879038_7681407338495984542_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11155048_855275257879038_7681407338495984542_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11155048_855275257879038_7681407338495984542_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11155048_855275257879038_7681407338495984542_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2767, 690, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.168574401664932;s:5:"bytes";i:1482;s:11:"size_before";i:24025;s:10:"size_after";i:22543;s:4:"time";d:0.050000000000000003;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0499999999999998;s:5:"bytes";i:556;s:11:"size_before";i:7892;s:10:"size_after";i:7336;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.7400000000000002;s:5:"bytes";i:926;s:11:"size_before";i:16133;s:10:"size_after";i:15207;s:4:"time";d:0.029999999999999999;}}}'),
(2768, 693, '_wp_attached_file', '2019/07/DSC_2214.jpg'),
(2769, 693, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:427;s:6:"height";i:640;s:4:"file";s:20:"2019/07/DSC_2214.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2214-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2214-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460626234";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"62";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2770, 694, '_wp_attached_file', '2019/07/AN3C1756.jpg'),
(2771, 695, '_wp_attached_file', '2019/07/DSCF0992.jpg'),
(2772, 696, '_wp_attached_file', '2019/07/11157398_855225397884024_7086192732236517520_o.jpg'),
(2773, 687, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0749077872384434;s:5:"bytes";i:5352;s:11:"size_before";i:174054;s:10:"size_after";i:168702;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1399999999999997;s:5:"bytes";i:449;s:11:"size_before";i:7318;s:10:"size_after";i:6869;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8899999999999997;s:5:"bytes";i:750;s:11:"size_before";i:15339;s:10:"size_after";i:14589;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8999999999999999;s:5:"bytes";i:1731;s:11:"size_before";i:59588;s:10:"size_after";i:57857;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:2422;s:11:"size_before";i:91809;s:10:"size_after";i:89387;s:4:"time";d:0.059999999999999998;}}}'),
(2774, 691, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5238-e1398170590383.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5238-e1398170590383-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5238-e1398170590383-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5238-e1398170590383-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5238-e1398170590383-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2775, 696, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11157398_855225397884024_7086192732236517520_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11157398_855225397884024_7086192732236517520_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11157398_855225397884024_7086192732236517520_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11157398_855225397884024_7086192732236517520_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11157398_855225397884024_7086192732236517520_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2776, 693, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.4664315513311257;s:5:"bytes";i:1271;s:11:"size_before";i:23251;s:10:"size_after";i:21980;s:4:"time";d:0.060000000000000005;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.54;s:5:"bytes";i:516;s:11:"size_before";i:7885;s:10:"size_after";i:7369;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9100000000000001;s:5:"bytes";i:755;s:11:"size_before";i:15366;s:10:"size_after";i:14611;s:4:"time";d:0.050000000000000003;}}}'),
(2777, 697, '_wp_attached_file', '2019/07/DSC_2227.jpg'),
(2778, 697, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/DSC_2227.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2227-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2227-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460626411";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"48";s:3:"iso";s:4:"2500";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2779, 685, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1686299856139106;s:5:"bytes";i:9997;s:11:"size_before";i:239815;s:10:"size_after";i:229818;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3600000000000003;s:5:"bytes";i:474;s:11:"size_before";i:7448;s:10:"size_after";i:6974;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5700000000000003;s:5:"bytes";i:1016;s:11:"size_before";i:18238;s:10:"size_after";i:17222;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0899999999999999;s:5:"bytes";i:3352;s:11:"size_before";i:82041;s:10:"size_after";i:78689;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:5155;s:11:"size_before";i:132088;s:10:"size_after";i:126933;s:4:"time";d:0.059999999999999998;}}}'),
(2780, 698, '_wp_attached_file', '2019/07/MG_0303.jpg'),
(2781, 694, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1756.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1756-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1756-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1756-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1756-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756434";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2782, 699, '_wp_attached_file', '2019/07/11163164_855276281212269_1487266608732915775_o.jpg'),
(2783, 695, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF0992.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF0992-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF0992-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF0992-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF0992-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.1";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208311";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.7";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2784, 697, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.586484508416687;s:5:"bytes";i:752;s:11:"size_before";i:16396;s:10:"size_after";i:15644;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:247;s:11:"size_before";i:5068;s:10:"size_after";i:4821;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:505;s:11:"size_before";i:11328;s:10:"size_after";i:10823;s:4:"time";d:0.02;}}}'),
(2785, 689, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5870878120891119;s:5:"bytes";i:6175;s:11:"size_before";i:134617;s:10:"size_after";i:128442;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4199999999999999;s:5:"bytes";i:243;s:11:"size_before";i:5497;s:10:"size_after";i:5254;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:344;s:11:"size_before";i:9807;s:10:"size_after";i:9463;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:1772;s:11:"size_before";i:43958;s:10:"size_after";i:42186;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.0599999999999996;s:5:"bytes";i:3816;s:11:"size_before";i:75355;s:10:"size_after";i:71539;s:4:"time";d:0.059999999999999998;}}}'),
(2786, 699, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11163164_855276281212269_1487266608732915775_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11163164_855276281212269_1487266608732915775_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11163164_855276281212269_1487266608732915775_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11163164_855276281212269_1487266608732915775_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11163164_855276281212269_1487266608732915775_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2787, 686, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.1399924011668716;s:5:"bytes";i:4876;s:11:"size_before";i:155287;s:10:"size_after";i:150411;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6799999999999997;s:5:"bytes";i:497;s:11:"size_before";i:7445;s:10:"size_after";i:6948;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:633;s:11:"size_before";i:13834;s:10:"size_after";i:13201;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8199999999999998;s:5:"bytes";i:1469;s:11:"size_before";i:52154;s:10:"size_after";i:50685;s:4:"time";d:0.070000000000000007;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7799999999999998;s:5:"bytes";i:2277;s:11:"size_before";i:81854;s:10:"size_after";i:79577;s:4:"time";d:0.029999999999999999;}}}'),
(2788, 698, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4209;s:6:"height";i:2806;s:4:"file";s:19:"2019/07/MG_0303.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0303-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0303-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0303-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0303-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366198543";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2789, 700, '_wp_attached_file', '2019/07/11164669_855224551217442_4715430380359741854_o.jpg'),
(2790, 696, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.086797669596129;s:5:"bytes";i:3126;s:11:"size_before";i:101270;s:10:"size_after";i:98144;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6900000000000004;s:5:"bytes";i:241;s:11:"size_before";i:5141;s:10:"size_after";i:4900;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4700000000000002;s:5:"bytes";i:334;s:11:"size_before";i:9626;s:10:"size_after";i:9292;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6499999999999999;s:5:"bytes";i:910;s:11:"size_before";i:34362;s:10:"size_after";i:33452;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1499999999999999;s:5:"bytes";i:1641;s:11:"size_before";i:52141;s:10:"size_after";i:50500;s:4:"time";d:0.040000000000000001;}}}'),
(2791, 691, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4739832693218284;s:5:"bytes";i:6603;s:11:"size_before";i:190070;s:10:"size_after";i:183467;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:337;s:11:"size_before";i:5988;s:10:"size_after";i:5651;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:511;s:11:"size_before";i:11402;s:10:"size_after";i:10891;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3900000000000001;s:5:"bytes";i:3199;s:11:"size_before";i:94439;s:10:"size_after";i:91240;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.27;s:5:"bytes";i:2556;s:11:"size_before";i:78241;s:10:"size_after";i:75685;s:4:"time";d:0.029999999999999999;}}}'),
(2792, 700, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11164669_855224551217442_4715430380359741854_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11164669_855224551217442_4715430380359741854_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11164669_855224551217442_4715430380359741854_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11164669_855224551217442_4715430380359741854_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11164669_855224551217442_4715430380359741854_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2793, 701, '_wp_attached_file', '2019/07/AN3C1761.jpg'),
(2794, 702, '_wp_attached_file', '2019/07/DSCF0993.jpg'),
(2795, 692, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7688125585079573;s:5:"bytes";i:4187;s:11:"size_before";i:111096;s:10:"size_after";i:106909;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.21;s:5:"bytes";i:191;s:11:"size_before";i:4537;s:10:"size_after";i:4346;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.71;s:5:"bytes";i:365;s:11:"size_before";i:9838;s:10:"size_after";i:9473;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:1302;s:11:"size_before";i:37818;s:10:"size_after";i:36516;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9500000000000002;s:5:"bytes";i:2329;s:11:"size_before";i:58903;s:10:"size_after";i:56574;s:4:"time";d:0.029999999999999999;}}}'),
(2796, 694, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5317597390136255;s:5:"bytes";i:4723;s:11:"size_before";i:104220;s:10:"size_after";i:99497;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3700000000000001;s:5:"bytes";i:147;s:11:"size_before";i:4365;s:10:"size_after";i:4218;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8100000000000001;s:5:"bytes";i:248;s:11:"size_before";i:8818;s:10:"size_after";i:8570;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.77;s:5:"bytes";i:1284;s:11:"size_before";i:34048;s:10:"size_after";i:32764;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.3399999999999999;s:5:"bytes";i:3044;s:11:"size_before";i:56989;s:10:"size_after";i:53945;s:4:"time";d:0.029999999999999999;}}}'),
(2797, 703, '_wp_attached_file', '2019/07/DSC_2307.jpg'),
(2798, 704, '_wp_attached_file', '2019/07/11168485_855275581212339_8271520241813636800_o.jpg'),
(2799, 703, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/DSC_2307.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2307-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2307-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460627420";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2800, 705, '_wp_attached_file', '2019/07/MG_0306.jpg'),
(2801, 706, '_wp_attached_file', '2019/07/IMG_5252-e1398170449808.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2802, 699, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2004945057513172;s:5:"bytes";i:8987;s:11:"size_before";i:213951;s:10:"size_after";i:204964;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.9199999999999999;s:5:"bytes";i:682;s:11:"size_before";i:8611;s:10:"size_after";i:7929;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.5499999999999998;s:5:"bytes";i:1175;s:11:"size_before";i:17937;s:10:"size_after";i:16762;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1699999999999999;s:5:"bytes";i:3042;s:11:"size_before";i:72870;s:10:"size_after";i:69828;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:4088;s:11:"size_before";i:114533;s:10:"size_after";i:110445;s:4:"time";d:0.050000000000000003;}}}'),
(2803, 695, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9474279509568841;s:5:"bytes";i:8725;s:11:"size_before";i:221030;s:10:"size_after";i:212305;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3700000000000001;s:5:"bytes";i:377;s:11:"size_before";i:7022;s:10:"size_after";i:6645;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.21;s:5:"bytes";i:867;s:11:"size_before";i:16655;s:10:"size_after";i:15788;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:2866;s:11:"size_before";i:75169;s:10:"size_after";i:72303;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7799999999999998;s:5:"bytes";i:4615;s:11:"size_before";i:122184;s:10:"size_after";i:117569;s:4:"time";d:0.050000000000000003;}}}'),
(2804, 704, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11168485_855275581212339_8271520241813636800_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11168485_855275581212339_8271520241813636800_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11168485_855275581212339_8271520241813636800_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11168485_855275581212339_8271520241813636800_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11168485_855275581212339_8271520241813636800_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2805, 701, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1761.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1761-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1761-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1761-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1761-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756564";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2806, 702, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF0993.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF0993-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF0993-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF0993-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF0993-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208319";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"10.9";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2807, 703, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0034629728289826;s:5:"bytes";i:451;s:11:"size_before";i:15016;s:10:"size_after";i:14565;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:205;s:11:"size_before";i:5235;s:10:"size_after";i:5030;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.52;s:5:"bytes";i:246;s:11:"size_before";i:9781;s:10:"size_after";i:9535;s:4:"time";d:0.02;}}}'),
(2808, 698, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1814781818662956;s:5:"bytes";i:9481;s:11:"size_before";i:226738;s:10:"size_after";i:217257;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.46;s:5:"bytes";i:623;s:11:"size_before";i:8350;s:10:"size_after";i:7727;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.2199999999999998;s:5:"bytes";i:1120;s:11:"size_before";i:17995;s:10:"size_after";i:16875;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:3178;s:11:"size_before";i:77304;s:10:"size_after";i:74126;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:4560;s:11:"size_before";i:123089;s:10:"size_after";i:118529;s:4:"time";d:0.040000000000000001;}}}'),
(2809, 705, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3899;s:6:"height";i:2599;s:4:"file";s:19:"2019/07/MG_0306.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0306-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0306-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0306-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0306-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366199223";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2810, 707, '_wp_attached_file', '2019/07/DSC_2310.jpg'),
(2811, 707, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/DSC_2310.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2310-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2310-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460627450";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"52";s:3:"iso";s:4:"1000";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2812, 700, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2316300185176581;s:5:"bytes";i:4869;s:11:"size_before";i:150667;s:10:"size_after";i:145798;s:4:"time";d:0.31;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:269;s:11:"size_before";i:5596;s:10:"size_after";i:5327;s:4:"time";d:0.23999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:531;s:11:"size_before";i:12559;s:10:"size_after";i:12028;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1600000000000001;s:5:"bytes";i:1617;s:11:"size_before";i:51112;s:10:"size_after";i:49495;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:2452;s:11:"size_before";i:81400;s:10:"size_after";i:78948;s:4:"time";d:0.040000000000000001;}}}'),
(2813, 708, '_wp_attached_file', '2019/07/11168897_855275517879012_4546390662605346367_o.jpg'),
(2814, 706, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5252-e1398170449808.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5252-e1398170449808-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5252-e1398170449808-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5252-e1398170449808-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5252-e1398170449808-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2815, 709, '_wp_attached_file', '2019/07/DSCF0994.jpg'),
(2816, 707, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1120577884793486;s:5:"bytes";i:1104;s:11:"size_before";i:21596;s:10:"size_after";i:20492;s:4:"time";d:0.040000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7800000000000002;s:5:"bytes";i:393;s:11:"size_before";i:6796;s:10:"size_after";i:6403;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7999999999999998;s:5:"bytes";i:711;s:11:"size_before";i:14800;s:10:"size_after";i:14089;s:4:"time";d:0.02;}}}'),
(2817, 708, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:58:"2019/07/11168897_855275517879012_4546390662605346367_o.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:58:"11168897_855275517879012_4546390662605346367_o-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:58:"11168897_855275517879012_4546390662605346367_o-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:58:"11168897_855275517879012_4546390662605346367_o-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:59:"11168897_855275517879012_4546390662605346367_o-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2818, 710, '_wp_attached_file', '2019/07/AN3C1764.jpg'),
(2819, 711, '_wp_attached_file', '2019/07/DSC_2381.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2820, 711, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/DSC_2381.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_2381-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_2381-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:11:"NIKON D7100";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460629154";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"52";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2821, 712, '_wp_attached_file', '2019/07/MG_0322.jpg'),
(2822, 704, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5025831266073419;s:5:"bytes";i:4617;s:11:"size_before";i:131817;s:10:"size_after";i:127200;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7199999999999998;s:5:"bytes";i:327;s:11:"size_before";i:5715;s:10:"size_after";i:5388;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:468;s:11:"size_before";i:10879;s:10:"size_after";i:10411;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:1475;s:11:"size_before";i:44466;s:10:"size_after";i:42991;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:2347;s:11:"size_before";i:70757;s:10:"size_after";i:68410;s:4:"time";d:0.080000000000000002;}}}'),
(2823, 701, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.9692551376817482;s:5:"bytes";i:5879;s:11:"size_before";i:98488;s:10:"size_after";i:92609;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:149;s:11:"size_before";i:4279;s:10:"size_after";i:4130;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5800000000000001;s:5:"bytes";i:206;s:11:"size_before";i:7985;s:10:"size_after";i:7779;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3399999999999999;s:5:"bytes";i:1707;s:11:"size_before";i:31980;s:10:"size_after";i:30273;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.04;s:5:"bytes";i:3817;s:11:"size_before";i:54244;s:10:"size_after";i:50427;s:4:"time";d:0.02;}}}'),
(2824, 711, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.307437806197111;s:5:"bytes";i:677;s:11:"size_before";i:15717;s:10:"size_after";i:15040;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.79;s:5:"bytes";i:246;s:11:"size_before";i:5140;s:10:"size_after";i:4894;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0700000000000003;s:5:"bytes";i:431;s:11:"size_before";i:10577;s:10:"size_after";i:10146;s:4:"time";d:0.01;}}}'),
(2825, 712, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3000;s:6:"height";i:2000;s:4:"file";s:19:"2019/07/MG_0322.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0322-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0322-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0322-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0322-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200606";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2826, 713, '_wp_attached_file', '2019/07/IMG_5261.jpg'),
(2827, 710, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1764.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1764-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1764-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1764-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1764-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756610";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2828, 714, '_wp_attached_file', '2019/07/IMG_3896.jpg'),
(2829, 709, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF0994.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF0994-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF0994-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF0994-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF0994-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208335";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:18:"0.0071428571428571";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2830, 714, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/IMG_3896.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_3896-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_3896-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460635255";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"47";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2831, 705, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0739089236943311;s:5:"bytes";i:7309;s:11:"size_before";i:179410;s:10:"size_after";i:172101;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:355;s:11:"size_before";i:6564;s:10:"size_after";i:6209;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:532;s:11:"size_before";i:12603;s:10:"size_after";i:12071;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:2152;s:11:"size_before";i:60289;s:10:"size_after";i:58137;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2699999999999996;s:5:"bytes";i:4270;s:11:"size_before";i:99954;s:10:"size_after";i:95684;s:4:"time";d:0.12;}}}'),
(2832, 702, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7138895414990989;s:5:"bytes";i:8062;s:11:"size_before";i:217077;s:10:"size_after";i:209015;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6900000000000004;s:5:"bytes";i:382;s:11:"size_before";i:6711;s:10:"size_after";i:6329;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.29;s:5:"bytes";i:862;s:11:"size_before";i:16296;s:10:"size_after";i:15434;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:2623;s:11:"size_before";i:73754;s:10:"size_after";i:71131;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:4195;s:11:"size_before";i:120316;s:10:"size_after";i:116121;s:4:"time";d:0.040000000000000001;}}}'),
(2833, 706, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.2227140508410268;s:5:"bytes";i:3515;s:11:"size_before";i:158140;s:10:"size_after";i:154625;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9400000000000004;s:5:"bytes";i:353;s:11:"size_before";i:5947;s:10:"size_after";i:5594;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3500000000000001;s:5:"bytes";i:394;s:11:"size_before";i:11774;s:10:"size_after";i:11380;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.0299999999999998;s:5:"bytes";i:1550;s:11:"size_before";i:76189;s:10:"size_after";i:74639;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.8999999999999999;s:5:"bytes";i:1218;s:11:"size_before";i:64230;s:10:"size_after";i:63012;s:4:"time";d:0.040000000000000001;}}}'),
(2834, 715, '_wp_attached_file', '2019/07/MG_0324.jpg'),
(2835, 714, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5020870602265948;s:5:"bytes";i:755;s:11:"size_before";i:16770;s:10:"size_after";i:16015;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1500000000000004;s:5:"bytes";i:348;s:11:"size_before";i:5659;s:10:"size_after";i:5311;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6600000000000001;s:5:"bytes";i:407;s:11:"size_before";i:11111;s:10:"size_after";i:10704;s:4:"time";d:0.02;}}}'),
(2836, 708, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5372586245659616;s:5:"bytes";i:7080;s:11:"size_before";i:200155;s:10:"size_after";i:193075;s:4:"time";d:0.20000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0599999999999996;s:5:"bytes";i:402;s:11:"size_before";i:6632;s:10:"size_after";i:6230;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:863;s:11:"size_before";i:15334;s:10:"size_after";i:14471;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4199999999999999;s:5:"bytes";i:2312;s:11:"size_before";i:67523;s:10:"size_after";i:65211;s:4:"time";d:0.089999999999999997;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1699999999999999;s:5:"bytes";i:3503;s:11:"size_before";i:110666;s:10:"size_after";i:107163;s:4:"time";d:0.089999999999999997;}}}'),
(2837, 713, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5261.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5261-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5261-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5261-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5261-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397651405";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2838, 716, '_wp_attached_file', '2019/07/IMG_3898.jpg'),
(2839, 716, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:426;s:6:"height";i:640;s:4:"file";s:20:"2019/07/IMG_3898.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_3898-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_3898-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460635453";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"105";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2840, 717, '_wp_attached_file', '2019/07/AN3C1766.jpg'),
(2841, 710, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.4005178586451548;s:5:"bytes";i:7917;s:11:"size_before";i:106979;s:10:"size_after";i:99062;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3799999999999999;s:5:"bytes";i:322;s:11:"size_before";i:5044;s:10:"size_after";i:4722;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.5;s:5:"bytes";i:526;s:11:"size_before";i:8090;s:10:"size_after";i:7564;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.7199999999999998;s:5:"bytes";i:2335;s:11:"size_before";i:34750;s:10:"size_after";i:32415;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.0099999999999998;s:5:"bytes";i:4734;s:11:"size_before";i:59095;s:10:"size_after";i:54361;s:4:"time";d:0.029999999999999999;}}}'),
(2842, 715, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0324.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0324-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0324-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0324-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0324-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200721";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"180";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2843, 718, '_wp_attached_file', '2019/07/DSCF0995.jpg'),
(2844, 716, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0573402664007405;s:5:"bytes";i:710;s:11:"size_before";i:14039;s:10:"size_after";i:13329;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3700000000000001;s:5:"bytes";i:271;s:11:"size_before";i:5044;s:10:"size_after";i:4773;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:439;s:11:"size_before";i:8995;s:10:"size_after";i:8556;s:4:"time";d:0.01;}}}'),
(2845, 719, '_wp_attached_file', '2019/07/IMG_3915.jpg'),
(2846, 719, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:20:"2019/07/IMG_3915.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_3915-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_3915-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460636155";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"105";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2847, 712, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4725294443900685;s:5:"bytes";i:10967;s:11:"size_before";i:245208;s:10:"size_after";i:234241;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.5300000000000002;s:5:"bytes";i:687;s:11:"size_before";i:9128;s:10:"size_after";i:8441;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.5099999999999998;s:5:"bytes";i:1290;s:11:"size_before";i:19806;s:10:"size_after";i:18516;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:3797;s:11:"size_before";i:84750;s:10:"size_after";i:80953;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9500000000000002;s:5:"bytes";i:5193;s:11:"size_before";i:131524;s:10:"size_after";i:126331;s:4:"time";d:0.050000000000000003;}}}'),
(2848, 720, '_wp_attached_file', '2019/07/IMG_5262-e1398170397385.jpg'),
(2849, 717, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1766.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1766-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1766-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1766-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1766-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334756694";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"2000";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2850, 721, '_wp_attached_file', '2019/07/MG_0325.jpg'),
(2851, 719, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.514599595258745;s:5:"bytes";i:763;s:11:"size_before";i:13836;s:10:"size_after";i:13073;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7000000000000002;s:5:"bytes";i:286;s:11:"size_before";i:5014;s:10:"size_after";i:4728;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:477;s:11:"size_before";i:8822;s:10:"size_after";i:8345;s:4:"time";d:0.01;}}}'),
(2852, 718, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF0995.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF0995-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF0995-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF0995-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF0995-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208359";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:18:"0.0055555555555556";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2853, 709, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3174217087260569;s:5:"bytes";i:7242;s:11:"size_before";i:167739;s:10:"size_after";i:160497;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5599999999999996;s:5:"bytes";i:373;s:11:"size_before";i:6714;s:10:"size_after";i:6341;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:739;s:11:"size_before";i:15209;s:10:"size_after";i:14470;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7799999999999998;s:5:"bytes";i:2146;s:11:"size_before";i:56711;s:10:"size_after";i:54565;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.4699999999999998;s:5:"bytes";i:3984;s:11:"size_before";i:89105;s:10:"size_after";i:85121;s:4:"time";d:0.029999999999999999;}}}'),
(2854, 713, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5633334053726955;s:5:"bytes";i:4223;s:11:"size_before";i:92542;s:10:"size_after";i:88319;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6200000000000001;s:5:"bytes";i:162;s:11:"size_before";i:4473;s:10:"size_after";i:4311;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4399999999999999;s:5:"bytes";i:200;s:11:"size_before";i:8201;s:10:"size_after";i:8001;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:1223;s:11:"size_before";i:31387;s:10:"size_after";i:30164;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.4400000000000004;s:5:"bytes";i:2638;s:11:"size_before";i:48481;s:10:"size_after";i:45843;s:4:"time";d:0.029999999999999999;}}}'),
(2855, 722, '_wp_attached_file', '2019/07/IMG_3942.jpg'),
(2856, 722, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:20:"2019/07/IMG_3942.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_3942-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_3942-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460636871";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"67";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2857, 715, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.6157617740992309;s:5:"bytes";i:5883;s:11:"size_before";i:88924;s:10:"size_after";i:83041;s:4:"time";d:0.15000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2699999999999996;s:5:"bytes";i:190;s:11:"size_before";i:4449;s:10:"size_after";i:4259;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3099999999999996;s:5:"bytes";i:335;s:11:"size_before";i:7767;s:10:"size_after";i:7432;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.5300000000000002;s:5:"bytes";i:1932;s:11:"size_before";i:29608;s:10:"size_after";i:27676;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.2699999999999996;s:5:"bytes";i:3426;s:11:"size_before";i:47100;s:10:"size_after";i:43674;s:4:"time";d:0.10000000000000001;}}}'),
(2858, 720, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5262-e1398170397385.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5262-e1398170397385-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5262-e1398170397385-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5262-e1398170397385-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5262-e1398170397385-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2859, 722, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3425899688296967;s:5:"bytes";i:613;s:11:"size_before";i:14116;s:10:"size_after";i:13503;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4199999999999999;s:5:"bytes";i:210;s:11:"size_before";i:4750;s:10:"size_after";i:4540;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:403;s:11:"size_before";i:9366;s:10:"size_after";i:8963;s:4:"time";d:0.01;}}}'),
(2860, 721, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0325.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0325-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0325-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0325-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0325-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200783";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2861, 723, '_wp_attached_file', '2019/07/AN3C1773.jpg'),
(2862, 724, '_wp_attached_file', '2019/07/IMG_3944.jpg'),
(2863, 724, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:20:"2019/07/IMG_3944.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_3944-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_3944-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460636886";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"67";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2864, 725, '_wp_attached_file', '2019/07/IMG_1839-1024x768.jpg'),
(2865, 717, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.6612688881232467;s:5:"bytes";i:5751;s:11:"size_before";i:101585;s:10:"size_after";i:95834;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:156;s:11:"size_before";i:4548;s:10:"size_after";i:4392;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:245;s:11:"size_before";i:7848;s:10:"size_after";i:7603;s:4:"time";d:0.050000000000000003;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:1580;s:11:"size_before";i:32760;s:10:"size_after";i:31180;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.6799999999999997;s:5:"bytes";i:3770;s:11:"size_before";i:56429;s:10:"size_after";i:52659;s:4:"time";d:0.02;}}}'),
(2866, 725, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1839-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1839-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1839-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1839-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1839-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2867, 724, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6147501213003399;s:5:"bytes";i:447;s:11:"size_before";i:12366;s:10:"size_after";i:11919;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7799999999999998;s:5:"bytes";i:155;s:11:"size_before";i:4097;s:10:"size_after";i:3942;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:292;s:11:"size_before";i:8269;s:10:"size_after";i:7977;s:4:"time";d:0.01;}}}'),
(2868, 718, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0228324518322633;s:5:"bytes";i:6815;s:11:"size_before";i:169408;s:10:"size_after";i:162593;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:312;s:11:"size_before";i:6588;s:10:"size_after";i:6276;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:632;s:11:"size_before";i:14704;s:10:"size_after";i:14072;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8300000000000001;s:5:"bytes";i:2216;s:11:"size_before";i:57924;s:10:"size_after";i:55708;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:3655;s:11:"size_before";i:90192;s:10:"size_after";i:86537;s:4:"time";d:0.040000000000000001;}}}'),
(2869, 723, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1773.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1773-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1773-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1773-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1773-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334757297";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2870, 726, '_wp_attached_file', '2019/07/IMG_3950.jpg'),
(2871, 726, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:20:"2019/07/IMG_3950.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_3950-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_3950-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460636989";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2872, 727, '_wp_attached_file', '2019/07/IMG_1842-1024x768.jpg'),
(2873, 728, '_wp_attached_file', '2019/07/DSCF0996.jpg'),
(2874, 727, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1842-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1842-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1842-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1842-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1842-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2875, 720, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8333992270266348;s:5:"bytes";i:4751;s:11:"size_before";i:123937;s:10:"size_after";i:119186;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.2599999999999998;s:5:"bytes";i:138;s:11:"size_before";i:4232;s:10:"size_after";i:4094;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4100000000000001;s:5:"bytes";i:208;s:11:"size_before";i:8637;s:10:"size_after";i:8429;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1799999999999997;s:5:"bytes";i:2528;s:11:"size_before";i:60534;s:10:"size_after";i:58006;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.71;s:5:"bytes";i:1877;s:11:"size_before";i:50534;s:10:"size_after";i:48657;s:4:"time";d:0.040000000000000001;}}}'),
(2876, 721, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.281717233540264;s:5:"bytes";i:4897;s:11:"size_before";i:114370;s:10:"size_after";i:109473;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0899999999999999;s:5:"bytes";i:277;s:11:"size_before";i:5441;s:10:"size_after";i:5164;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2599999999999998;s:5:"bytes";i:446;s:11:"size_before";i:10473;s:10:"size_after";i:10027;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8399999999999999;s:5:"bytes";i:1493;s:11:"size_before";i:38856;s:10:"size_after";i:37363;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:2681;s:11:"size_before";i:59600;s:10:"size_after";i:56919;s:4:"time";d:0.029999999999999999;}}}'),
(2877, 729, '_wp_attached_file', '2019/07/MG_0328.jpg'),
(2878, 726, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.918032786885246;s:5:"bytes";i:540;s:11:"size_before";i:10980;s:10:"size_after";i:10440;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3499999999999996;s:5:"bytes";i:222;s:11:"size_before";i:3495;s:10:"size_after";i:3273;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.25;s:5:"bytes";i:318;s:11:"size_before";i:7485;s:10:"size_after";i:7167;s:4:"time";d:0.01;}}}'),
(2879, 730, '_wp_attached_file', '2019/07/IMG_1846-1024x768.jpg'),
(2880, 731, '_wp_attached_file', '2019/07/IMG_3974.jpg'),
(2881, 731, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:20:"2019/07/IMG_3974.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_3974-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_3974-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460637797";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"67";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2882, 732, '_wp_attached_file', '2019/07/IMG_5263-e1398170375111.jpg'),
(2883, 730, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1846-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1846-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1846-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1846-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1846-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2884, 733, '_wp_attached_file', '2019/07/AN3C1776.jpg'),
(2885, 728, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF0996.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF0996-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF0996-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF0996-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF0996-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208365";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2886, 723, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2595426484653505;s:5:"bytes";i:6049;s:11:"size_before";i:115010;s:10:"size_after";i:108961;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.8100000000000001;s:5:"bytes";i:120;s:11:"size_before";i:4263;s:10:"size_after";i:4143;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.8100000000000001;s:5:"bytes";i:152;s:11:"size_before";i:8392;s:10:"size_after";i:8240;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:1549;s:11:"size_before";i:36611;s:10:"size_after";i:35062;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.4299999999999997;s:5:"bytes";i:4228;s:11:"size_before";i:65744;s:10:"size_after";i:61516;s:4:"time";d:0.029999999999999999;}}}'),
(2887, 725, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2306397888500857;s:5:"bytes";i:5606;s:11:"size_before";i:173526;s:10:"size_after";i:167920;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8600000000000003;s:5:"bytes";i:376;s:11:"size_before";i:6420;s:10:"size_after";i:6044;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2800000000000002;s:5:"bytes";i:627;s:11:"size_before";i:14635;s:10:"size_after";i:14008;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8500000000000001;s:5:"bytes";i:1664;s:11:"size_before";i:58396;s:10:"size_after";i:56732;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:2939;s:11:"size_before";i:94075;s:10:"size_after";i:91136;s:4:"time";d:0.040000000000000001;}}}'),
(2888, 731, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.284301606922126;s:5:"bytes";i:684;s:11:"size_before";i:12944;s:10:"size_after";i:12260;s:4:"time";d:0.53000000000000003;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8600000000000003;s:5:"bytes";i:280;s:11:"size_before";i:4777;s:10:"size_after";i:4497;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:404;s:11:"size_before";i:8167;s:10:"size_after";i:7763;s:4:"time";d:0.52000000000000002;}}}'),
(2889, 727, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.333356979194007;s:5:"bytes";i:4699;s:11:"size_before";i:140969;s:10:"size_after";i:136270;s:4:"time";d:0.15000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8300000000000001;s:5:"bytes";i:202;s:11:"size_before";i:5275;s:10:"size_after";i:5073;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.9399999999999999;s:5:"bytes";i:341;s:11:"size_before";i:11600;s:10:"size_after";i:11259;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:1421;s:11:"size_before";i:47262;s:10:"size_after";i:45841;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:2735;s:11:"size_before";i:76832;s:10:"size_after";i:74097;s:4:"time";d:0.10000000000000001;}}}'),
(2890, 729, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0328.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0328-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0328-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0328-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0328-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200816";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"190";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:3:"0.1";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2891, 733, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1776.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1776-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1776-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1776-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1776-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334757629";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"16";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2892, 732, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5263-e1398170375111.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5263-e1398170375111-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5263-e1398170375111-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5263-e1398170375111-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5263-e1398170375111-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2893, 734, '_wp_attached_file', '2019/07/DSCF1002.jpg'),
(2894, 735, '_wp_attached_file', '2019/07/IMG_1856-1024x768.jpg'),
(2895, 736, '_wp_attached_file', '2019/07/IMG_4032.jpg'),
(2896, 736, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:427;s:6:"height";i:640;s:4:"file";s:20:"2019/07/IMG_4032.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4032-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4032-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460643765";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"73";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2897, 735, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1856-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1856-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1856-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1856-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1856-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2898, 730, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.916147402302645;s:5:"bytes";i:9490;s:11:"size_before";i:242330;s:10:"size_after";i:232840;s:4:"time";d:0.17999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5700000000000003;s:5:"bytes";i:530;s:11:"size_before";i:8071;s:10:"size_after";i:7541;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:1074;s:11:"size_before";i:19065;s:10:"size_after";i:17991;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:3052;s:11:"size_before";i:80623;s:10:"size_after";i:77571;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:4834;s:11:"size_before";i:134571;s:10:"size_after";i:129737;s:4:"time";d:0.089999999999999997;}}}'),
(2899, 737, '_wp_attached_file', '2019/07/MG_0333.jpg'),
(2900, 728, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.512132514366499;s:5:"bytes";i:7279;s:11:"size_before";i:207253;s:10:"size_after";i:199974;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9299999999999997;s:5:"bytes";i:423;s:11:"size_before";i:7128;s:10:"size_after";i:6705;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.71;s:5:"bytes";i:759;s:11:"size_before";i:16125;s:10:"size_after";i:15366;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2999999999999998;s:5:"bytes";i:2331;s:11:"size_before";i:70582;s:10:"size_after";i:68251;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:3766;s:11:"size_before";i:113418;s:10:"size_after";i:109652;s:4:"time";d:0.059999999999999998;}}}'),
(2901, 738, '_wp_attached_file', '2019/07/AN3C1779.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2902, 736, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6551215917464996;s:5:"bytes";i:496;s:11:"size_before";i:13570;s:10:"size_after";i:13074;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3300000000000001;s:5:"bytes";i:200;s:11:"size_before";i:4614;s:10:"size_after";i:4414;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3100000000000001;s:5:"bytes";i:296;s:11:"size_before";i:8956;s:10:"size_after";i:8660;s:4:"time";d:0.01;}}}'),
(2903, 739, '_wp_attached_file', '2019/07/IMG_5281-e1398170549308.jpg'),
(2904, 734, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1002.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1002-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1002-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1002-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1002-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208565";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.022222222222222";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2905, 740, '_wp_attached_file', '2019/07/IMG_1870-1024x768.jpg'),
(2906, 740, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1870-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1870-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1870-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1870-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1870-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2907, 733, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1805582343702641;s:5:"bytes";i:6069;s:11:"size_before";i:145172;s:10:"size_after";i:139103;s:4:"time";d:0.20999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0700000000000003;s:5:"bytes";i:236;s:11:"size_before";i:5804;s:10:"size_after";i:5568;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:407;s:11:"size_before";i:11570;s:10:"size_after";i:11163;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:1648;s:11:"size_before";i:47393;s:10:"size_after";i:45745;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7000000000000002;s:5:"bytes";i:3778;s:11:"size_before";i:80405;s:10:"size_after";i:76627;s:4:"time";d:0.12;}}}'),
(2908, 741, '_wp_attached_file', '2019/07/IMG_4040.jpg'),
(2909, 741, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:426;s:6:"height";i:640;s:4:"file";s:20:"2019/07/IMG_4040.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4040-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4040-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460643859";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"73";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2910, 732, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9857335568000654;s:5:"bytes";i:3652;s:11:"size_before";i:122315;s:10:"size_after";i:118663;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6099999999999999;s:5:"bytes";i:181;s:11:"size_before";i:5017;s:10:"size_after";i:4836;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:297;s:11:"size_before";i:9552;s:10:"size_after";i:9255;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:1811;s:11:"size_before";i:58013;s:10:"size_after";i:56202;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7400000000000002;s:5:"bytes";i:1363;s:11:"size_before";i:49733;s:10:"size_after";i:48370;s:4:"time";d:0.059999999999999998;}}}'),
(2911, 738, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1779.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1779-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1779-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1779-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1779-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334757948";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2912, 737, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0333.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0333-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0333-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0333-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0333-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200846";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"275";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2913, 735, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9378670280481294;s:5:"bytes";i:3577;s:11:"size_before";i:121755;s:10:"size_after";i:118178;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.21;s:5:"bytes";i:207;s:11:"size_before";i:4917;s:10:"size_after";i:4710;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.75;s:5:"bytes";i:310;s:11:"size_before";i:11270;s:10:"size_after";i:10960;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6299999999999999;s:5:"bytes";i:1091;s:11:"size_before";i:41541;s:10:"size_after";i:40450;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:1969;s:11:"size_before";i:64027;s:10:"size_after";i:62058;s:4:"time";d:0.029999999999999999;}}}'),
(2914, 741, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.6075650118203306;s:5:"bytes";i:559;s:11:"size_before";i:8460;s:10:"size_after";i:7901;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:8.4600000000000009;s:5:"bytes";i:177;s:11:"size_before";i:2092;s:10:"size_after";i:1915;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:6;s:5:"bytes";i:382;s:11:"size_before";i:6368;s:10:"size_after";i:5986;s:4:"time";d:0.01;}}}'),
(2915, 742, '_wp_attached_file', '2019/07/IMG_1874-1024x768.jpg'),
(2916, 739, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5281-e1398170549308.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5281-e1398170549308-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5281-e1398170549308-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5281-e1398170549308-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5281-e1398170549308-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2917, 742, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1874-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1874-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1874-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1874-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1874-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2918, 743, '_wp_attached_file', '2019/07/DSCF1004.jpg'),
(2919, 729, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4080023579691989;s:5:"bytes";i:5550;s:11:"size_before";i:162852;s:10:"size_after";i:157302;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1399999999999997;s:5:"bytes";i:397;s:11:"size_before";i:6461;s:10:"size_after";i:6064;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.0099999999999998;s:5:"bytes";i:680;s:11:"size_before";i:13582;s:10:"size_after";i:12902;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3900000000000001;s:5:"bytes";i:1869;s:11:"size_before";i:55152;s:10:"size_after";i:53283;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9700000000000002;s:5:"bytes";i:2604;s:11:"size_before";i:87657;s:10:"size_after";i:85053;s:4:"time";d:0.029999999999999999;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2920, 740, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5240040858018387;s:5:"bytes";i:4278;s:11:"size_before";i:121396;s:10:"size_after";i:117118;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:147;s:11:"size_before";i:4622;s:10:"size_after";i:4475;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8399999999999999;s:5:"bytes";i:304;s:11:"size_before";i:10699;s:10:"size_after";i:10395;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:1307;s:11:"size_before";i:41107;s:10:"size_after";i:39800;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:2520;s:11:"size_before";i:64968;s:10:"size_after";i:62448;s:4:"time";d:0.029999999999999999;}}}'),
(2921, 744, '_wp_attached_file', '2019/07/MG_0335.jpg'),
(2922, 745, '_wp_attached_file', '2019/07/IMG_1897-1024x768.jpg'),
(2923, 734, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4303203752285558;s:5:"bytes";i:7767;s:11:"size_before";i:226422;s:10:"size_after";i:218655;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2999999999999998;s:5:"bytes";i:483;s:11:"size_before";i:7668;s:10:"size_after";i:7185;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6600000000000001;s:5:"bytes";i:810;s:11:"size_before";i:17368;s:10:"size_after";i:16558;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:2618;s:11:"size_before";i:77483;s:10:"size_after";i:74865;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:3856;s:11:"size_before";i:123903;s:10:"size_after";i:120047;s:4:"time";d:0.040000000000000001;}}}'),
(2924, 746, '_wp_attached_file', '2019/07/IMG_4054.jpg'),
(2925, 746, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:426;s:4:"file";s:20:"2019/07/IMG_4054.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4054-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4054-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460644145";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"75";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2926, 745, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1897-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1897-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1897-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1897-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1897-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2927, 747, '_wp_attached_file', '2019/07/AN3C1780.jpg'),
(2928, 743, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1004.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1004-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1004-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1004-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1004-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208600";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.022222222222222";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2929, 748, '_wp_attached_file', '2019/07/IMG_5292.jpg'),
(2930, 738, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0496953768964286;s:5:"bytes";i:5424;s:11:"size_before";i:133936;s:10:"size_after";i:128512;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:243;s:11:"size_before";i:5391;s:10:"size_after";i:5148;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:371;s:11:"size_before";i:10719;s:10:"size_after";i:10348;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.21;s:5:"bytes";i:1407;s:11:"size_before";i:43804;s:10:"size_after";i:42397;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5999999999999996;s:5:"bytes";i:3403;s:11:"size_before";i:74022;s:10:"size_after";i:70619;s:4:"time";d:0.040000000000000001;}}}'),
(2931, 746, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1573504502095036;s:5:"bytes";i:1157;s:11:"size_before";i:22434;s:10:"size_after";i:21277;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6900000000000004;s:5:"bytes";i:395;s:11:"size_before";i:6941;s:10:"size_after";i:6546;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:762;s:11:"size_before";i:15493;s:10:"size_after";i:14731;s:4:"time";d:0.01;}}}'),
(2932, 742, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3641621279087488;s:5:"bytes";i:4194;s:11:"size_before";i:124667;s:10:"size_after";i:120473;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:216;s:11:"size_before";i:5018;s:10:"size_after";i:4802;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7599999999999998;s:5:"bytes";i:297;s:11:"size_before";i:10762;s:10:"size_after";i:10465;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0499999999999998;s:5:"bytes";i:1279;s:11:"size_before";i:41941;s:10:"size_after";i:40662;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:2402;s:11:"size_before";i:66946;s:10:"size_after";i:64544;s:4:"time";d:0.050000000000000003;}}}'),
(2933, 749, '_wp_attached_file', '2019/07/IMG_1902-1024x768.jpg'),
(2934, 737, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1082584378802283;s:5:"bytes";i:4018;s:11:"size_before";i:97803;s:10:"size_after";i:93785;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4199999999999999;s:5:"bytes";i:228;s:11:"size_before";i:4209;s:10:"size_after";i:3981;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4800000000000004;s:5:"bytes";i:383;s:11:"size_before";i:8542;s:10:"size_after";i:8159;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9300000000000002;s:5:"bytes";i:1277;s:11:"size_before";i:32464;s:10:"size_after";i:31187;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:2130;s:11:"size_before";i:52588;s:10:"size_after";i:50458;s:4:"time";d:0.029999999999999999;}}}'),
(2935, 747, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1780.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1780-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1780-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1780-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1780-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334757952";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2936, 749, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1902-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1902-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1902-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1902-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1902-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2937, 744, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0335.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0335-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0335-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0335-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0335-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200867";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"120";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2938, 739, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.0747196525774116;s:5:"bytes";i:4185;s:11:"size_before";i:201714;s:10:"size_after";i:197529;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7699999999999996;s:5:"bytes";i:425;s:11:"size_before";i:7363;s:10:"size_after";i:6938;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0700000000000003;s:5:"bytes";i:563;s:11:"size_before";i:13817;s:10:"size_after";i:13254;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.76;s:5:"bytes";i:1726;s:11:"size_before";i:98109;s:10:"size_after";i:96383;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:1.78;s:5:"bytes";i:1471;s:11:"size_before";i:82425;s:10:"size_after";i:80954;s:4:"time";d:0.029999999999999999;}}}'),
(2939, 750, '_wp_attached_file', '2019/07/IMG_4074.jpg'),
(2940, 750, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/IMG_4074.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4074-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4074-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460644530";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"85";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2941, 751, '_wp_attached_file', '2019/07/DSCF1006.jpg'),
(2942, 748, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5292.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5292-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5292-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5292-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5292-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397652510";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"20";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2943, 745, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2584367012750719;s:5:"bytes";i:4513;s:11:"size_before";i:138502;s:10:"size_after";i:133989;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.6900000000000004;s:5:"bytes";i:231;s:11:"size_before";i:4926;s:10:"size_after";i:4695;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7799999999999998;s:5:"bytes";i:315;s:11:"size_before";i:11333;s:10:"size_after";i:11018;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8900000000000001;s:5:"bytes";i:1342;s:11:"size_before";i:46432;s:10:"size_after";i:45090;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:2625;s:11:"size_before";i:75811;s:10:"size_after";i:73186;s:4:"time";d:0.040000000000000001;}}}'),
(2944, 752, '_wp_attached_file', '2019/07/IMG_1913-1024x768.jpg'),
(2945, 752, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1913-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1913-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1913-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1913-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1913-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2946, 750, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.6159143075745979;s:5:"bytes";i:734;s:11:"size_before";i:13070;s:10:"size_after";i:12336;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5599999999999996;s:5:"bytes";i:252;s:11:"size_before";i:4535;s:10:"size_after";i:4283;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6500000000000004;s:5:"bytes";i:482;s:11:"size_before";i:8535;s:10:"size_after";i:8053;s:4:"time";d:0.01;}}}'),
(2947, 753, '_wp_attached_file', '2019/07/MG_0337.jpg'),
(2948, 754, '_wp_attached_file', '2019/07/AN3C1783.jpg'),
(2949, 755, '_wp_attached_file', '2019/07/IMG_4085.jpg'),
(2950, 755, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:427;s:6:"height";i:640;s:4:"file";s:20:"2019/07/IMG_4085.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4085-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4085-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460644712";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"85";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2951, 751, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1006.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1006-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1006-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1006-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1006-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208622";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2952, 756, '_wp_attached_file', '2019/07/IMG_1915-1024x768.jpg'),
(2953, 747, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4756399669694469;s:5:"bytes";i:5691;s:11:"size_before";i:127155;s:10:"size_after";i:121464;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4000000000000004;s:5:"bytes";i:209;s:11:"size_before";i:4749;s:10:"size_after";i:4540;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3999999999999999;s:5:"bytes";i:346;s:11:"size_before";i:10170;s:10:"size_after";i:9824;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5800000000000001;s:5:"bytes";i:1482;s:11:"size_before";i:41388;s:10:"size_after";i:39906;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.1600000000000001;s:5:"bytes";i:3654;s:11:"size_before";i:70848;s:10:"size_after";i:67194;s:4:"time";d:0.059999999999999998;}}}'),
(2954, 756, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1915-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1915-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1915-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1915-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1915-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2955, 749, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.53329137560661;s:5:"bytes";i:6793;s:11:"size_before";i:192257;s:10:"size_after";i:185464;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5499999999999998;s:5:"bytes";i:470;s:11:"size_before";i:7171;s:10:"size_after";i:6701;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7800000000000002;s:5:"bytes";i:756;s:11:"size_before";i:15804;s:10:"size_after";i:15048;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3300000000000001;s:5:"bytes";i:2131;s:11:"size_before";i:64068;s:10:"size_after";i:61937;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.27;s:5:"bytes";i:3436;s:11:"size_before";i:105214;s:10:"size_after";i:101778;s:4:"time";d:0.050000000000000003;}}}'),
(2956, 755, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0095602294455066;s:5:"bytes";i:655;s:11:"size_before";i:13075;s:10:"size_after";i:12420;s:4:"time";d:0.099999999999999992;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.54;s:5:"bytes";i:269;s:11:"size_before";i:4856;s:10:"size_after";i:4587;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7000000000000002;s:5:"bytes";i:386;s:11:"size_before";i:8219;s:10:"size_after";i:7833;s:4:"time";d:0.089999999999999997;}}}'),
(2957, 744, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5607710686151277;s:5:"bytes";i:7422;s:11:"size_before";i:208438;s:10:"size_after";i:201016;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3499999999999996;s:5:"bytes";i:496;s:11:"size_before";i:7813;s:10:"size_after";i:7317;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:895;s:11:"size_before";i:16897;s:10:"size_after";i:16002;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:2504;s:11:"size_before";i:71864;s:10:"size_after";i:69360;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1499999999999999;s:5:"bytes";i:3527;s:11:"size_before";i:111864;s:10:"size_after";i:108337;s:4:"time";d:0.040000000000000001;}}}'),
(2958, 757, '_wp_attached_file', '2019/07/IMG_5304.jpg'),
(2959, 754, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1783.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1783-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1783-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1783-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1783-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334757967";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2960, 758, '_wp_attached_file', '2019/07/IMG_4168.jpg'),
(2961, 758, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:20:"2019/07/IMG_4168.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_4168-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_4168-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1460646837";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"105";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2962, 748, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6266893689475368;s:5:"bytes";i:3408;s:11:"size_before";i:93970;s:10:"size_after";i:90562;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.02;s:5:"bytes";i:127;s:11:"size_before";i:4199;s:10:"size_after";i:4072;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.2999999999999998;s:5:"bytes";i:184;s:11:"size_before";i:7992;s:10:"size_after";i:7808;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9700000000000002;s:5:"bytes";i:943;s:11:"size_before";i:31770;s:10:"size_after";i:30827;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3099999999999996;s:5:"bytes";i:2154;s:11:"size_before";i:50009;s:10:"size_after";i:47855;s:4:"time";d:0.070000000000000007;}}}'),
(2963, 753, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0337.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0337-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0337-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0337-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0337-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200886";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2964, 759, '_wp_attached_file', '2019/07/DSCF1008.jpg'),
(2965, 760, '_wp_attached_file', '2019/07/IMG_1946-1024x768.jpg'),
(2966, 752, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2125403069513512;s:5:"bytes";i:5108;s:11:"size_before";i:121257;s:10:"size_after";i:116149;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0999999999999996;s:5:"bytes";i:205;s:11:"size_before";i:5003;s:10:"size_after";i:4798;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:348;s:11:"size_before";i:10343;s:10:"size_after";i:9995;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7200000000000002;s:5:"bytes";i:1501;s:11:"size_before";i:40389;s:10:"size_after";i:38888;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.6600000000000001;s:5:"bytes";i:3054;s:11:"size_before";i:65522;s:10:"size_after";i:62468;s:4:"time";d:0.040000000000000001;}}}'),
(2967, 743, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.288930689648554;s:5:"bytes";i:6854;s:11:"size_before";i:208396;s:10:"size_after";i:201542;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0700000000000003;s:5:"bytes";i:432;s:11:"size_before";i:7113;s:10:"size_after";i:6681;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3899999999999997;s:5:"bytes";i:897;s:11:"size_before";i:16650;s:10:"size_after";i:15753;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:2221;s:11:"size_before";i:71102;s:10:"size_after";i:68881;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:3304;s:11:"size_before";i:113531;s:10:"size_after";i:110227;s:4:"time";d:0.040000000000000001;}}}'),
(2968, 760, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:4:"file";s:29:"2019/07/IMG_1946-1024x768.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"IMG_1946-1024x768-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"IMG_1946-1024x768-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"IMG_1946-1024x768-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"IMG_1946-1024x768-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2969, 758, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.0623939818570696;s:5:"bytes";i:822;s:11:"size_before";i:13559;s:10:"size_after";i:12737;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1900000000000004;s:5:"bytes";i:312;s:11:"size_before";i:5038;s:10:"size_after";i:4726;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.9900000000000002;s:5:"bytes";i:510;s:11:"size_before";i:8521;s:10:"size_after";i:8011;s:4:"time";d:0.01;}}}'),
(2970, 761, '_wp_attached_file', '2019/07/MG_0339.jpg'),
(2971, 756, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9241529180101513;s:5:"bytes";i:5002;s:11:"size_before";i:127467;s:10:"size_after";i:122465;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0499999999999998;s:5:"bytes";i:199;s:11:"size_before";i:4918;s:10:"size_after";i:4719;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1400000000000001;s:5:"bytes";i:330;s:11:"size_before";i:10514;s:10:"size_after";i:10184;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6600000000000001;s:5:"bytes";i:1569;s:11:"size_before";i:42830;s:10:"size_after";i:41261;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2000000000000002;s:5:"bytes";i:2904;s:11:"size_before";i:69205;s:10:"size_after";i:66301;s:4:"time";d:0.040000000000000001;}}}'),
(2972, 751, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4279684095860565;s:5:"bytes";i:7049;s:11:"size_before";i:205632;s:10:"size_after";i:198583;s:4:"time";d:0.19;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1299999999999999;s:5:"bytes";i:337;s:11:"size_before";i:6573;s:10:"size_after";i:6236;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0599999999999996;s:5:"bytes";i:647;s:11:"size_before";i:15950;s:10:"size_after";i:15303;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3399999999999999;s:5:"bytes";i:2357;s:11:"size_before";i:70496;s:10:"size_after";i:68139;s:4:"time";d:0.080000000000000002;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.29;s:5:"bytes";i:3708;s:11:"size_before";i:112613;s:10:"size_after";i:108905;s:4:"time";d:0.080000000000000002;}}}'),
(2973, 762, '_wp_attached_file', '2019/07/MG_6356-1024x682.jpg'),
(2974, 763, '_wp_attached_file', '2019/07/AN3C1784.jpg'),
(2975, 759, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1008.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1008-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1008-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1008-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1008-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208728";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.035714285714286";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2976, 754, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.2836106399104921;s:5:"bytes";i:6964;s:11:"size_before";i:110828;s:10:"size_after";i:103864;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:165;s:11:"size_before";i:4711;s:10:"size_after";i:4546;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.7;s:5:"bytes";i:135;s:11:"size_before";i:7931;s:10:"size_after";i:7796;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.4500000000000002;s:5:"bytes";i:1922;s:11:"size_before";i:35273;s:10:"size_after";i:33351;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.54;s:5:"bytes";i:4742;s:11:"size_before";i:62913;s:10:"size_after";i:58171;s:4:"time";d:0.029999999999999999;}}}'),
(2977, 762, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:28:"2019/07/MG_6356-1024x682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6356-1024x682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6356-1024x682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6356-1024x682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6356-1024x682-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2978, 757, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5304.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5304-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5304-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5304-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5304-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397653024";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2986, 753, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5260423187679981;s:5:"bytes";i:6759;s:11:"size_before";i:191688;s:10:"size_after";i:184929;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0599999999999996;s:5:"bytes";i:522;s:11:"size_before";i:7395;s:10:"size_after";i:6873;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.9100000000000001;s:5:"bytes";i:957;s:11:"size_before";i:16189;s:10:"size_after";i:15232;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4700000000000002;s:5:"bytes";i:2292;s:11:"size_before";i:66092;s:10:"size_after";i:63800;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:2988;s:11:"size_before";i:102012;s:10:"size_after";i:99024;s:4:"time";d:0.029999999999999999;}}}'),
(2987, 763, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1784.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1784-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1784-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1784-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1784-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.2";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334758240";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2988, 765, '_wp_attached_file', '2019/07/MG_6430-1024x682.jpg'),
(2989, 761, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:19:"2019/07/MG_0339.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0339-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0339-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0339-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0339-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200899";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(2990, 765, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:28:"2019/07/MG_6430-1024x682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6430-1024x682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6430-1024x682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6430-1024x682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6430-1024x682-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2991, 766, '_wp_attached_file', '2019/07/IMG_5320-e1398171879384.jpg'),
(2992, 767, '_wp_attached_file', '2019/07/DSCF1009.jpg'),
(2993, 760, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1578270513181756;s:5:"bytes";i:14278;s:11:"size_before";i:276822;s:10:"size_after";i:262544;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4299999999999997;s:5:"bytes";i:388;s:11:"size_before";i:7152;s:10:"size_after";i:6764;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9900000000000002;s:5:"bytes";i:874;s:11:"size_before";i:17514;s:10:"size_after";i:16640;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:4320;s:11:"size_before";i:88186;s:10:"size_after";i:83866;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:8696;s:11:"size_before";i:163970;s:10:"size_after";i:155274;s:4:"time";d:0.050000000000000003;}}}'),
(2994, 768, '_wp_attached_file', '2019/07/MG_6440-1024x682.jpg'),
(2995, 757, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.2561475704686398;s:5:"bytes";i:3136;s:11:"size_before";i:138998;s:10:"size_after";i:135862;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:294;s:11:"size_before";i:5934;s:10:"size_after";i:5640;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:441;s:11:"size_before";i:12377;s:10:"size_after";i:11936;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.9199999999999999;s:5:"bytes";i:907;s:11:"size_before";i:47196;s:10:"size_after";i:46289;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0299999999999998;s:5:"bytes";i:1494;s:11:"size_before";i:73491;s:10:"size_after";i:71997;s:4:"time";d:0.029999999999999999;}}}'),
(2996, 762, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8574784795257235;s:5:"bytes";i:5293;s:11:"size_before";i:108966;s:10:"size_after";i:103673;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9900000000000002;s:5:"bytes";i:304;s:11:"size_before";i:5073;s:10:"size_after";i:4769;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7999999999999998;s:5:"bytes";i:462;s:11:"size_before";i:9623;s:10:"size_after";i:9161;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4500000000000002;s:5:"bytes";i:1645;s:11:"size_before";i:36946;s:10:"size_after";i:35301;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.0300000000000002;s:5:"bytes";i:2882;s:11:"size_before";i:57324;s:10:"size_after";i:54442;s:4:"time";d:0.029999999999999999;}}}'),
(2997, 768, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:28:"2019/07/MG_6440-1024x682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6440-1024x682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6440-1024x682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6440-1024x682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6440-1024x682-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(2998, 759, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.638052371710546;s:5:"bytes";i:4472;s:11:"size_before";i:169519;s:10:"size_after";i:165047;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3099999999999996;s:5:"bytes";i:320;s:11:"size_before";i:6027;s:10:"size_after";i:5707;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.21;s:5:"bytes";i:583;s:11:"size_before";i:13853;s:10:"size_after";i:13270;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.2400000000000002;s:5:"bytes";i:1298;s:11:"size_before";i:57818;s:10:"size_after";i:56520;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4700000000000002;s:5:"bytes";i:2271;s:11:"size_before";i:91821;s:10:"size_after";i:89550;s:4:"time";d:0.029999999999999999;}}}'),
(2999, 767, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1009.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1009-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1009-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1009-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1009-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208755";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3000, 766, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5320-e1398171879384.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5320-e1398171879384-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5320-e1398171879384-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5320-e1398171879384-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5320-e1398171879384-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3001, 763, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.615838743494014;s:5:"bytes";i:6107;s:11:"size_before";i:108746;s:10:"size_after";i:102639;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:103;s:11:"size_before";i:3907;s:10:"size_after";i:3804;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.46;s:5:"bytes";i:203;s:11:"size_before";i:8247;s:10:"size_after";i:8044;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6299999999999999;s:5:"bytes";i:1620;s:11:"size_before";i:35005;s:10:"size_after";i:33385;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.79;s:5:"bytes";i:4181;s:11:"size_before";i:61587;s:10:"size_after";i:57406;s:4:"time";d:0.029999999999999999;}}}'),
(3002, 769, '_wp_attached_file', '2019/07/MG_0347.jpg'),
(3003, 765, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2664049695473585;s:5:"bytes";i:4217;s:11:"size_before";i:98842;s:10:"size_after";i:94625;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.4199999999999999;s:5:"bytes";i:193;s:11:"size_before";i:4366;s:10:"size_after";i:4173;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3999999999999999;s:5:"bytes";i:309;s:11:"size_before";i:9093;s:10:"size_after";i:8784;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:1282;s:11:"size_before";i:33648;s:10:"size_after";i:32366;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7000000000000002;s:5:"bytes";i:2433;s:11:"size_before";i:51735;s:10:"size_after";i:49302;s:4:"time";d:0.050000000000000003;}}}'),
(3004, 770, '_wp_attached_file', '2019/07/MG_6466-1024x682.jpg'),
(3005, 771, '_wp_attached_file', '2019/07/AN3C1805.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3006, 770, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:28:"2019/07/MG_6466-1024x682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6466-1024x682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6466-1024x682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6466-1024x682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6466-1024x682-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3007, 761, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6287590175893651;s:5:"bytes";i:11421;s:11:"size_before";i:246740;s:10:"size_after";i:235319;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.5099999999999998;s:5:"bytes";i:658;s:11:"size_before";i:8758;s:10:"size_after";i:8100;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.0899999999999999;s:5:"bytes";i:1406;s:11:"size_before";i:19832;s:10:"size_after";i:18426;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8300000000000001;s:5:"bytes";i:4130;s:11:"size_before";i:85592;s:10:"size_after";i:81462;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9399999999999999;s:5:"bytes";i:5227;s:11:"size_before";i:132558;s:10:"size_after";i:127331;s:4:"time";d:0.050000000000000003;}}}'),
(3008, 769, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4032;s:6:"height";i:2688;s:4:"file";s:19:"2019/07/MG_0347.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0347-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0347-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0347-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0347-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366200996";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"135";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3009, 771, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1805.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1805-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1805-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1805-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1805-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759202";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3010, 772, '_wp_attached_file', '2019/07/MG_6476-1024x682.jpg'),
(3011, 773, '_wp_attached_file', '2019/07/IMG_5327.jpg'),
(3012, 766, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2406880336592003;s:5:"bytes";i:5082;s:11:"size_before";i:96972;s:10:"size_after";i:91890;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:132;s:11:"size_before";i:3668;s:10:"size_after";i:3536;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.1000000000000001;s:5:"bytes";i:151;s:11:"size_before";i:7192;s:10:"size_after";i:7041;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.8899999999999997;s:5:"bytes";i:2750;s:11:"size_before";i:46670;s:10:"size_after";i:43920;s:4:"time";d:0.080000000000000002;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:2049;s:11:"size_before";i:39442;s:10:"size_after";i:37393;s:4:"time";d:0.029999999999999999;}}}'),
(3013, 772, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:28:"2019/07/MG_6476-1024x682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6476-1024x682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6476-1024x682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6476-1024x682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6476-1024x682-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3014, 774, '_wp_attached_file', '2019/07/DSCF1011.jpg'),
(3015, 767, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6599824955484368;s:5:"bytes";i:8489;s:11:"size_before";i:231941;s:10:"size_after";i:223452;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5599999999999996;s:5:"bytes";i:488;s:11:"size_before";i:7439;s:10:"size_after";i:6951;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9299999999999997;s:5:"bytes";i:865;s:11:"size_before";i:17558;s:10:"size_after";i:16693;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:2831;s:11:"size_before";i:79615;s:10:"size_after";i:76784;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3799999999999999;s:5:"bytes";i:4305;s:11:"size_before";i:127329;s:10:"size_after";i:123024;s:4:"time";d:0.050000000000000003;}}}'),
(3016, 775, '_wp_attached_file', '2019/07/MG_6491-1024x575.jpg'),
(3017, 768, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7819417050186281;s:5:"bytes";i:4364;s:11:"size_before";i:91260;s:10:"size_after";i:86896;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5599999999999996;s:5:"bytes";i:273;s:11:"size_before";i:4914;s:10:"size_after";i:4641;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2800000000000002;s:5:"bytes";i:354;s:11:"size_before";i:8280;s:10:"size_after";i:7926;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:1267;s:11:"size_before";i:30569;s:10:"size_after";i:29302;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2000000000000002;s:5:"bytes";i:2470;s:11:"size_before";i:47497;s:10:"size_after";i:45027;s:4:"time";d:0.040000000000000001;}}}'),
(3018, 774, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1011.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1011-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1011-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1011-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1011-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208808";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3019, 775, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:575;s:4:"file";s:28:"2019/07/MG_6491-1024x575.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6491-1024x575-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6491-1024x575-300x168.jpg";s:5:"width";i:300;s:6:"height";i:168;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6491-1024x575-768x431.jpg";s:5:"width";i:768;s:6:"height";i:431;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6491-1024x575-1024x575.jpg";s:5:"width";i:1024;s:6:"height";i:575;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3020, 773, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5327.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5327-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5327-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5327-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5327-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397653447";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3021, 770, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6000759242725682;s:5:"bytes";i:5121;s:11:"size_before";i:142247;s:10:"size_after";i:137126;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5700000000000003;s:5:"bytes";i:425;s:11:"size_before";i:6469;s:10:"size_after";i:6044;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7699999999999996;s:5:"bytes";i:600;s:11:"size_before";i:12588;s:10:"size_after";i:11988;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:1583;s:11:"size_before";i:47699;s:10:"size_after";i:46116;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3300000000000001;s:5:"bytes";i:2513;s:11:"size_before";i:75491;s:10:"size_after";i:72978;s:4:"time";d:0.050000000000000003;}}}'),
(3022, 776, '_wp_attached_file', '2019/07/AN3C1808.jpg'),
(3023, 769, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.7461919733970039;s:5:"bytes";i:3485;s:11:"size_before";i:126903;s:10:"size_after";i:123418;s:4:"time";d:0.15000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:260;s:11:"size_before";i:5769;s:10:"size_after";i:5509;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:376;s:11:"size_before";i:10669;s:10:"size_after";i:10293;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1499999999999999;s:5:"bytes";i:902;s:11:"size_before";i:41969;s:10:"size_after";i:41067;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8399999999999999;s:5:"bytes";i:1947;s:11:"size_before";i:68496;s:10:"size_after";i:66549;s:4:"time";d:0.10000000000000001;}}}'),
(3024, 771, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.4133609478070142;s:5:"bytes";i:6639;s:11:"size_before";i:122641;s:10:"size_after";i:116002;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.4500000000000002;s:5:"bytes";i:161;s:11:"size_before";i:4667;s:10:"size_after";i:4506;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8700000000000001;s:5:"bytes";i:268;s:11:"size_before";i:9344;s:10:"size_after";i:9076;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5999999999999996;s:5:"bytes";i:1821;s:11:"size_before";i:39564;s:10:"size_after";i:37743;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.3499999999999996;s:5:"bytes";i:4389;s:11:"size_before";i:69066;s:10:"size_after";i:64677;s:4:"time";d:0.040000000000000001;}}}'),
(3025, 777, '_wp_attached_file', '2019/07/MG_0367.jpg'),
(3026, 772, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.4666666666666668;s:5:"bytes";i:5248;s:11:"size_before";i:96000;s:10:"size_after";i:90752;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0700000000000003;s:5:"bytes";i:238;s:11:"size_before";i:3923;s:10:"size_after";i:3685;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6500000000000004;s:5:"bytes";i:388;s:11:"size_before";i:8340;s:10:"size_after";i:7952;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.25;s:5:"bytes";i:1704;s:11:"size_before";i:32444;s:10:"size_after";i:30740;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.6900000000000004;s:5:"bytes";i:2918;s:11:"size_before";i:51293;s:10:"size_after";i:48375;s:4:"time";d:0.050000000000000003;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3027, 778, '_wp_attached_file', '2019/07/MG_6500-1024x682.jpg'),
(3028, 778, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:28:"2019/07/MG_6500-1024x682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6500-1024x682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6500-1024x682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6500-1024x682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6500-1024x682-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3029, 779, '_wp_attached_file', '2019/07/DSCF1012.jpg'),
(3030, 776, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1808.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1808-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1808-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1808-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1808-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759228";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3031, 775, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1410233462040047;s:5:"bytes";i:4021;s:11:"size_before";i:78214;s:10:"size_after";i:74193;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1600000000000001;s:5:"bytes";i:183;s:11:"size_before";i:4398;s:10:"size_after";i:4215;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3399999999999999;s:5:"bytes";i:358;s:11:"size_before";i:6698;s:10:"size_after";i:6340;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.2800000000000002;s:5:"bytes";i:1379;s:11:"size_before";i:26099;s:10:"size_after";i:24720;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.1200000000000001;s:5:"bytes";i:2101;s:11:"size_before";i:41019;s:10:"size_after";i:38918;s:4:"time";d:0.029999999999999999;}}}'),
(3032, 780, '_wp_attached_file', '2019/07/IMG_5334.jpg'),
(3033, 777, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4558;s:6:"height";i:3039;s:4:"file";s:19:"2019/07/MG_0367.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"MG_0367-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"MG_0367-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"MG_0367-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"MG_0367-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1366201453";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"150";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3034, 773, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8545074040645488;s:5:"bytes";i:2878;s:11:"size_before";i:100823;s:10:"size_after";i:97945;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:167;s:11:"size_before";i:4734;s:10:"size_after";i:4567;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6800000000000002;s:5:"bytes";i:247;s:11:"size_before";i:9228;s:10:"size_after";i:8981;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.2200000000000002;s:5:"bytes";i:765;s:11:"size_before";i:34437;s:10:"size_after";i:33672;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:1699;s:11:"size_before";i:52424;s:10:"size_after";i:50725;s:4:"time";d:0.029999999999999999;}}}'),
(3035, 781, '_wp_attached_file', '2019/07/MG_6535-1024x682.jpg'),
(3036, 781, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:682;s:4:"file";s:28:"2019/07/MG_6535-1024x682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6535-1024x682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6535-1024x682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6535-1024x682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6535-1024x682-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3037, 779, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1012.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1012-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1012-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1012-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1012-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208816";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3038, 774, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9353599523972034;s:5:"bytes";i:6709;s:11:"size_before";i:228558;s:10:"size_after";i:221849;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4900000000000002;s:5:"bytes";i:393;s:11:"size_before";i:7154;s:10:"size_after";i:6761;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4400000000000004;s:5:"bytes";i:769;s:11:"size_before";i:17317;s:10:"size_after";i:16548;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8999999999999999;s:5:"bytes";i:2265;s:11:"size_before";i:78208;s:10:"size_after";i:75943;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:3282;s:11:"size_before";i:125879;s:10:"size_after";i:122597;s:4:"time";d:0.040000000000000001;}}}'),
(3039, 782, '_wp_attached_file', '2019/07/AN3C1809.jpg'),
(3040, 783, '_wp_attached_file', '2019/07/MG_6558-1024x683.jpg'),
(3041, 783, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:28:"2019/07/MG_6558-1024x683.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6558-1024x683-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6558-1024x683-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6558-1024x683-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6558-1024x683-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3042, 780, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5334.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5334-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5334-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5334-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5334-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397653519";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3043, 778, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7081253972057553;s:5:"bytes";i:4519;s:11:"size_before";i:95983;s:10:"size_after";i:91464;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3700000000000001;s:5:"bytes";i:241;s:11:"size_before";i:4489;s:10:"size_after";i:4248;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:440;s:11:"size_before";i:8938;s:10:"size_after";i:8498;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.4900000000000002;s:5:"bytes";i:1465;s:11:"size_before";i:32647;s:10:"size_after";i:31182;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.75;s:5:"bytes";i:2373;s:11:"size_before";i:49909;s:10:"size_after";i:47536;s:4:"time";d:0.029999999999999999;}}}'),
(3044, 782, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1809.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1809-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1809-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1809-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1809-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759238";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3045, 784, '_wp_attached_file', '2019/07/DSCF1015.jpg'),
(3046, 776, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5249949266048839;s:5:"bytes";i:5211;s:11:"size_before";i:147830;s:10:"size_after";i:142619;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3200000000000003;s:5:"bytes";i:257;s:11:"size_before";i:5948;s:10:"size_after";i:5691;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:379;s:11:"size_before";i:12315;s:10:"size_after";i:11936;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8199999999999998;s:5:"bytes";i:1394;s:11:"size_before";i:49430;s:10:"size_after";i:48036;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9700000000000002;s:5:"bytes";i:3181;s:11:"size_before";i:80137;s:10:"size_after";i:76956;s:4:"time";d:0.029999999999999999;}}}'),
(3047, 777, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2324543712816372;s:5:"bytes";i:5129;s:11:"size_before";i:158672;s:10:"size_after";i:153543;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6600000000000001;s:5:"bytes";i:372;s:11:"size_before";i:6576;s:10:"size_after";i:6204;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4400000000000004;s:5:"bytes";i:596;s:11:"size_before";i:13417;s:10:"size_after";i:12821;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0299999999999998;s:5:"bytes";i:1616;s:11:"size_before";i:53298;s:10:"size_after";i:51682;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.98;s:5:"bytes";i:2545;s:11:"size_before";i:85381;s:10:"size_after";i:82836;s:4:"time";d:0.040000000000000001;}}}'),
(3048, 785, '_wp_attached_file', '2019/07/MG_6623-1024x683.jpg'),
(3049, 785, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:683;s:4:"file";s:28:"2019/07/MG_6623-1024x683.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"MG_6623-1024x683-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:28:"MG_6623-1024x683-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:28:"MG_6623-1024x683-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:29:"MG_6623-1024x683-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3050, 781, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.682750171165003;s:5:"bytes";i:4088;s:11:"size_before";i:111004;s:10:"size_after";i:106916;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:189;s:11:"size_before";i:4843;s:10:"size_after";i:4654;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:310;s:11:"size_before";i:9949;s:10:"size_after";i:9639;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:1296;s:11:"size_before";i:37432;s:10:"size_after";i:36136;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:2293;s:11:"size_before";i:58780;s:10:"size_after";i:56487;s:4:"time";d:0.029999999999999999;}}}'),
(3051, 783, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8764418919580361;s:5:"bytes";i:3526;s:11:"size_before";i:122582;s:10:"size_after";i:119056;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.25;s:5:"bytes";i:287;s:11:"size_before";i:5463;s:10:"size_after";i:5176;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:456;s:11:"size_before";i:11303;s:10:"size_after";i:10847;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.71;s:5:"bytes";i:1147;s:11:"size_before";i:42324;s:10:"size_after";i:41177;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5800000000000001;s:5:"bytes";i:1636;s:11:"size_before";i:63492;s:10:"size_after";i:61856;s:4:"time";d:0.029999999999999999;}}}'),
(3052, 784, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1015.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1015-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1015-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1015-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1015-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492208901";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:18:"0.0058823529411765";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3053, 786, '_wp_attached_file', '2019/07/IMG_5346.jpg'),
(3054, 780, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3482633934137795;s:5:"bytes";i:3390;s:11:"size_before";i:144362;s:10:"size_after";i:140972;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:294;s:11:"size_before";i:6096;s:10:"size_after";i:5802;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0999999999999996;s:5:"bytes";i:541;s:11:"size_before";i:13185;s:10:"size_after";i:12644;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.99;s:5:"bytes";i:988;s:11:"size_before";i:49616;s:10:"size_after";i:48628;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.0800000000000001;s:5:"bytes";i:1567;s:11:"size_before";i:75465;s:10:"size_after";i:73898;s:4:"time";d:0.040000000000000001;}}}'),
(3055, 787, '_wp_attached_file', '2019/07/AN3C1812.jpg'),
(3056, 779, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9911209317760568;s:5:"bytes";i:7391;s:11:"size_before";i:247098;s:10:"size_after";i:239707;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7999999999999998;s:5:"bytes";i:440;s:11:"size_before";i:7583;s:10:"size_after";i:7143;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4199999999999999;s:5:"bytes";i:827;s:11:"size_before";i:18708;s:10:"size_after";i:17881;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0299999999999998;s:5:"bytes";i:2575;s:11:"size_before";i:84958;s:10:"size_after";i:82383;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6099999999999999;s:5:"bytes";i:3549;s:11:"size_before";i:135849;s:10:"size_after";i:132300;s:4:"time";d:0.050000000000000003;}}}'),
(3057, 782, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4627183371940151;s:5:"bytes";i:5531;s:11:"size_before";i:159730;s:10:"size_after";i:154199;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2000000000000002;s:5:"bytes";i:334;s:11:"size_before";i:6419;s:10:"size_after";i:6085;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:4;s:5:"bytes";i:535;s:11:"size_before";i:13370;s:10:"size_after";i:12835;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8199999999999998;s:5:"bytes";i:1510;s:11:"size_before";i:53617;s:10:"size_after";i:52107;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6499999999999999;s:5:"bytes";i:3152;s:11:"size_before";i:86324;s:10:"size_after";i:83172;s:4:"time";d:0.029999999999999999;}}}'),
(3058, 787, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1812.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1812-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1812-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1812-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1812-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759411";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3059, 786, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5346.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5346-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5346-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5346-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5346-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397653584";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"23";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3060, 785, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.541087518831187;s:5:"bytes";i:7988;s:11:"size_before";i:175905;s:10:"size_after";i:167917;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0499999999999998;s:5:"bytes";i:409;s:11:"size_before";i:6761;s:10:"size_after";i:6352;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6600000000000001;s:5:"bytes";i:834;s:11:"size_before";i:14735;s:10:"size_after";i:13901;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.3399999999999999;s:5:"bytes";i:2578;s:11:"size_before";i:59340;s:10:"size_after";i:56762;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:4167;s:11:"size_before";i:95069;s:10:"size_after";i:90902;s:4:"time";d:0.040000000000000001;}}}'),
(3061, 788, '_wp_attached_file', '2019/07/DSCF1019.jpg'),
(3062, 788, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1019.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1019-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1019-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1019-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1019-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209011";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:18:"0.0095238095238095";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3063, 789, '_wp_attached_file', '2019/07/AN3C1816.jpg'),
(3064, 784, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9534408509108818;s:5:"bytes";i:7442;s:11:"size_before";i:150239;s:10:"size_after";i:142797;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.71;s:5:"bytes";i:337;s:11:"size_before";i:5905;s:10:"size_after";i:5568;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3899999999999997;s:5:"bytes";i:588;s:11:"size_before";i:13393;s:10:"size_after";i:12805;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6699999999999999;s:5:"bytes";i:2374;s:11:"size_before";i:50878;s:10:"size_after";i:48504;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.1699999999999999;s:5:"bytes";i:4143;s:11:"size_before";i:80063;s:10:"size_after";i:75920;s:4:"time";d:0.029999999999999999;}}}'),
(3065, 790, '_wp_attached_file', '2019/07/IMG_5355.jpg'),
(3066, 787, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8252531283125992;s:5:"bytes";i:6279;s:11:"size_before";i:164146;s:10:"size_after";i:157867;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:273;s:11:"size_before";i:6021;s:10:"size_after";i:5748;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1299999999999999;s:5:"bytes";i:553;s:11:"size_before";i:13384;s:10:"size_after";i:12831;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:1801;s:11:"size_before";i:54930;s:10:"size_after";i:53129;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.0700000000000003;s:5:"bytes";i:3652;s:11:"size_before";i:89811;s:10:"size_after";i:86159;s:4:"time";d:0.040000000000000001;}}}'),
(3067, 789, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:20:"2019/07/AN3C1816.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"AN3C1816-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"AN3C1816-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"AN3C1816-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"AN3C1816-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759469";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"3200";s:13:"shutter_speed";s:18:"0.0033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3068, 791, '_wp_attached_file', '2019/07/DSCF1021.jpg'),
(3069, 790, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5355.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5355-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5355-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5355-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5355-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397653706";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"23";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3070, 792, '_wp_attached_file', '2019/07/AN3C1821-e1357642129937.jpg'),
(3071, 791, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1021.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1021-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1021-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1021-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1021-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209064";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.019230769230769";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3072, 792, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2592;s:6:"height";i:3888;s:4:"file";s:35:"2019/07/AN3C1821-e1357642129937.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"AN3C1821-e1357642129937-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"AN3C1821-e1357642129937-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"AN3C1821-e1357642129937-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"AN3C1821-e1357642129937-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3073, 786, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.88214459337454;s:5:"bytes";i:3735;s:11:"size_before";i:129591;s:10:"size_after";i:125856;s:4:"time";d:0.26000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2800000000000002;s:5:"bytes";i:237;s:11:"size_before";i:5534;s:10:"size_after";i:5297;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.25;s:5:"bytes";i:370;s:11:"size_before";i:11386;s:10:"size_after";i:11016;s:4:"time";d:0.19;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4500000000000002;s:5:"bytes";i:1085;s:11:"size_before";i:44246;s:10:"size_after";i:43161;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9900000000000002;s:5:"bytes";i:2043;s:11:"size_before";i:68425;s:10:"size_after";i:66382;s:4:"time";d:0.029999999999999999;}}}'),
(3081, 789, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7762330219525966;s:5:"bytes";i:7426;s:11:"size_before";i:196651;s:10:"size_after";i:189225;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9699999999999998;s:5:"bytes";i:454;s:11:"size_before";i:7606;s:10:"size_after";i:7152;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2300000000000004;s:5:"bytes";i:852;s:11:"size_before";i:16300;s:10:"size_after";i:15448;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:2284;s:11:"size_before";i:66452;s:10:"size_after";i:64168;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6099999999999999;s:5:"bytes";i:3836;s:11:"size_before";i:106293;s:10:"size_after";i:102457;s:4:"time";d:0.050000000000000003;}}}'),
(3082, 794, '_wp_attached_file', '2019/07/IMG_5370.jpg'),
(3083, 788, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7992368844623465;s:5:"bytes";i:9300;s:11:"size_before";i:244786;s:10:"size_after";i:235486;s:4:"time";d:0.19;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9000000000000004;s:5:"bytes";i:473;s:11:"size_before";i:8022;s:10:"size_after";i:7549;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3300000000000001;s:5:"bytes";i:1041;s:11:"size_before";i:19549;s:10:"size_after";i:18508;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9300000000000002;s:5:"bytes";i:3328;s:11:"size_before";i:84687;s:10:"size_after";i:81359;s:4:"time";d:0.070000000000000007;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:4458;s:11:"size_before";i:132528;s:10:"size_after";i:128070;s:4:"time";d:0.080000000000000002;}}}'),
(3084, 795, '_wp_attached_file', '2019/07/DSCF1022.jpg'),
(3085, 796, '_wp_attached_file', '2019/07/DSC_9496.jpg'),
(3086, 790, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6770046421326432;s:5:"bytes";i:4302;s:11:"size_before";i:160702;s:10:"size_after";i:156400;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9299999999999997;s:5:"bytes";i:378;s:11:"size_before";i:6370;s:10:"size_after";i:5992;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6399999999999997;s:5:"bytes";i:656;s:11:"size_before";i:14149;s:10:"size_after";i:13493;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6000000000000001;s:5:"bytes";i:1438;s:11:"size_before";i:55355;s:10:"size_after";i:53917;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.1600000000000001;s:5:"bytes";i:1830;s:11:"size_before";i:84828;s:10:"size_after";i:82998;s:4:"time";d:0.040000000000000001;}}}'),
(3087, 791, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0725556466612005;s:5:"bytes";i:10182;s:11:"size_before";i:250015;s:10:"size_after";i:239833;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.4699999999999998;s:5:"bytes";i:631;s:11:"size_before";i:8450;s:10:"size_after";i:7819;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.79;s:5:"bytes";i:1159;s:11:"size_before";i:20015;s:10:"size_after";i:18856;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.0599999999999996;s:5:"bytes";i:3482;s:11:"size_before";i:85851;s:10:"size_after";i:82369;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6200000000000001;s:5:"bytes";i:4910;s:11:"size_before";i:135699;s:10:"size_after";i:130789;s:4:"time";d:0.040000000000000001;}}}'),
(3088, 795, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1022.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1022-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1022-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1022-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1022-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209083";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.023809523809524";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3089, 796, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9496.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9496-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9496-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9496-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9496-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334739603";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"29";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3090, 794, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5370.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5370-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5370-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5370-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5370-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397654783";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"26";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3091, 792, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3552945878814988;s:5:"bytes";i:9153;s:11:"size_before";i:210158;s:10:"size_after";i:201005;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9900000000000002;s:5:"bytes";i:330;s:11:"size_before";i:6608;s:10:"size_after";i:6278;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1899999999999999;s:5:"bytes";i:405;s:11:"size_before";i:12683;s:10:"size_after";i:12278;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6500000000000004;s:5:"bytes";i:4890;s:11:"size_before";i:105111;s:10:"size_after";i:100221;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:3528;s:11:"size_before";i:85756;s:10:"size_after";i:82228;s:4:"time";d:0.080000000000000002;}}}'),
(3092, 797, '_wp_attached_file', '2019/07/DSCF1025.jpg'),
(3093, 798, '_wp_attached_file', '2019/07/DSC_9514.jpg'),
(3094, 799, '_wp_attached_file', '2019/07/IMG_5377-e1398171490770.jpg'),
(3095, 798, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9514.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9514-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9514-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9514-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9514-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334741332";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3096, 794, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5459359587994821;s:5:"bytes";i:3500;s:11:"size_before";i:137474;s:10:"size_after";i:133974;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9800000000000004;s:5:"bytes";i:299;s:11:"size_before";i:6008;s:10:"size_after";i:5709;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1299999999999999;s:5:"bytes";i:507;s:11:"size_before";i:12285;s:10:"size_after";i:11778;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.21;s:5:"bytes";i:1032;s:11:"size_before";i:46668;s:10:"size_after";i:45636;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.29;s:5:"bytes";i:1662;s:11:"size_before";i:72513;s:10:"size_after";i:70851;s:4:"time";d:0.029999999999999999;}}}'),
(3097, 796, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3797656599754031;s:5:"bytes";i:6568;s:11:"size_before";i:194333;s:10:"size_after";i:187765;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0800000000000001;s:5:"bytes";i:435;s:11:"size_before";i:7154;s:10:"size_after";i:6719;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8499999999999996;s:5:"bytes";i:746;s:11:"size_before";i:15387;s:10:"size_after";i:14641;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0600000000000001;s:5:"bytes";i:2007;s:11:"size_before";i:65519;s:10:"size_after";i:63512;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1800000000000002;s:5:"bytes";i:3380;s:11:"size_before";i:106273;s:10:"size_after";i:102893;s:4:"time";d:0.040000000000000001;}}}'),
(3098, 795, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.268946132113256;s:5:"bytes";i:11831;s:11:"size_before";i:277141;s:10:"size_after";i:265310;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.3799999999999999;s:5:"bytes";i:629;s:11:"size_before";i:8523;s:10:"size_after";i:7894;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8200000000000003;s:5:"bytes";i:1171;s:11:"size_before";i:20113;s:10:"size_after";i:18942;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.25;s:5:"bytes";i:4035;s:11:"size_before";i:95020;s:10:"size_after";i:90985;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9100000000000001;s:5:"bytes";i:5996;s:11:"size_before";i:153485;s:10:"size_after";i:147489;s:4:"time";d:0.070000000000000007;}}}'),
(3099, 797, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1025.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1025-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1025-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1025-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1025-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209159";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:18:"0.0095238095238095";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3100, 800, '_wp_attached_file', '2019/07/DSC_9515.jpg'),
(3101, 799, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5377-e1398171490770.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5377-e1398171490770-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5377-e1398171490770-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5377-e1398171490770-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5377-e1398171490770-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3102, 801, '_wp_attached_file', '2019/07/DSCF1026.jpg'),
(3103, 800, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9515.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9515-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9515-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9515-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9515-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334741354";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3104, 798, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9306498545101842;s:5:"bytes";i:6484;s:11:"size_before";i:164960;s:10:"size_after";i:158476;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1500000000000004;s:5:"bytes";i:380;s:11:"size_before";i:6179;s:10:"size_after";i:5799;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6299999999999999;s:5:"bytes";i:583;s:11:"size_before";i:12583;s:10:"size_after";i:12000;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:1902;s:11:"size_before";i:54726;s:10:"size_after";i:52824;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.96;s:5:"bytes";i:3619;s:11:"size_before";i:91472;s:10:"size_after";i:87853;s:4:"time";d:0.089999999999999997;}}}'),
(3105, 797, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.456130659620773;s:5:"bytes";i:8198;s:11:"size_before";i:150253;s:10:"size_after";i:142055;s:4:"time";d:0.17000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2699999999999996;s:5:"bytes";i:403;s:11:"size_before";i:6432;s:10:"size_after";i:6029;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1100000000000003;s:5:"bytes";i:715;s:11:"size_before";i:13997;s:10:"size_after";i:13282;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3099999999999996;s:5:"bytes";i:2739;s:11:"size_before";i:51578;s:10:"size_after";i:48839;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5499999999999998;s:5:"bytes";i:4341;s:11:"size_before";i:78246;s:10:"size_after";i:73905;s:4:"time";d:0.13;}}}'),
(3106, 801, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1026.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1026-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1026-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1026-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1026-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.1";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209253";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.7";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:18:"0.0083333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"6";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3107, 802, '_wp_attached_file', '2019/07/IMG_5379-e1398170878672.jpg'),
(3108, 803, '_wp_attached_file', '2019/07/DSC_9516.jpg'),
(3109, 804, '_wp_attached_file', '2019/07/DSCF1027.jpg'),
(3110, 800, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8395404762201428;s:5:"bytes";i:6163;s:11:"size_before";i:160514;s:10:"size_after";i:154351;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:285;s:11:"size_before";i:5695;s:10:"size_after";i:5410;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3899999999999997;s:5:"bytes";i:549;s:11:"size_before";i:12502;s:10:"size_after";i:11953;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4100000000000001;s:5:"bytes";i:1824;s:11:"size_before";i:53441;s:10:"size_after";i:51617;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9399999999999999;s:5:"bytes";i:3505;s:11:"size_before";i:88876;s:10:"size_after";i:85371;s:4:"time";d:0.059999999999999998;}}}'),
(3111, 803, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9516.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9516-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9516-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9516-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9516-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334741373";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3112, 802, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5379-e1398170878672.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5379-e1398170878672-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5379-e1398170878672-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5379-e1398170878672-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5379-e1398170878672-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3113, 801, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2474465512362034;s:5:"bytes";i:5049;s:11:"size_before";i:155476;s:10:"size_after";i:150427;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4400000000000004;s:5:"bytes";i:418;s:11:"size_before";i:6492;s:10:"size_after";i:6074;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1900000000000004;s:5:"bytes";i:737;s:11:"size_before";i:14191;s:10:"size_after";i:13454;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9500000000000002;s:5:"bytes";i:1573;s:11:"size_before";i:53331;s:10:"size_after";i:51758;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8500000000000001;s:5:"bytes";i:2321;s:11:"size_before";i:81462;s:10:"size_after";i:79141;s:4:"time";d:0.040000000000000001;}}}'),
(3114, 804, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1027.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1027-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1027-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1027-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1027-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.1";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209260";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.7";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3115, 805, '_wp_attached_file', '2019/07/DSC_9517.jpg'),
(3116, 805, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9517.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9517-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9517-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9517-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9517-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334741385";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3117, 803, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8443370093250837;s:5:"bytes";i:6592;s:11:"size_before";i:171473;s:10:"size_after";i:164881;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5700000000000003;s:5:"bytes";i:340;s:11:"size_before";i:6106;s:10:"size_after";i:5766;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:511;s:11:"size_before";i:12422;s:10:"size_after";i:11911;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:2020;s:11:"size_before";i:57392;s:10:"size_after";i:55372;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:3721;s:11:"size_before";i:95553;s:10:"size_after";i:91832;s:4:"time";d:0.029999999999999999;}}}'),
(3118, 806, '_wp_attached_file', '2019/07/DSCF1029.jpg'),
(3119, 799, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2031091241617555;s:5:"bytes";i:6305;s:11:"size_before";i:196840;s:10:"size_after";i:190535;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6100000000000003;s:5:"bytes";i:354;s:11:"size_before";i:6307;s:10:"size_after";i:5953;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:375;s:11:"size_before";i:12075;s:10:"size_after";i:11700;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:3147;s:11:"size_before";i:97768;s:10:"size_after";i:94621;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:2429;s:11:"size_before";i:80690;s:10:"size_after";i:78261;s:4:"time";d:0.059999999999999998;}}}'),
(3120, 807, '_wp_attached_file', '2019/07/IMG_5381.jpg'),
(3121, 802, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0634955006977527;s:5:"bytes";i:5093;s:11:"size_before";i:166248;s:10:"size_after";i:161155;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6400000000000001;s:5:"bytes";i:166;s:11:"size_before";i:4555;s:10:"size_after";i:4389;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3599999999999999;s:5:"bytes";i:248;s:11:"size_before";i:10504;s:10:"size_after";i:10256;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:2591;s:11:"size_before";i:82832;s:10:"size_after";i:80241;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0499999999999998;s:5:"bytes";i:2088;s:11:"size_before";i:68357;s:10:"size_after";i:66269;s:4:"time";d:0.029999999999999999;}}}'),
(3122, 806, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1029.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1029-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1029-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1029-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1029-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209906";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"11.8";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3123, 804, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7062786859300458;s:5:"bytes";i:6557;s:11:"size_before";i:176916;s:10:"size_after";i:170359;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6600000000000001;s:5:"bytes";i:346;s:11:"size_before";i:6108;s:10:"size_after";i:5762;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2000000000000002;s:5:"bytes";i:573;s:11:"size_before";i:13631;s:10:"size_after";i:13058;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4100000000000001;s:5:"bytes";i:2036;s:11:"size_before";i:59789;s:10:"size_after";i:57753;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:3602;s:11:"size_before";i:97388;s:10:"size_after";i:93786;s:4:"time";d:0.080000000000000002;}}}'),
(3124, 808, '_wp_attached_file', '2019/07/DSC_9523.jpg'),
(3125, 807, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5381.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5381-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5381-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5381-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5381-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397657983";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3126, 805, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6602300887074573;s:5:"bytes";i:6115;s:11:"size_before";i:167066;s:10:"size_after";i:160951;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:281;s:11:"size_before";i:5785;s:10:"size_after";i:5504;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1200000000000001;s:5:"bytes";i:537;s:11:"size_before";i:13019;s:10:"size_after";i:12482;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1699999999999999;s:5:"bytes";i:1779;s:11:"size_before";i:56032;s:10:"size_after";i:54253;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:3518;s:11:"size_before";i:92230;s:10:"size_after";i:88712;s:4:"time";d:0.040000000000000001;}}}'),
(3127, 808, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9523.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9523-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9523-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9523-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9523-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334742049";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3128, 809, '_wp_attached_file', '2019/07/DSCF1030.jpg'),
(3129, 810, '_wp_attached_file', '2019/07/IMG_5386.jpg'),
(3130, 806, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.5929389759176997;s:5:"bytes";i:10392;s:11:"size_before";i:136864;s:10:"size_after";i:126472;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9800000000000004;s:5:"bytes";i:392;s:11:"size_before";i:5620;s:10:"size_after";i:5228;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:7.71;s:5:"bytes";i:985;s:11:"size_before";i:12772;s:10:"size_after";i:11787;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.5;s:5:"bytes";i:3517;s:11:"size_before";i:46910;s:10:"size_after";i:43393;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.6799999999999997;s:5:"bytes";i:5498;s:11:"size_before";i:71562;s:10:"size_after";i:66064;s:4:"time";d:0.029999999999999999;}}}'),
(3131, 807, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0356821491091734;s:5:"bytes";i:3711;s:11:"size_before";i:122246;s:10:"size_after";i:118535;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7199999999999998;s:5:"bytes";i:254;s:11:"size_before";i:5381;s:10:"size_after";i:5127;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2999999999999998;s:5:"bytes";i:350;s:11:"size_before";i:10601;s:10:"size_after";i:10251;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.7400000000000002;s:5:"bytes";i:1127;s:11:"size_before";i:41202;s:10:"size_after";i:40075;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:1980;s:11:"size_before";i:65062;s:10:"size_after";i:63082;s:4:"time";d:0.029999999999999999;}}}'),
(3132, 811, '_wp_attached_file', '2019/07/DSC_9526.jpg'),
(3133, 809, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1030.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1030-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1030-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1030-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1030-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209951";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3134, 808, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.1668170020065167;s:5:"bytes";i:6700;s:11:"size_before";i:108646;s:10:"size_after";i:101946;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:197;s:11:"size_before";i:4582;s:10:"size_after";i:4385;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:299;s:11:"size_before";i:7856;s:10:"size_after";i:7557;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:1842;s:11:"size_before";i:34776;s:10:"size_after";i:32934;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.0999999999999996;s:5:"bytes";i:4362;s:11:"size_before";i:61432;s:10:"size_after";i:57070;s:4:"time";d:0.040000000000000001;}}}'),
(3135, 811, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9526.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9526-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9526-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9526-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9526-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334742107";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3136, 810, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5386.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5386-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5386-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5386-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5386-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397658191";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"33";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3137, 812, '_wp_attached_file', '2019/07/DSCF1032.jpg'),
(3138, 813, '_wp_attached_file', '2019/07/DSC_9528.jpg'),
(3139, 814, '_wp_attached_file', '2019/07/IMG_5390-e1398170850894.jpg'),
(3140, 810, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9876735706130066;s:5:"bytes";i:3248;s:11:"size_before";i:81451;s:10:"size_after";i:78203;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1000000000000001;s:5:"bytes";i:131;s:11:"size_before";i:4227;s:10:"size_after";i:4096;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:207;s:11:"size_before";i:7839;s:10:"size_after";i:7632;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6400000000000001;s:5:"bytes";i:992;s:11:"size_before";i:27248;s:10:"size_after";i:26256;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5499999999999998;s:5:"bytes";i:1918;s:11:"size_before";i:42137;s:10:"size_after";i:40219;s:4:"time";d:0.040000000000000001;}}}'),
(3141, 812, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1032.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1032-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1032-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1032-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1032-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.2";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492209968";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"13.8";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.071428571428571";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3142, 813, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9528.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9528-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9528-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9528-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9528-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334742193";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3143, 811, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6438409738093203;s:5:"bytes";i:5963;s:11:"size_before";i:163646;s:10:"size_after";i:157683;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.04;s:5:"bytes";i:387;s:11:"size_before";i:6410;s:10:"size_after";i:6023;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6500000000000004;s:5:"bytes";i:607;s:11:"size_before";i:13054;s:10:"size_after";i:12447;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:1786;s:11:"size_before";i:55072;s:10:"size_after";i:53286;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:3183;s:11:"size_before";i:89110;s:10:"size_after";i:85927;s:4:"time";d:0.040000000000000001;}}}'),
(3144, 809, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7944286547317865;s:5:"bytes";i:8264;s:11:"size_before";i:217793;s:10:"size_after";i:209529;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9400000000000004;s:5:"bytes";i:421;s:11:"size_before";i:7087;s:10:"size_after";i:6666;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.75;s:5:"bytes";i:774;s:11:"size_before";i:16288;s:10:"size_after";i:15514;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8199999999999998;s:5:"bytes";i:2839;s:11:"size_before";i:74349;s:10:"size_after";i:71510;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.52;s:5:"bytes";i:4230;s:11:"size_before";i:120069;s:10:"size_after";i:115839;s:4:"time";d:0.070000000000000007;}}}'),
(3145, 814, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3456;s:6:"height";i:5184;s:4:"file";s:35:"2019/07/IMG_5390-e1398170850894.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"IMG_5390-e1398170850894-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"IMG_5390-e1398170850894-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:36:"IMG_5390-e1398170850894-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"IMG_5390-e1398170850894-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3146, 815, '_wp_attached_file', '2019/07/DSC_9533.jpg'),
(3147, 816, '_wp_attached_file', '2019/07/DSCF1035.jpg'),
(3148, 813, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.4919930920794409;s:5:"bytes";i:5597;s:11:"size_before";i:101912;s:10:"size_after";i:96315;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7999999999999998;s:5:"bytes";i:155;s:11:"size_before";i:4083;s:10:"size_after";i:3928;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:259;s:11:"size_before";i:7709;s:10:"size_after";i:7450;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.7699999999999996;s:5:"bytes";i:1568;s:11:"size_before";i:32893;s:10:"size_after";i:31325;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.3200000000000003;s:5:"bytes";i:3615;s:11:"size_before";i:57227;s:10:"size_after";i:53612;s:4:"time";d:0.029999999999999999;}}}'),
(3149, 815, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9533.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9533-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9533-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9533-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9533-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334742304";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3150, 812, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7635835787752767;s:5:"bytes";i:8932;s:11:"size_before";i:237327;s:10:"size_after";i:228395;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.1500000000000004;s:5:"bytes";i:574;s:11:"size_before";i:8029;s:10:"size_after";i:7455;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1799999999999997;s:5:"bytes";i:981;s:11:"size_before";i:18939;s:10:"size_after";i:17958;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5800000000000001;s:5:"bytes";i:2918;s:11:"size_before";i:81570;s:10:"size_after";i:78652;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:4459;s:11:"size_before";i:128789;s:10:"size_after";i:124330;s:4:"time";d:0.040000000000000001;}}}'),
(3151, 817, '_wp_attached_file', '2019/07/IMG_5403.jpg'),
(3152, 816, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1035.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1035-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1035-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1035-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1035-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492210105";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"10.1";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3153, 814, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4332224241137093;s:5:"bytes";i:5636;s:11:"size_before";i:127131;s:10:"size_after";i:121495;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:167;s:11:"size_before";i:4309;s:10:"size_after";i:4142;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7799999999999998;s:5:"bytes";i:237;s:11:"size_before";i:8521;s:10:"size_after";i:8284;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:3007;s:11:"size_before";i:62395;s:10:"size_after";i:59388;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.29;s:5:"bytes";i:2225;s:11:"size_before";i:51906;s:10:"size_after";i:49681;s:4:"time";d:0.070000000000000007;}}}'),
(3154, 818, '_wp_attached_file', '2019/07/DSC_9536.jpg'),
(3155, 818, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9536.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9536-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9536-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9536-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9536-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334742397";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3156, 819, '_wp_attached_file', '2019/07/DSCF1038.jpg'),
(3157, 817, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5403.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5403-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5403-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5403-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5403-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397658583";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3158, 816, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.4063472116989759;s:5:"bytes";i:10400;s:11:"size_before";i:162339;s:10:"size_after";i:151939;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.7699999999999996;s:5:"bytes";i:506;s:11:"size_before";i:6516;s:10:"size_after";i:6010;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.0199999999999996;s:5:"bytes";i:845;s:11:"size_before";i:14029;s:10:"size_after";i:13184;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.21;s:5:"bytes";i:3442;s:11:"size_before";i:55468;s:10:"size_after";i:52026;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.5;s:5:"bytes";i:5607;s:11:"size_before";i:86326;s:10:"size_after";i:80719;s:4:"time";d:0.059999999999999998;}}}'),
(3159, 819, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1038.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1038-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1038-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1038-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1038-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492210128";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"10.5";s:3:"iso";s:3:"250";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3160, 820, '_wp_attached_file', '2019/07/DSC_9542.jpg'),
(3161, 815, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1685339805155852;s:5:"bytes";i:6046;s:11:"size_before";i:145039;s:10:"size_after";i:138993;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3200000000000003;s:5:"bytes";i:296;s:11:"size_before";i:5566;s:10:"size_after";i:5270;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:453;s:11:"size_before";i:10933;s:10:"size_after";i:10480;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:1648;s:11:"size_before";i:47648;s:10:"size_after";i:46000;s:4:"time";d:0.070000000000000007;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:3649;s:11:"size_before";i:80892;s:10:"size_after";i:77243;s:4:"time";d:0.040000000000000001;}}}'),
(3162, 821, '_wp_attached_file', '2019/07/IMG_5429.jpg'),
(3163, 818, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.9693540270939609;s:5:"bytes";i:6050;s:11:"size_before";i:101351;s:10:"size_after";i:95301;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:149;s:11:"size_before";i:4022;s:10:"size_after";i:3873;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3999999999999999;s:5:"bytes";i:276;s:11:"size_before";i:8125;s:10:"size_after";i:7849;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6200000000000001;s:5:"bytes";i:1507;s:11:"size_before";i:32610;s:10:"size_after";i:31103;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.2800000000000002;s:5:"bytes";i:4118;s:11:"size_before";i:56594;s:10:"size_after";i:52476;s:4:"time";d:0.029999999999999999;}}}'),
(3164, 820, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9542.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9542-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9542-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9542-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9542-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334742562";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3165, 817, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.3222170641389659;s:5:"bytes";i:2151;s:11:"size_before";i:92627;s:10:"size_after";i:90476;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1400000000000001;s:5:"bytes";i:147;s:11:"size_before";i:4677;s:10:"size_after";i:4530;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.0299999999999998;s:5:"bytes";i:176;s:11:"size_before";i:8671;s:10:"size_after";i:8495;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.8700000000000001;s:5:"bytes";i:577;s:11:"size_before";i:30792;s:10:"size_after";i:30215;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5800000000000001;s:5:"bytes";i:1251;s:11:"size_before";i:48487;s:10:"size_after";i:47236;s:4:"time";d:0.029999999999999999;}}}'),
(3166, 822, '_wp_attached_file', '2019/07/DSCF1039.jpg'),
(3167, 821, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5429.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5429-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5429-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5429-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5429-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397659249";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3168, 823, '_wp_attached_file', '2019/07/DSC_9544.jpg'),
(3169, 822, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1039.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1039-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1039-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1039-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1039-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492210166";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"11.8";s:3:"iso";s:3:"640";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3170, 819, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.520077144449969;s:5:"bytes";i:9982;s:11:"size_before";i:132738;s:10:"size_after";i:122756;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9000000000000004;s:5:"bytes";i:380;s:11:"size_before";i:5509;s:10:"size_after";i:5129;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.8300000000000001;s:5:"bytes";i:858;s:11:"size_before";i:12566;s:10:"size_after";i:11708;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.2599999999999998;s:5:"bytes";i:3307;s:11:"size_before";i:45574;s:10:"size_after";i:42267;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.8700000000000001;s:5:"bytes";i:5437;s:11:"size_before";i:69089;s:10:"size_after";i:63652;s:4:"time";d:0.029999999999999999;}}}'),
(3171, 824, '_wp_attached_file', '2019/07/IMG_5431.jpg'),
(3172, 823, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9544.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9544-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9544-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9544-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9544-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334742603";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"27";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3173, 821, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5572116695446696;s:5:"bytes";i:3914;s:11:"size_before";i:110030;s:10:"size_after";i:106116;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:208;s:11:"size_before";i:5164;s:10:"size_after";i:4956;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1299999999999999;s:5:"bytes";i:320;s:11:"size_before";i:10225;s:10:"size_after";i:9905;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.98;s:5:"bytes";i:1091;s:11:"size_before";i:36607;s:10:"size_after";i:35516;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9500000000000002;s:5:"bytes";i:2295;s:11:"size_before";i:58034;s:10:"size_after";i:55739;s:4:"time";d:0.040000000000000001;}}}'),
(3174, 825, '_wp_attached_file', '2019/07/DSCF1041.jpg'),
(3175, 826, '_wp_attached_file', '2019/07/DSC_9548.jpg'),
(3176, 820, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5289231439620892;s:5:"bytes";i:5183;s:11:"size_before";i:146872;s:10:"size_after";i:141689;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5599999999999996;s:5:"bytes";i:248;s:11:"size_before";i:5444;s:10:"size_after";i:5196;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:337;s:11:"size_before";i:10971;s:10:"size_after";i:10634;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0899999999999999;s:5:"bytes";i:1517;s:11:"size_before";i:49058;s:10:"size_after";i:47541;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:3081;s:11:"size_before";i:81399;s:10:"size_after";i:78318;s:4:"time";d:0.029999999999999999;}}}'),
(3177, 824, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5431.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5431-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5431-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5431-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5431-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397659270";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3178, 826, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9548.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9548-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9548-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9548-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9548-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334743143";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3179, 822, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6490222850733893;s:5:"bytes";i:7627;s:11:"size_before";i:164056;s:10:"size_after";i:156429;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6200000000000001;s:5:"bytes";i:415;s:11:"size_before";i:6272;s:10:"size_after";i:5857;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:664;s:11:"size_before";i:13288;s:10:"size_after";i:12624;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:2374;s:11:"size_before";i:55179;s:10:"size_after";i:52805;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.6699999999999999;s:5:"bytes";i:4174;s:11:"size_before";i:89317;s:10:"size_after";i:85143;s:4:"time";d:0.029999999999999999;}}}'),
(3180, 825, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1041.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1041-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1041-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1041-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1041-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492210179";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"11.8";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:18:"0.0066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3181, 827, '_wp_attached_file', '2019/07/DSC_9555.jpg'),
(3182, 823, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5707702150269465;s:5:"bytes";i:6586;s:11:"size_before";i:184442;s:10:"size_after";i:177856;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4900000000000002;s:5:"bytes";i:457;s:11:"size_before";i:7046;s:10:"size_after";i:6589;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1399999999999997;s:5:"bytes";i:752;s:11:"size_before";i:14626;s:10:"size_after";i:13874;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:2010;s:11:"size_before";i:62473;s:10:"size_after";i:60463;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:3367;s:11:"size_before";i:100297;s:10:"size_after";i:96930;s:4:"time";d:0.029999999999999999;}}}'),
(3183, 828, '_wp_attached_file', '2019/07/DSCF1044.jpg'),
(3184, 827, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9555.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9555-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9555-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9555-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9555-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334743309";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3185, 826, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.6162791830214962;s:5:"bytes";i:6793;s:11:"size_before";i:102671;s:10:"size_after";i:95878;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:152;s:11:"size_before";i:4079;s:10:"size_after";i:3927;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9100000000000001;s:5:"bytes";i:290;s:11:"size_before";i:7425;s:10:"size_after";i:7135;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.7199999999999998;s:5:"bytes";i:1893;s:11:"size_before";i:33081;s:10:"size_after";i:31188;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.6699999999999999;s:5:"bytes";i:4458;s:11:"size_before";i:58086;s:10:"size_after";i:53628;s:4:"time";d:0.050000000000000003;}}}'),
(3186, 824, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8189843906408427;s:5:"bytes";i:4365;s:11:"size_before";i:154843;s:10:"size_after";i:150478;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.71;s:5:"bytes";i:376;s:11:"size_before";i:6587;s:10:"size_after";i:6211;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3200000000000003;s:5:"bytes";i:591;s:11:"size_before";i:13688;s:10:"size_after";i:13097;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.54;s:5:"bytes";i:1339;s:11:"size_before";i:52642;s:10:"size_after";i:51303;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.5099999999999998;s:5:"bytes";i:2059;s:11:"size_before";i:81926;s:10:"size_after";i:79867;s:4:"time";d:0.040000000000000001;}}}'),
(3187, 825, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2725560089856041;s:5:"bytes";i:7779;s:11:"size_before";i:182069;s:10:"size_after";i:174290;s:4:"time";d:0.48000000000000004;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5999999999999996;s:5:"bytes";i:405;s:11:"size_before";i:6140;s:10:"size_after";i:5735;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9299999999999997;s:5:"bytes";i:716;s:11:"size_before";i:14522;s:10:"size_after";i:13806;s:4:"time";d:0.40000000000000002;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:2351;s:11:"size_before";i:61956;s:10:"size_after";i:59605;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3300000000000001;s:5:"bytes";i:4307;s:11:"size_before";i:99451;s:10:"size_after";i:95144;s:4:"time";d:0.040000000000000001;}}}'),
(3188, 829, '_wp_attached_file', '2019/07/DSC_9563.jpg'),
(3189, 828, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1044.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1044-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1044-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1044-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1044-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492210191";s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"11.8";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3190, 829, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9563.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9563-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9563-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9563-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9563-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334743496";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3191, 827, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8360573767930251;s:5:"bytes";i:4910;s:11:"size_before";i:127996;s:10:"size_after";i:123086;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0899999999999999;s:5:"bytes";i:186;s:11:"size_before";i:4544;s:10:"size_after";i:4358;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2999999999999998;s:5:"bytes";i:323;s:11:"size_before";i:9799;s:10:"size_after";i:9476;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:1297;s:11:"size_before";i:42110;s:10:"size_after";i:40813;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3399999999999999;s:5:"bytes";i:3104;s:11:"size_before";i:71543;s:10:"size_after";i:68439;s:4:"time";d:0.029999999999999999;}}}'),
(3192, 830, '_wp_attached_file', '2019/07/DSCF1046.jpg'),
(3193, 831, '_wp_attached_file', '2019/07/DSC_9580.jpg'),
(3194, 830, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4000;s:6:"height";i:3000;s:4:"file";s:20:"2019/07/DSCF1046.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSCF1046-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSCF1046-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSCF1046-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSCF1046-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"1.8";s:6:"credit";s:0:"";s:6:"camera";s:3:"XQ2";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492210673";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"6.4";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:18:"0.0083333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3195, 831, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9580.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9580-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9580-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9580-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9580-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334744120";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3196, 828, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.157924560086987;s:5:"bytes";i:8145;s:11:"size_before";i:195891;s:10:"size_after";i:187746;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8300000000000001;s:5:"bytes";i:413;s:11:"size_before";i:7089;s:10:"size_after";i:6676;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5999999999999996;s:5:"bytes";i:750;s:11:"size_before";i:16301;s:10:"size_after";i:15551;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7400000000000002;s:5:"bytes";i:2519;s:11:"size_before";i:67327;s:10:"size_after";i:64808;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2400000000000002;s:5:"bytes";i:4463;s:11:"size_before";i:105174;s:10:"size_after";i:100711;s:4:"time";d:0.040000000000000001;}}}'),
(3197, 829, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4458419707240147;s:5:"bytes";i:5419;s:11:"size_before";i:157262;s:10:"size_after";i:151843;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6299999999999999;s:5:"bytes";i:363;s:11:"size_before";i:6450;s:10:"size_after";i:6087;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:484;s:11:"size_before";i:12451;s:10:"size_after";i:11967;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8900000000000001;s:5:"bytes";i:1520;s:11:"size_before";i:52572;s:10:"size_after";i:51052;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:3052;s:11:"size_before";i:85789;s:10:"size_after";i:82737;s:4:"time";d:0.040000000000000001;}}}'),
(3198, 832, '_wp_attached_file', '2019/07/DSC_9587.jpg'),
(3199, 833, '_wp_attached_file', '2019/07/N3C7443.jpg'),
(3200, 832, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9587.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9587-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9587-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9587-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9587-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334744267";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3201, 831, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3433291825722469;s:5:"bytes";i:6383;s:11:"size_before";i:146961;s:10:"size_after";i:140578;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1500000000000004;s:5:"bytes";i:284;s:11:"size_before";i:5515;s:10:"size_after";i:5231;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:409;s:11:"size_before";i:11055;s:10:"size_after";i:10646;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:1682;s:11:"size_before";i:48289;s:10:"size_after";i:46607;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:4008;s:11:"size_before";i:82102;s:10:"size_after";i:78094;s:4:"time";d:0.040000000000000001;}}}'),
(3202, 830, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6934948459612138;s:5:"bytes";i:5550;s:11:"size_before";i:206052;s:10:"size_after";i:200502;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:338;s:11:"size_before";i:6381;s:10:"size_after";i:6043;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.54;s:5:"bytes";i:702;s:11:"size_before";i:15474;s:10:"size_after";i:14772;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6400000000000001;s:5:"bytes";i:1862;s:11:"size_before";i:70639;s:10:"size_after";i:68777;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.3300000000000001;s:5:"bytes";i:2648;s:11:"size_before";i:113558;s:10:"size_after";i:110910;s:4:"time";d:0.040000000000000001;}}}'),
(3203, 833, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7443.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7443-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7443-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7443-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7443-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492077034";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3205, 835, '_wp_attached_file', '2019/07/DSC_9605.jpg'),
(3212, 836, '_wp_attached_file', '2019/07/N3C7451.jpg'),
(3213, 835, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9605.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9605-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9605-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9605-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9605-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747254";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3214, 832, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.2666628344781996;s:5:"bytes";i:5938;s:11:"size_before";i:139172;s:10:"size_after";i:133234;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:259;s:11:"size_before";i:5310;s:10:"size_after";i:5051;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";i:3;s:5:"bytes";i:316;s:11:"size_before";i:10532;s:10:"size_after";i:10216;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:1604;s:11:"size_before";i:45425;s:10:"size_after";i:43821;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.8300000000000001;s:5:"bytes";i:3759;s:11:"size_before";i:77905;s:10:"size_after";i:74146;s:4:"time";d:0.029999999999999999;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3215, 836, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2994;s:6:"height";i:1996;s:4:"file";s:19:"2019/07/N3C7451.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7451-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7451-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7451-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7451-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492077314";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"40";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3216, 833, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9574635961632443;s:5:"bytes";i:6721;s:11:"size_before";i:169831;s:10:"size_after";i:163110;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6399999999999997;s:5:"bytes";i:445;s:11:"size_before";i:6700;s:10:"size_after";i:6255;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8600000000000003;s:5:"bytes";i:857;s:11:"size_before";i:14613;s:10:"size_after";i:13756;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:2260;s:11:"size_before";i:58077;s:10:"size_after";i:55817;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:3159;s:11:"size_before";i:90441;s:10:"size_after";i:87282;s:4:"time";d:0.029999999999999999;}}}'),
(3217, 837, '_wp_attached_file', '2019/07/DSC_9606.jpg'),
(3218, 837, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9606.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9606-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9606-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9606-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9606-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747272";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"60";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3219, 838, '_wp_attached_file', '2019/07/N3C7458.jpg'),
(3220, 835, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1444208604689914;s:5:"bytes";i:5721;s:11:"size_before";i:138041;s:10:"size_after";i:132320;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:266;s:11:"size_before";i:5524;s:10:"size_after";i:5258;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4199999999999999;s:5:"bytes";i:374;s:11:"size_before";i:10927;s:10:"size_after";i:10553;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:1611;s:11:"size_before";i:45538;s:10:"size_after";i:43927;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5599999999999996;s:5:"bytes";i:3470;s:11:"size_before";i:76052;s:10:"size_after";i:72582;s:4:"time";d:0.029999999999999999;}}}'),
(3221, 838, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7458.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7458-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7458-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7458-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7458-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492077634";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"120";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3222, 836, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9021580915562506;s:5:"bytes";i:10474;s:11:"size_before";i:213661;s:10:"size_after";i:203187;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1900000000000004;s:5:"bytes";i:483;s:11:"size_before";i:7809;s:10:"size_after";i:7326;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8099999999999996;s:5:"bytes";i:903;s:11:"size_before";i:15534;s:10:"size_after";i:14631;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8300000000000001;s:5:"bytes";i:3496;s:11:"size_before";i:72359;s:10:"size_after";i:68863;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:5592;s:11:"size_before";i:117959;s:10:"size_after";i:112367;s:4:"time";d:0.050000000000000003;}}}'),
(3223, 839, '_wp_attached_file', '2019/07/DSC_9618.jpg'),
(3224, 837, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.9368632540938435;s:5:"bytes";i:7803;s:11:"size_before";i:112486;s:10:"size_after";i:104683;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:182;s:11:"size_before";i:4317;s:10:"size_after";i:4135;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1899999999999999;s:5:"bytes";i:238;s:11:"size_before";i:7461;s:10:"size_after";i:7223;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.1299999999999999;s:5:"bytes";i:2187;s:11:"size_before";i:35681;s:10:"size_after";i:33494;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.9900000000000002;s:5:"bytes";i:5196;s:11:"size_before";i:65027;s:10:"size_after";i:59831;s:4:"time";d:0.059999999999999998;}}}'),
(3225, 839, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9618.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9618-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9618-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9618-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9618-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"20";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747521";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3226, 838, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.2152771815345869;s:5:"bytes";i:5741;s:11:"size_before";i:69882;s:10:"size_after";i:64141;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7000000000000002;s:5:"bytes";i:192;s:11:"size_before";i:4081;s:10:"size_after";i:3889;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8499999999999996;s:5:"bytes";i:321;s:11:"size_before";i:6618;s:10:"size_after";i:6297;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.9299999999999997;s:5:"bytes";i:1819;s:11:"size_before";i:22936;s:10:"size_after";i:21117;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:9.4000000000000004;s:5:"bytes";i:3409;s:11:"size_before";i:36247;s:10:"size_after";i:32838;s:4:"time";d:0.029999999999999999;}}}'),
(3227, 840, '_wp_attached_file', '2019/07/DSC_9620.jpg'),
(3228, 840, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9620.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9620-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9620-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9620-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9620-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"14";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747552";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3229, 839, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.5934372314711212;s:5:"bytes";i:9048;s:11:"size_before";i:161761;s:10:"size_after";i:152713;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7300000000000004;s:5:"bytes";i:247;s:11:"size_before";i:5224;s:10:"size_after";i:4977;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6000000000000001;s:5:"bytes";i:393;s:11:"size_before";i:10928;s:10:"size_after";i:10535;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.7300000000000004;s:5:"bytes";i:3084;s:11:"size_before";i:53860;s:10:"size_after";i:50776;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.7999999999999998;s:5:"bytes";i:5324;s:11:"size_before";i:91749;s:10:"size_after";i:86425;s:4:"time";d:0.050000000000000003;}}}'),
(3230, 840, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1768153125406178;s:5:"bytes";i:7391;s:11:"size_before";i:176953;s:10:"size_after";i:169562;s:4:"time";d:0.15000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6500000000000004;s:5:"bytes";i:356;s:11:"size_before";i:6299;s:10:"size_after";i:5943;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0899999999999999;s:5:"bytes";i:518;s:11:"size_before";i:12678;s:10:"size_after";i:12160;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.79;s:5:"bytes";i:2222;s:11:"size_before";i:58666;s:10:"size_after";i:56444;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3200000000000003;s:5:"bytes";i:4295;s:11:"size_before";i:99310;s:10:"size_after";i:95015;s:4:"time";d:0.070000000000000007;}}}'),
(3238, 842, '_wp_attached_file', '2019/07/DSC_9621.jpg'),
(3239, 842, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9621.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9621-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9621-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9621-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9621-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:2:"14";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334747607";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3240, 843, '_wp_attached_file', '2019/07/DSC_9636.jpg'),
(3241, 842, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1862370109065443;s:5:"bytes";i:6337;s:11:"size_before";i:151377;s:10:"size_after";i:145040;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.21;s:5:"bytes";i:206;s:11:"size_before";i:4898;s:10:"size_after";i:4692;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3399999999999999;s:5:"bytes";i:348;s:11:"size_before";i:10408;s:10:"size_after";i:10060;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:1963;s:11:"size_before";i:50046;s:10:"size_after";i:48083;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.4400000000000004;s:5:"bytes";i:3820;s:11:"size_before";i:86025;s:10:"size_after";i:82205;s:4:"time";d:0.040000000000000001;}}}'),
(3242, 844, '_wp_attached_file', '2019/07/N3C7465.jpg'),
(3243, 843, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9636.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9636-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9636-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9636-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9636-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334748521";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3244, 844, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7465.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7465-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7465-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7465-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7465-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492077735";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"200";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3245, 843, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8702196852230468;s:5:"bytes";i:5641;s:11:"size_before";i:145754;s:10:"size_after";i:140113;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1699999999999999;s:5:"bytes";i:292;s:11:"size_before";i:5650;s:10:"size_after";i:5358;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.04;s:5:"bytes";i:486;s:11:"size_before";i:12043;s:10:"size_after";i:11557;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4700000000000002;s:5:"bytes";i:1698;s:11:"size_before";i:48982;s:10:"size_after";i:47284;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";i:4;s:5:"bytes";i:3165;s:11:"size_before";i:79079;s:10:"size_after";i:75914;s:4:"time";d:0.029999999999999999;}}}'),
(3246, 845, '_wp_attached_file', '2019/07/DSC_9637.jpg'),
(3247, 844, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.7027791802181547;s:5:"bytes";i:4857;s:11:"size_before";i:85169;s:10:"size_after";i:80312;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0199999999999996;s:5:"bytes";i:218;s:11:"size_before";i:4342;s:10:"size_after";i:4124;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1699999999999999;s:5:"bytes";i:323;s:11:"size_before";i:7754;s:10:"size_after";i:7431;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3399999999999999;s:5:"bytes";i:1510;s:11:"size_before";i:28287;s:10:"size_after";i:26777;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.2699999999999996;s:5:"bytes";i:2806;s:11:"size_before";i:44786;s:10:"size_after";i:41980;s:4:"time";d:0.02;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3248, 845, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9637.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9637-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9637-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9637-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9637-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334748528";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3249, 846, '_wp_attached_file', '2019/07/N3C7472.jpg'),
(3250, 846, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3620;s:6:"height";i:2413;s:4:"file";s:19:"2019/07/N3C7472.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7472-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7472-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7472-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7472-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492077897";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"135";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3251, 845, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5144715346916127;s:5:"bytes";i:5701;s:11:"size_before";i:162215;s:10:"size_after";i:156514;s:4:"time";d:0.23000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1799999999999997;s:5:"bytes";i:326;s:11:"size_before";i:6297;s:10:"size_after";i:5971;s:4:"time";d:0.14999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1699999999999999;s:5:"bytes";i:546;s:11:"size_before";i:13096;s:10:"size_after";i:12550;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.04;s:5:"bytes";i:1664;s:11:"size_before";i:54736;s:10:"size_after";i:53072;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:3165;s:11:"size_before";i:88086;s:10:"size_after";i:84921;s:4:"time";d:0.040000000000000001;}}}'),
(3252, 846, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.50548413728034;s:5:"bytes";i:5516;s:11:"size_before";i:84790;s:10:"size_after";i:79274;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7800000000000002;s:5:"bytes";i:179;s:11:"size_before";i:3748;s:10:"size_after";i:3569;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8900000000000001;s:5:"bytes";i:303;s:11:"size_before";i:7782;s:10:"size_after";i:7479;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.6900000000000004;s:5:"bytes";i:1570;s:11:"size_before";i:27607;s:10:"size_after";i:26037;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.5899999999999999;s:5:"bytes";i:3464;s:11:"size_before";i:45653;s:10:"size_after";i:42189;s:4:"time";d:0.02;}}}'),
(3253, 847, '_wp_attached_file', '2019/07/DSC_9638.jpg'),
(3254, 848, '_wp_attached_file', '2019/07/N3C7475.jpg'),
(3255, 847, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9638.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9638-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9638-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9638-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9638-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334748537";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3256, 848, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7475.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7475-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7475-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7475-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7475-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492078040";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"120";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3257, 849, '_wp_attached_file', '2019/07/DSC_9657.jpg'),
(3258, 850, '_wp_attached_file', '2019/07/N3C7479.jpg'),
(3259, 849, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9657.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9657-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9657-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9657-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9657-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334748898";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"44";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3260, 848, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.376582161703384;s:5:"bytes";i:5828;s:11:"size_before";i:108396;s:10:"size_after";i:102568;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:268;s:11:"size_before";i:5488;s:10:"size_after";i:5220;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.96;s:5:"bytes";i:513;s:11:"size_before";i:10351;s:10:"size_after";i:9838;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:1861;s:11:"size_before";i:36628;s:10:"size_after";i:34767;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.7000000000000002;s:5:"bytes";i:3186;s:11:"size_before";i:55929;s:10:"size_after";i:52743;s:4:"time";d:0.029999999999999999;}}}'),
(3261, 850, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7479.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7479-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7479-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7479-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7479-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492078418";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3262, 847, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3564660772570267;s:5:"bytes";i:5296;s:11:"size_before";i:157785;s:10:"size_after";i:152489;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2300000000000004;s:5:"bytes";i:327;s:11:"size_before";i:6256;s:10:"size_after";i:5929;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9500000000000002;s:5:"bytes";i:519;s:11:"size_before";i:13144;s:10:"size_after";i:12625;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.6200000000000001;s:5:"bytes";i:1388;s:11:"size_before";i:52910;s:10:"size_after";i:51522;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5800000000000001;s:5:"bytes";i:3062;s:11:"size_before";i:85475;s:10:"size_after";i:82413;s:4:"time";d:0.029999999999999999;}}}'),
(3263, 851, '_wp_attached_file', '2019/07/DSC_9659.jpg'),
(3264, 852, '_wp_attached_file', '2019/07/N3C7495.jpg'),
(3265, 851, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9659.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9659-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9659-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9659-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9659-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334748909";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3266, 849, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.7330397065965535;s:5:"bytes";i:8041;s:11:"size_before";i:119426;s:10:"size_after";i:111385;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9700000000000002;s:5:"bytes";i:182;s:11:"size_before";i:4581;s:10:"size_after";i:4399;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.4199999999999999;s:5:"bytes";i:196;s:11:"size_before";i:8103;s:10:"size_after";i:7907;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.9800000000000004;s:5:"bytes";i:2265;s:11:"size_before";i:37846;s:10:"size_after";i:35581;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.8300000000000001;s:5:"bytes";i:5398;s:11:"size_before";i:68896;s:10:"size_after";i:63498;s:4:"time";d:0.029999999999999999;}}}'),
(3267, 852, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3723;s:6:"height";i:2482;s:4:"file";s:19:"2019/07/N3C7495.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7495-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7495-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7495-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7495-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492078917";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3268, 850, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1892781726118846;s:5:"bytes";i:9225;s:11:"size_before";i:220205;s:10:"size_after";i:210980;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1200000000000001;s:5:"bytes";i:496;s:11:"size_before";i:8107;s:10:"size_after";i:7611;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.0300000000000002;s:5:"bytes";i:1122;s:11:"size_before";i:18595;s:10:"size_after";i:17473;s:4:"time";d:0.070000000000000007;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2599999999999998;s:5:"bytes";i:3259;s:11:"size_before";i:76582;s:10:"size_after";i:73323;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.7200000000000002;s:5:"bytes";i:4348;s:11:"size_before";i:116921;s:10:"size_after";i:112573;s:4:"time";d:0.040000000000000001;}}}'),
(3269, 853, '_wp_attached_file', '2019/07/DSC_9662.jpg'),
(3270, 853, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9662.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9662-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9662-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9662-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9662-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334748980";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3271, 851, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.3232274568611615;s:5:"bytes";i:7845;s:11:"size_before";i:147373;s:10:"size_after";i:139528;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3499999999999996;s:5:"bytes";i:245;s:11:"size_before";i:5633;s:10:"size_after";i:5388;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:331;s:11:"size_before";i:10218;s:10:"size_after";i:9887;s:4:"time";d:0.050000000000000003;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:2335;s:11:"size_before";i:48015;s:10:"size_after";i:45680;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9100000000000001;s:5:"bytes";i:4934;s:11:"size_before";i:83507;s:10:"size_after";i:78573;s:4:"time";d:0.040000000000000001;}}}'),
(3272, 854, '_wp_attached_file', '2019/07/DSC_9689.jpg'),
(3273, 852, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.043405496923655;s:5:"bytes";i:8287;s:11:"size_before";i:204951;s:10:"size_after";i:196664;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6699999999999999;s:5:"bytes";i:523;s:11:"size_before";i:7841;s:10:"size_after";i:7318;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5;s:5:"bytes";i:914;s:11:"size_before";i:16628;s:10:"size_after";i:15714;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1699999999999999;s:5:"bytes";i:2952;s:11:"size_before";i:70727;s:10:"size_after";i:67775;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5499999999999998;s:5:"bytes";i:3898;s:11:"size_before";i:109755;s:10:"size_after";i:105857;s:4:"time";d:0.040000000000000001;}}}'),
(3274, 854, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9689.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9689-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9689-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9689-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9689-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"7.1";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334750545";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"62";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3275, 853, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0136256861913289;s:5:"bytes";i:6339;s:11:"size_before";i:157937;s:10:"size_after";i:151598;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:308;s:11:"size_before";i:6064;s:10:"size_after";i:5756;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3599999999999999;s:5:"bytes";i:408;s:11:"size_before";i:12126;s:10:"size_after";i:11718;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1000000000000001;s:5:"bytes";i:1605;s:11:"size_before";i:51795;s:10:"size_after";i:50190;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5700000000000003;s:5:"bytes";i:4018;s:11:"size_before";i:87952;s:10:"size_after";i:83934;s:4:"time";d:0.029999999999999999;}}}'),
(3276, 855, '_wp_attached_file', '2019/07/DSC_9720.jpg'),
(3277, 854, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.7320722419900632;s:5:"bytes";i:8495;s:11:"size_before";i:126187;s:10:"size_after";i:117692;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:175;s:11:"size_before";i:3925;s:10:"size_after";i:3750;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0300000000000002;s:5:"bytes";i:340;s:11:"size_before";i:8444;s:10:"size_after";i:8104;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.2199999999999998;s:5:"bytes";i:2526;s:11:"size_before";i:40631;s:10:"size_after";i:38105;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.4500000000000002;s:5:"bytes";i:5454;s:11:"size_before";i:73187;s:10:"size_after";i:67733;s:4:"time";d:0.029999999999999999;}}}'),
(3278, 855, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9720.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9720-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9720-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9720-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9720-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759353";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3279, 856, '_wp_attached_file', '2019/07/N3C7502.jpg'),
(3280, 857, '_wp_attached_file', '2019/07/DSC_9742.jpg'),
(3281, 856, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3646;s:6:"height";i:2431;s:4:"file";s:19:"2019/07/N3C7502.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7502-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7502-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7502-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7502-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492079008";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"150";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:3:"0.1";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3282, 857, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9742.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9742-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9742-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9742-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9742-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759896";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3283, 855, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.75938791494998;s:5:"bytes";i:7474;s:11:"size_before";i:157037;s:10:"size_after";i:149563;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7800000000000002;s:5:"bytes";i:225;s:11:"size_before";i:4709;s:10:"size_after";i:4484;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:331;s:11:"size_before";i:10262;s:10:"size_after";i:9931;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:2293;s:11:"size_before";i:51359;s:10:"size_after";i:49066;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.0999999999999996;s:5:"bytes";i:4625;s:11:"size_before";i:90707;s:10:"size_after";i:86082;s:4:"time";d:0.040000000000000001;}}}'),
(3284, 858, '_wp_attached_file', '2019/07/N3C7511.jpg'),
(3285, 859, '_wp_attached_file', '2019/07/DSC_9744.jpg'),
(3286, 856, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.3015132884500673;s:5:"bytes";i:5176;s:11:"size_before";i:82139;s:10:"size_after";i:76963;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.6500000000000004;s:5:"bytes";i:309;s:11:"size_before";i:4647;s:10:"size_after";i:4338;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1699999999999999;s:5:"bytes";i:405;s:11:"size_before";i:7835;s:10:"size_after";i:7430;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.6600000000000001;s:5:"bytes";i:1542;s:11:"size_before";i:27239;s:10:"size_after";i:25697;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.8799999999999999;s:5:"bytes";i:2920;s:11:"size_before";i:42418;s:10:"size_after";i:39498;s:4:"time";d:0.029999999999999999;}}}'),
(3287, 858, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3116;s:6:"height";i:2077;s:4:"file";s:19:"2019/07/N3C7511.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7511-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7511-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7511-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7511-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492079604";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"80";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3288, 859, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9744.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9744-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9744-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9744-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9744-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759931";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3289, 857, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0152129422841982;s:5:"bytes";i:6445;s:11:"size_before";i:128509;s:10:"size_after";i:122064;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.1899999999999999;s:5:"bytes";i:146;s:11:"size_before";i:4576;s:10:"size_after";i:4430;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:1.74;s:5:"bytes";i:154;s:11:"size_before";i:8832;s:10:"size_after";i:8678;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1600000000000001;s:5:"bytes";i:1721;s:11:"size_before";i:41324;s:10:"size_after";i:39603;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";i:6;s:5:"bytes";i:4424;s:11:"size_before";i:73777;s:10:"size_after";i:69353;s:4:"time";d:0.029999999999999999;}}}'),
(3290, 860, '_wp_attached_file', '2019/07/N3C7519.jpg'),
(3291, 858, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0705151189195652;s:5:"bytes";i:5091;s:11:"size_before";i:100404;s:10:"size_after";i:95313;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.25;s:5:"bytes";i:233;s:11:"size_before";i:4438;s:10:"size_after";i:4205;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4400000000000004;s:5:"bytes";i:410;s:11:"size_before";i:9236;s:10:"size_after";i:8826;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.96;s:5:"bytes";i:1681;s:11:"size_before";i:33911;s:10:"size_after";i:32230;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2400000000000002;s:5:"bytes";i:2767;s:11:"size_before";i:52819;s:10:"size_after";i:50052;s:4:"time";d:0.080000000000000002;}}}'),
(3292, 859, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8756879338477281;s:5:"bytes";i:7052;s:11:"size_before";i:144636;s:10:"size_after";i:137584;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:164;s:11:"size_before";i:4638;s:10:"size_after";i:4474;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.8300000000000001;s:5:"bytes";i:292;s:11:"size_before";i:10333;s:10:"size_after";i:10041;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:2007;s:11:"size_before";i:47462;s:10:"size_after";i:45455;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5800000000000001;s:5:"bytes";i:4589;s:11:"size_before";i:82203;s:10:"size_after";i:77614;s:4:"time";d:0.040000000000000001;}}}'),
(3293, 860, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3747;s:6:"height";i:2498;s:4:"file";s:19:"2019/07/N3C7519.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7519-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7519-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7519-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7519-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492079928";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"200";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3294, 861, '_wp_attached_file', '2019/07/IMG_5433.jpg'),
(3295, 861, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5433.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5433-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5433-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5433-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5433-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397659332";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"24";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3296, 862, '_wp_attached_file', '2019/07/DSC_9746.jpg'),
(3297, 860, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.8319266721118064;s:5:"bytes";i:6041;s:11:"size_before";i:77133;s:10:"size_after";i:71092;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0800000000000001;s:5:"bytes";i:243;s:11:"size_before";i:3998;s:10:"size_after";i:3755;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:352;s:11:"size_before";i:7236;s:10:"size_after";i:6884;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.5499999999999998;s:5:"bytes";i:1950;s:11:"size_before";i:25827;s:10:"size_after";i:23877;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.7200000000000006;s:5:"bytes";i:3496;s:11:"size_before";i:40072;s:10:"size_after";i:36576;s:4:"time";d:0.029999999999999999;}}}'),
(3298, 862, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3008;s:6:"height";i:2000;s:4:"file";s:20:"2019/07/DSC_9746.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC_9746-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC_9746-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"DSC_9746-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC_9746-1024x681.jpg";s:5:"width";i:1024;s:6:"height";i:681;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:0:"";s:6:"camera";s:10:"NIKON D70s";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334759956";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3299, 863, '_wp_attached_file', '2019/07/N3C7525.jpg'),
(3307, 865, '_wp_attached_file', '2019/07/IMG_5436.jpg'),
(3308, 863, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3769;s:6:"height";i:2512;s:4:"file";s:19:"2019/07/N3C7525.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7525-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7525-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7525-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7525-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492080599";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"60";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3309, 861, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.868243893056357;s:5:"bytes";i:3728;s:11:"size_before";i:129975;s:10:"size_after";i:126247;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.6400000000000001;s:5:"bytes";i:188;s:11:"size_before";i:5171;s:10:"size_after";i:4983;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.71;s:5:"bytes";i:296;s:11:"size_before";i:10932;s:10:"size_after";i:10636;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4199999999999999;s:5:"bytes";i:1057;s:11:"size_before";i:43657;s:10:"size_after";i:42600;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:2187;s:11:"size_before";i:70215;s:10:"size_after";i:68028;s:4:"time";d:0.050000000000000003;}}}'),
(3310, 866, '_wp_attached_file', '2019/07/IMG_0004.jpg'),
(3311, 862, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4758054366977098;s:5:"bytes";i:4419;s:11:"size_before";i:127136;s:10:"size_after";i:122717;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5700000000000003;s:5:"bytes";i:234;s:11:"size_before";i:5122;s:10:"size_after";i:4888;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5299999999999998;s:5:"bytes";i:258;s:11:"size_before";i:10213;s:10:"size_after";i:9955;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.2999999999999998;s:5:"bytes";i:953;s:11:"size_before";i:41441;s:10:"size_after";i:40488;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:2974;s:11:"size_before";i:70360;s:10:"size_after";i:67386;s:4:"time";d:0.059999999999999998;}}}'),
(3312, 865, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5436.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5436-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5436-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5436-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5436-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397659366";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"30";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3314, 866, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:20:"2019/07/IMG_0004.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0004-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0004-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_0004-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0004-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334739545";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"34";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3315, 863, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5322086734734039;s:5:"bytes";i:4487;s:11:"size_before";i:127031;s:10:"size_after";i:122544;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:275;s:11:"size_before";i:5649;s:10:"size_after";i:5374;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.98;s:5:"bytes";i:436;s:11:"size_before";i:10947;s:10:"size_after";i:10511;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:1401;s:11:"size_before";i:43331;s:10:"size_after";i:41930;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:2375;s:11:"size_before";i:67104;s:10:"size_after";i:64729;s:4:"time";d:0.050000000000000003;}}}'),
(3316, 867, '_wp_attached_file', '2019/07/IMG_5437.jpg'),
(3317, 868, '_wp_attached_file', '2019/07/IMG_0007.jpg'),
(3318, 865, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3772552345443927;s:5:"bytes";i:5471;s:11:"size_before";i:124987;s:10:"size_after";i:119516;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.9199999999999999;s:5:"bytes";i:194;s:11:"size_before";i:4954;s:10:"size_after";i:4760;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6899999999999999;s:5:"bytes";i:249;s:11:"size_before";i:9244;s:10:"size_after";i:8995;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:1753;s:11:"size_before";i:41473;s:10:"size_after";i:39720;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7199999999999998;s:5:"bytes";i:3275;s:11:"size_before";i:69316;s:10:"size_after";i:66041;s:4:"time";d:0.029999999999999999;}}}'),
(3319, 866, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3819901802497077;s:5:"bytes";i:7143;s:11:"size_before";i:211207;s:10:"size_after";i:204064;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0700000000000003;s:5:"bytes";i:578;s:11:"size_before";i:8171;s:10:"size_after";i:7593;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4900000000000002;s:5:"bytes";i:929;s:11:"size_before";i:16913;s:10:"size_after";i:15984;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:2475;s:11:"size_before";i:72202;s:10:"size_after";i:69727;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.77;s:5:"bytes";i:3161;s:11:"size_before";i:113921;s:10:"size_after";i:110760;s:4:"time";d:0.050000000000000003;}}}'),
(3320, 867, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5437.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5437-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5437-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5437-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5437-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397659462";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3321, 868, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:20:"2019/07/IMG_0007.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0007-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0007-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_0007-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0007-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334739848";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"23";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3322, 869, '_wp_attached_file', '2019/07/IMG_5441.jpg'),
(3323, 867, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2343905650256701;s:5:"bytes";i:4643;s:11:"size_before";i:143551;s:10:"size_after";i:138908;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0499999999999998;s:5:"bytes";i:376;s:11:"size_before";i:6213;s:10:"size_after";i:5837;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3399999999999999;s:5:"bytes";i:543;s:11:"size_before";i:12525;s:10:"size_after";i:11982;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.9100000000000001;s:5:"bytes";i:1404;s:11:"size_before";i:48290;s:10:"size_after";i:46886;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0299999999999998;s:5:"bytes";i:2320;s:11:"size_before";i:76523;s:10:"size_after";i:74203;s:4:"time";d:0.029999999999999999;}}}'),
(3324, 870, '_wp_attached_file', '2019/07/IMG_0013.jpg'),
(3325, 869, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5441.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5441-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5441-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5441-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5441-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397659651";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3326, 868, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6158936760304252;s:5:"bytes";i:6584;s:11:"size_before";i:182085;s:10:"size_after";i:175501;s:4:"time";d:0.15000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.2300000000000004;s:5:"bytes";i:567;s:11:"size_before";i:7839;s:10:"size_after";i:7272;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3300000000000001;s:5:"bytes";i:783;s:11:"size_before";i:14696;s:10:"size_after";i:13913;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:2168;s:11:"size_before";i:61802;s:10:"size_after";i:59634;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1400000000000001;s:5:"bytes";i:3066;s:11:"size_before";i:97748;s:10:"size_after";i:94682;s:4:"time";d:0.080000000000000002;}}}'),
(3327, 870, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:20:"2019/07/IMG_0013.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0013-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0013-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_0013-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0013-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334740238";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3328, 871, '_wp_attached_file', '2019/07/IMG_5496.jpg'),
(3329, 872, '_wp_attached_file', '2019/07/IMG_0025.jpg'),
(3330, 870, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7992591382034098;s:5:"bytes";i:11453;s:11:"size_before";i:238641;s:10:"size_after";i:227188;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:378;s:11:"size_before";i:7448;s:10:"size_after";i:7070;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5099999999999998;s:5:"bytes";i:735;s:11:"size_before";i:16308;s:10:"size_after";i:15573;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.71;s:5:"bytes";i:3874;s:11:"size_before";i:82235;s:10:"size_after";i:78361;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:6466;s:11:"size_before";i:132650;s:10:"size_after";i:126184;s:4:"time";d:0.040000000000000001;}}}'),
(3331, 869, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3101058592766157;s:5:"bytes";i:4337;s:11:"size_before";i:131023;s:10:"size_after";i:126686;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.04;s:5:"bytes";i:227;s:11:"size_before";i:5614;s:10:"size_after";i:5387;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2000000000000002;s:5:"bytes";i:360;s:11:"size_before";i:11256;s:10:"size_after";i:10896;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:1261;s:11:"size_before";i:44024;s:10:"size_after";i:42763;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5499999999999998;s:5:"bytes";i:2489;s:11:"size_before";i:70129;s:10:"size_after";i:67640;s:4:"time";d:0.029999999999999999;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3332, 872, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:20:"2019/07/IMG_0025.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0025-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0025-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_0025-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0025-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334740990";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3333, 871, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5496.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5496-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5496-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5496-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5496-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397660275";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3342, 874, '_wp_attached_file', '2019/07/IMG_5496_.jpg'),
(3343, 872, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6818437279844218;s:5:"bytes";i:3388;s:11:"size_before";i:126331;s:10:"size_after";i:122943;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8499999999999996;s:5:"bytes";i:263;s:11:"size_before";i:5425;s:10:"size_after";i:5162;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5499999999999998;s:5:"bytes";i:385;s:11:"size_before";i:10842;s:10:"size_after";i:10457;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.52;s:5:"bytes";i:1078;s:11:"size_before";i:42822;s:10:"size_after";i:41744;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.4700000000000002;s:5:"bytes";i:1662;s:11:"size_before";i:67242;s:10:"size_after";i:65580;s:4:"time";d:0.029999999999999999;}}}'),
(3344, 875, '_wp_attached_file', '2019/07/IMG_0036.jpg'),
(3345, 871, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0524895553477807;s:5:"bytes";i:4269;s:11:"size_before";i:84493;s:10:"size_after";i:80224;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.73;s:5:"bytes";i:113;s:11:"size_before";i:4138;s:10:"size_after";i:4025;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5899999999999999;s:5:"bytes";i:189;s:11:"size_before";i:7292;s:10:"size_after";i:7103;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:1272;s:11:"size_before";i:28082;s:10:"size_after";i:26810;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9900000000000002;s:5:"bytes";i:2695;s:11:"size_before";i:44981;s:10:"size_after";i:42286;s:4:"time";d:0.029999999999999999;}}}'),
(3346, 874, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:21:"2019/07/IMG_5496_.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"IMG_5496_-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:21:"IMG_5496_-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"IMG_5496_-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:22:"IMG_5496_-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397660275";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3347, 875, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:20:"2019/07/IMG_0036.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0036-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0036-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_0036-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0036-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334741368";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3348, 876, '_wp_attached_file', '2019/07/N3C7526.jpg'),
(3349, 874, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0524895553477807;s:5:"bytes";i:4269;s:11:"size_before";i:84493;s:10:"size_after";i:80224;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:2.73;s:5:"bytes";i:113;s:11:"size_before";i:4138;s:10:"size_after";i:4025;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.5899999999999999;s:5:"bytes";i:189;s:11:"size_before";i:7292;s:10:"size_after";i:7103;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:1272;s:11:"size_before";i:28082;s:10:"size_after";i:26810;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.9900000000000002;s:5:"bytes";i:2695;s:11:"size_before";i:44981;s:10:"size_after";i:42286;s:4:"time";d:0.029999999999999999;}}}'),
(3350, 876, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3789;s:6:"height";i:2526;s:4:"file";s:19:"2019/07/N3C7526.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7526-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7526-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7526-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7526-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492080602";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"130";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3351, 877, '_wp_attached_file', '2019/07/IMG_5499.jpg'),
(3352, 878, '_wp_attached_file', '2019/07/IMG_0039.jpg'),
(3353, 875, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.9287993215136705;s:5:"bytes";i:3626;s:11:"size_before";i:123805;s:10:"size_after";i:120179;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3900000000000001;s:5:"bytes";i:160;s:11:"size_before";i:4726;s:10:"size_after";i:4566;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.3999999999999999;s:5:"bytes";i:253;s:11:"size_before";i:10553;s:10:"size_after";i:10300;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.27;s:5:"bytes";i:940;s:11:"size_before";i:41473;s:10:"size_after";i:40533;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3900000000000001;s:5:"bytes";i:2273;s:11:"size_before";i:67053;s:10:"size_after";i:64780;s:4:"time";d:0.029999999999999999;}}}'),
(3354, 878, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:20:"2019/07/IMG_0039.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0039-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0039-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_0039-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0039-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334741399";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"18";s:3:"iso";s:4:"1250";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3355, 877, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5499.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5499-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5499-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5499-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5499-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397660316";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"17";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3356, 876, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3366530780742041;s:5:"bytes";i:4202;s:11:"size_before";i:96895;s:10:"size_after";i:92693;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7000000000000002;s:5:"bytes";i:234;s:11:"size_before";i:4104;s:10:"size_after";i:3870;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:370;s:11:"size_before";i:8777;s:10:"size_after";i:8407;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1200000000000001;s:5:"bytes";i:1357;s:11:"size_before";i:32900;s:10:"size_after";i:31543;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:2241;s:11:"size_before";i:51114;s:10:"size_after";i:48873;s:4:"time";d:0.029999999999999999;}}}'),
(3357, 879, '_wp_attached_file', '2019/07/IMG_5501.jpg'),
(3358, 880, '_wp_attached_file', '2019/07/IMG_0051.jpg'),
(3359, 878, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6491948418553926;s:5:"bytes";i:5688;s:11:"size_before";i:155870;s:10:"size_after";i:150182;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7199999999999998;s:5:"bytes";i:344;s:11:"size_before";i:6016;s:10:"size_after";i:5672;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7199999999999998;s:5:"bytes";i:584;s:11:"size_before";i:12369;s:10:"size_after";i:11785;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:1970;s:11:"size_before";i:53174;s:10:"size_after";i:51204;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3100000000000001;s:5:"bytes";i:2790;s:11:"size_before";i:84311;s:10:"size_after";i:81521;s:4:"time";d:0.040000000000000001;}}}'),
(3360, 877, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.034743136484658;s:5:"bytes";i:4622;s:11:"size_before";i:114555;s:10:"size_after";i:109933;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2699999999999996;s:5:"bytes";i:202;s:11:"size_before";i:4734;s:10:"size_after";i:4532;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6299999999999999;s:5:"bytes";i:234;s:11:"size_before";i:8891;s:10:"size_after";i:8657;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8599999999999999;s:5:"bytes";i:1481;s:11:"size_before";i:38369;s:10:"size_after";i:36888;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3200000000000003;s:5:"bytes";i:2705;s:11:"size_before";i:62561;s:10:"size_after";i:59856;s:4:"time";d:0.050000000000000003;}}}'),
(3361, 880, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4752;s:6:"height";i:3168;s:4:"file";s:20:"2019/07/IMG_0051.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0051-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0051-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_0051-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0051-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 500D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1334741606";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"55";s:3:"iso";s:4:"1600";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3362, 879, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5501.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5501-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5501-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5501-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5501-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397660360";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"25";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3363, 880, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.123247404149132;s:5:"bytes";i:5791;s:11:"size_before";i:94574;s:10:"size_after";i:88783;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3399999999999999;s:5:"bytes";i:136;s:11:"size_before";i:4071;s:10:"size_after";i:3935;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:276;s:11:"size_before";i:7739;s:10:"size_after";i:7463;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.6200000000000001;s:5:"bytes";i:1727;s:11:"size_before";i:30730;s:10:"size_after";i:29003;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.0199999999999996;s:5:"bytes";i:3652;s:11:"size_before";i:52034;s:10:"size_after";i:48382;s:4:"time";d:0.029999999999999999;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3364, 879, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.77505713352922;s:5:"bytes";i:3400;s:11:"size_before";i:122520;s:10:"size_after";i:119120;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.4500000000000002;s:5:"bytes";i:185;s:11:"size_before";i:5355;s:10:"size_after";i:5170;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7400000000000002;s:5:"bytes";i:291;s:11:"size_before";i:10606;s:10:"size_after";i:10315;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.5299999999999998;s:5:"bytes";i:1053;s:11:"size_before";i:41659;s:10:"size_after";i:40606;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8799999999999999;s:5:"bytes";i:1871;s:11:"size_before";i:64900;s:10:"size_after";i:63029;s:4:"time";d:0.040000000000000001;}}}'),
(3365, 881, '_wp_attached_file', '2019/07/IMG_5509.jpg'),
(3366, 882, '_wp_attached_file', '2019/07/N3C7532.jpg'),
(3367, 881, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5509.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5509-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5509-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5509-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5509-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397660455";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3368, 882, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7532.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7532-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7532-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7532-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7532-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492080758";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"100";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3370, 881, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.5479814692256784;s:5:"bytes";i:3234;s:11:"size_before";i:126924;s:10:"size_after";i:123690;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.5800000000000001;s:5:"bytes";i:198;s:11:"size_before";i:5527;s:10:"size_after";i:5329;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.7599999999999998;s:5:"bytes";i:312;s:11:"size_before";i:11287;s:10:"size_after";i:10975;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.1899999999999999;s:5:"bytes";i:951;s:11:"size_before";i:43348;s:10:"size_after";i:42397;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6600000000000001;s:5:"bytes";i:1773;s:11:"size_before";i:66762;s:10:"size_after";i:64989;s:4:"time";d:0.029999999999999999;}}}'),
(3371, 882, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.245942169192733;s:5:"bytes";i:5135;s:11:"size_before";i:120939;s:10:"size_after";i:115804;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0599999999999996;s:5:"bytes";i:208;s:11:"size_before";i:5128;s:10:"size_after";i:4920;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4199999999999999;s:5:"bytes";i:337;s:11:"size_before";i:9858;s:10:"size_after";i:9521;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2800000000000002;s:5:"bytes";i:1742;s:11:"size_before";i:40672;s:10:"size_after";i:38930;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:2848;s:11:"size_before";i:65281;s:10:"size_after";i:62433;s:4:"time";d:0.029999999999999999;}}}'),
(3372, 883, '_wp_attached_file', '2019/07/N3C7537.jpg'),
(3373, 883, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3784;s:6:"height";i:2522;s:4:"file";s:19:"2019/07/N3C7537.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7537-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7537-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7537-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7537-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492080847";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"220";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3374, 884, '_wp_attached_file', '2019/07/IMG_5512.jpg'),
(3375, 883, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.4380685177962578;s:5:"bytes";i:5912;s:11:"size_before";i:79483;s:10:"size_after";i:73571;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8499999999999996;s:5:"bytes";i:200;s:11:"size_before";i:3419;s:10:"size_after";i:3219;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:326;s:11:"size_before";i:6626;s:10:"size_after";i:6300;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.0700000000000003;s:5:"bytes";i:1881;s:11:"size_before";i:26594;s:10:"size_after";i:24713;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.1799999999999997;s:5:"bytes";i:3505;s:11:"size_before";i:42844;s:10:"size_after";i:39339;s:4:"time";d:0.02;}}}'),
(3376, 884, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5512.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5512-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5512-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5512-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5512-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397660474";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"29";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3377, 884, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0091431001488411;s:5:"bytes";i:3538;s:11:"size_before";i:117575;s:10:"size_after";i:114037;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.0800000000000001;s:5:"bytes";i:151;s:11:"size_before";i:4904;s:10:"size_after";i:4753;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.54;s:5:"bytes";i:252;s:11:"size_before";i:9906;s:10:"size_after";i:9654;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.73;s:5:"bytes";i:1087;s:11:"size_before";i:39757;s:10:"size_after";i:38670;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.25;s:5:"bytes";i:2048;s:11:"size_before";i:63008;s:10:"size_after";i:60960;s:4:"time";d:0.040000000000000001;}}}'),
(3378, 885, '_wp_attached_file', '2019/07/IMG_5532.jpg'),
(3379, 886, '_wp_attached_file', '2019/07/N3C7544.jpg'),
(3380, 886, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3832;s:6:"height";i:2554;s:4:"file";s:19:"2019/07/N3C7544.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7544-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7544-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7544-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7544-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492081319";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"180";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3381, 885, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5184;s:6:"height";i:3456;s:4:"file";s:20:"2019/07/IMG_5532.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_5532-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"IMG_5532-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_5532-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_5532-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"2.8";s:6:"credit";s:0:"";s:6:"camera";s:14:"Canon EOS 650D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1397660822";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"35";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";}}'),
(3382, 887, '_wp_attached_file', '2019/07/N3C7548.jpg'),
(3383, 886, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:10.047665646011554;s:5:"bytes";i:6366;s:11:"size_before";i:63358;s:10:"size_after";i:56992;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.25;s:5:"bytes";i:193;s:11:"size_before";i:3086;s:10:"size_after";i:2893;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.04;s:5:"bytes";i:294;s:11:"size_before";i:5836;s:10:"size_after";i:5542;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:9.7300000000000004;s:5:"bytes";i:2002;s:11:"size_before";i:20566;s:10:"size_after";i:18564;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:11.449999999999999;s:5:"bytes";i:3877;s:11:"size_before";i:33870;s:10:"size_after";i:29993;s:4:"time";d:0.02;}}}'),
(3384, 885, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2096621562295735;s:5:"bytes";i:3290;s:11:"size_before";i:102503;s:10:"size_after";i:99213;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.3500000000000001;s:5:"bytes";i:147;s:11:"size_before";i:4385;s:10:"size_after";i:4238;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:2.6200000000000001;s:5:"bytes";i:238;s:11:"size_before";i:9096;s:10:"size_after";i:8858;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8900000000000001;s:5:"bytes";i:1005;s:11:"size_before";i:34812;s:10:"size_after";i:33807;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:1900;s:11:"size_before";i:54210;s:10:"size_after";i:52310;s:4:"time";d:0.02;}}}'),
(3385, 887, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3728;s:6:"height";i:2485;s:4:"file";s:19:"2019/07/N3C7548.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7548-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7548-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7548-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7548-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492081360";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3386, 887, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4739244857403726;s:5:"bytes";i:4165;s:11:"size_before";i:93095;s:10:"size_after";i:88930;s:4:"time";d:0.090000000000000011;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4900000000000002;s:5:"bytes";i:261;s:11:"size_before";i:4751;s:10:"size_after";i:4490;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5800000000000001;s:5:"bytes";i:319;s:11:"size_before";i:8918;s:10:"size_after";i:8599;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.1399999999999997;s:5:"bytes";i:1305;s:11:"size_before";i:31544;s:10:"size_after";i:30239;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7599999999999998;s:5:"bytes";i:2280;s:11:"size_before";i:47882;s:10:"size_after";i:45602;s:4:"time";d:0.02;}}}'),
(3387, 888, '_wp_attached_file', '2019/07/N3C7554.jpg'),
(3388, 888, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3780;s:6:"height";i:2520;s:4:"file";s:19:"2019/07/N3C7554.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7554-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7554-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7554-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7554-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492081770";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"135";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3389, 888, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0357805459846281;s:5:"bytes";i:4180;s:11:"size_before";i:83006;s:10:"size_after";i:78826;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:196;s:11:"size_before";i:3923;s:10:"size_after";i:3727;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2000000000000002;s:5:"bytes";i:250;s:11:"size_before";i:7811;s:10:"size_after";i:7561;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5499999999999998;s:5:"bytes";i:1260;s:11:"size_before";i:27707;s:10:"size_after";i:26447;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.6799999999999997;s:5:"bytes";i:2474;s:11:"size_before";i:43565;s:10:"size_after";i:41091;s:4:"time";d:0.02;}}}'),
(3390, 889, '_wp_attached_file', '2019/07/N3C7555.jpg'),
(3391, 889, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3687;s:6:"height";i:2458;s:4:"file";s:19:"2019/07/N3C7555.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7555-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7555-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7555-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7555-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492081775";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"120";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3392, 889, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.8928452291231661;s:5:"bytes";i:5579;s:11:"size_before";i:80939;s:10:"size_after";i:75360;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.54;s:5:"bytes";i:177;s:11:"size_before";i:3901;s:10:"size_after";i:3724;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9900000000000002;s:5:"bytes";i:293;s:11:"size_before";i:7337;s:10:"size_after";i:7044;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.6100000000000003;s:5:"bytes";i:1776;s:11:"size_before";i:26880;s:10:"size_after";i:25104;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.7800000000000002;s:5:"bytes";i:3333;s:11:"size_before";i:42821;s:10:"size_after";i:39488;s:4:"time";d:0.050000000000000003;}}}'),
(3393, 890, '_wp_attached_file', '2019/07/N3C7560.jpg'),
(3394, 890, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3631;s:6:"height";i:2420;s:4:"file";s:19:"2019/07/N3C7560.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7560-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7560-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7560-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7560-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492081808";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"70";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3395, 890, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.4538296026766098;s:5:"bytes";i:5729;s:11:"size_before";i:88769;s:10:"size_after";i:83040;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:265;s:11:"size_before";i:5027;s:10:"size_after";i:4762;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8499999999999996;s:5:"bytes";i:406;s:11:"size_before";i:8368;s:10:"size_after";i:7962;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.0199999999999996;s:5:"bytes";i:1796;s:11:"size_before";i:29819;s:10:"size_after";i:28023;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.1600000000000001;s:5:"bytes";i:3262;s:11:"size_before";i:45555;s:10:"size_after";i:42293;s:4:"time";d:0.02;}}}'),
(3396, 891, '_wp_attached_file', '2019/07/N3C7562.jpg'),
(3397, 891, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2879;s:6:"height";i:1919;s:4:"file";s:19:"2019/07/N3C7562.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7562-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7562-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7562-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7562-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492081951";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"100";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3398, 891, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9632781857979351;s:5:"bytes";i:4467;s:11:"size_before";i:90001;s:10:"size_after";i:85534;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.0800000000000001;s:5:"bytes";i:166;s:11:"size_before";i:4072;s:10:"size_after";i:3906;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:296;s:11:"size_before";i:8288;s:10:"size_after";i:7992;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.71;s:5:"bytes";i:1428;s:11:"size_before";i:30316;s:10:"size_after";i:28888;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.4500000000000002;s:5:"bytes";i:2577;s:11:"size_before";i:47325;s:10:"size_after";i:44748;s:4:"time";d:0.029999999999999999;}}}'),
(3399, 892, '_wp_attached_file', '2019/07/N3C7565.jpg'),
(3400, 892, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7565.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7565-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7565-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7565-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7565-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492081989";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3401, 892, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.0566854743471978;s:5:"bytes";i:6140;s:11:"size_before";i:76210;s:10:"size_after";i:70070;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7699999999999996;s:5:"bytes";i:199;s:11:"size_before";i:3449;s:10:"size_after";i:3250;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:372;s:11:"size_before";i:7054;s:10:"size_after";i:6682;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.6200000000000001;s:5:"bytes";i:1959;s:11:"size_before";i:25701;s:10:"size_after";i:23742;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:9.0199999999999996;s:5:"bytes";i:3610;s:11:"size_before";i:40006;s:10:"size_after";i:36396;s:4:"time";d:0.029999999999999999;}}}'),
(3402, 893, '_wp_attached_file', '2019/07/N3C7567.jpg'),
(3403, 893, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3828;s:6:"height";i:2552;s:4:"file";s:19:"2019/07/N3C7567.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7567-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7567-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7567-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7567-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492082619";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"40";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3404, 893, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3058644307699692;s:5:"bytes";i:5512;s:11:"size_before";i:166734;s:10:"size_after";i:161222;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2599999999999998;s:5:"bytes";i:329;s:11:"size_before";i:6257;s:10:"size_after";i:5928;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6399999999999997;s:5:"bytes";i:633;s:11:"size_before";i:13654;s:10:"size_after";i:13021;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:1849;s:11:"size_before";i:56995;s:10:"size_after";i:55146;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:2701;s:11:"size_before";i:89828;s:10:"size_after";i:87127;s:4:"time";d:0.040000000000000001;}}}'),
(3405, 894, '_wp_attached_file', '2019/07/N3C7572.jpg'),
(3406, 894, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7572.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7572-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7572-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7572-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7572-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084091";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3407, 894, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.9870108036844014;s:5:"bytes";i:9012;s:11:"size_before";i:226034;s:10:"size_after";i:217022;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.25;s:5:"bytes";i:637;s:11:"size_before";i:8791;s:10:"size_after";i:8154;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6699999999999999;s:5:"bytes";i:1041;s:11:"size_before";i:18366;s:10:"size_after";i:17325;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";i:4;s:5:"bytes";i:3128;s:11:"size_before";i:78273;s:10:"size_after";i:75145;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:4206;s:11:"size_before";i:120604;s:10:"size_after";i:116398;s:4:"time";d:0.050000000000000003;}}}'),
(3408, 895, '_wp_attached_file', '2019/07/N3C7584.jpg'),
(3409, 895, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3867;s:6:"height";i:2578;s:4:"file";s:19:"2019/07/N3C7584.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7584-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7584-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7584-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7584-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084146";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"40";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3410, 895, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5548752147976961;s:5:"bytes";i:8337;s:11:"size_before";i:234523;s:10:"size_after";i:226186;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.7800000000000002;s:5:"bytes";i:575;s:11:"size_before";i:8480;s:10:"size_after";i:7905;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8399999999999999;s:5:"bytes";i:1122;s:11:"size_before";i:19225;s:10:"size_after";i:18103;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6299999999999999;s:5:"bytes";i:2967;s:11:"size_before";i:81653;s:10:"size_after";i:78686;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.9300000000000002;s:5:"bytes";i:3673;s:11:"size_before";i:125165;s:10:"size_after";i:121492;s:4:"time";d:0.050000000000000003;}}}'),
(3411, 896, '_wp_attached_file', '2019/07/N3C7594.jpg'),
(3412, 896, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3847;s:6:"height";i:2564;s:4:"file";s:19:"2019/07/N3C7594.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7594-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7594-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7594-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7594-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084548";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"110";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3413, 896, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.2342852616152413;s:5:"bytes";i:5286;s:11:"size_before";i:100988;s:10:"size_after";i:95702;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.5499999999999998;s:5:"bytes";i:269;s:11:"size_before";i:4845;s:10:"size_after";i:4576;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:408;s:11:"size_before";i:8457;s:10:"size_after";i:8049;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3200000000000003;s:5:"bytes";i:1799;s:11:"size_before";i:33836;s:10:"size_after";i:32037;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2199999999999998;s:5:"bytes";i:2810;s:11:"size_before";i:53850;s:10:"size_after";i:51040;s:4:"time";d:0.059999999999999998;}}}'),
(3414, 897, '_wp_attached_file', '2019/07/N3C7598.jpg'),
(3415, 897, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7598.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7598-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7598-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7598-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7598-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084676";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"190";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3416, 897, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0427722988067343;s:5:"bytes";i:5553;s:11:"size_before";i:110118;s:10:"size_after";i:104565;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2000000000000002;s:5:"bytes";i:275;s:11:"size_before";i:5291;s:10:"size_after";i:5016;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7000000000000002;s:5:"bytes";i:441;s:11:"size_before";i:9388;s:10:"size_after";i:8947;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:1682;s:11:"size_before";i:37117;s:10:"size_after";i:35435;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:3155;s:11:"size_before";i:58322;s:10:"size_after";i:55167;s:4:"time";d:0.02;}}}'),
(3417, 898, '_wp_attached_file', '2019/07/N3C7599.jpg'),
(3418, 898, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3852;s:6:"height";i:2568;s:4:"file";s:19:"2019/07/N3C7599.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7599-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7599-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7599-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7599-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084699";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"190";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3419, 899, '_wp_attached_file', '2019/07/N3C7600.jpg'),
(3420, 898, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1844759490365471;s:5:"bytes";i:4765;s:11:"size_before";i:91909;s:10:"size_after";i:87144;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0199999999999996;s:5:"bytes";i:214;s:11:"size_before";i:4265;s:10:"size_after";i:4051;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.0300000000000002;s:5:"bytes";i:398;s:11:"size_before";i:7911;s:10:"size_after";i:7513;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.71;s:5:"bytes";i:1440;s:11:"size_before";i:30554;s:10:"size_after";i:29114;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.5199999999999996;s:5:"bytes";i:2713;s:11:"size_before";i:49179;s:10:"size_after";i:46466;s:4:"time";d:0.050000000000000003;}}}'),
(3421, 899, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3852;s:6:"height";i:2568;s:4:"file";s:19:"2019/07/N3C7600.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7600-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7600-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7600-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7600-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084713";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"235";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.076923076923077";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3422, 900, '_wp_attached_file', '2019/07/N3C7602.jpg'),
(3423, 899, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.8973596045263914;s:5:"bytes";i:5888;s:11:"size_before";i:85366;s:10:"size_after";i:79478;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:8.5800000000000001;s:5:"bytes";i:424;s:11:"size_before";i:4939;s:10:"size_after";i:4515;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.9000000000000004;s:5:"bytes";i:489;s:11:"size_before";i:8282;s:10:"size_after";i:7793;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.2699999999999996;s:5:"bytes";i:1807;s:11:"size_before";i:28799;s:10:"size_after";i:26992;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.3099999999999996;s:5:"bytes";i:3168;s:11:"size_before";i:43346;s:10:"size_after";i:40178;s:4:"time";d:0.029999999999999999;}}}'),
(3424, 900, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7602.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7602-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7602-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7602-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7602-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084776";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3425, 901, '_wp_attached_file', '2019/07/N3C7603.jpg'),
(3426, 900, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0968361635518451;s:5:"bytes";i:5223;s:11:"size_before";i:168656;s:10:"size_after";i:163433;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3899999999999997;s:5:"bytes";i:362;s:11:"size_before";i:6721;s:10:"size_after";i:6359;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5700000000000003;s:5:"bytes";i:634;s:11:"size_before";i:13884;s:10:"size_after";i:13250;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8799999999999999;s:5:"bytes";i:1660;s:11:"size_before";i:57683;s:10:"size_after";i:56023;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8399999999999999;s:5:"bytes";i:2567;s:11:"size_before";i:90368;s:10:"size_after";i:87801;s:4:"time";d:0.040000000000000001;}}}'),
(3427, 901, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3837;s:6:"height";i:2558;s:4:"file";s:19:"2019/07/N3C7603.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7603-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7603-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7603-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7603-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084799";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3428, 902, '_wp_attached_file', '2019/07/N3C7606.jpg'),
(3429, 901, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4159823007582322;s:5:"bytes";i:4771;s:11:"size_before";i:139667;s:10:"size_after";i:134896;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5599999999999996;s:5:"bytes";i:253;s:11:"size_before";i:5552;s:10:"size_after";i:5299;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5600000000000001;s:5:"bytes";i:407;s:11:"size_before";i:11439;s:10:"size_after";i:11032;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.02;s:5:"bytes";i:1415;s:11:"size_before";i:46823;s:10:"size_after";i:45408;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5499999999999998;s:5:"bytes";i:2696;s:11:"size_before";i:75853;s:10:"size_after";i:73157;s:4:"time";d:0.040000000000000001;}}}'),
(3430, 902, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3789;s:6:"height";i:2526;s:4:"file";s:19:"2019/07/N3C7606.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7606-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7606-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7606-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7606-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492084823";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"190";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3431, 903, '_wp_attached_file', '2019/07/N3C7626.jpg'),
(3432, 902, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.098012020342118;s:5:"bytes";i:8758;s:11:"size_before";i:108150;s:10:"size_after";i:99392;s:4:"time";d:0.28999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:233;s:11:"size_before";i:4754;s:10:"size_after";i:4521;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4400000000000004;s:5:"bytes";i:349;s:11:"size_before";i:7861;s:10:"size_after";i:7512;s:4:"time";d:0.20000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.0800000000000001;s:5:"bytes";i:2850;s:11:"size_before";i:35283;s:10:"size_after";i:32433;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.8399999999999999;s:5:"bytes";i:5326;s:11:"size_before";i:60252;s:10:"size_after";i:54926;s:4:"time";d:0.040000000000000001;}}}'),
(3433, 903, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7626.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7626-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7626-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7626-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7626-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088219";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"135";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3434, 904, '_wp_attached_file', '2019/07/N3C7627.jpg'),
(3435, 903, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.8339549944665325;s:5:"bytes";i:7645;s:11:"size_before";i:97588;s:10:"size_after";i:89943;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3899999999999997;s:5:"bytes";i:255;s:11:"size_before";i:4730;s:10:"size_after";i:4475;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:406;s:11:"size_before";i:8315;s:10:"size_after";i:7909;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.7599999999999998;s:5:"bytes";i:2517;s:11:"size_before";i:32426;s:10:"size_after";i:29909;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.5700000000000003;s:5:"bytes";i:4467;s:11:"size_before";i:52117;s:10:"size_after";i:47650;s:4:"time";d:0.050000000000000003;}}}'),
(3436, 904, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7627.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7627-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7627-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7627-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7627-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088246";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"130";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3437, 905, '_wp_attached_file', '2019/07/N3C7628.jpg'),
(3438, 904, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9827091457582222;s:5:"bytes";i:6772;s:11:"size_before";i:135910;s:10:"size_after";i:129138;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7000000000000002;s:5:"bytes";i:322;s:11:"size_before";i:5652;s:10:"size_after";i:5330;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3700000000000001;s:5:"bytes";i:640;s:11:"size_before";i:11921;s:10:"size_after";i:11281;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:2264;s:11:"size_before";i:46227;s:10:"size_after";i:43963;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:3546;s:11:"size_before";i:72110;s:10:"size_after";i:68564;s:4:"time";d:0.029999999999999999;}}}'),
(3439, 905, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7628.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7628-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7628-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7628-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7628-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088249";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"180";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3440, 906, '_wp_attached_file', '2019/07/N3C7629.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3441, 905, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1406666821313411;s:5:"bytes";i:5355;s:11:"size_before";i:129327;s:10:"size_after";i:123972;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4500000000000002;s:5:"bytes";i:285;s:11:"size_before";i:5226;s:10:"size_after";i:4941;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.46;s:5:"bytes";i:493;s:11:"size_before";i:11055;s:10:"size_after";i:10562;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2699999999999996;s:5:"bytes";i:1866;s:11:"size_before";i:43726;s:10:"size_after";i:41860;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.9100000000000001;s:5:"bytes";i:2711;s:11:"size_before";i:69320;s:10:"size_after";i:66609;s:4:"time";d:0.029999999999999999;}}}'),
(3442, 906, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3769;s:6:"height";i:2512;s:4:"file";s:19:"2019/07/N3C7629.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7629-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7629-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7629-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7629-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088252";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"180";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3443, 907, '_wp_attached_file', '2019/07/N3C7631.jpg'),
(3444, 906, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.4566087225787649;s:5:"bytes";i:5693;s:11:"size_before";i:164699;s:10:"size_after";i:159006;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1399999999999997;s:5:"bytes";i:399;s:11:"size_before";i:6495;s:10:"size_after";i:6096;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.7599999999999998;s:5:"bytes";i:797;s:11:"size_before";i:13841;s:10:"size_after";i:13044;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:1963;s:11:"size_before";i:55904;s:10:"size_after";i:53941;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.8599999999999999;s:5:"bytes";i:2534;s:11:"size_before";i:88459;s:10:"size_after";i:85925;s:4:"time";d:0.040000000000000001;}}}'),
(3445, 907, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3808;s:6:"height";i:2538;s:4:"file";s:19:"2019/07/N3C7631.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7631-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7631-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7631-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7631-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088258";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"110";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3446, 908, '_wp_attached_file', '2019/07/N3C7633.jpg'),
(3447, 907, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8896582911732285;s:5:"bytes";i:6881;s:11:"size_before";i:176905;s:10:"size_after";i:170024;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0199999999999996;s:5:"bytes";i:497;s:11:"size_before";i:7075;s:10:"size_after";i:6578;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.1200000000000001;s:5:"bytes";i:919;s:11:"size_before";i:15010;s:10:"size_after";i:14091;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5800000000000001;s:5:"bytes";i:2169;s:11:"size_before";i:60574;s:10:"size_after";i:58405;s:4:"time";d:0.070000000000000007;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5;s:5:"bytes";i:3296;s:11:"size_before";i:94246;s:10:"size_after";i:90950;s:4:"time";d:0.050000000000000003;}}}'),
(3448, 908, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3808;s:6:"height";i:2538;s:4:"file";s:19:"2019/07/N3C7633.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7633-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7633-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7633-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7633-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088263";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"200";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.05";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3449, 909, '_wp_attached_file', '2019/07/N3C7635.jpg'),
(3450, 909, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7635.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7635-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7635-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7635-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7635-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088316";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"135";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.025";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3451, 908, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3909383774986828;s:5:"bytes";i:5084;s:11:"size_before";i:149929;s:10:"size_after";i:144845;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3200000000000003;s:5:"bytes";i:298;s:11:"size_before";i:5600;s:10:"size_after";i:5302;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.8100000000000001;s:5:"bytes";i:449;s:11:"size_before";i:11770;s:10:"size_after";i:11321;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.5099999999999998;s:5:"bytes";i:1773;s:11:"size_before";i:50444;s:10:"size_after";i:48671;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:2564;s:11:"size_before";i:82115;s:10:"size_after";i:79551;s:4:"time";d:0.050000000000000003;}}}'),
(3452, 910, '_wp_attached_file', '2019/07/N3C7639.jpg'),
(3453, 909, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.15116588350031;s:5:"bytes";i:5810;s:11:"size_before";i:112790;s:10:"size_after";i:106980;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3700000000000001;s:5:"bytes";i:348;s:11:"size_before";i:5467;s:10:"size_after";i:5119;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.46;s:5:"bytes";i:551;s:11:"size_before";i:10094;s:10:"size_after";i:9543;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:1931;s:11:"size_before";i:38015;s:10:"size_after";i:36084;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.0300000000000002;s:5:"bytes";i:2980;s:11:"size_before";i:59214;s:10:"size_after";i:56234;s:4:"time";d:0.050000000000000003;}}}'),
(3454, 910, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7639.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7639-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7639-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7639-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7639-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088367";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"190";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3455, 911, '_wp_attached_file', '2019/07/N3C7647.jpg'),
(3456, 911, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3179;s:6:"height";i:2119;s:4:"file";s:19:"2019/07/N3C7647.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7647-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7647-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7647-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7647-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088652";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"170";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3457, 910, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.6843346573982125;s:5:"bytes";i:3460;s:11:"size_before";i:128896;s:10:"size_after";i:125436;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9199999999999999;s:5:"bytes";i:254;s:11:"size_before";i:5166;s:10:"size_after";i:4912;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6499999999999999;s:5:"bytes";i:383;s:11:"size_before";i:10479;s:10:"size_after";i:10096;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.4500000000000002;s:5:"bytes";i:1060;s:11:"size_before";i:43215;s:10:"size_after";i:42155;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.52;s:5:"bytes";i:1763;s:11:"size_before";i:70036;s:10:"size_after";i:68273;s:4:"time";d:0.059999999999999998;}}}'),
(3458, 912, '_wp_attached_file', '2019/07/N3C7648.jpg'),
(3459, 912, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7648.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7648-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7648-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7648-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7648-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088674";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"160";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3460, 911, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5967335779552485;s:5:"bytes";i:6389;s:11:"size_before";i:138990;s:10:"size_after";i:132601;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.4100000000000001;s:5:"bytes";i:516;s:11:"size_before";i:6965;s:10:"size_after";i:6449;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.5700000000000003;s:5:"bytes";i:683;s:11:"size_before";i:12265;s:10:"size_after";i:11582;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:2107;s:11:"size_before";i:46787;s:10:"size_after";i:44680;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:3083;s:11:"size_before";i:72973;s:10:"size_after";i:69890;s:4:"time";d:0.040000000000000001;}}}'),
(3461, 913, '_wp_attached_file', '2019/07/N3C7649.jpg'),
(3462, 913, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3545;s:6:"height";i:2363;s:4:"file";s:19:"2019/07/N3C7649.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7649-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7649-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7649-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7649-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088680";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"275";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:4:"0.02";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3463, 912, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7507819311900557;s:5:"bytes";i:5939;s:11:"size_before";i:125011;s:10:"size_after";i:119072;s:4:"time";d:0.12000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.0899999999999999;s:5:"bytes";i:266;s:11:"size_before";i:5225;s:10:"size_after";i:4959;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:544;s:11:"size_before";i:10987;s:10:"size_after";i:10443;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6200000000000001;s:5:"bytes";i:1960;s:11:"size_before";i:42382;s:10:"size_after";i:40422;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7699999999999996;s:5:"bytes";i:3169;s:11:"size_before";i:66417;s:10:"size_after";i:63248;s:4:"time";d:0.070000000000000007;}}}'),
(3464, 914, '_wp_attached_file', '2019/07/N3C7651.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3465, 913, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.6897133729166036;s:5:"bytes";i:4668;s:11:"size_before";i:99537;s:10:"size_after";i:94869;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.3700000000000001;s:5:"bytes";i:198;s:11:"size_before";i:4529;s:10:"size_after";i:4331;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:323;s:11:"size_before";i:8743;s:10:"size_after";i:8420;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:1524;s:11:"size_before";i:33243;s:10:"size_after";i:31719;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:2623;s:11:"size_before";i:53022;s:10:"size_after";i:50399;s:4:"time";d:0.029999999999999999;}}}'),
(3466, 914, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3852;s:6:"height";i:2568;s:4:"file";s:19:"2019/07/N3C7651.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7651-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7651-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7651-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7651-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492088745";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"130";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3467, 915, '_wp_attached_file', '2019/07/N3C7658.jpg'),
(3468, 914, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.4637399951491634;s:5:"bytes";i:4601;s:11:"size_before";i:103075;s:10:"size_after";i:98474;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:3.8700000000000001;s:5:"bytes";i:183;s:11:"size_before";i:4725;s:10:"size_after";i:4542;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.5699999999999998;s:5:"bytes";i:314;s:11:"size_before";i:8795;s:10:"size_after";i:8481;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2199999999999998;s:5:"bytes";i:1457;s:11:"size_before";i:34541;s:10:"size_after";i:33084;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.8099999999999996;s:5:"bytes";i:2647;s:11:"size_before";i:55014;s:10:"size_after";i:52367;s:4:"time";d:0.040000000000000001;}}}'),
(3469, 915, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3841;s:6:"height";i:2560;s:4:"file";s:19:"2019/07/N3C7658.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7658-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7658-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7658-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7658-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492094044";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"40";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3470, 916, '_wp_attached_file', '2019/07/N3C7662.jpg'),
(3471, 916, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3302;s:6:"height";i:2201;s:4:"file";s:19:"2019/07/N3C7662.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7662-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7662-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7662-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7662-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492094068";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"110";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3472, 915, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.588882401946957;s:5:"bytes";i:5471;s:11:"size_before";i:152443;s:10:"size_after";i:146972;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.3200000000000003;s:5:"bytes";i:341;s:11:"size_before";i:6409;s:10:"size_after";i:6068;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2800000000000002;s:5:"bytes";i:543;s:11:"size_before";i:12681;s:10:"size_after";i:12138;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.29;s:5:"bytes";i:1717;s:11:"size_before";i:52131;s:10:"size_after";i:50414;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5299999999999998;s:5:"bytes";i:2870;s:11:"size_before";i:81222;s:10:"size_after";i:78352;s:4:"time";d:0.050000000000000003;}}}'),
(3473, 917, '_wp_attached_file', '2019/07/N3C7664.jpg'),
(3474, 917, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3080;s:6:"height";i:2053;s:4:"file";s:19:"2019/07/N3C7664.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7664-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7664-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7664-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7664-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492094099";s:9:"copyright";s:0:"";s:12:"focal_length";s:3:"110";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3475, 916, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.7928858665446104;s:5:"bytes";i:5864;s:11:"size_before";i:122348;s:10:"size_after";i:116484;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9800000000000004;s:5:"bytes";i:277;s:11:"size_before";i:5559;s:10:"size_after";i:5282;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:425;s:11:"size_before";i:10337;s:10:"size_after";i:9912;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6299999999999999;s:5:"bytes";i:1911;s:11:"size_before";i:41317;s:10:"size_after";i:39406;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9900000000000002;s:5:"bytes";i:3251;s:11:"size_before";i:65135;s:10:"size_after";i:61884;s:4:"time";d:0.029999999999999999;}}}'),
(3476, 918, '_wp_attached_file', '2019/07/N3C7667.jpg'),
(3477, 917, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5310890026062633;s:5:"bytes";i:5233;s:11:"size_before";i:115491;s:10:"size_after";i:110258;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4000000000000004;s:5:"bytes";i:287;s:11:"size_before";i:5310;s:10:"size_after";i:5023;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6399999999999997;s:5:"bytes";i:478;s:11:"size_before";i:10295;s:10:"size_after";i:9817;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.3799999999999999;s:5:"bytes";i:1710;s:11:"size_before";i:39037;s:10:"size_after";i:37327;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:2758;s:11:"size_before";i:60849;s:10:"size_after";i:58091;s:4:"time";d:0.050000000000000003;}}}'),
(3478, 918, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3661;s:6:"height";i:2440;s:4:"file";s:19:"2019/07/N3C7667.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7667-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7667-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7667-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7667-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492094235";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"65";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3479, 919, '_wp_attached_file', '2019/07/N3C7676.jpg'),
(3480, 918, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8832214523854462;s:5:"bytes";i:5434;s:11:"size_before";i:111279;s:10:"size_after";i:105845;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.1299999999999999;s:5:"bytes";i:200;s:11:"size_before";i:4840;s:10:"size_after";i:4640;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:325;s:11:"size_before";i:9323;s:10:"size_after";i:8998;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6600000000000001;s:5:"bytes";i:1744;s:11:"size_before";i:37450;s:10:"size_after";i:35706;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:3165;s:11:"size_before";i:59666;s:10:"size_after";i:56501;s:4:"time";d:0.040000000000000001;}}}'),
(3481, 919, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3822;s:6:"height";i:2548;s:4:"file";s:19:"2019/07/N3C7676.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7676-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7676-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7676-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7676-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492094976";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3482, 920, '_wp_attached_file', '2019/07/N3C7682.jpg'),
(3483, 919, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7522471996435214;s:5:"bytes";i:4884;s:11:"size_before";i:130162;s:10:"size_after";i:125278;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:274;s:11:"size_before";i:5632;s:10:"size_after";i:5358;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.1099999999999999;s:5:"bytes";i:341;s:11:"size_before";i:10951;s:10:"size_after";i:10610;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.6299999999999999;s:5:"bytes";i:1600;s:11:"size_before";i:44091;s:10:"size_after";i:42491;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8399999999999999;s:5:"bytes";i:2669;s:11:"size_before";i:69488;s:10:"size_after";i:66819;s:4:"time";d:0.050000000000000003;}}}'),
(3484, 920, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7682.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7682-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7682-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7682-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7682-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492095595";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"90";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3485, 921, '_wp_attached_file', '2019/07/N3C7687.jpg'),
(3486, 920, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:8.1018413789983263;s:5:"bytes";i:7163;s:11:"size_before";i:88412;s:10:"size_after";i:81249;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.21;s:5:"bytes";i:241;s:11:"size_before";i:3883;s:10:"size_after";i:3642;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9800000000000004;s:5:"bytes";i:365;s:11:"size_before";i:7333;s:10:"size_after";i:6968;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.3700000000000001;s:5:"bytes";i:2128;s:11:"size_before";i:28893;s:10:"size_after";i:26765;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:9.1699999999999999;s:5:"bytes";i:4429;s:11:"size_before";i:48303;s:10:"size_after";i:43874;s:4:"time";d:0.029999999999999999;}}}'),
(3487, 921, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3888;s:6:"height";i:2592;s:4:"file";s:19:"2019/07/N3C7687.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"N3C7687-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"N3C7687-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"N3C7687-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"N3C7687-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:3:"6.3";s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon EOS-1D Mark III";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1492096545";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"85";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3488, 922, '_wp_attached_file', '2019/07/SAM_5306.jpg'),
(3489, 921, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.4746502980581946;s:5:"bytes";i:6582;s:11:"size_before";i:101658;s:10:"size_after";i:95076;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:250;s:11:"size_before";i:4744;s:10:"size_after";i:4494;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5700000000000003;s:5:"bytes";i:392;s:11:"size_before";i:8584;s:10:"size_after";i:8192;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.1799999999999997;s:5:"bytes";i:2101;s:11:"size_before";i:33977;s:10:"size_after";i:31876;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:7.0599999999999996;s:5:"bytes";i:3839;s:11:"size_before";i:54353;s:10:"size_after";i:50514;s:4:"time";d:0.029999999999999999;}}}'),
(3490, 922, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5415;s:6:"height";i:3610;s:4:"file";s:20:"2019/07/SAM_5306.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5306-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5306-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5306-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5306-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328090890";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3491, 923, '_wp_attached_file', '2019/07/SAM_5318.jpg'),
(3492, 922, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.249679897567221;s:5:"bytes";i:5371;s:11:"size_before";i:102311;s:10:"size_after";i:96940;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.2699999999999996;s:5:"bytes";i:185;s:11:"size_before";i:4332;s:10:"size_after";i:4147;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:319;s:11:"size_before";i:8542;s:10:"size_after";i:8223;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.9400000000000004;s:5:"bytes";i:1700;s:11:"size_before";i:34419;s:10:"size_after";i:32719;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.7599999999999998;s:5:"bytes";i:3167;s:11:"size_before";i:55018;s:10:"size_after";i:51851;s:4:"time";d:0.040000000000000001;}}}'),
(3493, 923, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5386;s:6:"height";i:3590;s:4:"file";s:20:"2019/07/SAM_5318.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5318-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5318-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5318-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5318-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091120";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3494, 924, '_wp_attached_file', '2019/07/SAM_5319.jpg'),
(3495, 923, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.516247130722816;s:5:"bytes";i:2598;s:11:"size_before";i:103249;s:10:"size_after";i:100651;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2599999999999998;s:5:"bytes";i:285;s:11:"size_before";i:5414;s:10:"size_after";i:5129;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:310;s:11:"size_before";i:9620;s:10:"size_after";i:9310;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:1.9399999999999999;s:5:"bytes";i:674;s:11:"size_before";i:34720;s:10:"size_after";i:34046;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.48;s:5:"bytes";i:1329;s:11:"size_before";i:53495;s:10:"size_after";i:52166;s:4:"time";d:0.029999999999999999;}}}'),
(3496, 924, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5319.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5319-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5319-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5319-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5319-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091136";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:8:"0.003125";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3497, 924, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.0138420036263396;s:5:"bytes";i:4089;s:11:"size_before";i:135674;s:10:"size_after";i:131585;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6200000000000001;s:5:"bytes";i:338;s:11:"size_before";i:6009;s:10:"size_after";i:5671;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6600000000000001;s:5:"bytes";i:575;s:11:"size_before";i:12328;s:10:"size_after";i:11753;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.77;s:5:"bytes";i:1288;s:11:"size_before";i:46421;s:10:"size_after";i:45133;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.6600000000000001;s:5:"bytes";i:1888;s:11:"size_before";i:70916;s:10:"size_after";i:69028;s:4:"time";d:0.040000000000000001;}}}'),
(3498, 925, '_wp_attached_file', '2019/07/SAM_5334.jpg'),
(3499, 925, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5334.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5334-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5334-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5334-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5334-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091713";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3500, 925, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.8501984212383897;s:5:"bytes";i:6796;s:11:"size_before";i:116167;s:10:"size_after";i:109371;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:226;s:11:"size_before";i:4930;s:10:"size_after";i:4704;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.2999999999999998;s:5:"bytes";i:399;s:11:"size_before";i:9279;s:10:"size_after";i:8880;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.5800000000000001;s:5:"bytes";i:2191;s:11:"size_before";i:39265;s:10:"size_after";i:37074;s:4:"time";d:0.10000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.3499999999999996;s:5:"bytes";i:3980;s:11:"size_before";i:62693;s:10:"size_after";i:58713;s:4:"time";d:0.029999999999999999;}}}'),
(3501, 926, '_wp_attached_file', '2019/07/SAM_5336.jpg'),
(3502, 926, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5336.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5336-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5336-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5336-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5336-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091733";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3510, 926, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.560176662761847;s:5:"bytes";i:4893;s:11:"size_before";i:137437;s:10:"size_after";i:132544;s:4:"time";d:0.13;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7999999999999998;s:5:"bytes";i:338;s:11:"size_before";i:5824;s:10:"size_after";i:5486;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:595;s:11:"size_before";i:12151;s:10:"size_after";i:11556;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:1727;s:11:"size_before";i:46712;s:10:"size_after";i:44985;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:2233;s:11:"size_before";i:72750;s:10:"size_after";i:70517;s:4:"time";d:0.040000000000000001;}}}'),
(3512, 928, '_wp_attached_file', '2019/07/SAM_5338.jpg'),
(3513, 928, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5340;s:6:"height";i:3560;s:4:"file";s:20:"2019/07/SAM_5338.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5338-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5338-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5338-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5338-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091762";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3514, 928, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8282243254696993;s:5:"bytes";i:5962;s:11:"size_before";i:155738;s:10:"size_after";i:149776;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9199999999999999;s:5:"bytes";i:478;s:11:"size_before";i:6904;s:10:"size_after";i:6426;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.9500000000000002;s:5:"bytes";i:836;s:11:"size_before";i:14051;s:10:"size_after";i:13215;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.7000000000000002;s:5:"bytes";i:1971;s:11:"size_before";i:53262;s:10:"size_after";i:51291;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2799999999999998;s:5:"bytes";i:2677;s:11:"size_before";i:81521;s:10:"size_after";i:78844;s:4:"time";d:0.059999999999999998;}}}'),
(3515, 929, '_wp_attached_file', '2019/07/SAM_5340.jpg'),
(3516, 929, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5340.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5340-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5340-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5340-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5340-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091808";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3517, 929, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8660261032062513;s:5:"bytes";i:6614;s:11:"size_before";i:135922;s:10:"size_after";i:129308;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:6;s:5:"bytes";i:330;s:11:"size_before";i:5498;s:10:"size_after";i:5168;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.1299999999999999;s:5:"bytes";i:600;s:11:"size_before";i:11694;s:10:"size_after";i:11094;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6600000000000001;s:5:"bytes";i:2148;s:11:"size_before";i:46139;s:10:"size_after";i:43991;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:3536;s:11:"size_before";i:72591;s:10:"size_after";i:69055;s:4:"time";d:0.040000000000000001;}}}'),
(3518, 930, '_wp_attached_file', '2019/07/SAM_5341.jpg'),
(3519, 930, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5293;s:6:"height";i:3528;s:4:"file";s:20:"2019/07/SAM_5341.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5341-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5341-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5341-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5341-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091815";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3520, 930, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.8029171113482745;s:5:"bytes";i:7483;s:11:"size_before";i:196770;s:10:"size_after";i:189287;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.4400000000000004;s:5:"bytes";i:565;s:11:"size_before";i:7593;s:10:"size_after";i:7028;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.7000000000000002;s:5:"bytes";i:907;s:11:"size_before";i:15904;s:10:"size_after";i:14997;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.48;s:5:"bytes";i:2336;s:11:"size_before";i:67101;s:10:"size_after";i:64765;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:3675;s:11:"size_before";i:106172;s:10:"size_after";i:102497;s:4:"time";d:0.040000000000000001;}}}'),
(3521, 931, '_wp_attached_file', '2019/07/SAM_5342.jpg'),
(3522, 931, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5342.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5342-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5342-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5342-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5342-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091825";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3523, 931, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7430153966278703;s:5:"bytes";i:6136;s:11:"size_before";i:163932;s:10:"size_after";i:157796;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.7300000000000004;s:5:"bytes";i:367;s:11:"size_before";i:6403;s:10:"size_after";i:6036;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3600000000000003;s:5:"bytes";i:574;s:11:"size_before";i:13179;s:10:"size_after";i:12605;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:1986;s:11:"size_before";i:56085;s:10:"size_after";i:54099;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6400000000000001;s:5:"bytes";i:3209;s:11:"size_before";i:88265;s:10:"size_after";i:85056;s:4:"time";d:0.040000000000000001;}}}'),
(3524, 932, '_wp_attached_file', '2019/07/SAM_5351.jpg'),
(3525, 932, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3648;s:6:"height";i:5472;s:4:"file";s:20:"2019/07/SAM_5351.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5351-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5351-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"SAM_5351-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5351-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091917";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3526, 933, '_wp_attached_file', '2019/07/SAM_5353.jpg'),
(3527, 932, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3698388799690129;s:5:"bytes";i:5394;s:11:"size_before";i:160067;s:10:"size_after";i:154673;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3799999999999999;s:5:"bytes";i:402;s:11:"size_before";i:6300;s:10:"size_after";i:5898;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5300000000000002;s:5:"bytes";i:518;s:11:"size_before";i:11424;s:10:"size_after";i:10906;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0600000000000001;s:5:"bytes";i:2358;s:11:"size_before";i:77067;s:10:"size_after";i:74709;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2400000000000002;s:5:"bytes";i:2116;s:11:"size_before";i:65276;s:10:"size_after";i:63160;s:4:"time";d:0.029999999999999999;}}}'),
(3528, 933, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5305;s:6:"height";i:3536;s:4:"file";s:20:"2019/07/SAM_5353.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5353-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5353-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5353-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5353-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328091969";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3529, 933, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.0091407814326017;s:5:"bytes";i:5386;s:11:"size_before";i:134343;s:10:"size_after";i:128957;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1299999999999999;s:5:"bytes";i:316;s:11:"size_before";i:6154;s:10:"size_after";i:5838;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:594;s:11:"size_before";i:12228;s:10:"size_after";i:11634;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8199999999999998;s:5:"bytes";i:1756;s:11:"size_before";i:45933;s:10:"size_after";i:44177;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:2720;s:11:"size_before";i:70028;s:10:"size_after";i:67308;s:4:"time";d:0.029999999999999999;}}}'),
(3530, 934, '_wp_attached_file', '2019/07/SAM_5354.jpg'),
(3531, 934, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5354.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5354-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5354-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5354-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5354-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092022";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3532, 934, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.5767935281857781;s:5:"bytes";i:9267;s:11:"size_before";i:202478;s:10:"size_after";i:193211;s:4:"time";d:0.28000000000000003;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0700000000000003;s:5:"bytes";i:542;s:11:"size_before";i:7665;s:10:"size_after";i:7123;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3899999999999997;s:5:"bytes";i:826;s:11:"size_before";i:15324;s:10:"size_after";i:14498;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:3147;s:11:"size_before";i:68763;s:10:"size_after";i:65616;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.29;s:5:"bytes";i:4752;s:11:"size_before";i:110726;s:10:"size_after";i:105974;s:4:"time";d:0.22;}}}'),
(3533, 935, '_wp_attached_file', '2019/07/SAM_5361.jpg'),
(3534, 935, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5361.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5361-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5361-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5361-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5361-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092535";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3535, 935, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2842564215980539;s:5:"bytes";i:4158;s:11:"size_before";i:126604;s:10:"size_after";i:122446;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1600000000000001;s:5:"bytes";i:279;s:11:"size_before";i:5408;s:10:"size_after";i:5129;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.3700000000000001;s:5:"bytes";i:475;s:11:"size_before";i:10879;s:10:"size_after";i:10404;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:2.8700000000000001;s:5:"bytes";i:1240;s:11:"size_before";i:43198;s:10:"size_after";i:41958;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2200000000000002;s:5:"bytes";i:2164;s:11:"size_before";i:67119;s:10:"size_after";i:64955;s:4:"time";d:0.029999999999999999;}}}'),
(3536, 936, '_wp_attached_file', '2019/07/SAM_5362.jpg'),
(3537, 936, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5380;s:6:"height";i:3586;s:4:"file";s:20:"2019/07/SAM_5362.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5362-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5362-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5362-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5362-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092537";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3538, 937, '_wp_attached_file', '2019/07/SAM_5363.jpg'),
(3539, 936, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6946465480039068;s:5:"bytes";i:4880;s:11:"size_before";i:132083;s:10:"size_after";i:127203;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2999999999999998;s:5:"bytes";i:303;s:11:"size_before";i:5722;s:10:"size_after";i:5419;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:573;s:11:"size_before";i:11587;s:10:"size_after";i:11014;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4100000000000001;s:5:"bytes";i:1535;s:11:"size_before";i:45041;s:10:"size_after";i:43506;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:2469;s:11:"size_before";i:69733;s:10:"size_after";i:67264;s:4:"time";d:0.040000000000000001;}}}'),
(3540, 937, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3632;s:6:"height";i:5449;s:4:"file";s:20:"2019/07/SAM_5363.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5363-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5363-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"SAM_5363-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5363-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092546";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3541, 937, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8986721491397569;s:5:"bytes";i:6338;s:11:"size_before";i:129382;s:10:"size_after";i:123044;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.1200000000000001;s:5:"bytes";i:250;s:11:"size_before";i:4882;s:10:"size_after";i:4632;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0700000000000003;s:5:"bytes";i:365;s:11:"size_before";i:8970;s:10:"size_after";i:8605;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";i:5;s:5:"bytes";i:3142;s:11:"size_before";i:62897;s:10:"size_after";i:59755;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:2581;s:11:"size_before";i:52633;s:10:"size_after";i:50052;s:4:"time";d:0.059999999999999998;}}}'),
(3542, 938, '_wp_attached_file', '2019/07/SAM_5365.jpg'),
(3543, 938, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5365.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5365-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5365-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5365-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5365-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092613";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3544, 938, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1597885152004705;s:5:"bytes";i:7081;s:11:"size_before";i:170225;s:10:"size_after";i:163144;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.2800000000000002;s:5:"bytes";i:409;s:11:"size_before";i:6514;s:10:"size_after";i:6105;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.8499999999999996;s:5:"bytes";i:798;s:11:"size_before";i:13635;s:10:"size_after";i:12837;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.9700000000000002;s:5:"bytes";i:2328;s:11:"size_before";i:58636;s:10:"size_after";i:56308;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8799999999999999;s:5:"bytes";i:3546;s:11:"size_before";i:91440;s:10:"size_after";i:87894;s:4:"time";d:0.050000000000000003;}}}'),
(3545, 939, '_wp_attached_file', '2019/07/SAM_5370.jpg'),
(3546, 939, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5370.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5370-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5370-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5370-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5370-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092624";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3547, 939, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9681287813310284;s:5:"bytes";i:9197;s:11:"size_before";i:185120;s:10:"size_after";i:175923;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:7.0599999999999996;s:5:"bytes";i:475;s:11:"size_before";i:6732;s:10:"size_after";i:6257;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.5999999999999996;s:5:"bytes";i:1017;s:11:"size_before";i:15411;s:10:"size_after";i:14394;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.9500000000000002;s:5:"bytes";i:3163;s:11:"size_before";i:63888;s:10:"size_after";i:60725;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.5800000000000001;s:5:"bytes";i:4542;s:11:"size_before";i:99089;s:10:"size_after";i:94547;s:4:"time";d:0.029999999999999999;}}}'),
(3548, 940, '_wp_attached_file', '2019/07/SAM_5373.jpg'),
(3549, 940, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5436;s:6:"height";i:3624;s:4:"file";s:20:"2019/07/SAM_5373.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5373-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5373-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5373-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5373-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092648";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3550, 940, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1031552991470175;s:5:"bytes";i:7616;s:11:"size_before";i:149241;s:10:"size_after";i:141625;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1100000000000003;s:5:"bytes";i:409;s:11:"size_before";i:6695;s:10:"size_after";i:6286;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2800000000000002;s:5:"bytes";i:616;s:11:"size_before";i:11677;s:10:"size_after";i:11061;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8700000000000001;s:5:"bytes";i:2450;s:11:"size_before";i:50338;s:10:"size_after";i:47888;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.1399999999999997;s:5:"bytes";i:4141;s:11:"size_before";i:80531;s:10:"size_after";i:76390;s:4:"time";d:0.089999999999999997;}}}'),
(3551, 941, '_wp_attached_file', '2019/07/SAM_5392.jpg'),
(3552, 941, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5080;s:6:"height";i:3386;s:4:"file";s:20:"2019/07/SAM_5392.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5392-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5392-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5392-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5392-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092930";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3553, 941, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9815630686715826;s:5:"bytes";i:8322;s:11:"size_before";i:167056;s:10:"size_after";i:158734;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.0800000000000001;s:5:"bytes";i:438;s:11:"size_before";i:7209;s:10:"size_after";i:6771;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2800000000000002;s:5:"bytes";i:666;s:11:"size_before";i:12610;s:10:"size_after";i:11944;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.9100000000000001;s:5:"bytes";i:2770;s:11:"size_before";i:56456;s:10:"size_after";i:53686;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:4448;s:11:"size_before";i:90781;s:10:"size_after";i:86333;s:4:"time";d:0.040000000000000001;}}}'),
(3554, 942, '_wp_attached_file', '2019/07/SAM_5397.jpg'),
(3555, 942, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:3360;s:6:"height";i:5040;s:4:"file";s:20:"2019/07/SAM_5397.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5397-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5397-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"SAM_5397-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5397-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328092978";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3556, 942, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.7681852287139037;s:5:"bytes";i:5675;s:11:"size_before";i:150603;s:10:"size_after";i:144928;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4500000000000002;s:5:"bytes";i:294;s:11:"size_before";i:5395;s:10:"size_after";i:5101;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.0599999999999996;s:5:"bytes";i:415;s:11:"size_before";i:10217;s:10:"size_after";i:9802;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.73;s:5:"bytes";i:2746;s:11:"size_before";i:73608;s:10:"size_after";i:70862;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6200000000000001;s:5:"bytes";i:2220;s:11:"size_before";i:61383;s:10:"size_after";i:59163;s:4:"time";d:0.029999999999999999;}}}'),
(3557, 943, '_wp_attached_file', '2019/07/SAM_5407.jpg'),
(3558, 943, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5293;s:6:"height";i:3528;s:4:"file";s:20:"2019/07/SAM_5407.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5407-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5407-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5407-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5407-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328093042";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3559, 943, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8570262195913978;s:5:"bytes";i:5235;s:11:"size_before";i:107782;s:10:"size_after";i:102547;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.8099999999999996;s:5:"bytes";i:334;s:11:"size_before";i:4905;s:10:"size_after";i:4571;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4100000000000001;s:5:"bytes";i:511;s:11:"size_before";i:9446;s:10:"size_after";i:8935;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.5499999999999998;s:5:"bytes";i:1651;s:11:"size_before";i:36281;s:10:"size_after";i:34630;s:4:"time";d:0.040000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.79;s:5:"bytes";i:2739;s:11:"size_before";i:57150;s:10:"size_after";i:54411;s:4:"time";d:0.029999999999999999;}}}'),
(3560, 944, '_wp_attached_file', '2019/07/SAM_5424.jpg'),
(3561, 944, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5373;s:6:"height";i:3582;s:4:"file";s:20:"2019/07/SAM_5424.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5424-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5424-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5424-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5424-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328093949";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.004";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3562, 945, '_wp_attached_file', '2019/07/SAM_5427.jpg'),
(3563, 944, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8603236271483929;s:5:"bytes";i:4929;s:11:"size_before";i:101413;s:10:"size_after";i:96484;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9199999999999999;s:5:"bytes";i:274;s:11:"size_before";i:4629;s:10:"size_after";i:4355;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3099999999999996;s:5:"bytes";i:521;s:11:"size_before";i:9805;s:10:"size_after";i:9284;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.8600000000000003;s:5:"bytes";i:1680;s:11:"size_before";i:34590;s:10:"size_after";i:32910;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.6799999999999997;s:5:"bytes";i:2454;s:11:"size_before";i:52389;s:10:"size_after";i:49935;s:4:"time";d:0.02;}}}'),
(3564, 945, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5427.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5427-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5427-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5427-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5427-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328094166";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3565, 946, '_wp_attached_file', '2019/07/SAM_5449.jpg'),
(3566, 945, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.6331500392772975;s:5:"bytes";i:7215;s:11:"size_before";i:198588;s:10:"size_after";i:191373;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5700000000000003;s:5:"bytes";i:514;s:11:"size_before";i:7824;s:10:"size_after";i:7310;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.3799999999999999;s:5:"bytes";i:857;s:11:"size_before";i:15916;s:10:"size_after";i:15059;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8399999999999999;s:5:"bytes";i:2644;s:11:"size_before";i:68913;s:10:"size_after";i:66269;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.02;s:5:"bytes";i:3200;s:11:"size_before";i:105935;s:10:"size_after";i:102735;s:4:"time";d:0.029999999999999999;}}}'),
(3567, 946, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5274;s:6:"height";i:3516;s:4:"file";s:20:"2019/07/SAM_5449.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5449-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5449-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5449-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5449-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328094505";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:17:"0.016666666666667";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3568, 947, '_wp_attached_file', '2019/07/SAM_5453.jpg'),
(3569, 946, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.8652572993110264;s:5:"bytes";i:5227;s:11:"size_before";i:89118;s:10:"size_after";i:83891;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2699999999999996;s:5:"bytes";i:238;s:11:"size_before";i:4518;s:10:"size_after";i:4280;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1299999999999999;s:5:"bytes";i:320;s:11:"size_before";i:7746;s:10:"size_after";i:7426;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.8200000000000003;s:5:"bytes";i:1731;s:11:"size_before";i:29764;s:10:"size_after";i:28033;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.2400000000000002;s:5:"bytes";i:2938;s:11:"size_before";i:47090;s:10:"size_after";i:44152;s:4:"time";d:0.029999999999999999;}}}'),
(3570, 947, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5453.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5453-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5453-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5453-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5453-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328094600";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3571, 948, '_wp_attached_file', '2019/07/SAM_5469.jpg'),
(3572, 947, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.6527303031159075;s:5:"bytes";i:7065;s:11:"size_before";i:106197;s:10:"size_after";i:99132;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.04;s:5:"bytes";i:285;s:11:"size_before";i:4715;s:10:"size_after";i:4430;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.2400000000000002;s:5:"bytes";i:438;s:11:"size_before";i:8351;s:10:"size_after";i:7913;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:6.5;s:5:"bytes";i:2305;s:11:"size_before";i:35470;s:10:"size_after";i:33165;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";i:7;s:5:"bytes";i:4037;s:11:"size_before";i:57661;s:10:"size_after";i:53624;s:4:"time";d:0.029999999999999999;}}}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3573, 948, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5407;s:6:"height";i:3604;s:4:"file";s:20:"2019/07/SAM_5469.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5469-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5469-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5469-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5469-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328095411";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3574, 948, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.9033224012548127;s:5:"bytes";i:4554;s:11:"size_before";i:77143;s:10:"size_after";i:72589;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.7199999999999998;s:5:"bytes";i:194;s:11:"size_before";i:4112;s:10:"size_after";i:3918;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.6899999999999999;s:5:"bytes";i:271;s:11:"size_before";i:7346;s:10:"size_after";i:7075;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.4000000000000004;s:5:"bytes";i:1382;s:11:"size_before";i:25614;s:10:"size_after";i:24232;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.7599999999999998;s:5:"bytes";i:2707;s:11:"size_before";i:40071;s:10:"size_after";i:37364;s:4:"time";d:0.050000000000000003;}}}'),
(3575, 949, '_wp_attached_file', '2019/07/SAM_5474.jpg'),
(3583, 949, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5040;s:6:"height";i:3360;s:4:"file";s:20:"2019/07/SAM_5474.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5474-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5474-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5474-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5474-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328095474";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3584, 951, '_wp_attached_file', '2019/07/SAM_5476.jpg'),
(3585, 949, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.9287030198755044;s:5:"bytes";i:6073;s:11:"size_before";i:123217;s:10:"size_after";i:117144;s:4:"time";d:0.070000000000000007;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3799999999999999;s:5:"bytes";i:350;s:11:"size_before";i:5487;s:10:"size_after";i:5137;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.0800000000000001;s:5:"bytes";i:537;s:11:"size_before";i:10570;s:10:"size_after";i:10033;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.7699999999999996;s:5:"bytes";i:2006;s:11:"size_before";i:42011;s:10:"size_after";i:40005;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.8799999999999999;s:5:"bytes";i:3180;s:11:"size_before";i:65149;s:10:"size_after";i:61969;s:4:"time";d:0.029999999999999999;}}}'),
(3586, 951, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5476.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5476-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5476-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5476-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5476-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328095501";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3587, 952, '_wp_attached_file', '2019/07/SAM_5485.jpg'),
(3588, 951, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:7.8804613429772257;s:5:"bytes";i:6450;s:11:"size_before";i:81848;s:10:"size_after";i:75398;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.96;s:5:"bytes";i:248;s:11:"size_before";i:4161;s:10:"size_after";i:3913;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.25;s:5:"bytes";i:401;s:11:"size_before";i:7645;s:10:"size_after";i:7244;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.6100000000000003;s:5:"bytes";i:2097;s:11:"size_before";i:27541;s:10:"size_after";i:25444;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:8.7200000000000006;s:5:"bytes";i:3704;s:11:"size_before";i:42501;s:10:"size_after";i:38797;s:4:"time";d:0.040000000000000001;}}}'),
(3589, 952, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5247;s:6:"height";i:3498;s:4:"file";s:20:"2019/07/SAM_5485.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5485-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5485-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5485-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5485-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328096173";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3590, 953, '_wp_attached_file', '2019/07/SAM_5487.jpg'),
(3591, 952, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:2.8998032228899642;s:5:"bytes";i:4362;s:11:"size_before";i:150424;s:10:"size_after";i:146062;s:4:"time";d:0.11;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.1100000000000003;s:5:"bytes";i:386;s:11:"size_before";i:6315;s:10:"size_after";i:5929;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.7999999999999998;s:5:"bytes";i:612;s:11:"size_before";i:12745;s:10:"size_after";i:12133;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.0099999999999998;s:5:"bytes";i:1533;s:11:"size_before";i:50979;s:10:"size_after";i:49446;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.2799999999999998;s:5:"bytes";i:1831;s:11:"size_before";i:80385;s:10:"size_after";i:78554;s:4:"time";d:0.029999999999999999;}}}'),
(3592, 953, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5254;s:6:"height";i:3502;s:4:"file";s:20:"2019/07/SAM_5487.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5487-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5487-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5487-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5487-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328096186";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3593, 954, '_wp_attached_file', '2019/07/SAM_5489.jpg'),
(3594, 953, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.8188431895123536;s:5:"bytes";i:4683;s:11:"size_before";i:97181;s:10:"size_after";i:92498;s:4:"time";d:0.059999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.29;s:5:"bytes";i:258;s:11:"size_before";i:4876;s:10:"size_after";i:4618;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.6399999999999997;s:5:"bytes";i:420;s:11:"size_before";i:9043;s:10:"size_after";i:8623;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.6799999999999997;s:5:"bytes";i:1545;s:11:"size_before";i:33025;s:10:"size_after";i:31480;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.9000000000000004;s:5:"bytes";i:2460;s:11:"size_before";i:50237;s:10:"size_after";i:47777;s:4:"time";d:0.02;}}}'),
(3595, 954, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5428;s:6:"height";i:3618;s:4:"file";s:20:"2019/07/SAM_5489.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5489-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5489-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5489-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5489-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328096212";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3596, 955, '_wp_attached_file', '2019/07/SAM_5494.jpg'),
(3597, 954, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.0544488711819389;s:5:"bytes";i:4559;s:11:"size_before";i:75300;s:10:"size_after";i:70741;s:4:"time";d:0.080000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.9800000000000004;s:5:"bytes";i:165;s:11:"size_before";i:3311;s:10:"size_after";i:3146;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.3900000000000001;s:5:"bytes";i:233;s:11:"size_before";i:6877;s:10:"size_after";i:6644;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.7400000000000002;s:5:"bytes";i:1450;s:11:"size_before";i:25249;s:10:"size_after";i:23799;s:4:"time";d:0.02;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:6.7999999999999998;s:5:"bytes";i:2711;s:11:"size_before";i:39863;s:10:"size_after";i:37152;s:4:"time";d:0.040000000000000001;}}}'),
(3598, 955, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5472;s:6:"height";i:3648;s:4:"file";s:20:"2019/07/SAM_5494.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5494-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5494-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5494-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5494-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328096249";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3599, 956, '_wp_attached_file', '2019/07/SAM_5511.jpg'),
(3600, 956, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:5428;s:6:"height";i:3618;s:4:"file";s:20:"2019/07/SAM_5511.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"SAM_5511-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"SAM_5511-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"SAM_5511-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"SAM_5511-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:6:"NX1000";s:7:"caption";s:11:"SAMSUNG CSC";s:17:"created_timestamp";s:10:"1328096390";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:11:"SAMSUNG CSC";s:11:"orientation";s:1:"0";}}'),
(3601, 955, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.5034461978833189;s:5:"bytes";i:4651;s:11:"size_before";i:132755;s:10:"size_after";i:128104;s:4:"time";d:0.97999999999999998;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.9199999999999999;s:5:"bytes";i:358;s:11:"size_before";i:6047;s:10:"size_after";i:5689;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4900000000000002;s:5:"bytes";i:530;s:11:"size_before";i:11813;s:10:"size_after";i:11283;s:4:"time";d:0.029999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.2999999999999998;s:5:"bytes";i:1488;s:11:"size_before";i:45079;s:10:"size_after";i:43591;s:4:"time";d:0.51000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.2599999999999998;s:5:"bytes";i:2275;s:11:"size_before";i:69816;s:10:"size_after";i:67541;s:4:"time";d:0.42999999999999999;}}}'),
(3602, 956, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1329093157668906;s:5:"bytes";i:6550;s:11:"size_before";i:158484;s:10:"size_after";i:151934;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.4800000000000004;s:5:"bytes";i:323;s:11:"size_before";i:5891;s:10:"size_after";i:5568;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.4000000000000004;s:5:"bytes";i:559;s:11:"size_before";i:12695;s:10:"size_after";i:12136;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.8999999999999999;s:5:"bytes";i:2109;s:11:"size_before";i:54050;s:10:"size_after";i:51941;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.1500000000000004;s:5:"bytes";i:3559;s:11:"size_before";i:85848;s:10:"size_after";i:82289;s:4:"time";d:0.040000000000000001;}}}'),
(3619, 12, '_elementor_pro_version', '2.6.1'),
(3634, 961, '_wp_attached_file', '2019/07/CONFERENCE-2008.png'),
(3635, 961, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:27:"2019/07/CONFERENCE-2008.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"CONFERENCE-2008-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"CONFERENCE-2008-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:27:"CONFERENCE-2008-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3636, 961, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.8867498403501397;s:5:"bytes";i:35372;s:11:"size_before";i:513624;s:10:"size_after";i:478252;s:4:"time";d:1.3799999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:20.789999999999999;s:5:"bytes";i:2540;s:11:"size_before";i:12220;s:10:"size_after";i:9680;s:4:"time";d:0.050000000000000003;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:20.239999999999998;s:5:"bytes";i:7804;s:11:"size_before";i:38559;s:10:"size_after";i:30755;s:4:"time";d:0.14999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.0899999999999999;s:5:"bytes";i:14180;s:11:"size_before";i:175274;s:10:"size_after";i:161094;s:4:"time";d:0.46000000000000002;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.77;s:5:"bytes";i:10848;s:11:"size_before";i:287571;s:10:"size_after";i:276723;s:4:"time";d:0.71999999999999997;}}}'),
(3651, 964, '_wp_attached_file', '2019/07/CONFERENCE-2008-1.png'),
(3652, 964, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-1.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-1-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-1-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-1-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3653, 964, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.8160752118644075;s:5:"bytes";i:35003;s:11:"size_before";i:513536;s:10:"size_after";i:478533;s:4:"time";d:1.1800000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";i:21;s:5:"bytes";i:2571;s:11:"size_before";i:12244;s:10:"size_after";i:9673;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:20.120000000000001;s:5:"bytes";i:7747;s:11:"size_before";i:38503;s:10:"size_after";i:30756;s:4:"time";d:0.13;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:8.0800000000000001;s:5:"bytes";i:14170;s:11:"size_before";i:175271;s:10:"size_after";i:161101;s:4:"time";d:0.40000000000000002;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.6600000000000001;s:5:"bytes";i:10515;s:11:"size_before";i:287518;s:10:"size_after";i:277003;s:4:"time";d:0.60999999999999999;}}}'),
(3654, 965, '_wp_attached_file', '2019/07/CONFERENCE-2008-2.png'),
(3655, 965, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-2.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-2-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-2-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-2-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3656, 966, '_wp_attached_file', '2019/07/CONFERENCE-2008-3.png'),
(3657, 965, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.5034779793381539;s:5:"bytes";i:33144;s:11:"size_before";i:509635;s:10:"size_after";i:476491;s:4:"time";d:1.3100000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:20.420000000000002;s:5:"bytes";i:2473;s:11:"size_before";i:12109;s:10:"size_after";i:9636;s:4:"time";d:0.070000000000000007;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:19.91;s:5:"bytes";i:7598;s:11:"size_before";i:38156;s:10:"size_after";i:30558;s:4:"time";d:0.089999999999999997;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.7699999999999996;s:5:"bytes";i:13514;s:11:"size_before";i:173857;s:10:"size_after";i:160343;s:4:"time";d:0.46000000000000002;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3500000000000001;s:5:"bytes";i:9559;s:11:"size_before";i:285513;s:10:"size_after";i:275954;s:4:"time";d:0.68999999999999995;}}}'),
(3658, 966, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-3.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-3-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-3-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-3-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-3-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3659, 966, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.3492503011255863;s:5:"bytes";i:32102;s:11:"size_before";i:505603;s:10:"size_after";i:473501;s:4:"time";d:1.6000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:19.91;s:5:"bytes";i:2381;s:11:"size_before";i:11961;s:10:"size_after";i:9580;s:4:"time";d:0.070000000000000007;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:19.75;s:5:"bytes";i:7469;s:11:"size_before";i:37814;s:10:"size_after";i:30345;s:4:"time";d:0.080000000000000002;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.5999999999999996;s:5:"bytes";i:13107;s:11:"size_before";i:172457;s:10:"size_after";i:159350;s:4:"time";d:0.48999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.23;s:5:"bytes";i:9145;s:11:"size_before";i:283371;s:10:"size_after";i:274226;s:4:"time";d:0.95999999999999996;}}}'),
(3660, 967, '_wp_attached_file', '2019/07/CONFERENCE-2008-4.png'),
(3661, 967, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-4.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-4-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-4-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-4-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-4-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3662, 967, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.5109898748506385;s:5:"bytes";i:33130;s:11:"size_before";i:508832;s:10:"size_after";i:475702;s:4:"time";d:1.48;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:19.670000000000002;s:5:"bytes";i:2367;s:11:"size_before";i:12034;s:10:"size_after";i:9667;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:19.899999999999999;s:5:"bytes";i:7583;s:11:"size_before";i:38104;s:10:"size_after";i:30521;s:4:"time";d:0.089999999999999997;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.6799999999999997;s:5:"bytes";i:13325;s:11:"size_before";i:173589;s:10:"size_after";i:160264;s:4:"time";d:0.45000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.46;s:5:"bytes";i:9855;s:11:"size_before";i:285105;s:10:"size_after";i:275250;s:4:"time";d:0.90000000000000002;}}}'),
(3663, 968, '_wp_attached_file', '2019/07/CONFERENCE-2008-5.png'),
(3664, 968, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-5.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-5-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-5-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-5-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-5-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3665, 968, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.5977389726815439;s:5:"bytes";i:33604;s:11:"size_before";i:509326;s:10:"size_after";i:475722;s:4:"time";d:1.1100000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:20.420000000000002;s:5:"bytes";i:2463;s:11:"size_before";i:12059;s:10:"size_after";i:9596;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:19.949999999999999;s:5:"bytes";i:7619;s:11:"size_before";i:38186;s:10:"size_after";i:30567;s:4:"time";d:0.10000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.7199999999999998;s:5:"bytes";i:13421;s:11:"size_before";i:173767;s:10:"size_after";i:160346;s:4:"time";d:0.44;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.54;s:5:"bytes";i:10101;s:11:"size_before";i:285314;s:10:"size_after";i:275213;s:4:"time";d:0.54000000000000004;}}}'),
(3673, 970, '_wp_attached_file', '2019/07/CONFERENCE-2008-6.png'),
(3674, 970, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-6.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-6-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-6-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-6-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-6-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3675, 971, '_wp_attached_file', '2019/07/CONFERENCE-2008-7.png'),
(3676, 970, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.4611262694417899;s:5:"bytes";i:32797;s:11:"size_before";i:507605;s:10:"size_after";i:474808;s:4:"time";d:1.3100000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:20.530000000000001;s:5:"bytes";i:2475;s:11:"size_before";i:12056;s:10:"size_after";i:9581;s:4:"time";d:0.20000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:20.010000000000002;s:5:"bytes";i:7622;s:11:"size_before";i:38098;s:10:"size_after";i:30476;s:4:"time";d:0.080000000000000002;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.6100000000000003;s:5:"bytes";i:13172;s:11:"size_before";i:173136;s:10:"size_after";i:159964;s:4:"time";d:0.32000000000000001;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3500000000000001;s:5:"bytes";i:9528;s:11:"size_before";i:284315;s:10:"size_after";i:274787;s:4:"time";d:0.70999999999999996;}}}'),
(3677, 971, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-7.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-7-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-7-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-7-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-7-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3678, 971, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.4801163747155899;s:5:"bytes";i:33009;s:11:"size_before";i:509389;s:10:"size_after";i:476380;s:4:"time";d:1.7000000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:19.66;s:5:"bytes";i:2374;s:11:"size_before";i:12077;s:10:"size_after";i:9703;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:20.02;s:5:"bytes";i:7657;s:11:"size_before";i:38243;s:10:"size_after";i:30586;s:4:"time";d:0.11;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.7800000000000002;s:5:"bytes";i:13521;s:11:"size_before";i:173770;s:10:"size_after";i:160249;s:4:"time";d:0.55000000000000004;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3100000000000001;s:5:"bytes";i:9457;s:11:"size_before";i:285299;s:10:"size_after";i:275842;s:4:"time";d:1.01;}}}'),
(3679, 972, '_wp_attached_file', '2019/07/CONFERENCE-2008-8.png'),
(3680, 972, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-8.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-8-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-8-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-8-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-8-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3681, 972, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.679156449239823;s:5:"bytes";i:34047;s:11:"size_before";i:509750;s:10:"size_after";i:475703;s:4:"time";d:1.53;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:20.460000000000001;s:5:"bytes";i:2476;s:11:"size_before";i:12101;s:10:"size_after";i:9625;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:20.050000000000001;s:5:"bytes";i:7664;s:11:"size_before";i:38226;s:10:"size_after";i:30562;s:4:"time";d:0.10000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.8499999999999996;s:5:"bytes";i:13659;s:11:"size_before";i:173905;s:10:"size_after";i:160246;s:4:"time";d:0.44;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.5899999999999999;s:5:"bytes";i:10248;s:11:"size_before";i:285518;s:10:"size_after";i:275270;s:4:"time";d:0.95999999999999996;}}}'),
(3682, 973, '_wp_attached_file', '2019/07/CONFERENCE-2008-9.png'),
(3683, 973, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:29:"2019/07/CONFERENCE-2008-9.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"CONFERENCE-2008-9-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"CONFERENCE-2008-9-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-9-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:31:"CONFERENCE-2008-9-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3684, 973, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.4473248889309014;s:5:"bytes";i:32739;s:11:"size_before";i:507792;s:10:"size_after";i:475053;s:4:"time";d:1.1899999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:19.670000000000002;s:5:"bytes";i:2360;s:11:"size_before";i:11996;s:10:"size_after";i:9636;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:19.800000000000001;s:5:"bytes";i:7525;s:11:"size_before";i:38005;s:10:"size_after";i:30480;s:4:"time";d:0.089999999999999997;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.5599999999999996;s:5:"bytes";i:13096;s:11:"size_before";i:173233;s:10:"size_after";i:160137;s:4:"time";d:0.34999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4300000000000002;s:5:"bytes";i:9758;s:11:"size_before";i:284558;s:10:"size_after";i:274800;s:4:"time";d:0.70999999999999996;}}}'),
(3685, 974, '_wp_attached_file', '2019/07/CONFERENCE-2008-10.png'),
(3686, 974, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:30:"2019/07/CONFERENCE-2008-10.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"CONFERENCE-2008-10-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:30:"CONFERENCE-2008-10-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:30:"CONFERENCE-2008-10-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:32:"CONFERENCE-2008-10-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3687, 974, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.5947524151039518;s:5:"bytes";i:33655;s:11:"size_before";i:510330;s:10:"size_after";i:476675;s:4:"time";d:1.6699999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:19.780000000000001;s:5:"bytes";i:2384;s:11:"size_before";i:12054;s:10:"size_after";i:9670;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:20.02;s:5:"bytes";i:7653;s:11:"size_before";i:38228;s:10:"size_after";i:30575;s:4:"time";d:0.10000000000000001;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.9100000000000001;s:5:"bytes";i:13776;s:11:"size_before";i:174160;s:10:"size_after";i:160384;s:4:"time";d:0.48999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.4399999999999999;s:5:"bytes";i:9842;s:11:"size_before";i:285888;s:10:"size_after";i:276046;s:4:"time";d:1.04;}}}'),
(3725, 6, '_elementor_pro_version', '2.6.1'),
(3848, 996, '_wp_attached_file', '2019/07/1.jpg'),
(3849, 996, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:300;s:4:"file";s:13:"2019/07/1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3850, 996, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.0678472370386176;s:5:"bytes";i:1422;s:11:"size_before";i:23435;s:10:"size_after";i:22013;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.9199999999999999;s:5:"bytes";i:528;s:11:"size_before";i:7627;s:10:"size_after";i:7099;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.6600000000000001;s:5:"bytes";i:894;s:11:"size_before";i:15808;s:10:"size_after";i:14914;s:4:"time";d:0.02;}}}'),
(3851, 997, '_wp_attached_file', '2019/07/2.jpg'),
(3852, 997, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:300;s:4:"file";s:13:"2019/07/2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"2-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3853, 997, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.4606493285738571;s:5:"bytes";i:1285;s:11:"size_before";i:23532;s:10:"size_after";i:22247;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.3499999999999996;s:5:"bytes";i:464;s:11:"size_before";i:7307;s:10:"size_after";i:6843;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.0599999999999996;s:5:"bytes";i:821;s:11:"size_before";i:16225;s:10:"size_after";i:15404;s:4:"time";d:0.01;}}}'),
(3861, 999, '_wp_attached_file', '2019/07/3.jpg'),
(3862, 999, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:300;s:4:"file";s:13:"2019/07/3.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"3-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3863, 999, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.940135346173868;s:5:"bytes";i:949;s:11:"size_before";i:19210;s:10:"size_after";i:18261;s:4:"time";d:0.02;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.8600000000000003;s:5:"bytes";i:367;s:11:"size_before";i:6267;s:10:"size_after";i:5900;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.5;s:5:"bytes";i:582;s:11:"size_before";i:12943;s:10:"size_after";i:12361;s:4:"time";d:0.01;}}}'),
(3864, 1000, '_wp_attached_file', '2019/07/4.jpg'),
(3865, 1000, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:300;s:4:"file";s:13:"2019/07/4.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:13:"4-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3866, 1000, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.3852227862380149;s:5:"bytes";i:933;s:11:"size_before";i:21276;s:10:"size_after";i:20343;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.2300000000000004;s:5:"bytes";i:356;s:11:"size_before";i:6805;s:10:"size_after";i:6449;s:4:"time";d:0.02;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:3.9900000000000002;s:5:"bytes";i:577;s:11:"size_before";i:14471;s:10:"size_after";i:13894;s:4:"time";d:0.01;}}}'),
(3891, 8, 'ocean_post_layout', 'full-screen'),
(3892, 8, '_elementor_edit_mode', 'builder'),
(3893, 8, '_elementor_template_type', 'wp-post'),
(3894, 8, '_elementor_version', '3.11.1'),
(3895, 8, '_elementor_pro_version', '2.6.1'),
(3897, 8, '_wp_page_template', 'default'),
(3899, 8, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div><div>Ph.D. Professor Kenneth Macro<\\/div><div><i>(California Polytechnic State University, USA)<\\/i><\\/div><div><div>Ph.D. Professor Gunter Huebner<\\/div><div><i>(Stuttgart Media University, Germany)<\\/i><\\/div><div><div>Ph.D. Associate Professor Martin Habekost<\\/div><div><i>(Toronto Metropolitan University, Canada)<\\/i><\\/div><div><div>Ph.D. Associate Professor Anastasios Politis<\\/div><div><i>(West Atica University, Greece)<\\/i><\\/div><\\/div><\\/div><\\/div><\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div><div><div>Ph.D. Associate Professor Kevin Howel<\\/div><div><i>(Appalachian State University, USA)<\\/i><\\/div><\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div><i>(Vilnius Tech, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kauno kolegija Higher Education Institution, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div><i>(Kauno kolegija Higher Education Institution, Lithuania)<\\/i><\\/div><div><div>Ph.D. Associate Professor Pedro Matos<\\/div><div><i>(Polytechnic Institute of Portalegre, Portugal)<\\/i><\\/div><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"3518b87","elType":"widget","settings":{"editor":"<h2><span style=\\"font-size: 20px; font-weight: 600;\\">ORGANIZATIONAL COMMITTEE<\\/span><\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Numavi\\u010d\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>D. Repe\\u010dka<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><li>I. Venslovien\\u0117<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(3908, 1006, '_wp_attached_file', '2019/07/md_logo-e1458114835510.png') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3909, 1006, '_wp_attachment_metadata', 'a:4:{s:5:"width";i:126;s:6:"height";i:47;s:4:"file";s:34:"2019/07/md_logo-e1458114835510.png";s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(3910, 1006, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:27.543693266495055;s:5:"bytes";i:2033;s:11:"size_before";i:7381;s:10:"size_after";i:5348;s:4:"time";d:0.029999999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:1:{s:4:"full";O:8:"stdClass":5:{s:7:"percent";d:27.539999999999999;s:5:"bytes";i:2033;s:11:"size_before";i:7381;s:10:"size_after";i:5348;s:4:"time";d:0.029999999999999999;}}}'),
(4026, 1023, '_wp_attached_file', '2019/10/Requirements-for-articles-2020.docx'),
(4034, 11, '_elementor_pro_version', '2.6.1'),
(4035, 1025, '_wp_attached_file', '2019/10/scheme.png'),
(4036, 1025, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:884;s:6:"height";i:1030;s:4:"file";s:18:"2019/10/scheme.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"scheme-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"scheme-257x300.png";s:5:"width";i:257;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:18:"scheme-768x895.png";s:5:"width";i:768;s:6:"height";i:895;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:19:"scheme-879x1024.png";s:5:"width";i:879;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4037, 1025, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:37.104846839663487;s:5:"bytes";i:292240;s:11:"size_before";i:787606;s:10:"size_after";i:495366;s:4:"time";d:5.0899999999999999;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:37.259999999999998;s:5:"bytes";i:4618;s:11:"size_before";i:12394;s:10:"size_after";i:7776;s:4:"time";d:0.059999999999999998;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:40.600000000000001;s:5:"bytes";i:17620;s:11:"size_before";i:43400;s:10:"size_after";i:25780;s:4:"time";d:0.17999999999999999;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:36.710000000000001;s:5:"bytes";i:115909;s:11:"size_before";i:315733;s:10:"size_after";i:199824;s:4:"time";d:1.97;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:37.030000000000001;s:5:"bytes";i:154093;s:11:"size_before";i:416079;s:10:"size_after";i:261986;s:4:"time";d:2.8799999999999999;}}}'),
(4046, 1027, '_menu_item_type', 'custom'),
(4047, 1027, '_menu_item_menu_item_parent', '0'),
(4048, 1027, '_menu_item_object_id', '1027'),
(4049, 1027, '_menu_item_object', 'custom'),
(4050, 1027, '_menu_item_target', ''),
(4051, 1027, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4052, 1027, '_menu_item_xfn', ''),
(4053, 1027, '_menu_item_url', 'http://ippmt.kauko.lt/#contact'),
(4055, 1027, '_menu_item_template', ''),
(4056, 1027, '_menu_item_mega_template', '0'),
(4057, 1027, '_menu_item_nolink', ''),
(4058, 1027, '_menu_item_category_post', ''),
(4059, 1027, '_menu_item_megamenu', ''),
(4060, 1027, '_menu_item_megamenu_auto_width', ''),
(4061, 1027, '_menu_item_megamenu_col', '') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4062, 1027, '_menu_item_megamenu_heading', ''),
(4063, 1027, '_menu_item_megamenu_widgetarea', '0'),
(4064, 1027, '_menu_item_icon', ''),
(4083, 1030, '_wp_attached_file', '2019/10/logo.png'),
(4084, 1030, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:325;s:6:"height";i:250;s:4:"file";s:16:"2019/10/logo.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:16:"logo-300x231.png";s:5:"width";i:300;s:6:"height";i:231;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4085, 1030, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:26.323285070021363;s:5:"bytes";i:4436;s:11:"size_before";i:16852;s:10:"size_after";i:12416;s:4:"time";d:0.16;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:24.649999999999999;s:5:"bytes";i:875;s:11:"size_before";i:3550;s:10:"size_after";i:2675;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:26.77;s:5:"bytes";i:3561;s:11:"size_before";i:13302;s:10:"size_after";i:9741;s:4:"time";d:0.13;}}}'),
(4093, 15, '_elementor_pro_version', '2.6.1'),
(4127, 127, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}}}}}'),
(4128, 126, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4129, 125, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4130, 116, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4131, 115, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4132, 114, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4133, 113, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4134, 112, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4135, 111, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4136, 110, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4137, 109, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4138, 108, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:2;}}s:6:"layout";a:1:{s:14:"section_layout";a:2:{s:16:"content_position";i:1;s:6:"layout";i:1;}}}}}'),
(4139, 94, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:3;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}}}}'),
(4140, 81, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:5:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:1;}}s:6:"layout";a:1:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}}}}}'),
(4141, 48, '_elementor_controls_usage', 'a:5:{s:7:"heading";a:3:{s:5:"count";i:4;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:4;s:5:"align";i:4;s:11:"header_size";i:4;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:4;s:21:"typography_typography";i:4;s:20:"typography_font_size";i:4;s:22:"typography_font_weight";i:4;s:22:"typography_line_height";i:1;s:27:"typography_font_size_mobile";i:1;s:25:"typography_text_transform";i:3;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:4:"icon";a:3:{s:5:"count";i:3;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:5:"style";a:1:{s:18:"section_style_icon";a:1:{s:13:"primary_color";i:3;}}}}s:11:"text-editor";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:5:{s:5:"align";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:3;s:22:"typography_font_weight";i:3;s:22:"typography_line_height";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:3;s:16:"content_position";i:3;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:6:"margin";i:3;s:13:"margin_mobile";i:3;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:3;s:16:"background_color";i:3;}s:14:"section_border";a:3:{s:13:"border_radius";i:3;s:26:"box_shadow_box_shadow_type";i:3;s:21:"box_shadow_box_shadow";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:4:{s:3:"gap";i:2;s:16:"content_position";i:2;s:13:"content_width";i:2;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:2;s:11:"_element_id";i:1;}}s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}}'),
(4142, 45, '_elementor_controls_usage', 'a:5:{s:7:"divider";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:2;s:5:"color";i:2;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:2;s:5:"align";i:2;s:12:"align_mobile";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:2;s:14:"_margin_tablet";i:1;s:8:"_padding";i:1;s:14:"_margin_mobile";i:2;}}}}s:6:"column";a:3:{s:5:"count";i:8;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:7;s:16:"content_position";i:4;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:5;s:14:"padding_tablet";i:4;s:14:"padding_mobile";i:4;s:6:"margin";i:4;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:4;s:16:"background_color";i:4;}s:14:"section_border";a:3:{s:13:"border_radius";i:4;s:26:"box_shadow_box_shadow_type";i:4;s:21:"box_shadow_box_shadow";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:3:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:9:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:5;s:22:"typography_line_height";i:5;s:25:"typography_letter_spacing";i:1;s:27:"typography_font_size_tablet";i:1;s:27:"typography_font_size_mobile";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:4;}}}}s:7:"section";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:4:{s:13:"content_width";i:3;s:3:"gap";i:2;s:16:"content_position";i:2;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:2;s:11:"_element_id";i:1;}}s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:5:{s:5:"align";i:4;s:21:"typography_typography";i:4;s:20:"typography_font_size";i:4;s:22:"typography_font_weight";i:4;s:22:"typography_line_height";i:4;}}}}}'),
(4144, 12, '_elementor_controls_usage', 'a:6:{s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:14;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:12;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:5;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:5;s:6:"margin";i:3;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:16:"content_position";i:2;s:3:"gap";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:3;}}}}s:5:"image";a:3:{s:5:"count";i:12;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:4:{s:5:"image";i:12;s:10:"image_size";i:12;s:7:"link_to";i:12;s:4:"link";i:12;}}s:8:"advanced";a:1:{s:15:"_section_border";a:3:{s:20:"_border_radius_hover";i:1;s:33:"_box_shadow_hover_box_shadow_type";i:12;s:28:"_box_shadow_hover_box_shadow";i:12;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(4146, 11, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(4147, 6, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(4170, 8, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4184, 6, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(4196, 1043, '_elementor_edit_mode', 'builder'),
(4197, 1043, '_elementor_template_type', 'section'),
(4198, 1043, '_elementor_version', '2.6.4'),
(4199, 1043, '_elementor_pro_version', '2.6.1'),
(4204, 1043, '_wp_page_template', 'default'),
(4205, 1043, '_elementor_elements_usage', 'a:4:{s:7:"heading";i:1;s:6:"button";i:1;s:6:"column";i:1;s:7:"section";i:1;}'),
(4206, 1043, '_elementor_data', '[{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4223, 15, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4233, 12, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:1;s:6:"column";i:14;s:7:"section";i:5;s:5:"image";i:12;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4263, 1052, '_wp_attached_file', '2019/11/Konferencija-2019_Taisytas.pdf'),
(4301, 1057, '_wp_attached_file', '2019/11/kauno-kolegija-university-of-applied-sciences-115-logo.png'),
(4302, 1057, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:330;s:4:"file";s:66:"2019/11/kauno-kolegija-university-of-applied-sciences-115-logo.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:66:"kauno-kolegija-university-of-applied-sciences-115-logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:66:"kauno-kolegija-university-of-applied-sciences-115-logo-300x165.png";s:5:"width";i:300;s:6:"height";i:165;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4303, 1057, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:28.391455714875789;s:5:"bytes";i:9623;s:11:"size_before";i:33894;s:10:"size_after";i:24271;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:2:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:26.84;s:5:"bytes";i:3228;s:11:"size_before";i:12026;s:10:"size_after";i:8798;s:4:"time";d:0.059999999999999998;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:29.239999999999998;s:5:"bytes";i:6395;s:11:"size_before";i:21868;s:10:"size_after";i:15473;s:4:"time";d:0.059999999999999998;}}}'),
(4313, 1059, '_wp_attached_file', '2019/11/CONFERENCE-2008.png'),
(4314, 1059, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:27:"2019/11/CONFERENCE-2008.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"CONFERENCE-2008-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"CONFERENCE-2008-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:27:"CONFERENCE-2008-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:29:"CONFERENCE-2008-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4315, 1059, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:6.5196826904583407;s:5:"bytes";i:33220;s:11:"size_before";i:509534;s:10:"size_after";i:476314;s:4:"time";d:1.4300000000000002;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:20.57;s:5:"bytes";i:2496;s:11:"size_before";i:12136;s:10:"size_after";i:9640;s:4:"time";d:0.040000000000000001;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:20.149999999999999;s:5:"bytes";i:7711;s:11:"size_before";i:38263;s:10:"size_after";i:30552;s:4:"time";d:0.11;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:7.7800000000000002;s:5:"bytes";i:13537;s:11:"size_before";i:173906;s:10:"size_after";i:160369;s:4:"time";d:0.59999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.3199999999999998;s:5:"bytes";i:9476;s:11:"size_before";i:285229;s:10:"size_after";i:275753;s:4:"time";d:0.68000000000000005;}}}'),
(4335, 1062, '_wp_attached_file', '2019/11/217A0519-min.jpg'),
(4336, 1062, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4480;s:6:"height";i:6720;s:4:"file";s:24:"2019/11/217A0519-min.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"217A0519-min-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"217A0519-min-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"217A0519-min-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"217A0519-min-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4337, 1063, '_wp_attached_file', '2019/11/217A0543-min.jpg'),
(4338, 1063, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:4480;s:6:"height";i:6720;s:4:"file";s:24:"2019/11/217A0543-min.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"217A0543-min-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"217A0543-min-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"217A0543-min-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"217A0543-min-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4339, 1062, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.1873516154560786;s:5:"bytes";i:7538;s:11:"size_before";i:145315;s:10:"size_after";i:137777;s:4:"time";d:0.14000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:4.8200000000000003;s:5:"bytes";i:243;s:11:"size_before";i:5040;s:10:"size_after";i:4797;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1600000000000001;s:5:"bytes";i:407;s:11:"size_before";i:9792;s:10:"size_after";i:9385;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.3200000000000003;s:5:"bytes";i:3795;s:11:"size_before";i:71350;s:10:"size_after";i:67555;s:4:"time";d:0.070000000000000007;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:5.2300000000000004;s:5:"bytes";i:3093;s:11:"size_before";i:59133;s:10:"size_after";i:56040;s:4:"time";d:0.050000000000000003;}}}'),
(4340, 1064, '_wp_attached_file', '2019/11/Konferencija_Martynas_J-19-min.jpg'),
(4341, 1064, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:42:"2019/11/Konferencija_Martynas_J-19-min.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-19-min-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-19-min-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-19-min-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"Konferencija_Martynas_J-19-min-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4342, 1063, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.3583619677880061;s:5:"bytes";i:7125;s:11:"size_before";i:212157;s:10:"size_after";i:205032;s:4:"time";d:0.11000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.4400000000000004;s:5:"bytes";i:470;s:11:"size_before";i:7302;s:10:"size_after";i:6832;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.25;s:5:"bytes";i:751;s:11:"size_before";i:14305;s:10:"size_after";i:13554;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.1200000000000001;s:5:"bytes";i:3234;s:11:"size_before";i:103573;s:10:"size_after";i:100339;s:4:"time";d:0.050000000000000003;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.0699999999999998;s:5:"bytes";i:2670;s:11:"size_before";i:86977;s:10:"size_after";i:84307;s:4:"time";d:0.040000000000000001;}}}'),
(4343, 1065, '_wp_attached_file', '2019/11/Konferencija_Martynas_J-47-min.jpg'),
(4344, 1065, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:42:"2019/11/Konferencija_Martynas_J-47-min.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-47-min-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-47-min-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-47-min-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"Konferencija_Martynas_J-47-min-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4345, 1064, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:4.1844635098041625;s:5:"bytes";i:6799;s:11:"size_before";i:162482;s:10:"size_after";i:155683;s:4:"time";d:0.12;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.6399999999999997;s:5:"bytes";i:370;s:11:"size_before";i:6560;s:10:"size_after";i:6190;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:5.4400000000000004;s:5:"bytes";i:769;s:11:"size_before";i:14128;s:10:"size_after";i:13359;s:4:"time";d:0.02;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:4.2300000000000004;s:5:"bytes";i:2374;s:11:"size_before";i:56088;s:10:"size_after";i:53714;s:4:"time";d:0.059999999999999998;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:3.8300000000000001;s:5:"bytes";i:3286;s:11:"size_before";i:85706;s:10:"size_after";i:82420;s:4:"time";d:0.029999999999999999;}}}'),
(4346, 1066, '_wp_attached_file', '2019/11/Konferencija_Martynas_J-71-min.jpg'),
(4347, 1065, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:3.2240534976792952;s:5:"bytes";i:5043;s:11:"size_before";i:156418;s:10:"size_after";i:151375;s:4:"time";d:0.089999999999999997;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:5.29;s:5:"bytes";i:320;s:11:"size_before";i:6054;s:10:"size_after";i:5734;s:4:"time";d:0.01;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:4.1100000000000003;s:5:"bytes";i:510;s:11:"size_before";i:12423;s:10:"size_after";i:11913;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:3.4900000000000002;s:5:"bytes";i:1855;s:11:"size_before";i:53077;s:10:"size_after";i:51222;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:2.7799999999999998;s:5:"bytes";i:2358;s:11:"size_before";i:84864;s:10:"size_after";i:82506;s:4:"time";d:0.040000000000000001;}}}'),
(4348, 1066, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:6016;s:6:"height";i:4016;s:4:"file";s:42:"2019/11/Konferencija_Martynas_J-71-min.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-71-min-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-71-min-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:42:"Konferencija_Martynas_J-71-min-768x513.jpg";s:5:"width";i:768;s:6:"height";i:513;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:43:"Konferencija_Martynas_J-71-min-1024x684.jpg";s:5:"width";i:1024;s:6:"height";i:684;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:11:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";}}'),
(4349, 1066, 'wp-smpro-smush-data', 'a:2:{s:5:"stats";a:8:{s:7:"percent";d:5.0376427705842506;s:5:"bytes";i:10559;s:11:"size_before";i:209602;s:10:"size_after";i:199043;s:4:"time";d:0.10000000000000001;s:11:"api_version";s:3:"1.0";s:5:"lossy";b:0;s:9:"keep_exif";i:0;}s:5:"sizes";a:4:{s:9:"thumbnail";O:8:"stdClass":5:{s:7:"percent";d:6.5499999999999998;s:5:"bytes";i:497;s:11:"size_before";i:7593;s:10:"size_after";i:7096;s:4:"time";d:0.029999999999999999;}s:6:"medium";O:8:"stdClass":5:{s:7:"percent";d:6.3300000000000001;s:5:"bytes";i:1070;s:11:"size_before";i:16909;s:10:"size_after";i:15839;s:4:"time";d:0.01;}s:12:"medium_large";O:8:"stdClass":5:{s:7:"percent";d:5.04;s:5:"bytes";i:3618;s:11:"size_before";i:71786;s:10:"size_after";i:68168;s:4:"time";d:0.029999999999999999;}s:5:"large";O:8:"stdClass":5:{s:7:"percent";d:4.7400000000000002;s:5:"bytes";i:5374;s:11:"size_before";i:113314;s:10:"size_after";i:107940;s:4:"time";d:0.029999999999999999;}}}'),
(4350, 127, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:1;s:6:"column";i:2;s:7:"section";i:2;s:17:"oew-image-gallery";i:1;}'),
(4409, 1078, '_wp_attached_file', '2020/10/Konferencija-2020_Ok.pdf'),
(4478, 11, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(4581, 1102, '_edit_lock', '1633947666:1'),
(4582, 1102, '_edit_last', '1'),
(4583, 1102, 'ocean_sidebar', '0'),
(4584, 1102, 'ocean_second_sidebar', '0'),
(4585, 1102, 'ocean_disable_margins', 'enable'),
(4586, 1102, 'ocean_display_top_bar', 'default'),
(4587, 1102, 'ocean_display_header', 'default'),
(4588, 1102, 'ocean_center_header_left_menu', '0'),
(4589, 1102, 'ocean_custom_header_template', '0'),
(4590, 1102, 'ocean_header_custom_menu', '0'),
(4591, 1102, 'ocean_menu_typo_font_family', '0'),
(4592, 1102, 'ocean_disable_title', 'default'),
(4593, 1102, 'ocean_disable_heading', 'default'),
(4594, 1102, 'ocean_disable_breadcrumbs', 'default'),
(4595, 1102, 'ocean_display_footer_widgets', 'default'),
(4596, 1102, 'ocean_display_footer_bottom', 'default'),
(4597, 1102, 'ocean_custom_footer_template', '0'),
(4598, 1102, '_elementor_edit_mode', 'builder'),
(4599, 1102, '_elementor_template_type', 'post'),
(4600, 1102, '_elementor_version', '2.6.4'),
(4601, 1102, '_elementor_pro_version', '2.6.1'),
(4608, 1102, '_wp_page_template', 'default'),
(4609, 1102, '_elementor_elements_usage', 'a:4:{s:7:"heading";i:1;s:11:"text-editor";i:1;s:6:"column";i:1;s:7:"section";i:1;}'),
(4610, 1102, '_elementor_data', '[{"id":"dd4547a","elType":"section","settings":[],"elements":[{"id":"8d45b5d","elType":"column","settings":{"_column_size":100},"elements":[{"id":"50cd405","elType":"widget","settings":{"title":"Registracijos forma yra pasiekiama tik prisijungus prie Kauno kolegijos pa\\u0161to","align":"center","title_color":"#333333"},"elements":[],"widgetType":"heading"},{"id":"c3efeb2","elType":"widget","settings":{"editor":"<p><iframe src=\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdzwE6h3LiIGq1N5WO_ISjSHqw8mHtv4Hhx-wbcg66kAoBvLg\\/viewform?embedded=true\\" width=\\"640\\" height=\\"912\\" frameborder=\\"0\\" marginwidth=\\"0\\" marginheight=\\"0\\">\\u012ekeliama\\u2026<\\/iframe><\\/p>"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(4627, 1102, 'ocean_post_layout', 'full-width'),
(4628, 1107, '_wp_attached_file', '2021/10/Konferencija-2020.pdf'),
(4629, 1102, '_elementor_controls_usage', 'a:4:{s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:2:{s:5:"title";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:1:{s:11:"title_color";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}s:7:"section";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:0:{}}}'),
(4630, 1043, '_elementor_controls_usage', 'a:4:{s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:6:"column";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:1:{s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:1;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:1:{s:14:"section_layout";a:3:{s:3:"gap";i:1;s:13:"custom_height";i:1;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:3:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}}}}'),
(4632, 1108, '_elementor_edit_mode', 'builder'),
(4633, 1108, '_elementor_template_type', 'kit'),
(4634, 1108, '_elementor_version', '3.4.5'),
(4635, 1108, '_elementor_pro_version', '2.6.1'),
(4644, 1114, '_elementor_edit_mode', 'builder'),
(4645, 1114, '_elementor_template_type', 'post'),
(4646, 1114, '_elementor_version', '2.6.4'),
(4647, 1114, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4648, 1114, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><ul><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4649, 1114, '_elementor_pro_version', '2.6.1') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4650, 1114, '_elementor_controls_usage', 'a:6:{s:11:"text-editor";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:2;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:2;s:22:"typography_font_weight";i:2;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:5;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:2;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:3:{s:7:"z_index";i:1;s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:7:"padding";i:3;s:7:"z_index";i:1;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:4:{s:16:"content_position";i:2;s:3:"gap";i:2;s:6:"layout";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:5:"align";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(4651, 1114, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4653, 15, '_elementor_edit_mode', 'builder'),
(4654, 1116, '_elementor_template_type', 'post'),
(4655, 1116, '_elementor_version', '2.6.4'),
(4656, 1116, '_wp_page_template', 'default'),
(4657, 1116, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><ul><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4658, 1116, '_elementor_pro_version', '2.6.1'),
(4659, 1116, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4661, 1116, '_elementor_edit_mode', 'builder'),
(4662, 1117, '_elementor_template_type', 'post'),
(4663, 1117, '_elementor_version', '2.6.4'),
(4664, 1117, '_wp_page_template', 'default'),
(4665, 1117, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><ul><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4666, 1117, '_elementor_pro_version', '2.6.1'),
(4667, 1117, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4669, 1117, '_elementor_edit_mode', 'builder'),
(4670, 1118, '_elementor_template_type', 'post'),
(4671, 1118, '_elementor_version', '2.6.4'),
(4672, 1118, '_wp_page_template', 'default'),
(4673, 1118, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4674, 1118, '_elementor_pro_version', '2.6.1'),
(4675, 1118, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4677, 1118, '_elementor_edit_mode', 'builder'),
(4678, 15, '_elementor_page_assets', 'a:0:{}'),
(4695, 1120, '_wp_attached_file', '2021/10/PROGRAM-ippmt2021.pdf'),
(4696, 1121, '_menu_item_type', 'custom'),
(4697, 1121, '_menu_item_menu_item_parent', '0'),
(4698, 1121, '_menu_item_object_id', '1121'),
(4699, 1121, '_menu_item_object', 'custom'),
(4700, 1121, '_menu_item_target', ''),
(4701, 1121, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(4702, 1121, '_menu_item_xfn', ''),
(4703, 1121, '_menu_item_url', ''),
(4705, 1121, '_menu_item_template', ''),
(4706, 1121, '_menu_item_mega_template', '0'),
(4707, 1121, '_menu_item_nolink', ''),
(4708, 1121, '_menu_item_category_post', ''),
(4709, 1121, '_menu_item_megamenu', ''),
(4710, 1121, '_menu_item_megamenu_auto_width', ''),
(4711, 1121, '_menu_item_megamenu_col', ''),
(4712, 1121, '_menu_item_megamenu_heading', ''),
(4713, 1121, '_menu_item_megamenu_widgetarea', '0'),
(4714, 1121, '_menu_item_icon', ''),
(4715, 26, '_wp_old_date', '2019-07-25'),
(4716, 28, '_wp_old_date', '2019-07-25'),
(4717, 25, '_wp_old_date', '2019-07-25'),
(4719, 27, '_wp_old_date', '2019-07-25'),
(4720, 1027, '_wp_old_date', '2019-10-21'),
(4721, 1122, '_wp_attached_file', '2021/10/PROGRAM-ippmt20212.pdf'),
(4722, 1124, '_wp_attached_file', '2021/12/Konferencija-2021_Ok.pdf'),
(4723, 1125, '_elementor_template_type', 'wp-post'),
(4724, 1125, '_elementor_version', '3.4.5'),
(4725, 1125, '_wp_page_template', 'default'),
(4726, 1125, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4727, 1125, '_elementor_pro_version', '2.6.1'),
(4728, 1125, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4729, 1125, '_elementor_edit_mode', 'builder'),
(4730, 1125, '_elementor_page_assets', 'a:0:{}'),
(4732, 1126, '_elementor_template_type', 'wp-post'),
(4733, 1126, '_elementor_version', '3.4.5'),
(4734, 1126, '_wp_page_template', 'default'),
(4735, 1126, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4736, 1126, '_elementor_pro_version', '2.6.1'),
(4737, 1126, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4738, 1126, '_elementor_edit_mode', 'builder'),
(4739, 1126, '_elementor_page_assets', 'a:0:{}'),
(4741, 1127, '_elementor_template_type', 'wp-post'),
(4742, 1127, '_elementor_version', '3.4.5'),
(4743, 1127, '_wp_page_template', 'default'),
(4744, 1127, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul>\\n<li><u>Conference 2021<\\/u><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a> + <a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li>\\n<\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4745, 1127, '_elementor_pro_version', '2.6.1'),
(4746, 1127, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4747, 1127, '_elementor_edit_mode', 'builder'),
(4748, 1127, '_elementor_page_assets', 'a:0:{}'),
(4751, 1128, '_elementor_template_type', 'wp-post'),
(4752, 1128, '_elementor_version', '3.4.5'),
(4753, 1128, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4754, 1128, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul>\\n<li><u>Conference 2021<\\/u><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a> + <a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li>\\n<\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4755, 1128, '_elementor_pro_version', '2.6.1'),
(4756, 1128, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4757, 1128, '_elementor_edit_mode', 'builder'),
(4758, 1128, '_elementor_page_assets', 'a:0:{}'),
(4759, 1129, '_elementor_template_type', 'wp-post'),
(4760, 1129, '_elementor_version', '3.4.5'),
(4761, 1129, '_wp_page_template', 'default'),
(4762, 1129, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul>\\n<li><u>Conference 2021<\\/u><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a> + <a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li>\\n<li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li>\\n<\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4763, 1129, '_elementor_pro_version', '2.6.1'),
(4764, 1129, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4765, 1129, '_elementor_edit_mode', 'builder'),
(4766, 1129, '_elementor_page_assets', 'a:0:{}'),
(4767, 1130, '_elementor_template_type', 'wp-post'),
(4768, 1130, '_elementor_version', '3.4.5'),
(4769, 1130, '_wp_page_template', 'default'),
(4770, 1130, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li><u>Conference 2021<\\/u><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4771, 1130, '_elementor_pro_version', '2.6.1'),
(4772, 1130, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4773, 1130, '_elementor_edit_mode', 'builder'),
(4774, 1130, '_elementor_page_assets', 'a:0:{}'),
(4777, 1131, '_elementor_template_type', 'wp-post') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4778, 1131, '_elementor_version', '3.4.5'),
(4779, 1131, '_wp_page_template', 'default'),
(4780, 1131, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li><u>Conference 2021<\\/u><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4781, 1131, '_elementor_pro_version', '2.6.1'),
(4782, 1131, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4783, 1131, '_elementor_edit_mode', 'builder'),
(4784, 1131, '_elementor_page_assets', 'a:0:{}'),
(4786, 1132, '_elementor_template_type', 'wp-post'),
(4787, 1132, '_elementor_version', '3.4.5'),
(4788, 1132, '_wp_page_template', 'default'),
(4789, 1132, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li><u>Conference 2021<\\/u><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4790, 1132, '_elementor_pro_version', '2.6.1'),
(4791, 1132, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4792, 1132, '_elementor_edit_mode', 'builder'),
(4793, 1132, '_elementor_page_assets', 'a:0:{}'),
(4795, 1133, '_elementor_template_type', 'wp-post'),
(4796, 1133, '_elementor_version', '3.4.5'),
(4797, 1133, '_wp_page_template', 'default'),
(4798, 1133, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li>Conference 2021<\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4799, 1133, '_elementor_pro_version', '2.6.1'),
(4800, 1133, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4801, 1133, '_elementor_edit_mode', 'builder'),
(4802, 1133, '_elementor_page_assets', 'a:0:{}'),
(4806, 1134, '_elementor_template_type', 'wp-post'),
(4807, 1134, '_elementor_version', '3.4.5'),
(4808, 1134, '_wp_page_template', 'default'),
(4809, 1134, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li>Conference 2021<\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4810, 1134, '_elementor_pro_version', '2.6.1'),
(4811, 1134, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4812, 1134, '_elementor_edit_mode', 'builder'),
(4813, 1134, '_elementor_page_assets', 'a:0:{}'),
(4815, 1135, '_elementor_template_type', 'wp-post'),
(4816, 1135, '_elementor_version', '3.4.5'),
(4817, 1135, '_wp_page_template', 'default'),
(4818, 1135, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li>Conference 2021<\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4819, 1135, '_elementor_pro_version', '2.6.1'),
(4820, 1135, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4821, 1135, '_elementor_edit_mode', 'builder'),
(4822, 1135, '_elementor_page_assets', 'a:0:{}'),
(4824, 1136, '_elementor_template_type', 'wp-post'),
(4825, 1136, '_elementor_version', '3.4.5'),
(4826, 1136, '_wp_page_template', 'default'),
(4827, 1136, '_elementor_data', '[{"id":"5625fc4","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"b6efe0c","elType":"column","settings":{"_column_size":100},"elements":[{"id":"ba68080","elType":"widget","settings":{"editor":"<p>CONFERENCE PROCEEDINGS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"1ebd75c","elType":"section","settings":{"padding":{"unit":"px","top":"20","right":"0","bottom":"40","left":"0","isLinked":false},"structure":"20","gap":"no","z_index":1},"elements":[{"id":"ac235a9","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4c6ecbc","elType":"widget","settings":{"editor":"<p>Here you can find an archive of all conference proceedings since 2008.<\\/p>","align":"left","text_color":"#3e3e3e","typography_typography":"custom","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"cc6b46f","elType":"widget","settings":{"editor":"<ul><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/12\\/Konferencija-2021_Ok.pdf\\">Conference 2021<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2021\\/10\\/Konferencija-2020.pdf\\">Conference 2020<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/11\\/Konferencija-2019_Taisytas.pdf\\">Conference 2019<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2018_OK.pdf\\">Conference 2018<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2017.pdf\\">Conference 2017<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2016_OK.pdf\\">Conference 2016<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2015_OK.pdf\\">Conference 2015<\\/a>\\u00a0+\\u00a0<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/HanneVandeursen_Paper-submission.pdf\\">Howest Hogeschool presentation<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2014_spaudai.pdf\\">Conference 2014<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2013.pdf\\">Conference 2013<\\/a><\\/li><li><a href=\\"http:\\/\\/conference.media.kauko.lt\\/files\\/2014\\/01\\/Konferencija_2012.pdf\\">Conference 2012<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2011.pdf\\">Conference 2011<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija-2010.pdf\\">Conference 2010<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2009.pdf\\">Conference 2009<\\/a><\\/li><li><a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Konferencija_2008.pdf\\">Conference 2008<\\/a><\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"8aa32f6","elType":"column","settings":{"_column_size":50,"_inline_size":33,"content_position":"bottom","z_index":2},"elements":[],"isInner":false}],"isInner":false},{"id":"82616f5","elType":"section","settings":{"layout":"full_width","margin":{"unit":"px","top":"-300","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"c88e5d8","elType":"column","settings":{"_column_size":100},"elements":[{"id":"87423c0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/logo.png","id":1030},"align":"right","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"image"}],"isInner":false}],"isInner":false},{"id":"4b60ad34","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"27786943","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"23f5cce9","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"13b338ed","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4828, 1136, '_elementor_pro_version', '2.6.1'),
(4829, 1136, '_elementor_elements_usage', 'a:6:{s:11:"text-editor";i:3;s:6:"column";i:5;s:7:"section";i:4;s:5:"image";i:1;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4830, 1136, '_elementor_edit_mode', 'builder'),
(4831, 1136, '_elementor_page_assets', 'a:0:{}'),
(4833, 15, '_elementor_controls_usage', 'a:6:{s:11:"text-editor";a:3:{s:5:"count";i:3;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:2;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:2;s:22:"typography_font_weight";i:2;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:5;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:2;s:16:"content_position";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:3:{s:7:"z_index";i:1;s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:5:{s:7:"padding";i:3;s:7:"z_index";i:1;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:4:{s:16:"content_position";i:2;s:3:"gap";i:2;s:6:"layout";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:1;s:5:"align";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(4835, 1137, '_elementor_edit_mode', 'builder'),
(4836, 1137, '_elementor_template_type', 'post'),
(4837, 1137, '_elementor_version', '2.6.4'),
(4838, 1137, '_elementor_pro_version', '2.6.1'),
(4839, 1137, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4840, 1137, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><ul style=\\"font-weight: 400; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; font-size: 16px; font-family: \'Open Sans\', sans-serif;\\"><li style=\\"font-size: 16px;\\">Ph.D. Professor Yurij Sergeevic Andrejev <br \\/>(MSUPA-Moscow, Russia)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Professor Georgij Petriaszwili <br \\/>(Warsaw University of Technology, Poland)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Professor Halina Podsiadlo <br \\/>(Warsaw University of Technology, Poland)<\\/li><li style=\\"font-size: 16px;\\"><div style=\\"font-size: 16px;\\">Ph.D. Associate Professor Sergej Ankuda <br \\/>(Minsk State Higher Radiotechnical College, Belarus)<\\/div><\\/li><li style=\\"font-size: 16px;\\">Ph.D. Associate Professor Renata Gudaitien\\u0117 (Kaunas University of Applied Sciences, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Associate Professor K\\u0119stutis Vaitasius <br \\/>(Kaunas University of Technology, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Rimas Maskeli\\u016bnas <br \\/>(Vilnius Gediminas Technical University, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117 <br \\/>(Kaunas University of Applied Sciences, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Associate Professor Mehmet Oguz <br \\/>(Marmara University, Applied Sciences School,\\u00a0 Turkey)<\\/li><li style=\\"font-size: 16px;\\">\\u00a0Ph.D. Renata Gudaitien\\u0117<br \\/>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">\\u00a0Ph.D. Daiva Sajek <br \\/>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/li><\\/ul><h2>ORGANIZATIONAL COMMITTEE<\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. V. Mork\\u016bnien\\u0117<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Grik\\u0161ien\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>M. Fiodorov<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4841, 1137, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4843, 1138, '_elementor_edit_mode', 'builder'),
(4844, 1138, '_elementor_template_type', 'post'),
(4845, 1138, '_elementor_version', '2.6.4'),
(4846, 1138, '_elementor_pro_version', '2.6.1'),
(4847, 1138, '_wp_page_template', 'default'),
(4848, 1138, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><ul style=\\"font-weight: 400; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; font-size: 16px; font-family: \'Open Sans\', sans-serif;\\"><li style=\\"font-size: 16px;\\">Ph.D. Professor Yurij Sergeevic Andrejev <br \\/>(MSUPA-Moscow, Russia)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Professor Georgij Petriaszwili <br \\/>(Warsaw University of Technology, Poland)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Professor Halina Podsiadlo <br \\/>(Warsaw University of Technology, Poland)<\\/li><li style=\\"font-size: 16px;\\"><div style=\\"font-size: 16px;\\">Ph.D. Associate Professor Sergej Ankuda <br \\/>(Minsk State Higher Radiotechnical College, Belarus)<\\/div><\\/li><li style=\\"font-size: 16px;\\">Ph.D. Associate Professor Renata Gudaitien\\u0117 (Kaunas University of Applied Sciences, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Associate Professor K\\u0119stutis Vaitasius <br \\/>(Kaunas University of Technology, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Rimas Maskeli\\u016bnas <br \\/>(Vilnius Gediminas Technical University, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117 <br \\/>(Kaunas University of Applied Sciences, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">Ph.D. Associate Professor Mehmet Oguz <br \\/>(Marmara University, Applied Sciences School,\\u00a0 Turkey)<\\/li><li style=\\"font-size: 16px;\\">\\u00a0Ph.D. Renata Gudaitien\\u0117<br \\/>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/li><li style=\\"font-size: 16px;\\">\\u00a0Ph.D. Daiva Sajek <br \\/>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/li><\\/ul><h2>ORGANIZATIONAL COMMITTEE<\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. V. Mork\\u016bnien\\u0117<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Grik\\u0161ien\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>M. Fiodorov<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4849, 1138, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4851, 1139, '_elementor_edit_mode', 'builder'),
(4852, 1139, '_elementor_template_type', 'post'),
(4853, 1139, '_elementor_version', '2.6.4'),
(4854, 1139, '_elementor_pro_version', '2.6.1'),
(4855, 1139, '_wp_page_template', 'default'),
(4856, 1139, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2>\\n<div>\\n<div>Ph.D. Professor Georgij Petriaszwili<\\/div>\\n<div>(Warsaw University of Technology, Poland)<\\/div>\\n<div>Ph.D. Professor Halina Podsiadlo<\\/div>\\n<div>(Warsaw University of Technology, Poland)<\\/div>\\n<div>Ph.D. Associate Professor Adem Ayten<\\/div>\\n<div>(Istanbul Aydin University, Turkey)<\\/div>\\n<div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div>\\n<div>(Minsk State Higher Radiotechnical College, Belarus)<\\/div>\\n<div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div>\\n<div>(Kaunas University of Technology, Lithuania)<\\/div>\\n<div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div>\\n<div>(Vilnius Gediminas Technical University, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div>(Kaunas University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Mehmet Oguz<\\/div>\\n<div>(Marmara University, Applied Sciences School, Turkey)<\\/div>\\n<div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div>\\n<div>(Kaunas University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Svetlana Havenko<\\/div>\\n<div>(Ukrainean Academy of Printing, Ukraine)<\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Daiva Sajek<\\/div>\\n<div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div><br><\\/div>\\n<\\/div>\\n<h2>ORGANIZATIONAL COMMITTEE<\\/h2>\\n<ul>\\n<li>dr. D. Sajek<\\/li>\\n<li>dr. V. Mork\\u016bnien\\u0117<\\/li>\\n<li>dr. R. Gudaitien\\u0117<\\/li>\\n<li>G. Ginevi\\u010dien\\u0117<\\/li>\\n<li>L. Grik\\u0161ien\\u0117<\\/li>\\n<li>V. Val\\u010diukas<\\/li>\\n<li>V. Vainoras<\\/li>\\n<li>M. Fiodorov<\\/li>\\n<li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li>\\n<li>A. \\u010capskas<\\/li>\\n<li>A. Pocien\\u0117<\\/li>\\n<li>G. Baltru\\u0161aitis<\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4857, 1139, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4859, 8, '_elementor_page_assets', 'a:0:{}'),
(4861, 1140, '_elementor_edit_mode', 'builder'),
(4862, 1140, '_elementor_template_type', 'wp-post'),
(4863, 1140, '_elementor_version', '3.4.5'),
(4864, 1140, '_elementor_pro_version', '2.6.1'),
(4865, 1140, '_wp_page_template', 'default'),
(4866, 1140, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2>\\n<div>\\n<div>Ph.D. Professor Georgij Petriaszwili<\\/div>\\n<div>(Warsaw University of Technology, Poland)<\\/div>\\n<div>Ph.D. Professor Halina Podsiadlo<\\/div>\\n<div>(Warsaw University of Technology, Poland)<\\/div>\\n<div>Ph.D. Associate Professor Adem Ayten<\\/div>\\n<div>(Istanbul Aydin University, Turkey)<\\/div>\\n<div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div>\\n<div>(Minsk State Higher Radiotechnical College, Belarus)<\\/div>\\n<div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div>\\n<div>(Kaunas University of Technology, Lithuania)<\\/div>\\n<div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div>\\n<div>(Vilnius Gediminas Technical University, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div>(Kaunas University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Mehmet Oguz<\\/div>\\n<div>(Marmara University, Applied Sciences School, Turkey)<\\/div>\\n<div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div>\\n<div>(Kaunas University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Svetlana Havenko<\\/div>\\n<div>(Ukrainean Academy of Printing, Ukraine)<\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Daiva Sajek<\\/div>\\n<div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div><br><\\/div>\\n<\\/div>\\n<h2>ORGANIZATIONAL COMMITTEE<\\/h2>\\n<ul>\\n<li>dr. D. Sajek<\\/li>\\n<li>dr. V. Mork\\u016bnien\\u0117<\\/li>\\n<li>dr. R. Gudaitien\\u0117<\\/li>\\n<li>G. Ginevi\\u010dien\\u0117<\\/li>\\n<li>L. Grik\\u0161ien\\u0117<\\/li>\\n<li>V. Val\\u010diukas<\\/li>\\n<li>V. Vainoras<\\/li>\\n<li>M. Fiodorov<\\/li>\\n<li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li>\\n<li>A. \\u010capskas<\\/li>\\n<li>A. Pocien\\u0117<\\/li>\\n<li>G. Baltru\\u0161aitis<\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4867, 1140, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4868, 1140, '_elementor_page_assets', 'a:0:{}'),
(4869, 1141, '_elementor_edit_mode', 'builder'),
(4870, 1141, '_elementor_template_type', 'wp-post'),
(4871, 1141, '_elementor_version', '3.4.5'),
(4872, 1141, '_elementor_pro_version', '2.6.1'),
(4873, 1141, '_wp_page_template', 'default'),
(4874, 1141, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2>\\n<div>\\n<div>Ph.D. Professor Georgij Petriaszwili<\\/div>\\n<div>(Warsaw University of Technology, Poland)<\\/div>\\n<div>Ph.D. Professor Halina Podsiadlo<\\/div>\\n<div>(Warsaw University of Technology, Poland)<\\/div>\\n<div>Ph.D. Associate Professor Adem Ayten<\\/div>\\n<div>(Istanbul Aydin University, Turkey)<\\/div>\\n<div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div>\\n<div>(Minsk State Higher Radiotechnical College, Belarus)<\\/div>\\n<div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div>\\n<div>(Kaunas University of Technology, Lithuania)<\\/div>\\n<div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div>\\n<div>(Vilnius Gediminas Technical University, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div>(Kaunas University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Mehmet Oguz<\\/div>\\n<div>(Marmara University, Applied Sciences School, Turkey)<\\/div>\\n<div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div>\\n<div>(Kaunas University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Svetlana Havenko<\\/div>\\n<div>(Ukrainean Academy of Printing, Ukraine)<\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div>\\n<div>Ph.D. Associate Professor Daiva Sajek<\\/div>\\n<div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div><br><\\/div>\\n<\\/div>\\n<h2>ORGANIZATIONAL COMMITTEE<\\/h2>\\n<ul>\\n<li>dr. D. Sajek<\\/li>\\n<li>dr. V. Mork\\u016bnien\\u0117<\\/li>\\n<li>dr. R. Gudaitien\\u0117<\\/li>\\n<li>G. Ginevi\\u010dien\\u0117<\\/li>\\n<li>L. Grik\\u0161ien\\u0117<\\/li>\\n<li>V. Val\\u010diukas<\\/li>\\n<li>V. Vainoras<\\/li>\\n<li>M. Fiodorov<\\/li>\\n<li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li>\\n<li>A. \\u010capskas<\\/li>\\n<li>A. Pocien\\u0117<\\/li>\\n<li>G. Baltru\\u0161aitis<\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4875, 1141, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4876, 1141, '_elementor_page_assets', 'a:0:{}'),
(4877, 1142, '_elementor_edit_mode', 'builder'),
(4878, 1142, '_elementor_template_type', 'wp-post'),
(4879, 1142, '_elementor_version', '3.4.5'),
(4880, 1142, '_elementor_pro_version', '2.6.1'),
(4881, 1142, '_wp_page_template', 'default'),
(4882, 1142, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div>(Warsaw University of Technology, Poland)<\\/div><div>Ph.D. Professor Halina Podsiadlo<\\/div><div>(Warsaw University of Technology, Poland)<\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div>(Istanbul Aydin University, Turkey)<\\/div><div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div><div>(Minsk State Higher Radiotechnical College, Belarus)<\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div>(Kaunas University of Technology, Lithuania)<\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div>(Vilnius Gediminas Technical University, Lithuania)<\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div>(Kaunas University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div>(Marmara University, Applied Sciences School, Turkey)<\\/div><div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div><div>(Kaunas University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div>(Ukrainean Academy of Printing, Ukraine)<\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div>\\u00a0<\\/div><\\/div><h2>ORGANIZATIONAL COMMITTEE<\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. V. Mork\\u016bnien\\u0117<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Grik\\u0161ien\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>M. Fiodorov<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4883, 1142, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4884, 1142, '_elementor_page_assets', 'a:0:{}'),
(4887, 1143, '_elementor_edit_mode', 'builder'),
(4888, 1143, '_elementor_template_type', 'wp-post'),
(4889, 1143, '_elementor_version', '3.4.5'),
(4890, 1143, '_elementor_pro_version', '2.6.1'),
(4891, 1143, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4892, 1143, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div>(Warsaw University of Technology, Poland)<\\/div><div>Ph.D. Professor Halina Podsiadlo<\\/div><div>(Warsaw University of Technology, Poland)<\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div>(Istanbul Aydin University, Turkey)<\\/div><div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div><div>(Minsk State Higher Radiotechnical College, Belarus)<\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div>(Kaunas University of Technology, Lithuania)<\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div>(Vilnius Gediminas Technical University, Lithuania)<\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div>(Kaunas University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div>(Marmara University, Applied Sciences School, Turkey)<\\/div><div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div><div>(Kaunas University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div>(Ukrainean Academy of Printing, Ukraine)<\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div>\\u00a0<\\/div><\\/div><h2>ORGANIZATIONAL COMMITTEE<\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. V. Mork\\u016bnien\\u0117<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Grik\\u0161ien\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>M. Fiodorov<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4893, 1143, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4894, 1143, '_elementor_page_assets', 'a:0:{}'),
(4896, 1144, '_elementor_edit_mode', 'builder'),
(4897, 1144, '_elementor_template_type', 'wp-post'),
(4898, 1144, '_elementor_version', '3.4.5'),
(4899, 1144, '_elementor_pro_version', '2.6.1'),
(4900, 1144, '_wp_page_template', 'default'),
(4901, 1144, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div>(Warsaw University of Technology, Poland)<\\/div><div>Ph.D. Professor Halina Podsiadlo<\\/div><div>(Warsaw University of Technology, Poland)<\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div>(Istanbul Aydin University, Turkey)<\\/div><div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div><div>(Minsk State Higher Radiotechnical College, Belarus)<\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div>(Kaunas University of Technology, Lithuania)<\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div>(Vilnius Gediminas Technical University, Lithuania)<\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div>(Kaunas University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div>(Marmara University, Applied Sciences School, Turkey)<\\/div><div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div><div>(Kaunas University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div>(Ukrainean Academy of Printing, Ukraine)<\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/div><div>\\u00a0<\\/div><\\/div><h2>ORGANIZATIONAL COMMITTEE<\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. V. Mork\\u016bnien\\u0117<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Grik\\u0161ien\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>M. Fiodorov<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4902, 1144, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4903, 1144, '_elementor_page_assets', 'a:0:{}'),
(4905, 1145, '_elementor_edit_mode', 'builder'),
(4906, 1145, '_elementor_template_type', 'wp-post'),
(4907, 1145, '_elementor_version', '3.4.5'),
(4908, 1145, '_elementor_pro_version', '2.6.1'),
(4909, 1145, '_wp_page_template', 'default'),
(4910, 1145, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2>\\n<div>\\n<div>Ph.D. Professor Georgij Petriaszwili<\\/div>\\n<div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div>\\n<div>Ph.D. Professor Halina Podsiadlo<\\/div>\\n<div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Adem Ayten<\\/div>\\n<div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div>\\n<div><i>(Minsk State Higher Radiotechnical College, Belarus)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div>\\n<div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div>\\n<div><i>(Vilnius Gediminas Technical University, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Mehmet Oguz<\\/div>\\n<div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div>\\n<div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Svetlana Havenko<\\/div>\\n<div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Daiva Sajek<\\/div>\\n<div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div> <\\/div>\\n<\\/div>\\n<h2>ORGANIZATIONAL COMMITTEE<\\/h2>\\n<ul>\\n<li>dr. D. Sajek<\\/li>\\n<li>dr. V. Mork\\u016bnien\\u0117<\\/li>\\n<li>dr. R. Gudaitien\\u0117<\\/li>\\n<li>G. Ginevi\\u010dien\\u0117<\\/li>\\n<li>L. Grik\\u0161ien\\u0117<\\/li>\\n<li>V. Val\\u010diukas<\\/li>\\n<li>V. Vainoras<\\/li>\\n<li>M. Fiodorov<\\/li>\\n<li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li>\\n<li>A. \\u010capskas<\\/li>\\n<li>A. Pocien\\u0117<\\/li>\\n<li>G. Baltru\\u0161aitis<\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4911, 1145, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4912, 1145, '_elementor_page_assets', 'a:0:{}'),
(4915, 1146, '_elementor_edit_mode', 'builder'),
(4916, 1146, '_elementor_template_type', 'wp-post'),
(4917, 1146, '_elementor_version', '3.4.5'),
(4918, 1146, '_elementor_pro_version', '2.6.1'),
(4919, 1146, '_wp_page_template', 'default'),
(4920, 1146, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2>\\n<div>\\n<div>Ph.D. Professor Georgij Petriaszwili<\\/div>\\n<div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div>\\n<div>Ph.D. Professor Halina Podsiadlo<\\/div>\\n<div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Adem Ayten<\\/div>\\n<div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div>\\n<div><i>(Minsk State Higher Radiotechnical College, Belarus)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div>\\n<div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div>\\n<div><i>(Vilnius Gediminas Technical University, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Mehmet Oguz<\\/div>\\n<div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div>\\n<div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Svetlana Havenko<\\/div>\\n<div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Daiva Sajek<\\/div>\\n<div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div> <\\/div>\\n<\\/div>\\n<h2>ORGANIZATIONAL COMMITTEE<\\/h2>\\n<ul>\\n<li>dr. D. Sajek<\\/li>\\n<li>dr. V. Mork\\u016bnien\\u0117<\\/li>\\n<li>dr. R. Gudaitien\\u0117<\\/li>\\n<li>G. Ginevi\\u010dien\\u0117<\\/li>\\n<li>L. Grik\\u0161ien\\u0117<\\/li>\\n<li>V. Val\\u010diukas<\\/li>\\n<li>V. Vainoras<\\/li>\\n<li>M. Fiodorov<\\/li>\\n<li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li>\\n<li>A. \\u010capskas<\\/li>\\n<li>A. Pocien\\u0117<\\/li>\\n<li>G. Baltru\\u0161aitis<\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4921, 1146, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4922, 1146, '_elementor_page_assets', 'a:0:{}'),
(4923, 1147, '_elementor_edit_mode', 'builder'),
(4924, 1147, '_elementor_template_type', 'wp-post'),
(4925, 1147, '_elementor_version', '3.4.5'),
(4926, 1147, '_elementor_pro_version', '2.6.1'),
(4927, 1147, '_wp_page_template', 'default'),
(4928, 1147, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2>\\n<div>\\n<div>Ph.D. Professor Georgij Petriaszwili<\\/div>\\n<div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div>\\n<div>Ph.D. Professor Halina Podsiadlo<\\/div>\\n<div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Adem Ayten<\\/div>\\n<div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div>\\n<div><i>(Minsk State Higher Radiotechnical College, Belarus)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div>\\n<div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div>\\n<div><i>(Vilnius Gediminas Technical University, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Mehmet Oguz<\\/div>\\n<div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div>\\n<div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Svetlana Havenko<\\/div>\\n<div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div>\\n<div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div>Ph.D. Associate Professor Daiva Sajek<\\/div>\\n<div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div>\\n<div> <\\/div>\\n<\\/div>\\n<h2>ORGANIZATIONAL COMMITTEE<\\/h2>\\n<ul>\\n<li>dr. D. Sajek<\\/li>\\n<li>dr. V. Mork\\u016bnien\\u0117<\\/li>\\n<li>dr. R. Gudaitien\\u0117<\\/li>\\n<li>G. Ginevi\\u010dien\\u0117<\\/li>\\n<li>L. Grik\\u0161ien\\u0117<\\/li>\\n<li>V. Val\\u010diukas<\\/li>\\n<li>V. Vainoras<\\/li>\\n<li>M. Fiodorov<\\/li>\\n<li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li>\\n<li>A. \\u010capskas<\\/li>\\n<li>A. Pocien\\u0117<\\/li>\\n<li>G. Baltru\\u0161aitis<\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4929, 1147, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4930, 1147, '_elementor_page_assets', 'a:0:{}'),
(4931, 1148, '_elementor_edit_mode', 'builder'),
(4932, 1148, '_elementor_template_type', 'wp-post'),
(4933, 1148, '_elementor_version', '3.4.5'),
(4934, 1148, '_elementor_pro_version', '2.6.1'),
(4935, 1148, '_wp_page_template', 'default'),
(4936, 1148, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div>Ph.D. Professor Halina Podsiadlo<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div><div><i>(Minsk State Higher Radiotechnical College, Belarus)<\\/i><\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div><i>(Vilnius Gediminas Technical University, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div>\\u00a0<\\/div><\\/div><h2>ORGANIZATIONAL COMMITTEE<\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. V. Mork\\u016bnien\\u0117<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Grik\\u0161ien\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>M. Fiodorov<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4937, 1148, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(4938, 1148, '_elementor_page_assets', 'a:0:{}'),
(4939, 8, '_elementor_controls_usage', 'a:5:{s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:6;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:6;s:21:"typography_typography";i:6;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:10;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:8;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:16:"content_position";i:5;s:3:"gap";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(4949, 1152, '_wp_attached_file', '2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg'),
(4950, 1152, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:694;s:4:"file";s:65:"2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg";s:8:"filesize";i:66737;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:65:"filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg";s:5:"width";i:300;s:6:"height";i:203;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11968;}s:9:"thumbnail";a:5:{s:4:"file";s:65:"filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6515;}s:12:"medium_large";a:5:{s:4:"file";s:65:"filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg";s:5:"width";i:768;s:6:"height";i:521;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:44383;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:65:"filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:40914;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:65:"filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:39367;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4961, 1154, '_wp_attached_file', '2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg'),
(4962, 1154, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2048;s:6:"height";i:1366;s:4:"file";s:50:"2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg";s:8:"filesize";i:265005;s:5:"sizes";a:8:{s:6:"medium";a:5:{s:4:"file";s:50:"WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14412;}s:5:"large";a:5:{s:4:"file";s:51:"WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:91106;}s:9:"thumbnail";a:5:{s:4:"file";s:50:"WerkcollegeDocent-jh-20180-hr-scaled-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6707;}s:12:"medium_large";a:5:{s:4:"file";s:50:"WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:57380;}s:9:"1536x1536";a:5:{s:4:"file";s:52:"WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg";s:5:"width";i:1536;s:6:"height";i:1025;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:163692;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:50:"WerkcollegeDocent-jh-20180-hr-scaled-1-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:49221;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:50:"WerkcollegeDocent-jh-20180-hr-scaled-1-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:51619;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:51:"WerkcollegeDocent-jh-20180-hr-scaled-1-1200x700.jpg";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:97457;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4963, 1155, '_wp_attached_file', '2023/02/graphic-design-min-scaled.webp'),
(4964, 1155, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1778;s:4:"file";s:38:"2023/02/graphic-design-min-scaled.webp";s:8:"filesize";i:166914;s:5:"sizes";a:9:{s:6:"medium";a:5:{s:4:"file";s:31:"graphic-design-min-300x208.webp";s:5:"width";i:300;s:6:"height";i:208;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:12000;}s:5:"large";a:5:{s:4:"file";s:32:"graphic-design-min-1024x711.webp";s:5:"width";i:1024;s:6:"height";i:711;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:56960;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"graphic-design-min-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5756;}s:12:"medium_large";a:5:{s:4:"file";s:31:"graphic-design-min-768x533.webp";s:5:"width";i:768;s:6:"height";i:533;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:39728;}s:9:"1536x1536";a:5:{s:4:"file";s:33:"graphic-design-min-1536x1067.webp";s:5:"width";i:1536;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:94302;}s:9:"2048x2048";a:5:{s:4:"file";s:33:"graphic-design-min-2048x1422.webp";s:5:"width";i:2048;s:6:"height";i:1422;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:128658;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:31:"graphic-design-min-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:33862;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:31:"graphic-design-min-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:36016;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:32:"graphic-design-min-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:61944;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:23:"graphic-design-min.webp";}'),
(4965, 1156, '_wp_attached_file', '2023/02/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4966, 1156, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:2560;s:6:"height";i:1920;s:4:"file";s:51:"2023/02/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg";s:8:"filesize";i:899470;s:5:"sizes";a:9:{s:6:"medium";a:5:{s:4:"file";s:44:"7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:23045;}s:5:"large";a:5:{s:4:"file";s:45:"7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:191249;}s:9:"thumbnail";a:5:{s:4:"file";s:44:"7df963d0d3ae3d75d16d9e23e518b659-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8953;}s:12:"medium_large";a:5:{s:4:"file";s:44:"7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:114497;}s:9:"1536x1536";a:5:{s:4:"file";s:46:"7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:386977;}s:9:"2048x2048";a:5:{s:4:"file";s:46:"7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg";s:5:"width";i:2048;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:626185;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:44:"7df963d0d3ae3d75d16d9e23e518b659-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:92990;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:44:"7df963d0d3ae3d75d16d9e23e518b659-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:95595;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:45:"7df963d0d3ae3d75d16d9e23e518b659-1200x700.jpg";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:201144;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}s:14:"original_image";s:36:"7df963d0d3ae3d75d16d9e23e518b659.jpg";}'),
(4967, 1157, '_wp_attached_file', '2023/02/work-thameswater-01.jpg'),
(4968, 1157, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:31:"2023/02/work-thameswater-01.jpg";s:8:"filesize";i:329302;s:5:"sizes";a:8:{s:6:"medium";a:5:{s:4:"file";s:31:"work-thameswater-01-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14362;}s:5:"large";a:5:{s:4:"file";s:32:"work-thameswater-01-1024x576.jpg";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:101327;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"work-thameswater-01-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7295;}s:12:"medium_large";a:5:{s:4:"file";s:31:"work-thameswater-01-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:64249;}s:9:"1536x1536";a:5:{s:4:"file";s:32:"work-thameswater-01-1536x864.jpg";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:188595;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:31:"work-thameswater-01-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:63803;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:31:"work-thameswater-01-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:69525;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:32:"work-thameswater-01-1200x700.jpg";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:135356;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(4970, 1158, '_wp_attached_file', '2023/02/cad-draftsman.webp'),
(4971, 1158, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:399;s:4:"file";s:26:"2023/02/cad-draftsman.webp";s:8:"filesize";i:28924;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:26:"cad-draftsman-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:12524;}s:9:"thumbnail";a:5:{s:4:"file";s:26:"cad-draftsman-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5544;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4972, 1159, '_wp_attached_file', '2023/02/print-quality-check.jpg'),
(4973, 1159, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1200;s:6:"height";i:799;s:4:"file";s:31:"2023/02/print-quality-check.jpg";s:8:"filesize";i:91026;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:31:"print-quality-check-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16100;}s:5:"large";a:5:{s:4:"file";s:32:"print-quality-check-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:97757;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"print-quality-check-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7318;}s:12:"medium_large";a:5:{s:4:"file";s:31:"print-quality-check-768x511.jpg";s:5:"width";i:768;s:6:"height";i:511;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:64961;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:31:"print-quality-check-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:56730;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:31:"print-quality-check-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:59284;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:32:"print-quality-check-1200x700.jpg";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:109364;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(4974, 1160, '_elementor_edit_mode', 'builder'),
(4975, 1160, '_elementor_template_type', 'wp-post'),
(4976, 1160, '_elementor_version', '2.6.4'),
(4977, 1160, '_wp_page_template', 'default'),
(4978, 1160, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2021<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2021<\\/strong>, which will be held<br \\/>on <strong>19th-20th of October, 2021<\\/strong>.<\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b> at Learning Centre, located in Pramon\\u0117s pr. 22A\\u2013407, LT-50468 Kaunas, Lithuania. Due to exceptional circumstances created by the COVID-19 pandemic, the conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"#register","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"40"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":25,"_inline_size":25,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"Print Media and Multimedia in Science, Studies and Practice","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":25,"_inline_size":25,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/2.jpg","id":997}},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Application of Advanced Technologies and Equipment in the Prepress and Printing Processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/1.jpg","id":996}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p><span style=\\"font-size: 16px;\\">Printing Quality Control Standards: Installation and Management<\\/span><\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"4799d08","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"168326b","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/4.jpg","id":1000}},"elements":[],"widgetType":"image"},{"id":"d4ca133","elType":"widget","settings":{"editor":"<p>Computer-Aided Design and Advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"be896ad","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ce2a12a","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English, Russian.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes. If presentations submitted in Russian, slides should be in English.<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"a966afb","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"b5de75a","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>30 June, 2021.","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>30 June, 2021","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>4 July, 2021<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"cdfc57a","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"d075e55","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2021\\u201d ((ISSN 2029-4638).","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"4d6478a","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">40\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2021 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Contact information<\\/span><\\/h1><p><strong>Kaunas University of Applied Sciences<br \\/><\\/strong><strong>Faculty of Technologies<br \\/>Department of Media Technologies<\\/strong><br \\/>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br \\/><strong>Contact person<\\/strong><br \\/>Viktorija Marcinkevi\\u010dien\\u0117<br \\/>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br \\/>E-mail:\\u00a0<a href=\\"mailto:viktorija.marcinkeviciene@go.kauko.lt\\">viktorija.marcinkeviciene@go.kauko.lt<\\/a><br \\/>Tel. +370 600 33 074<\\/p><\\/div><div id=\\"second\\">\\u00a0<\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4979, 1160, '_elementor_pro_version', '2.6.1'),
(4980, 1160, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(4981, 1160, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(4982, 1161, '_elementor_edit_mode', 'builder'),
(4983, 1161, '_elementor_template_type', 'wp-post'),
(4984, 1161, '_elementor_version', '2.6.4'),
(4985, 1161, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4986, 1161, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2021<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2021<\\/strong>, which will be held<br \\/>on <strong>19th-20th of October, 2021<\\/strong>.<\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b> at Learning Centre, located in Pramon\\u0117s pr. 22A\\u2013407, LT-50468 Kaunas, Lithuania. Due to exceptional circumstances created by the COVID-19 pandemic, the conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"#register","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"40"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":25,"_inline_size":25,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"Print Media and Multimedia in Science, Studies and Practice","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":25,"_inline_size":25,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/2.jpg","id":997}},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Application of Advanced Technologies and Equipment in the Prepress and Printing Processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/1.jpg","id":996}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p><span style=\\"font-size: 16px;\\">Printing Quality Control Standards: Installation and Management<\\/span><\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"4799d08","elType":"column","settings":{"_column_size":25,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"168326b","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/4.jpg","id":1000}},"elements":[],"widgetType":"image"},{"id":"d4ca133","elType":"widget","settings":{"editor":"<p>Computer-Aided Design and Advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"be896ad","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ce2a12a","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English, Russian.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes. If presentations submitted in Russian, slides should be in English.<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"a966afb","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"b5de75a","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>30 June, 2021.","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>30 June, 2021","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>4 July, 2021<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"cdfc57a","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"d075e55","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2021\\u201d ((ISSN 2029-4638).","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","selected_icon":{"value":"fas fa-check","library":"fa-solid"},"_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"4d6478a","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">40\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2021 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Contact information<\\/span><\\/h1><p><strong>Kaunas University of Applied Sciences<br \\/><\\/strong><strong>Faculty of Technologies<br \\/>Department of Media Technologies<\\/strong><br \\/>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br \\/><strong>Contact person<\\/strong><br \\/>Viktorija Marcinkevi\\u010dien\\u0117<br \\/>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br \\/>E-mail:\\u00a0<a href=\\"mailto:viktorija.marcinkeviciene@go.kauko.lt\\">viktorija.marcinkeviciene@go.kauko.lt<\\/a><br \\/>Tel. +370 600 33 074<\\/p><\\/div><div id=\\"second\\">\\u00a0<\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4987, 1161, '_elementor_pro_version', '2.6.1') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4988, 1161, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(4989, 1161, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(4990, 1162, '_elementor_edit_mode', 'builder'),
(4991, 1162, '_elementor_template_type', 'wp-post'),
(4992, 1162, '_elementor_version', '2.6.4'),
(4993, 1162, '_wp_page_template', 'default'),
(4994, 1162, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"be896ad","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ce2a12a","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"a966afb","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"b5de75a","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"cdfc57a","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"d075e55","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"4d6478a","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(4995, 1162, '_elementor_pro_version', '2.6.1'),
(4996, 1162, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(4997, 1162, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(4998, 6, '_elementor_page_assets', 'a:0:{}'),
(5010, 1164, '_elementor_edit_mode', 'builder'),
(5011, 1164, '_elementor_template_type', 'wp-post'),
(5012, 1164, '_elementor_version', '3.11.1'),
(5013, 1164, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5014, 1164, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"be896ad","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ce2a12a","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"a966afb","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"b5de75a","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"cdfc57a","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"d075e55","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"4d6478a","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5015, 1164, '_elementor_pro_version', '2.6.1'),
(5016, 1164, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5017, 1164, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5018, 1164, '_elementor_page_assets', 'a:0:{}'),
(5019, 1165, '_elementor_edit_mode', 'builder'),
(5020, 1165, '_elementor_template_type', 'wp-post'),
(5021, 1165, '_elementor_version', '3.11.1'),
(5022, 1165, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5023, 1165, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"be896ad","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ce2a12a","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"a966afb","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"b5de75a","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"cdfc57a","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"d075e55","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"4d6478a","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5024, 1165, '_elementor_pro_version', '2.6.1'),
(5025, 1165, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5026, 1165, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5027, 1165, '_elementor_page_assets', 'a:0:{}'),
(5028, 1166, '_elementor_edit_mode', 'builder'),
(5029, 1166, '_elementor_template_type', 'wp-post'),
(5030, 1166, '_elementor_version', '3.11.1'),
(5031, 1166, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5032, 1166, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5033, 1166, '_elementor_pro_version', '2.6.1'),
(5034, 1166, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5035, 1166, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5036, 1166, '_elementor_page_assets', 'a:0:{}'),
(5037, 1167, '_elementor_edit_mode', 'builder'),
(5038, 1167, '_elementor_template_type', 'wp-post'),
(5039, 1167, '_elementor_version', '3.11.1'),
(5040, 1167, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5041, 1167, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5042, 1167, '_elementor_pro_version', '2.6.1'),
(5043, 1167, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5044, 1167, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5045, 1167, '_elementor_page_assets', 'a:0:{}'),
(5046, 1168, '_elementor_edit_mode', 'builder'),
(5047, 1168, '_elementor_template_type', 'wp-post'),
(5048, 1168, '_elementor_version', '3.11.1'),
(5049, 1168, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5050, 1168, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5051, 1168, '_elementor_pro_version', '2.6.1'),
(5052, 1168, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5053, 1168, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5054, 1168, '_elementor_page_assets', 'a:0:{}'),
(5055, 1169, '_elementor_edit_mode', 'builder'),
(5056, 1169, '_elementor_template_type', 'wp-post'),
(5057, 1169, '_elementor_version', '3.11.1'),
(5058, 1169, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5059, 1169, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5060, 1169, '_elementor_pro_version', '2.6.1'),
(5061, 1169, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5062, 1169, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5063, 1169, '_elementor_page_assets', 'a:0:{}'),
(5065, 26, '_wp_old_date', '2021-10-18'),
(5066, 28, '_wp_old_date', '2021-10-18'),
(5067, 25, '_wp_old_date', '2021-10-18'),
(5068, 27, '_wp_old_date', '2021-10-18'),
(5069, 1121, '_wp_old_date', '2021-10-18'),
(5070, 1027, '_wp_old_date', '2021-10-18'),
(5072, 1170, '_elementor_edit_mode', 'builder'),
(5073, 1170, '_elementor_template_type', 'post'),
(5074, 1170, '_elementor_version', '2.6.4'),
(5075, 1170, '_wp_page_template', 'default'),
(5076, 1170, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/abstract.pdf\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong> or <strong>Russian. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/Requirements-for-articles-2020.docx\\">Download Requirements for articles 2021<\\/a><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/scheme.png","id":1025},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"bf2522d","elType":"widget","settings":{"editor":"<iframe src=\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdbAK5TKxmrhq9I2X9vvScwUaCyDKv-5OwbVek2MF0lid_BhQ\\/viewform?embedded=true\\" width=\\"560\\" height=\\"1990\\" frameborder=\\"0\\" marginwidth=\\"0\\" marginheight=\\"0\\">\\u012ekeliama\\u2026<\\/iframe>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2>\\nWe kindly recommend you to make reservations in one of the hotels:\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/santakahotel.eu\\/LT\\/Kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Best Western Santaka<\\/a>\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/applehotel.lt\\" target=\\"_blank\\" rel=\\"noopener\\">Apple Economy Hotel<\\/a><\\/span><b><\\/b><i><\\/i><u><\\/u><\\/li>\\n<\\/ul>\\n<h2>Useful links<\\/h2>\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5077, 1170, '_elementor_pro_version', '2.6.1') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5078, 1170, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5079, 1170, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5081, 1171, '_elementor_edit_mode', 'builder'),
(5082, 1171, '_elementor_template_type', 'post'),
(5083, 1171, '_elementor_version', '2.6.4'),
(5084, 1171, '_wp_page_template', 'default'),
(5085, 1171, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/abstract.pdf\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong> or <strong>Russian. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/Requirements-for-articles-2020.docx\\">Download Requirements for articles 2021<\\/a><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/scheme.png","id":1025},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"bf2522d","elType":"widget","settings":{"editor":"<iframe src=\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSdbAK5TKxmrhq9I2X9vvScwUaCyDKv-5OwbVek2MF0lid_BhQ\\/viewform?embedded=true\\" width=\\"560\\" height=\\"1990\\" frameborder=\\"0\\" marginwidth=\\"0\\" marginheight=\\"0\\">\\u012ekeliama\\u2026<\\/iframe>"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2>\\nWe kindly recommend you to make reservations in one of the hotels:\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/santakahotel.eu\\/LT\\/Kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Best Western Santaka<\\/a>\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/applehotel.lt\\" target=\\"_blank\\" rel=\\"noopener\\">Apple Economy Hotel<\\/a><\\/span><b><\\/b><i><\\/i><u><\\/u><\\/li>\\n<\\/ul>\\n<h2>Useful links<\\/h2>\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5086, 1171, '_elementor_pro_version', '2.6.1'),
(5087, 1171, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5088, 1171, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5090, 1172, '_elementor_edit_mode', 'builder'),
(5091, 1172, '_elementor_template_type', 'post'),
(5092, 1172, '_elementor_version', '2.6.4'),
(5093, 1172, '_wp_page_template', 'default'),
(5094, 1172, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/abstract.pdf\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/Requirements-for-articles-2020.docx\\">Download Requirements for articles 202<\\/a>3<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/scheme.png","id":1025},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2>\\nWe kindly recommend you to make reservations in one of the hotels:\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/santakahotel.eu\\/LT\\/Kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Best Western Santaka<\\/a>\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/applehotel.lt\\" target=\\"_blank\\" rel=\\"noopener\\">Apple Economy Hotel<\\/a><\\/span><b><\\/b><i><\\/i><u><\\/u><\\/li>\\n<\\/ul>\\n<h2>Useful links<\\/h2>\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5095, 1172, '_elementor_pro_version', '2.6.1'),
(5096, 1172, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5097, 1172, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5099, 11, '_elementor_page_assets', 'a:0:{}'),
(5100, 1173, '_wp_attached_file', '2023/02/Be-pavadinimo.png'),
(5101, 1173, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:295;s:6:"height";i:230;s:4:"file";s:25:"2023/02/Be-pavadinimo.png";s:8:"filesize";i:16060;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:25:"Be-pavadinimo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:11247;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5102, 1174, '_elementor_edit_mode', 'builder'),
(5103, 1174, '_elementor_template_type', 'wp-post') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5104, 1174, '_elementor_version', '3.11.1'),
(5105, 1174, '_wp_page_template', 'default'),
(5106, 1174, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/abstract.pdf\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/Requirements-for-articles-2020.docx\\">Download Requirements for articles 202<\\/a>3<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/scheme.png","id":1025},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2>\\nWe kindly recommend you to make reservations in one of the hotels:\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/santakahotel.eu\\/LT\\/Kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Best Western Santaka<\\/a>\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/applehotel.lt\\" target=\\"_blank\\" rel=\\"noopener\\">Apple Economy Hotel<\\/a><\\/span><b><\\/b><i><\\/i><u><\\/u><\\/li>\\n<\\/ul>\\n<h2>Useful links<\\/h2>\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5107, 1174, '_elementor_pro_version', '2.6.1'),
(5108, 1174, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5109, 1174, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5110, 1174, '_elementor_page_assets', 'a:0:{}'),
(5111, 1175, '_elementor_edit_mode', 'builder'),
(5112, 1175, '_elementor_template_type', 'wp-post'),
(5113, 1175, '_elementor_version', '3.11.1'),
(5114, 1175, '_wp_page_template', 'default'),
(5115, 1175, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/abstract.pdf\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/Requirements-for-articles-2020.docx\\">Download Requirements for articles 202<\\/a>3<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/scheme.png","id":1025},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2>\\nWe kindly recommend you to make reservations in one of the hotels:\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/santakahotel.eu\\/LT\\/Kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Best Western Santaka<\\/a>\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/applehotel.lt\\" target=\\"_blank\\" rel=\\"noopener\\">Apple Economy Hotel<\\/a><\\/span><b><\\/b><i><\\/i><u><\\/u><\\/li>\\n<\\/ul>\\n<h2>Useful links<\\/h2>\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5116, 1175, '_elementor_pro_version', '2.6.1'),
(5117, 1175, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5118, 1175, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5119, 1175, '_elementor_page_assets', 'a:0:{}'),
(5120, 1176, '_elementor_edit_mode', 'builder'),
(5121, 1176, '_elementor_template_type', 'wp-post'),
(5122, 1176, '_elementor_version', '3.11.1'),
(5123, 1176, '_wp_page_template', 'default'),
(5124, 1176, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/abstract.pdf\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/Requirements-for-articles-2020.docx\\">Download Requirements for articles 202<\\/a>3<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2>\\nWe kindly recommend you to make reservations in one of the hotels:\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/santakahotel.eu\\/LT\\/Kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Best Western Santaka<\\/a>\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/applehotel.lt\\" target=\\"_blank\\" rel=\\"noopener\\">Apple Economy Hotel<\\/a><\\/span><b><\\/b><i><\\/i><u><\\/u><\\/li>\\n<\\/ul>\\n<h2>Useful links<\\/h2>\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5125, 1176, '_elementor_pro_version', '2.6.1'),
(5126, 1176, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5127, 1176, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5128, 1176, '_elementor_page_assets', 'a:0:{}'),
(5129, 1177, '_wp_attached_file', '2023/02/IPPMT-abstract-template_2023.docx'),
(5130, 1177, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:36876;}'),
(5131, 1178, '_wp_attached_file', '2023/02/Requirements_for_articles_2023.docx'),
(5132, 1178, '_wp_attachment_metadata', 'a:1:{s:8:"filesize";i:140767;}'),
(5143, 1180, '_elementor_edit_mode', 'builder'),
(5144, 1180, '_elementor_template_type', 'wp-post'),
(5145, 1180, '_elementor_version', '3.11.1'),
(5146, 1180, '_wp_page_template', 'default'),
(5147, 1180, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/abstract.pdf\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/Requirements-for-articles-2020.docx\\">Download Requirements for articles 202<\\/a>3<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2>\\nWe kindly recommend you to make reservations in one of the hotels:\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/santakahotel.eu\\/LT\\/Kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Best Western Santaka<\\/a>\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/applehotel.lt\\" target=\\"_blank\\" rel=\\"noopener\\">Apple Economy Hotel<\\/a><\\/span><b><\\/b><i><\\/i><u><\\/u><\\/li>\\n<\\/ul>\\n<h2>Useful links<\\/h2>\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5148, 1180, '_elementor_pro_version', '2.6.1'),
(5149, 1180, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5150, 1180, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5151, 1180, '_elementor_page_assets', 'a:0:{}'),
(5152, 1181, '_elementor_edit_mode', 'builder'),
(5153, 1181, '_elementor_template_type', 'wp-post'),
(5154, 1181, '_elementor_version', '3.11.1'),
(5155, 1181, '_wp_page_template', 'default'),
(5156, 1181, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/abstract.pdf\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/10\\/Requirements-for-articles-2020.docx\\">Download Requirements for articles 202<\\/a>3<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2>\\nWe kindly recommend you to make reservations in one of the hotels:\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/santakahotel.eu\\/LT\\/Kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Best Western Santaka<\\/a>\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\">\\u00a0<a style=\\"color: #008080;\\" href=\\"http:\\/\\/applehotel.lt\\" target=\\"_blank\\" rel=\\"noopener\\">Apple Economy Hotel<\\/a><\\/span><b><\\/b><i><\\/i><u><\\/u><\\/li>\\n<\\/ul>\\n<h2>Useful links<\\/h2>\\n<ul>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li>\\n \\t<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5157, 1181, '_elementor_pro_version', '2.6.1'),
(5158, 1181, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5159, 1181, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5160, 1181, '_elementor_page_assets', 'a:0:{}'),
(5161, 1182, '_elementor_edit_mode', 'builder'),
(5162, 1182, '_elementor_template_type', 'wp-post'),
(5163, 1182, '_elementor_version', '3.11.1'),
(5164, 1182, '_wp_page_template', 'default'),
(5165, 1182, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/IPPMT-abstract-template_2023.docx\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Requirements_for_articles_2023.docx\\">Download Requirements for articles 2023<\\/a><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2><p>We kindly recommend you to make reservations in one of the hotels:<\\/p><ul><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"http:\\/\\/www.kaunashotel.lt\\/\\">Kaunas Hotel<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"https:\\/\\/www.booking.com\\/hotel\\/lt\\/moxy-kaunas.lt.html\\">Moxy Kaunas Center Hotel<\\/a><\\/span><u><\\/u><\\/li><\\/ul><h2>Useful links<\\/h2><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5166, 1182, '_elementor_pro_version', '2.6.1'),
(5167, 1182, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5168, 1182, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5169, 1182, '_elementor_page_assets', 'a:0:{}'),
(5170, 1183, '_elementor_edit_mode', 'builder'),
(5171, 1183, '_elementor_template_type', 'wp-post'),
(5172, 1183, '_elementor_version', '3.11.1'),
(5173, 1183, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5174, 1183, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/IPPMT-abstract-template_2023.docx\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Requirements_for_articles_2023.docx\\">Download Requirements for articles 2023<\\/a><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2><p>We kindly recommend you to make reservations in one of the hotels:<\\/p><ul><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"http:\\/\\/www.kaunashotel.lt\\/\\">Kaunas Hotel<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"https:\\/\\/www.booking.com\\/hotel\\/lt\\/moxy-kaunas.lt.html\\">Moxy Kaunas Center Hotel<\\/a><\\/span><u><\\/u><\\/li><\\/ul><h2>Useful links<\\/h2><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5175, 1183, '_elementor_pro_version', '2.6.1'),
(5176, 1183, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5177, 1183, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5178, 1183, '_elementor_page_assets', 'a:0:{}'),
(5179, 1184, '_elementor_edit_mode', 'builder'),
(5180, 1184, '_elementor_template_type', 'wp-post'),
(5181, 1184, '_elementor_version', '3.11.1'),
(5182, 1184, '_wp_page_template', 'default'),
(5183, 1184, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/IPPMT-abstract-template_2023.docx\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Requirements_for_articles_2023.docx\\">Download Requirements for articles 2023<\\/a><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2><p>We kindly recommend you to make reservations in one of the hotels:<\\/p><ul><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"http:\\/\\/www.kaunashotel.lt\\/\\">Kaunas Hotel<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"https:\\/\\/www.booking.com\\/hotel\\/lt\\/moxy-kaunas.lt.html\\">Moxy Kaunas Center Hotel<\\/a><\\/span><u><\\/u><\\/li><\\/ul><h2>Useful links<\\/h2><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5184, 1184, '_elementor_pro_version', '2.6.1'),
(5185, 1184, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5186, 1184, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5187, 1184, '_elementor_page_assets', 'a:0:{}'),
(5188, 1185, '_elementor_edit_mode', 'builder'),
(5189, 1185, '_elementor_template_type', 'wp-post'),
(5190, 1185, '_elementor_version', '3.11.1'),
(5191, 1185, '_wp_page_template', 'default'),
(5192, 1185, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/IPPMT-abstract-template_2023.docx\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Requirements_for_articles_2023.docx\\">Download Requirements for articles 2023<\\/a><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"size":"xxl","header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600","_margin":{"unit":"px","top":"113","right":"113","bottom":"113","left":"113","isLinked":true}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2><p>We kindly recommend you to make reservations in one of the hotels:<\\/p><ul><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"http:\\/\\/www.kaunashotel.lt\\/\\">Kaunas Hotel<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"https:\\/\\/www.booking.com\\/hotel\\/lt\\/moxy-kaunas.lt.html\\">Moxy Kaunas Center Hotel<\\/a><\\/span><u><\\/u><\\/li><\\/ul><h2>Useful links<\\/h2><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5193, 1185, '_elementor_pro_version', '2.6.1'),
(5194, 1185, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5195, 1185, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5196, 1185, '_elementor_page_assets', 'a:0:{}'),
(5205, 1187, '_elementor_edit_mode', 'builder'),
(5206, 1187, '_elementor_template_type', 'wp-post'),
(5207, 1187, '_elementor_version', '3.11.1'),
(5208, 1187, '_wp_page_template', 'default'),
(5209, 1187, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/IPPMT-abstract-template_2023.docx\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Requirements_for_articles_2023.docx\\">Download Requirements for articles 2023<\\/a><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"size":"xxl","header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600","_margin":{"unit":"px","top":"113","right":"113","bottom":"113","left":"113","isLinked":true}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2><p>We kindly recommend you to make reservations in one of the hotels:<\\/p><ul><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"http:\\/\\/www.kaunashotel.lt\\/\\">Kaunas Hotel<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"https:\\/\\/www.booking.com\\/hotel\\/lt\\/moxy-kaunas.lt.html\\">Moxy Kaunas Center Hotel<\\/a><\\/span><u><\\/u><\\/li><\\/ul><h2>Useful links<\\/h2><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5210, 1187, '_elementor_pro_version', '2.6.1'),
(5211, 1187, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5212, 1187, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5213, 1187, '_elementor_page_assets', 'a:0:{}'),
(5214, 1188, '_elementor_edit_mode', 'builder'),
(5215, 1188, '_elementor_template_type', 'wp-post'),
(5216, 1188, '_elementor_version', '3.11.1'),
(5217, 1188, '_wp_page_template', 'default'),
(5218, 1188, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/IPPMT-abstract-template_2023.docx\\">Abstract template<\\/a><\\/span><\\/li><\\/ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p><p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li><li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Requirements_for_articles_2023.docx\\">Download Requirements for articles 2023<\\/a><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"size":"xxl","header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600","_margin":{"unit":"px","top":"113","right":"113","bottom":"113","left":"113","isLinked":true}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2><p>We kindly recommend you to make reservations in one of the hotels:<\\/p><ul><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"http:\\/\\/www.kaunashotel.lt\\/\\">Kaunas Hotel<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"https:\\/\\/www.booking.com\\/hotel\\/lt\\/moxy-kaunas.lt.html\\">Moxy Kaunas Center Hotel<\\/a><\\/span><u><\\/u><\\/li><\\/ul><h2>Useful links<\\/h2><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5219, 1188, '_elementor_pro_version', '2.6.1'),
(5220, 1188, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5221, 1188, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5222, 1188, '_elementor_page_assets', 'a:0:{}'),
(5223, 1189, '_elementor_edit_mode', 'builder'),
(5224, 1189, '_elementor_template_type', 'wp-post'),
(5225, 1189, '_elementor_version', '3.11.1'),
(5226, 1189, '_wp_page_template', 'default'),
(5227, 1189, '_elementor_data', '[{"id":"8bc5223","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"f7bf6f5","elType":"column","settings":{"_column_size":100},"elements":[{"id":"a62051b","elType":"widget","settings":{"editor":"<p>REGISTRATION<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"0496424","elType":"section","settings":{"margin":{"unit":"px","top":"20","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"03ddcdb","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"d567c22","elType":"section","settings":{"structure":"20"},"elements":[{"id":"ced3c46","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"1ecae28","elType":"widget","settings":{"editor":"<h2>Requirements for the abstracts and papers<\\/h2>\\n<p>Conference abstracts should be 300-500 words, written in <em>English<\\/em>. Please submit your abstract prepared following the given template using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\"> konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p>\\n<ul>\\n<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/IPPMT-abstract-template_2023.docx\\">Abstract template<\\/a><\\/span><\\/li>\\n<\\/ul>\\n<p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b><\\/b><i><\\/i><u><\\/u><\\/p>\\n<p>Conference papers should be written in <strong>English<\\/strong><strong>. <\\/strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong><span style=\\"color: #000000;\\">konferencija.md@go.kauko.lt<\\/span><\\/strong><\\/a><\\/p>\\n<ul>\\n<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/paper-requirements\\/\\">Full paper formatting requirements<\\/a><\\/span><\\/li>\\n<li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">Reference list template (APA)<\\/a><\\/span><\\/li>\\n<li><a style=\\"color: #008080;\\" href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Requirements_for_articles_2023.docx\\">Download Requirements for articles 2023<\\/a><\\/li>\\n<\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"541ac69","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"36c3aad","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/Be-pavadinimo.png","id":1173,"alt":"","source":"library","size":""},"image_size":"full","align":"center","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"76dca5b","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"a3ac963","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"07c8eac","elType":"widget","settings":{"title":"REGISTRATION HERE","link":{"url":"https:\\/\\/forms.gle\\/VphA7JmALiUzbeD47","is_external":"","nofollow":"","custom_attributes":""},"size":"xxl","header_size":"h3","align":"center","title_color":"#0BBC3F","typography_typography":"custom","typography_font_family":"Roboto","typography_font_size":{"unit":"px","size":42,"sizes":[]},"typography_font_weight":"600","_margin":{"unit":"px","top":"113","right":"113","bottom":"113","left":"113","isLinked":true}},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"d1620b3","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[{"id":"3a372fa","elType":"widget","settings":{"editor":"<h2>Accommodation<\\/h2><p>We kindly recommend you to make reservations in one of the hotels:<\\/p><ul><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"http:\\/\\/www.kaunashotel.lt\\/\\">Kaunas Hotel<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.parkinn.com\\/hotel-kaunas\\" target=\\"_blank\\" rel=\\"noopener\\">Radisson Hotel Kaunas<\\/a><\\/span>\\u00a0\\u00a0<\\/span><\\/li><li><span style=\\"color: #008080;\\">\\u00a0<a href=\\"https:\\/\\/www.booking.com\\/hotel\\/lt\\/moxy-kaunas.lt.html\\">Moxy Kaunas Center Hotel<\\/a><\\/span><u><\\/u><\\/li><\\/ul><h2>Useful links<\\/h2><ul><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"http:\\/\\/www.maps.lt\\/map\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Maps<\\/a><\\/span><\\/li><li><span style=\\"color: #008080;\\"><a style=\\"color: #008080;\\" href=\\"https:\\/\\/www.kaunokolegija.lt\\/en\\/\\" target=\\"_blank\\" rel=\\"noopener\\">Kaunas College website<\\/a><\\/span><\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5228, 1189, '_elementor_pro_version', '2.6.1'),
(5229, 1189, '_elementor_controls_usage', 'a:4:{s:11:"text-editor";a:3:{s:5:"count";i:4;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:6;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:5;}}}}s:7:"section";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:6:"margin";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:2;}}}}s:5:"image";a:3:{s:5:"count";i:1;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_image";a:3:{s:5:"image";i:1;s:10:"image_size";i:1;s:5:"align";i:1;}}s:5:"style";a:1:{s:19:"section_style_image";a:1:{s:5:"width";i:1;}}}}}'),
(5230, 1189, '_elementor_elements_usage', 'a:4:{s:11:"text-editor";i:4;s:6:"column";i:6;s:7:"section";i:4;s:5:"image";i:1;}'),
(5231, 1189, '_elementor_page_assets', 'a:0:{}'),
(5232, 1190, '_elementor_edit_mode', 'builder'),
(5233, 1190, '_elementor_template_type', 'wp-post'),
(5234, 1190, '_elementor_version', '2.6.6'),
(5235, 1190, '_wp_page_template', 'default'),
(5236, 1190, '_elementor_data', '[{"id":"45306f41","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7495cec1","elType":"column","settings":{"_column_size":100},"elements":[{"id":"431fb4ce","elType":"widget","settings":{"editor":"<p>PAPER REQUIREMENTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"8111608","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"40","right":"0","bottom":"60","left":"0","isLinked":false}},"elements":[{"id":"9f3e0ca","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"8bb436e","elType":"widget","settings":{"editor":"<h2>Paper formatting requirements<\\/h2><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<\\/p><p>Electronic documents should be in an electronic version Microsoft Word. Papers will be\\u00a0published in English or Russian. If scientific paper submitted in Russian, abstract should\\u00a0be available in English. The abstract should not exceed 1200 print marks.<\\/p><p>Please submit it using email to\\u00a0<a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong>konferencija.md@go.kauko.lt<\\/strong><\\/a><\\/p><p>Please submit your paper using email to\\u00a0<a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong>konferencija.md@go.kauko.lt<\\/strong><\\/a>\\u00a0and prepared according to the given instructions:<\\/p><ul><li>Electronic documents should be in an electronic version Microsoft Word only.<\\/li><li>Papers will be published in English or Russian. If scientific paper submitted in Russian, abstract should be available in English.<\\/li><li>Original full paper up to 5\\u20138 printed pages (A5).<\\/li><li>All margins: 2 cm<\\/li><li>Times New Roman<\\/li><li>Single-spaced<\\/li><li>Reference list should be formatted in APA style (<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">example<\\/a>).<\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6ebcaaa","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"4a51237","elType":"widget","settings":{"editor":"<h2>Fonts<\\/h2><table class=\\"paper\\"><tbody><tr style=\\"border-bottom: 1px solid black;\\"><td>\\u00a0<\\/td><td style=\\"padding: 5px; text-align: center;\\"><strong><em> Font,<br \\/>pt<\\/em><\\/strong><\\/td><td><strong><em>Style<\\/em><\\/strong><\\/td><\\/tr><tr><td><strong>Title<\\/strong><\\/td><td>12<\\/td><td>Bold<\\/td><\\/tr><tr><td><strong>Authors<\\/strong><\\/td><td>10<\\/td><td>Bold<\\/td><\\/tr><tr><td><em>Institution<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td>Body text<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td>Text in table<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td>References<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td><em>Keywords<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td><em>Title of the figures<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td><em>Title of the tables<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><\\/tbody><\\/table><p>\\u00a0<\\/p>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5237, 1190, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:3;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}}}}'),
(5238, 1191, '_elementor_edit_mode', 'builder'),
(5239, 1191, '_elementor_template_type', 'wp-post'),
(5240, 1191, '_elementor_version', '2.6.6'),
(5241, 1191, '_wp_page_template', 'default'),
(5242, 1191, '_elementor_data', '[{"id":"45306f41","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7495cec1","elType":"column","settings":{"_column_size":100},"elements":[{"id":"431fb4ce","elType":"widget","settings":{"editor":"<p>PAPER REQUIREMENTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"8111608","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"40","right":"0","bottom":"60","left":"0","isLinked":false}},"elements":[{"id":"9f3e0ca","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"8bb436e","elType":"widget","settings":{"editor":"<h2>Paper formatting requirements<\\/h2><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<\\/p><p>Electronic documents should be in an electronic version Microsoft Word. Papers will be\\u00a0published in English or Russian. If scientific paper submitted in Russian, abstract should\\u00a0be available in English. The abstract should not exceed 1200 print marks.<\\/p><p>Please submit it using email to\\u00a0<a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong>konferencija.md@go.kauko.lt<\\/strong><\\/a><\\/p><p>Please submit your paper using email to\\u00a0<a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong>konferencija.md@go.kauko.lt<\\/strong><\\/a>\\u00a0and prepared according to the given instructions:<\\/p><ul><li>Electronic documents should be in an electronic version Microsoft Word only.<\\/li><li>Papers will be published in English or Russian. If scientific paper submitted in Russian, abstract should be available in English.<\\/li><li>Original full paper up to 5\\u20138 printed pages (A5).<\\/li><li>All margins: 2 cm<\\/li><li>Times New Roman<\\/li><li>Single-spaced<\\/li><li>Reference list should be formatted in APA style (<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">example<\\/a>).<\\/li><\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6ebcaaa","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"4a51237","elType":"widget","settings":{"editor":"<h2>Fonts<\\/h2><table class=\\"paper\\"><tbody><tr style=\\"border-bottom: 1px solid black;\\"><td>\\u00a0<\\/td><td style=\\"padding: 5px; text-align: center;\\"><strong><em> Font,<br \\/>pt<\\/em><\\/strong><\\/td><td><strong><em>Style<\\/em><\\/strong><\\/td><\\/tr><tr><td><strong>Title<\\/strong><\\/td><td>12<\\/td><td>Bold<\\/td><\\/tr><tr><td><strong>Authors<\\/strong><\\/td><td>10<\\/td><td>Bold<\\/td><\\/tr><tr><td><em>Institution<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td>Body text<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td>Text in table<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td>References<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td><em>Keywords<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td><em>Title of the figures<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td><em>Title of the tables<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><\\/tbody><\\/table><p>\\u00a0<\\/p>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5243, 1191, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:3;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}}}}'),
(5244, 1192, '_elementor_edit_mode', 'builder'),
(5245, 1192, '_elementor_template_type', 'wp-post'),
(5246, 1192, '_elementor_version', '2.6.6'),
(5247, 1192, '_wp_page_template', 'default'),
(5248, 1192, '_elementor_data', '[{"id":"45306f41","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7495cec1","elType":"column","settings":{"_column_size":100},"elements":[{"id":"431fb4ce","elType":"widget","settings":{"editor":"<p>PAPER REQUIREMENTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"8111608","elType":"section","settings":{"structure":"20","padding":{"unit":"px","top":"40","right":"0","bottom":"60","left":"0","isLinked":false}},"elements":[{"id":"9f3e0ca","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"8bb436e","elType":"widget","settings":{"editor":"<h2>Paper formatting requirements<\\/h2>\\n<p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<\\/p>\\n<p>Electronic documents should be in an electronic version Microsoft Word. Papers will be published in English. The abstract should not exceed 300-500 words.<\\/p>\\n<p>Please submit it using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong>konferencija.md@go.kauko.lt<\\/strong><\\/a><\\/p>\\n<p>Please submit your paper using email to <a href=\\"mailto:konferencija.md@go.kauko.lt\\"><strong>konferencija.md@go.kauko.lt<\\/strong><\\/a> and prepared according to the given instructions:<\\/p>\\n<ul>\\n<li>Electronic documents should be in an electronic version Microsoft Word only.<\\/li>\\n<li>Papers will be published in English.<\\/li>\\n<li>Original full paper up to 5\\u20138 printed pages (A5).<\\/li>\\n<li>All margins: 2 cm<\\/li>\\n<li>Times New Roman<\\/li>\\n<li>Single-spaced<\\/li>\\n<li>Reference list should be formatted in APA style (<a href=\\"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/Eng-APA.pdf\\">example<\\/a>).<\\/li>\\n<\\/ul>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6ebcaaa","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"4a51237","elType":"widget","settings":{"editor":"<h2>Fonts<\\/h2><table class=\\"paper\\"><tbody><tr style=\\"border-bottom: 1px solid black;\\"><td>\\u00a0<\\/td><td style=\\"padding: 5px; text-align: center;\\"><strong><em> Font,<br \\/>pt<\\/em><\\/strong><\\/td><td><strong><em>Style<\\/em><\\/strong><\\/td><\\/tr><tr><td><strong>Title<\\/strong><\\/td><td>12<\\/td><td>Bold<\\/td><\\/tr><tr><td><strong>Authors<\\/strong><\\/td><td>10<\\/td><td>Bold<\\/td><\\/tr><tr><td><em>Institution<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td>Body text<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td>Text in table<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td>References<\\/td><td>10<\\/td><td>Normal<\\/td><\\/tr><tr><td><em>Keywords<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td><em>Title of the figures<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><tr><td><em>Title of the tables<\\/em><\\/td><td>10<\\/td><td>Italic<\\/td><\\/tr><\\/tbody><\\/table><p>\\u00a0<\\/p>","text_color":"#303030","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false}]'),
(5249, 1192, '_elementor_controls_usage', 'a:3:{s:11:"text-editor";a:3:{s:5:"count";i:3;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:3;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:3;s:21:"typography_typography";i:3;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:3;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:2;}}}}s:7:"section";a:3:{s:5:"count";i:2;s:15:"control_percent";i:0;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:1;s:16:"background_color";i:1;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:1:{s:7:"padding";i:2;}}s:6:"layout";a:2:{s:14:"section_layout";a:1:{s:16:"content_position";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:1;}}}}}'),
(5250, 94, '_elementor_page_assets', 'a:0:{}'),
(5252, 1193, '_elementor_edit_mode', 'builder'),
(5253, 1193, '_elementor_template_type', 'wp-post'),
(5254, 1193, '_elementor_version', '3.11.1'),
(5255, 1193, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5256, 1193, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5257, 1193, '_elementor_pro_version', '2.6.1'),
(5258, 1193, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5259, 1193, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5260, 1193, '_elementor_page_assets', 'a:0:{}'),
(5262, 1194, '_elementor_edit_mode', 'builder'),
(5263, 1194, '_elementor_template_type', 'wp-post'),
(5264, 1194, '_elementor_version', '3.11.1'),
(5265, 1194, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5266, 1194, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":[],"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5267, 1194, '_elementor_pro_version', '2.6.1'),
(5268, 1194, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5269, 1194, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5270, 1194, '_elementor_page_assets', 'a:0:{}'),
(5272, 1195, '_elementor_edit_mode', 'builder'),
(5273, 1195, '_elementor_template_type', 'wp-post'),
(5274, 1195, '_elementor_version', '3.11.1'),
(5275, 1195, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5276, 1195, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5277, 1195, '_elementor_pro_version', '2.6.1'),
(5278, 1195, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5279, 1195, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5280, 1195, '_elementor_page_assets', 'a:0:{}'),
(5293, 1197, '_elementor_edit_mode', 'builder'),
(5294, 1197, '_elementor_template_type', 'wp-post'),
(5295, 1197, '_elementor_version', '3.4.5'),
(5296, 1197, '_elementor_pro_version', '2.6.1'),
(5297, 1197, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5298, 1197, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div>Ph.D. Professor Halina Podsiadlo<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div><div><i>(Minsk State Higher Radiotechnical College, Belarus)<\\/i><\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div><i>(Vilnius Gediminas Technical University, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div>\\u00a0<\\/div><\\/div><h2>ORGANIZATIONAL COMMITTEE<\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. V. Mork\\u016bnien\\u0117<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Grik\\u0161ien\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>M. Fiodorov<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5299, 1197, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(5300, 1197, '_elementor_page_assets', 'a:0:{}'),
(5301, 1197, '_elementor_controls_usage', 'a:5:{s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:6;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:6;s:21:"typography_typography";i:6;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:10;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:8;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:16:"content_position";i:5;s:3:"gap";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(5302, 1198, '_elementor_edit_mode', 'builder'),
(5303, 1198, '_elementor_template_type', 'wp-post'),
(5304, 1198, '_elementor_version', '3.4.5'),
(5305, 1198, '_elementor_pro_version', '2.6.1'),
(5306, 1198, '_wp_page_template', 'default'),
(5307, 1198, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div>Ph.D. Professor Halina Podsiadlo<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<\\/div><div><i>(Minsk State Higher Radiotechnical College, Belarus)<\\/i><\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div><i>(Vilnius Gediminas Technical University, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Vilma Mork\\u016bnien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div>\\u00a0<\\/div><\\/div><h2>ORGANIZATIONAL COMMITTEE<\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. V. Mork\\u016bnien\\u0117<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Grik\\u0161ien\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>M. Fiodorov<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"71acbe0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><h2>CONFERENCE ORGANIZERS<\\/h2><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"5e4e1a4","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"c75680d","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"c94b3c9","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Kaunas University of Applied Sciences<\\/strong><br \\/>Department of Media Technologies<\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"cdd08cf","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"7084be8","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"f028668","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"8d885e4","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Moscow State University of Printing Arts<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"9dcff92","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true},{"id":"90beb18","elType":"section","settings":{"content_position":"middle","structure":"20"},"elements":[{"id":"53576fb","elType":"column","settings":{"_column_size":50,"_inline_size":67},"elements":[{"id":"4693fd0","elType":"widget","settings":{"editor":"<div id=\\"main\\"><div id=\\"second\\"><p><strong>Warsaw University of Technology<br \\/>Zak\\u0142ad Technologii Poligraficznych Instytutu Mechaniki i Poligrafii<\\/strong><\\/p><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"2ae5f3e","elType":"column","settings":{"_column_size":50,"_inline_size":33},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5308, 1198, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(5309, 1198, '_elementor_page_assets', 'a:0:{}'),
(5310, 1198, '_elementor_controls_usage', 'a:5:{s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:6;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:6;s:21:"typography_typography";i:6;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:10;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:8;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:16:"content_position";i:5;s:3:"gap";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(5311, 1199, '_elementor_edit_mode', 'builder'),
(5312, 1199, '_elementor_template_type', 'wp-post'),
(5313, 1199, '_elementor_version', '3.4.5'),
(5314, 1199, '_elementor_pro_version', '2.6.1'),
(5315, 1199, '_wp_page_template', 'default'),
(5316, 1199, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div><div>Ph.D. Professor Kenneth Macro<\\/div><div><i>(California Polytechnic State University, USA)<\\/i><\\/div><div><div>Ph.D. Professor Gunter Huebner<\\/div><div><i>(Stuttgart Media University, Germany)<\\/i><\\/div><div><div>Ph.D. Associate Professor Martin Habekost<\\/div><div><i>(Toronto Metropolitan University, Canada)<\\/i><\\/div><div><div>Ph.D. Associate Professor Anastasios Politis<\\/div><div><i>(West Atica University, Greece)<\\/i><\\/div><\\/div><\\/div><\\/div><\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div><div><div>Ph.D. Associate Professor Kevin Howel<\\/div><div><i>(Appalachian State University, USA)<\\/i><\\/div><\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div><i>(Vilnius Tech, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div><div>Ph.D. Associate Professor Pedro Matos<\\/div><div><i>(Polytechnic Institute of Portalegre, Portugal)<\\/i><\\/div><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"3518b87","elType":"widget","settings":{"editor":"<h2><span style=\\"font-size: 20px; font-weight: 600;\\">ORGANIZATIONAL COMMITTEE<\\/span><\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Numavi\\u010d\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>D. Repe\\u010dka<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><li>I. Venslovien\\u0117<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5317, 1199, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(5318, 1199, '_elementor_page_assets', 'a:0:{}'),
(5319, 1199, '_elementor_controls_usage', 'a:5:{s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:6;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:6;s:21:"typography_typography";i:6;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:10;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:8;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:16:"content_position";i:5;s:3:"gap";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(5320, 1200, '_elementor_edit_mode', 'builder'),
(5321, 1200, '_elementor_template_type', 'wp-post'),
(5322, 1200, '_elementor_version', '3.11.1'),
(5323, 1200, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5324, 1200, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5325, 1200, '_elementor_pro_version', '2.6.1'),
(5326, 1200, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5327, 1200, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5328, 1200, '_elementor_page_assets', 'a:0:{}'),
(5330, 1201, '_elementor_edit_mode', 'builder'),
(5331, 1201, '_elementor_template_type', 'wp-post'),
(5332, 1201, '_elementor_version', '3.11.1'),
(5333, 1201, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5334, 1201, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27th of April, 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGES: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication fee.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation.<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5335, 1201, '_elementor_pro_version', '2.6.1'),
(5336, 1201, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5337, 1201, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5338, 1201, '_elementor_page_assets', 'a:0:{}'),
(5340, 1202, '_elementor_edit_mode', 'builder'),
(5341, 1202, '_elementor_template_type', 'wp-post'),
(5342, 1202, '_elementor_version', '3.11.1'),
(5343, 1202, '_wp_page_template', 'default'),
(5344, 1202, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27 April 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGE: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Tthe Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for the abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div>\\n<p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50 <\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication.<\\/span><\\/p>\\n<p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p>\\n<p>Company code: 111965284<\\/p>\\n<p>Account number: LT287300010002229776<\\/p>\\n<p>Bank AB Swedbank<\\/p>\\n<p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p>\\n<p>Payment purpose should include the text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p>\\n<p>* The fee does not cover expenses for travelling and accommodation<\\/p>\\n<\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5345, 1202, '_elementor_pro_version', '2.6.1'),
(5346, 1202, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5347, 1202, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5348, 1202, '_elementor_page_assets', 'a:0:{}'),
(5361, 1204, '_elementor_edit_mode', 'builder'),
(5362, 1204, '_elementor_template_type', 'wp-post'),
(5363, 1204, '_elementor_version', '3.11.1'),
(5364, 1204, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5365, 1204, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27 April 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGE: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Tthe Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for the abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div>\\n<p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50 <\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication.<\\/span><\\/p>\\n<p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p>\\n<p>Company code: 111965284<\\/p>\\n<p>Account number: LT287300010002229776<\\/p>\\n<p>Bank AB Swedbank<\\/p>\\n<p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p>\\n<p>Payment purpose should include the text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p>\\n<p>* The fee does not cover expenses for travelling and accommodation<\\/p>\\n<\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5366, 1204, '_elementor_pro_version', '2.6.1'),
(5367, 1204, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5368, 1204, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5369, 1204, '_elementor_page_assets', 'a:0:{}'),
(5370, 1205, '_elementor_edit_mode', 'builder'),
(5371, 1205, '_elementor_template_type', 'wp-post'),
(5372, 1205, '_elementor_version', '3.11.1'),
(5373, 1205, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5374, 1205, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br \\/><\\/b><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27 April 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p><p>\\u00a0<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"ecf7040","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a01a2f2","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true},{"id":"05fb412","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"31f1c1c","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg","id":1152,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"aad61e7","elType":"widget","settings":{"editor":"<p>Video and audio technology, film making<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"be18984","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGE: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March, 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March, 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April, 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"Tthe Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d ((ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for the abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div>\\n<p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50 <\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication.<\\/span><\\/p>\\n<p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:<\\/p>\\n<p>Company code: 111965284<\\/p>\\n<p>Account number: LT287300010002229776<\\/p>\\n<p>Bank AB Swedbank<\\/p>\\n<p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p>\\n<p>Payment purpose should include the text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p>\\n<p>* The fee does not cover expenses for travelling and accommodation<\\/p>\\n<\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<div id=\\"first\\">\\n<h1><br><\\/h1>\\n<p><strong>Kaunas University of Applied Sciences<br><\\/strong><strong>Faculty of Technologies<br>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 600 33 074<\\/p>\\n<\\/div>\\n<div id=\\"second\\"> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5375, 1205, '_elementor_pro_version', '2.6.1'),
(5376, 1205, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5377, 1205, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5378, 1205, '_elementor_page_assets', 'a:0:{}'),
(5379, 1206, '_elementor_edit_mode', 'builder'),
(5380, 1206, '_elementor_template_type', 'wp-post'),
(5381, 1206, '_elementor_version', '3.11.1'),
(5382, 1206, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5383, 1206, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION<\\/strong><br \\/><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27 April 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, television, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGE: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"The Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d (ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for the abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include the text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<p><\\/p>\\n<div>\\n<p><strong>Kauno kolegija Higher Education Institution<\\/strong><\\/p>\\n<p><strong>Faculty of Technologies<\\/strong><br><strong>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 675 06 789<\\/p>\\n<\\/div>\\n<div> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center","text_columns":"1","column_gap":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5384, 1206, '_elementor_pro_version', '2.6.1'),
(5385, 1206, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5386, 1206, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5387, 1206, '_elementor_page_assets', 'a:0:{}'),
(5388, 1207, '_elementor_edit_mode', 'builder'),
(5389, 1207, '_elementor_template_type', 'wp-post'),
(5390, 1207, '_elementor_version', '3.11.1'),
(5391, 1207, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5392, 1207, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION<\\/strong><br \\/><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27 April 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, television, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGE: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"The Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d (ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for the abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include the text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<p><\\/p>\\n<div>\\n<p><strong>Kauno kolegija Higher Education Institution<\\/strong><\\/p>\\n<p><strong>Faculty of Technologies<\\/strong><br><strong>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 675 06 789<\\/p>\\n<\\/div>\\n<div> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center","text_columns":"1","column_gap":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5393, 1207, '_elementor_pro_version', '2.6.1'),
(5394, 1207, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5395, 1207, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5396, 1207, '_elementor_page_assets', 'a:0:{}'),
(5397, 1208, '_elementor_edit_mode', 'builder'),
(5398, 1208, '_elementor_template_type', 'wp-post'),
(5399, 1208, '_elementor_version', '3.11.1'),
(5400, 1208, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5401, 1208, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION<\\/strong><br \\/><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27 April 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, television, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGE: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"The Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d (ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for the abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include the text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<p><\\/p>\\n<div>\\n<p><strong>Kauno kolegija Higher Education Institution<\\/strong><\\/p>\\n<p><strong>Faculty of Technologies<\\/strong><br><strong>Department of Media Technologies<\\/strong><br>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person<\\/strong><br>Renata Gudaitien\\u0117<br>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br>E-mail: <a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br>Tel. +370 675 06 789<\\/p>\\n<\\/div>\\n<div> <\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center","text_columns":"1","column_gap":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5402, 1208, '_elementor_pro_version', '2.6.1'),
(5403, 1208, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5404, 1208, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5405, 1208, '_elementor_page_assets', 'a:0:{}'),
(5406, 1209, '_elementor_edit_mode', 'builder'),
(5407, 1209, '_elementor_template_type', 'wp-post'),
(5408, 1209, '_elementor_version', '3.11.1'),
(5409, 1209, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5410, 1209, '_elementor_data', '[{"id":"5aedde6","elType":"section","settings":{"height":"min-height","custom_height":{"unit":"px","size":520,"sizes":[]},"column_position":"top","content_position":"middle","background_background":"classic","background_color":"#4cbda8","background_image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/header.jpg","id":53},"background_position":"center center","background_overlay_background":"classic","background_overlay_color":"#4cbda8","background_overlay_position":"bottom right","background_overlay_repeat":"no-repeat","background_overlay_opacity":{"unit":"px","size":0.8,"sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"0","left":0,"isLinked":false},"padding":{"unit":"px","top":"50","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"6aa97be","elType":"column","settings":{"_column_size":100,"_inline_size":null,"margin":{"unit":"%","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"8c78936","elType":"widget","settings":{"space":{"unit":"px","size":20,"sizes":[]}},"elements":[],"widgetType":"spacer"},{"id":"3ac0d0b","elType":"widget","settings":{"editor":"<p>International Scientific-Practical Conference<br \\/>Innovations in Publishing, Printing and Multimedia Technologies<br \\/>2023<\\/p>","align":"center","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_size_mobile":{"unit":"px","size":18,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"9d92140","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false},{"id":"1c39dc6","elType":"section","settings":[],"elements":[{"id":"18c8f27","elType":"column","settings":{"_column_size":100},"elements":[{"id":"5d280e9","elType":"section","settings":{"gap":"no","content_position":"middle","padding":{"unit":"px","top":"015","right":"15","bottom":"15","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"15","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":{"unit":"px","size":1600},"background_background":"classic","margin":{"unit":"px","top":"-160","right":0,"bottom":"0","left":0,"isLinked":false}},"elements":[{"id":"ea9efcd","elType":"column","settings":{"_column_size":100,"_inline_size":null,"padding":{"unit":"px","top":"25","right":"25","bottom":"25","left":"25","isLinked":true},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"20","right":"10","bottom":"20","left":"10","isLinked":false},"content_position":"top","background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"1170ffe","elType":"widget","settings":{"editor":"<p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION<\\/strong><br \\/><b>FACULTY OF TECHNOLOGIES<br \\/><\\/b><b>DEPARTMENT OF MEDIA TECHNOLOGIES<\\/b><\\/p><p>We kindly invite you to participate in the scientific-practical conference\\u00a0<strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023<\\/strong>, which will be held<br \\/>on <b>26-27 April 2023.<\\/b><\\/p><p><b>CONFERENCE WILL TAKE PLACE<\\/b>\\u00a0in Pramon\\u0117s pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","_padding":{"unit":"px","top":"010","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"},{"id":"2b14481","elType":"widget","settings":{"text":"REGISTRATION","link":{"url":"https:\\/\\/forms.gle\\/VT8FDwYyjnixYQVC9","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31831a8b","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":1000},"content_position":"middle","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"content_width":{"unit":"px","size":1400},"background_background":"classic","background_color":"#f8f8f8","_element_id":"midd"},"elements":[{"id":"632e170b","elType":"column","settings":{"_column_size":100,"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1bf753b","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"52a77ed","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"fe3ee56","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"1949836","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"6be4dc9","elType":"widget","settings":{"title":"TOPICS AND AREAS","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8d8b3d0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"0875a72","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"3d7d1a5","elType":"section","settings":{"structure":"30"},"elements":[{"id":"3a5b7ec","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1cb0e7e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/cad-draftsman.webp","id":1158,"alt":"","source":"library","size":""},"image_size":"1536x1536"},"elements":[],"widgetType":"image"},{"id":"b87bcd7","elType":"widget","settings":{"editor":"<p>Computer-aided design for graphics, digital media and advertising<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fdd335b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"67ee602","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/3.jpg","id":999},"image_size":"full"},"elements":[],"widgetType":"image"},{"id":"2f99fc4","elType":"widget","settings":{"editor":"<p>Innovations of prepress and printing processes, advertising production<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"022eb74","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8e6710d","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/graphic-design-min-scaled.webp","id":1155,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"521f47f","elType":"widget","settings":{"editor":"<p>Multimedia products for the media, television, internet and social networks<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true},{"id":"2367b0f","elType":"section","settings":{"structure":"30"},"elements":[{"id":"a15387b","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"1b7e6d0","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg","id":1154,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"9e86fa4","elType":"widget","settings":{"editor":"<p>Publishing, printing, information and multimedia technologies in science and studies<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"3284c84","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"6e81d6e","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/print-quality-check.jpg","id":1159,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"59f6660","elType":"widget","settings":{"editor":"<p>Print quality, standardisation, management of media companies and processes<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"fe736b9","elType":"column","settings":{"_column_size":33,"_inline_size":null,"background_background":"classic","background_color":"#ffffff","border_radius":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":20,"spread":0,"color":"rgba(0,0,0,0.1)"},"margin":{"unit":"px","top":"10","right":"10","bottom":"10","left":"10","isLinked":true}},"elements":[{"id":"8585fc4","elType":"widget","settings":{"image":{"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2023\\/02\\/7df963d0d3ae3d75d16d9e23e518b659-scaled.jpg","id":1156,"alt":"","source":"library","size":""}},"elements":[],"widgetType":"image"},{"id":"469f747","elType":"widget","settings":{"editor":"<p>Visual media communication, innovation and impact on society<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"6d6134e","elType":"section","settings":[],"elements":[{"id":"2a2216e","elType":"column","settings":{"_column_size":100,"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-phone"},"elements":[{"id":"cdc2161","elType":"widget","settings":{"editor":"<p style=\\"text-align: center;\\">For participants, who does not publish articles, registration should be completed at 2020 m.<strong>\\u00a03rd of April<\\/strong>.\\u00a0<a href=\\"http:\\/\\/conference.media.kauko.lt\\/registration\\/\\">Form of registration<\\/a>.<\\/p>","align":"center","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"a0921fe","elType":"section","settings":[],"elements":[{"id":"d6e7007","elType":"column","settings":{"_column_size":100},"elements":[{"id":"e024d92","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1d7be45","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"c182907","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"510e251","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"3db0d95","elType":"widget","settings":{"title":"REGISTRATION","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"4bdb8e4","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ef9b313","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"7cc9cbb","elType":"section","settings":[],"elements":[{"id":"caf1bcb","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"1","bottom":"0","left":"0","isLinked":false},"border_color":"#dddddd","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"5c8db9d","elType":"widget","settings":{"editor":"<p><b>CONFERENCE LANGUAGE: <\\/b><span style=\\"font-weight: 400;\\">English.<\\/span><\\/p><p><b>THE TOTAL TIME<\\/b><span style=\\"font-weight: 400;\\"> allotted to each speaker - 20 minutes.\\u00a0<\\/span><\\/p>","text_color":"#303030"},"elements":[],"widgetType":"text-editor"},{"id":"f6b4f0c","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Key dates:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"bc74242","elType":"widget","settings":{"icon_list":[{"text":"Deadline for registration is <b>20 March 2023.<\\/b>","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"Submission of abstracts with online registration is <b>20 March 2023.<\\/b>","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"The deadline for full paper submission for review and publication \\u2013 <b>30 April 2023.<\\/b> (by e-mail - konferencija.md@go.kauko.lt)","_id":"1a511d0","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"df191b2","elType":"widget","settings":{"editor":"<div id=\\"first\\"><h1><span style=\\"font-size: 20px; font-weight: 600;\\">Publications:<\\/span><\\/h1><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"},{"id":"17b95ee","elType":"widget","settings":{"icon_list":[{"text":"The Conference proceedings will be published in a dedicated peer-reviewed publication \\u201cInnovations in Publishing, Printing and Multimedia Technologies 2023\\u201d (ISSN 2029-4638).","_id":"326836d","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}},{"text":"All requirements for the abstract and article are available online HERE.","_id":"7e09ea4","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""}}],"icon_color":"#3e3e3e","text_color":"#3e3e3e","icon_typography_typography":"custom","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_line_height":{"unit":"em","size":2,"sizes":[]}},"elements":[],"widgetType":"icon-list"},{"id":"627bd55","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"#4cbda8","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#4cbda8","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"button_hover_border_color":"#4cbda8"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"7484165","elType":"section","settings":[],"elements":[{"id":"e223d90","elType":"column","settings":{"_column_size":100},"elements":[{"id":"8e85b83","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle","_element_id":"contact"},"elements":[{"id":"33a62cb","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"ec11cca","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"dcbeb40","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"2a40ba3","elType":"widget","settings":{"title":"CONFERENCE FEE","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"bfb8529","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"89d2083","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"16a8224","elType":"section","settings":[],"elements":[{"id":"cf7b43c","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"189ab05","elType":"widget","settings":{"editor":"<div><p><span style=\\"font-size: 16px;\\">Conference fee is <\\/span><b style=\\"font-size: 16px;\\">50\\u00a0<\\/b><span style=\\"font-family: \'Open Sans\', sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold;\\">\\u20ac<\\/span><b style=\\"font-size: 16px;\\">.<\\/b><span style=\\"font-size: 16px;\\"> It includes organisational expenses, peer-review and publication.<\\/span><\\/p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:<\\/p><p>Company code: 111965284<\\/p><p>Account number: LT287300010002229776<\\/p><p>Bank AB Swedbank<\\/p><p>Bank code: 73000, SWIFT code: BIC-HABALT22<\\/p><p>Payment purpose should include the text \\u2018<b>IPPMT 2023 conference fee<\\/b>\\u2019 <b>for \\u2026\\u2026. (participant\\u2019s name and surname)<\\/b><\\/p><p>* The fee does not cover expenses for travelling and accommodation<\\/p><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"991ba99","elType":"section","settings":{"background_background":"classic","background_color":"#00a994"},"elements":[{"id":"ab1facf","elType":"column","settings":{"_column_size":100},"elements":[{"id":"b7a7350","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"1ef24e0","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"a3cd7e1","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"cc0420e","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"164cfaf","elType":"widget","settings":{"title":"PAST CONFERENCES","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"3036b9d","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"f1d7dfa","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#FFFFFF","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"2469d1c","elType":"section","settings":[],"elements":[{"id":"36f1c9d","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"3470a49","elType":"widget","settings":{"carousel":[{"id":940,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5373.jpg"},{"id":910,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7639.jpg"},{"id":848,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7475.jpg"},{"id":847,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9638.jpg"},{"id":826,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_9548.jpg"},{"id":824,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5431.jpg"},{"id":744,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/MG_0335.jpg"},{"id":747,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1780.jpg"},{"id":746,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4054.jpg"},{"id":763,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1784.jpg"},{"id":752,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_1913-1024x768.jpg"},{"id":758,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_4168.jpg"},{"id":673,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0276.jpg"},{"id":671,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11154817_855275401212357_642722457041029844_o.jpg"},{"id":684,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC_2135.jpg"},{"id":663,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/DSC0152.jpg"},{"id":616,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/IMG_5159.jpg"},{"id":606,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/11134112_855275441212353_8553880067207033223_o.jpg"},{"id":591,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/AN3C1675.jpg"},{"id":911,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7647.jpg"},{"id":914,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7651.jpg"},{"id":907,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/N3C7631.jpg"},{"id":935,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5361.jpg"},{"id":947,"url":"http:\\/\\/ippmt.kauko.lt\\/wp-content\\/uploads\\/2019\\/07\\/SAM_5453.jpg"}],"thumbnail_size":"medium_large"},"elements":[],"widgetType":"image-carousel"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"31ee999","elType":"section","settings":{"hide_mobile":"hidden-phone"},"elements":[{"id":"d7c7884","elType":"column","settings":{"_column_size":100},"elements":[{"id":"404a96a","elType":"section","settings":{"content_width":{"unit":"px","size":1600},"structure":"30","content_position":"middle"},"elements":[{"id":"4e4897b","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"43b67e9","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"left","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true},{"id":"e2de2bd","elType":"column","settings":{"_column_size":33,"_inline_size":33.332},"elements":[{"id":"8ccd8e5","elType":"widget","settings":{"title":"CONTACT","align":"center","title_color":"#373750","typography_typography":"custom","typography_font_size":{"unit":"px","size":40},"typography_font_weight":"500","typography_text_transform":"capitalize","typography_line_height":{"unit":"em","size":"1.3"},"typography_letter_spacing":{"unit":"px","size":"1"},"typography_font_size_tablet":{"unit":"px","size":"24"},"header_size":"h3","typography_font_size_mobile":{"unit":"px","size":"30"}},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e7bdc71","elType":"column","settings":{"_column_size":33,"_inline_size":33},"elements":[{"id":"514e687","elType":"widget","settings":{"weight":{"unit":"px","size":"3"},"color":"#00a994","width":{"unit":"%","size":"95"},"align":"right","_margin":{"unit":"px","top":"00","right":"00","bottom":"00","left":"00","isLinked":true},"align_mobile":"center","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"text":"Divider"},"elements":[],"widgetType":"divider"}],"isInner":true}],"isInner":true},{"id":"e5587aa","elType":"section","settings":[],"elements":[{"id":"4dd6a5f","elType":"column","settings":{"_column_size":100,"_inline_size":null,"border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"1","isLinked":false},"border_color":"#303030","border_radius":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"b49b7c3","elType":"widget","settings":{"editor":"<p>\\u00a0<\\/p><div><p><strong>Kauno kolegija Higher Education Institution<\\/strong><br \\/><strong>Faculty of Technologies<\\/strong><br \\/><strong>Department of Media Technologies<\\/strong><br \\/>Pramon\\u0117s pr. 20, LT-50468 Kaunas, Lithuania<br \\/><strong>Contact person<\\/strong><br \\/>Renata Gudaitien\\u0117<br \\/>E-mail: <a href=\\"mailto:konferencija.md@go.kauko.lt\\">konferencija.md@go.kauko.lt<\\/a><br \\/>E-mail:\\u00a0<a href=\\"mailto:renata.gudaitiene@go.kauko.lt\\">renata.gudaitiene@go.kauko.lt<\\/a><br \\/>Tel. +370 675 06 789<\\/p><\\/div><div>\\u00a0<\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans","align":"center","text_columns":"1","column_gap":{"unit":"px","size":0,"sizes":[]}},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}],"isInner":false},{"id":"174f5c7f","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"275da95e","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"7a8e8390","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"27865d6","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5411, 1209, '_elementor_pro_version', '2.6.1'),
(5412, 1209, '_elementor_controls_usage', 'a:9:{s:6:"spacer";a:3:{s:5:"count";i:1;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:14:"section_spacer";a:1:{s:5:"space";i:1;}}}}s:11:"text-editor";a:3:{s:5:"count";i:12;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:12;}}s:5:"style";a:1:{s:13:"section_style";a:7:{s:5:"align";i:7;s:10:"text_color";i:12;s:21:"typography_typography";i:11;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:9;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:8:"_padding";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:4;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:4;s:4:"link";i:4;s:5:"align";i:4;s:4:"size";i:4;}}s:5:"style";a:1:{s:13:"section_style";a:12:{s:21:"typography_typography";i:4;s:22:"typography_font_family";i:4;s:22:"typography_font_weight";i:4;s:17:"button_text_color";i:4;s:16:"background_color";i:4;s:11:"hover_color";i:4;s:29:"button_background_hover_color";i:4;s:13:"border_border";i:4;s:12:"border_width";i:4;s:12:"border_color";i:4;s:13:"border_radius";i:4;s:25:"button_hover_border_color";i:2;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:3;}}}}s:6:"column";a:3:{s:5:"count";i:28;s:15:"control_percent";i:1;s:8:"controls";a:3:{s:6:"layout";a:1:{s:6:"layout";a:2:{s:12:"_inline_size";i:21;s:16:"content_position";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:6;s:7:"padding";i:3;s:14:"padding_tablet";i:2;s:14:"padding_mobile";i:1;s:13:"margin_mobile";i:1;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}s:5:"style";a:2:{s:13:"section_style";a:2:{s:21:"background_background";i:5;s:16:"background_color";i:5;}s:14:"section_border";a:5:{s:13:"border_radius";i:8;s:26:"box_shadow_box_shadow_type";i:5;s:21:"box_shadow_box_shadow";i:5;s:12:"border_width";i:3;s:12:"border_color";i:3;}}}}s:7:"section";a:3:{s:5:"count";i:17;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:6:"layout";a:2:{s:14:"section_layout";a:6:{s:6:"height";i:1;s:13:"custom_height";i:3;s:15:"column_position";i:1;s:16:"content_position";i:8;s:3:"gap";i:3;s:13:"content_width";i:6;}s:17:"section_structure";a:1:{s:9:"structure";i:5;}}s:5:"style";a:2:{s:18:"section_background";a:4:{s:21:"background_background";i:4;s:16:"background_color";i:3;s:16:"background_image";i:1;s:19:"background_position";i:1;}s:26:"section_background_overlay";a:5:{s:29:"background_overlay_background";i:1;s:24:"background_overlay_color";i:1;s:27:"background_overlay_position";i:1;s:25:"background_overlay_repeat";i:1;s:26:"background_overlay_opacity";i:1;}}s:8:"advanced";a:2:{s:16:"section_advanced";a:5:{s:6:"margin";i:2;s:7:"padding";i:4;s:14:"padding_tablet";i:3;s:14:"padding_mobile";i:3;s:11:"_element_id";i:2;}s:19:"_section_responsive";a:3:{s:12:"hide_desktop";i:1;s:11:"hide_tablet";i:1;s:11:"hide_mobile";i:1;}}}}s:7:"divider";a:3:{s:5:"count";i:8;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:21:"section_divider_style";a:2:{s:6:"weight";i:8;s:5:"color";i:8;}}s:7:"content";a:1:{s:15:"section_divider";a:3:{s:5:"width";i:8;s:5:"align";i:8;s:12:"align_mobile";i:8;}}s:8:"advanced";a:1:{s:14:"_section_style";a:4:{s:7:"_margin";i:8;s:14:"_margin_tablet";i:4;s:8:"_padding";i:4;s:14:"_margin_mobile";i:8;}}}}s:7:"heading";a:3:{s:5:"count";i:5;s:15:"control_percent";i:3;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:5;s:5:"align";i:5;s:11:"header_size";i:5;}}s:5:"style";a:1:{s:19:"section_title_style";a:11:{s:11:"title_color";i:5;s:21:"typography_typography";i:5;s:20:"typography_font_size";i:5;s:22:"typography_font_weight";i:5;s:25:"typography_text_transform";i:4;s:22:"typography_line_height";i:4;s:25:"typography_letter_spacing";i:4;s:27:"typography_font_size_tablet";i:4;s:27:"typography_font_size_mobile";i:5;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:5:"image";a:3:{s:5:"count";i:4;s:15:"control_percent";i:0;s:8:"controls";a:1:{s:7:"content";a:1:{s:13:"section_image";a:2:{s:5:"image";i:4;s:10:"image_size";i:1;}}}}s:9:"icon-list";a:3:{s:5:"count";i:2;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:12:"section_icon";a:1:{s:9:"icon_list";i:2;}}s:5:"style";a:2:{s:18:"section_icon_style";a:1:{s:10:"icon_color";i:2;}s:18:"section_text_style";a:4:{s:10:"text_color";i:2;s:26:"icon_typography_typography";i:2;s:25:"icon_typography_font_size";i:2;s:27:"icon_typography_line_height";i:2;}}}}}'),
(5413, 1209, '_elementor_elements_usage', 'a:9:{s:6:"spacer";i:1;s:11:"text-editor";i:12;s:6:"button";i:4;s:6:"column";i:28;s:7:"section";i:17;s:7:"divider";i:8;s:7:"heading";i:5;s:5:"image";i:4;s:9:"icon-list";i:2;}'),
(5414, 1209, '_elementor_page_assets', 'a:0:{}'),
(5417, 1210, '_elementor_edit_mode', 'builder'),
(5418, 1210, '_elementor_template_type', 'wp-post'),
(5419, 1210, '_elementor_version', '3.11.1'),
(5420, 1210, '_elementor_pro_version', '2.6.1'),
(5421, 1210, '_wp_page_template', 'default'),
(5422, 1210, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div><div>Ph.D. Professor Kenneth Macro<\\/div><div><i>(California Polytechnic State University, USA)<\\/i><\\/div><div><div>Ph.D. Professor Gunter Huebner<\\/div><div><i>(Stuttgart Media University, Germany)<\\/i><\\/div><div><div>Ph.D. Associate Professor Martin Habekost<\\/div><div><i>(Toronto Metropolitan University, Canada)<\\/i><\\/div><div><div>Ph.D. Associate Professor Anastasios Politis<\\/div><div><i>(West Atica University, Greece)<\\/i><\\/div><\\/div><\\/div><\\/div><\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div><div><div>Ph.D. Associate Professor Kevin Howel<\\/div><div><i>(Appalachian State University, USA)<\\/i><\\/div><\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div><i>(Vilnius Tech, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div><div>Ph.D. Associate Professor Pedro Matos<\\/div><div><i>(Polytechnic Institute of Portalegre, Portugal)<\\/i><\\/div><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"3518b87","elType":"widget","settings":{"editor":"<h2><span style=\\"font-size: 20px; font-weight: 600;\\">ORGANIZATIONAL COMMITTEE<\\/span><\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Numavi\\u010d\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>D. Repe\\u010dka<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><li>I. Venslovien\\u0117<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5423, 1210, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(5424, 1210, '_elementor_page_assets', 'a:0:{}'),
(5425, 1210, '_elementor_controls_usage', 'a:5:{s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:6;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:6;s:21:"typography_typography";i:6;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:10;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:8;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:16:"content_position";i:5;s:3:"gap";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(5427, 1211, '_elementor_edit_mode', 'builder'),
(5428, 1211, '_elementor_template_type', 'wp-post'),
(5429, 1211, '_elementor_version', '3.11.1'),
(5430, 1211, '_elementor_pro_version', '2.6.1'),
(5431, 1211, '_wp_page_template', 'default') ;
INSERT INTO `wp_postmeta` ( `meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5432, 1211, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div><div>Ph.D. Professor Kenneth Macro<\\/div><div><i>(California Polytechnic State University, USA)<\\/i><\\/div><div><div>Ph.D. Professor Gunter Huebner<\\/div><div><i>(Stuttgart Media University, Germany)<\\/i><\\/div><div><div>Ph.D. Associate Professor Martin Habekost<\\/div><div><i>(Toronto Metropolitan University, Canada)<\\/i><\\/div><div><div>Ph.D. Associate Professor Anastasios Politis<\\/div><div><i>(West Atica University, Greece)<\\/i><\\/div><\\/div><\\/div><\\/div><\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div><div><div>Ph.D. Associate Professor Kevin Howel<\\/div><div><i>(Appalachian State University, USA)<\\/i><\\/div><\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div><i>(Vilnius Tech, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kaunas University of Applied Sciences, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div><i>(Kauno kolegija\\/University of Applied Sciences, Lithuania)<\\/i><\\/div><div><div>Ph.D. Associate Professor Pedro Matos<\\/div><div><i>(Polytechnic Institute of Portalegre, Portugal)<\\/i><\\/div><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"3518b87","elType":"widget","settings":{"editor":"<h2><span style=\\"font-size: 20px; font-weight: 600;\\">ORGANIZATIONAL COMMITTEE<\\/span><\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Numavi\\u010d\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>D. Repe\\u010dka<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><li>I. Venslovien\\u0117<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5433, 1211, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(5434, 1211, '_elementor_page_assets', 'a:0:{}'),
(5435, 1211, '_elementor_controls_usage', 'a:5:{s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:6;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:6;s:21:"typography_typography";i:6;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:10;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:8;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:16:"content_position";i:5;s:3:"gap";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}'),
(5437, 1212, '_elementor_edit_mode', 'builder'),
(5438, 1212, '_elementor_template_type', 'wp-post'),
(5439, 1212, '_elementor_version', '3.11.1'),
(5440, 1212, '_elementor_pro_version', '2.6.1'),
(5441, 1212, '_wp_page_template', 'default'),
(5442, 1212, '_elementor_data', '[{"id":"5802f7a2","elType":"section","settings":{"background_background":"classic","background_color":"#45AD98","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false},"content_position":"middle"},"elements":[{"id":"7d1b30ea","elType":"column","settings":{"_column_size":100},"elements":[{"id":"32f33fb1","elType":"widget","settings":{"editor":"<p>HOSTS<\\/p>","align":"left","text_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36,"sizes":[]},"typography_font_weight":"700","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"04d6323","elType":"section","settings":{"structure":"20","margin":{"unit":"px","top":"30","right":0,"bottom":"60","left":0,"isLinked":false}},"elements":[{"id":"8a97252","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"c5df771","elType":"widget","settings":{"editor":"<h2>SCIENTIFIC COMMITTEE<\\/h2><div><div>Ph.D. Professor Georgij Petriaszwili<\\/div><div><i>(Warsaw University of Technology, Poland)<\\/i><\\/div><div><div>Ph.D. Professor Kenneth Macro<\\/div><div><i>(California Polytechnic State University, USA)<\\/i><\\/div><div><div>Ph.D. Professor Gunter Huebner<\\/div><div><i>(Stuttgart Media University, Germany)<\\/i><\\/div><div><div>Ph.D. Associate Professor Martin Habekost<\\/div><div><i>(Toronto Metropolitan University, Canada)<\\/i><\\/div><div><div>Ph.D. Associate Professor Anastasios Politis<\\/div><div><i>(West Atica University, Greece)<\\/i><\\/div><\\/div><\\/div><\\/div><\\/div><div>Ph.D. Associate Professor Adem Ayten<\\/div><div><i>(Istanbul Aydin University, Turkey)<\\/i><\\/div><div><div>Ph.D. Associate Professor Kevin Howel<\\/div><div><i>(Appalachian State University, USA)<\\/i><\\/div><\\/div><div>Ph.D. Associate Professor K\\u0119stutis Vaitasius<\\/div><div><i>(Kaunas University of Technology, Lithuania)<\\/i><\\/div><div>Ph.D. Professor Rimas Maskeli\\u016bnas<\\/div><div><i>(Vilnius Tech, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Renata Gudaitien\\u0117<\\/div><div><i>(Kauno kolegija Higher Education Institution, Lithuania)<\\/i><\\/div><div>Ph.D. Associate Professor Mehmet Oguz<\\/div><div><i>(Marmara University, Applied Sciences School, Turkey)<\\/i><\\/div><div>Ph.D. Associate Professor Svetlana Havenko<\\/div><div><i>(Ukrainean Academy of Printing, Ukraine)<\\/i><\\/div><div>Ph.D. Associate Professor Daiva Sajek<\\/div><div><i>(Kauno kolegija Higher Education Institution, Lithuania)<\\/i><\\/div><div><div>Ph.D. Associate Professor Pedro Matos<\\/div><div><i>(Polytechnic Institute of Portalegre, Portugal)<\\/i><\\/div><\\/div><\\/div>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false},{"id":"6df91ce","elType":"column","settings":{"_column_size":50,"_inline_size":null},"elements":[{"id":"3518b87","elType":"widget","settings":{"editor":"<h2><span style=\\"font-size: 20px; font-weight: 600;\\">ORGANIZATIONAL COMMITTEE<\\/span><\\/h2><ul><li>dr. D. Sajek<\\/li><li>dr. R. Gudaitien\\u0117<\\/li><li>G. Ginevi\\u010dien\\u0117<\\/li><li>L. Numavi\\u010d\\u0117<\\/li><li>V. Val\\u010diukas<\\/li><li>V. Vainoras<\\/li><li>D. Repe\\u010dka<\\/li><li>D. Luka\\u0161evi\\u010di\\u016bt\\u0117<\\/li><li>A. \\u010capskas<\\/li><li>A. Pocien\\u0117<\\/li><li>G. Baltru\\u0161aitis<\\/li><li>I. Venslovien\\u0117<\\/li><\\/ul>","text_color":"#3e3e3e","typography_typography":"custom","typography_font_family":"Open Sans"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"686492b1","elType":"section","settings":{"gap":"no","custom_height":{"unit":"px","size":800},"content_position":"middle","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"100","right":"25","bottom":"100","left":"25","isLinked":false},"padding_mobile":{"unit":"px","top":"50","right":"20","bottom":"50","left":"20","isLinked":false},"background_background":"classic","background_color":"#4cbda8"},"elements":[{"id":"47b1d004","elType":"column","settings":{"_column_size":100,"padding":{"unit":"%","top":"0","right":"15","bottom":"0","left":"15","isLinked":false},"padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true}},"elements":[{"id":"788c7d28","elType":"widget","settings":{"title":"Don\'t miss out a conference","align":"center","title_color":"#ffffff","typography_typography":"custom","typography_font_size":{"unit":"px","size":36},"typography_font_weight":"600","typography_font_size_mobile":{"unit":"px","size":35},"header_size":"h4","typography_font_family":"Open Sans","typography_line_height_mobile":{"unit":"em","size":1.3,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"6674bd22","elType":"widget","settings":{"text":"REGISTER NOW","link":{"url":"http:\\/\\/ippmt.kauko.lt\\/registration\\/","is_external":"","nofollow":""},"align":"center","size":"md","typography_typography":"custom","typography_font_family":"Open Sans","typography_font_weight":"700","button_text_color":"#ffffff","background_color":"rgba(0,0,0,0)","hover_color":"#4cbda8","button_background_hover_color":"#ffffff","border_border":"solid","border_width":{"unit":"px","top":"2","right":"2","bottom":"2","left":"2","isLinked":true},"border_color":"#ffffff","border_radius":{"unit":"px","top":"30","right":"30","bottom":"30","left":"30","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false}],"isInner":false}]'),
(5443, 1212, '_elementor_elements_usage', 'a:5:{s:11:"text-editor";i:6;s:6:"column";i:10;s:7:"section";i:6;s:7:"heading";i:1;s:6:"button";i:1;}'),
(5444, 1212, '_elementor_page_assets', 'a:0:{}'),
(5445, 1212, '_elementor_controls_usage', 'a:5:{s:11:"text-editor";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:2:{s:7:"content";a:1:{s:14:"section_editor";a:1:{s:6:"editor";i:6;}}s:5:"style";a:1:{s:13:"section_style";a:6:{s:5:"align";i:1;s:10:"text_color";i:6;s:21:"typography_typography";i:6;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:22:"typography_font_family";i:6;}}}}s:6:"column";a:3:{s:5:"count";i:10;s:15:"control_percent";i:1;s:8:"controls";a:2:{s:6:"layout";a:1:{s:6:"layout";a:1:{s:12:"_inline_size";i:8;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:2:{s:7:"padding";i:1;s:14:"padding_tablet";i:1;}}}}s:7:"section";a:3:{s:5:"count";i:6;s:15:"control_percent";i:2;s:8:"controls";a:3:{s:5:"style";a:1:{s:18:"section_background";a:2:{s:21:"background_background";i:2;s:16:"background_color";i:2;}}s:8:"advanced";a:1:{s:16:"section_advanced";a:4:{s:7:"padding";i:2;s:6:"margin";i:1;s:14:"padding_tablet";i:1;s:14:"padding_mobile";i:1;}}s:6:"layout";a:2:{s:14:"section_layout";a:3:{s:16:"content_position";i:5;s:3:"gap";i:1;s:13:"custom_height";i:1;}s:17:"section_structure";a:1:{s:9:"structure";i:4;}}}}s:7:"heading";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:2:{s:7:"content";a:1:{s:13:"section_title";a:3:{s:5:"title";i:1;s:5:"align";i:1;s:11:"header_size";i:1;}}s:5:"style";a:1:{s:19:"section_title_style";a:7:{s:11:"title_color";i:1;s:21:"typography_typography";i:1;s:20:"typography_font_size";i:1;s:22:"typography_font_weight";i:1;s:27:"typography_font_size_mobile";i:1;s:22:"typography_font_family";i:1;s:29:"typography_line_height_mobile";i:1;}}}}s:6:"button";a:3:{s:5:"count";i:1;s:15:"control_percent";i:4;s:8:"controls";a:3:{s:7:"content";a:1:{s:14:"section_button";a:4:{s:4:"text";i:1;s:4:"link";i:1;s:5:"align";i:1;s:4:"size";i:1;}}s:5:"style";a:1:{s:13:"section_style";a:11:{s:21:"typography_typography";i:1;s:22:"typography_font_family";i:1;s:22:"typography_font_weight";i:1;s:17:"button_text_color";i:1;s:16:"background_color";i:1;s:11:"hover_color";i:1;s:29:"button_background_hover_color";i:1;s:13:"border_border";i:1;s:12:"border_width";i:1;s:12:"border_color";i:1;s:13:"border_radius";i:1;}}s:8:"advanced";a:1:{s:14:"_section_style";a:1:{s:7:"_margin";i:1;}}}}}') ;
#
# End of data contents of table `wp_postmeta`
# --------------------------------------------------------
#
# Delete any existing table `wp_posts`
#
DROP TABLE IF EXISTS `wp_posts`;
#
# Table structure of table `wp_posts`
#
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text 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 NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=1214 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_posts`
#
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3, 1, '2019-07-24 11:00:20', '2019-07-24 11:00:20', '<!-- wp:heading -->\n<h2>Who we are</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our website address is: http://ippmt.kauko.lt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What personal data we collect and why we collect it</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":3} -->\n<h3>Comments</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3>Media</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3>Contact forms</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":3} -->\n<h3>Cookies</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3>Embedded content from other websites</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"level":3} -->\n<h3>Analytics</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Who we share your data with</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>How long we retain your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Where we send your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your contact information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Additional information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":3} -->\n<h3>How we protect your data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":3} -->\n<h3>What data breach procedures we have in place</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":3} -->\n<h3>What third parties we receive data from</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":3} -->\n<h3>What automated decision making and/or profiling we do with user data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {"level":3} -->\n<h3>Industry regulatory disclosure requirements</h3>\n<!-- /wp:heading -->', 'Privacy Policy', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2019-07-25 09:07:32', '2019-07-25 09:07:32', '', 0, 'http://ippmt.kauko.lt/?page_id=3', 0, 'page', '', 0),
(6, 1, '2019-07-25 09:03:00', '2019-07-25 09:03:00', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION</strong><br /><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27 April 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, television, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGE: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” (ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for the abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication.</p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include the text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n <p> </p><p><strong>Kauno kolegija Higher Education Institution</strong><br /><strong>Faculty of Technologies</strong><br /><strong>Department of Media Technologies</strong><br />Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br /><strong>Contact person</strong><br />Renata Gudaitienė<br />E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br />E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br />Tel. +370 675 06 789</p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'publish', 'closed', 'closed', '', 'main', '', '', '2023-02-20 10:49:20', '2023-02-20 10:49:20', '', 0, 'http://ippmt.kauko.lt/?page_id=6', 0, 'page', '', 0),
(8, 1, '2019-07-25 09:03:23', '2019-07-25 09:03:23', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili<i>(Warsaw University of Technology, Poland)</i>Ph.D. Professor Kenneth Macro<i>(California Polytechnic State University, USA)</i>Ph.D. Professor Gunter Huebner<i>(Stuttgart Media University, Germany)</i>Ph.D. Associate Professor Martin Habekost<i>(Toronto Metropolitan University, Canada)</i>Ph.D. Associate Professor Anastasios Politis<i>(West Atica University, Greece)</i>Ph.D. Associate Professor Adem Ayten<i>(Istanbul Aydin University, Turkey)</i>Ph.D. Associate Professor Kevin Howel<i>(Appalachian State University, USA)</i>Ph.D. Associate Professor Kęstutis Vaitasius<i>(Kaunas University of Technology, Lithuania)</i>Ph.D. Professor Rimas Maskeliūnas<i>(Vilnius Tech, Lithuania)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kauno kolegija Higher Education Institution, Lithuania)</i>Ph.D. Associate Professor Mehmet Oguz<i>(Marmara University, Applied Sciences School, Turkey)</i>Ph.D. Associate Professor Svetlana Havenko<i>(Ukrainean Academy of Printing, Ukraine)</i>Ph.D. Associate Professor Daiva Sajek<i>(Kauno kolegija Higher Education Institution, Lithuania)</i>Ph.D. Associate Professor Pedro Matos<i>(Polytechnic Institute of Portalegre, Portugal)</i><h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Numavičė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>D. Repečka</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li><li>I. Venslovienė</li></ul> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'publish', 'closed', 'closed', '', 'host', '', '', '2023-02-20 10:50:05', '2023-02-20 10:50:05', '', 0, 'http://ippmt.kauko.lt/?page_id=8', 0, 'page', '', 0),
(11, 1, '2019-07-25 09:03:14', '2019-07-25 09:03:14', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2>\n<p>Conference abstracts should be 300-500 words, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p>\n<ul>\n<li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx">Abstract template</a></li>\n</ul>\n<p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p>\n<p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p>\n<ul>\n<li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li>\n<li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li>\n<li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx">Download Requirements for articles 2023</a></li>\n</ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2><p>We kindly recommend you to make reservations in one of the hotels:</p><ul><li> <a href="http://www.kaunashotel.lt/">Kaunas Hotel</a></li><li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li><li> <a href="https://www.booking.com/hotel/lt/moxy-kaunas.lt.html">Moxy Kaunas Center Hotel</a><u></u></li></ul><h2>Useful links</h2><ul><li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li><li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li></ul>', 'Registration', '', 'publish', 'closed', 'closed', '', 'registration', '', '', '2023-02-20 08:44:43', '2023-02-20 08:44:43', '', 0, 'http://ippmt.kauko.lt/?page_id=11', 0, 'page', '', 0),
(12, 1, '2019-07-25 09:03:34', '2019-07-25 09:03:34', '<p>GALLERY</p> \n <a href="http://ippmt.kauko.lt/gallery/conference08/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference09/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-1.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-1.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-1-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-1-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-1-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-1-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference10/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-2.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-2.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-2-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-2-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-2-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-2-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference11/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-3.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-3.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-3-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-3-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-3-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-3-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference12/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-4.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-4.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-4-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-4-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-4-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-4-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference13/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-5.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-5.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-5-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-5-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-5-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-5-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference14/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-6.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-6.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-6-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-6-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-6-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-6-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference15/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-7.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-7.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-7-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-7-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-7-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-7-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference16/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-8.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-8.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-8-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-8-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-8-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-8-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference17/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-9.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-9.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-9-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-9-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-9-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-9-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference18/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-10.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-10.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-10-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-10-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-10-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-10-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <a href="http://ippmt.kauko.lt/gallery/conference19/" data-elementor-open-lightbox="">\n <img width="1080" height="1080" src="http://ippmt.kauko.lt/wp-content/uploads/2019/11/CONFERENCE-2008.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/11/CONFERENCE-2008.png 1080w, http://ippmt.kauko.lt/wp-content/uploads/2019/11/CONFERENCE-2008-150x150.png 150w, http://ippmt.kauko.lt/wp-content/uploads/2019/11/CONFERENCE-2008-300x300.png 300w, http://ippmt.kauko.lt/wp-content/uploads/2019/11/CONFERENCE-2008-768x768.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/11/CONFERENCE-2008-1024x1024.png 1024w" sizes="(max-width: 1080px) 100vw, 1080px" /> </a>\n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Gallery', '', 'publish', 'closed', 'closed', '', 'gallery', '', '', '2019-11-11 13:01:01', '2019-11-11 13:01:01', '', 0, 'http://ippmt.kauko.lt/?page_id=12', 0, 'page', '', 0),
(15, 1, '2019-07-25 09:03:41', '2019-07-25 09:03:41', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/12/Konferencija-2021_Ok.pdf">Conference 2021</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'publish', 'closed', 'closed', '', 'proceedings', '', '', '2021-12-02 11:09:39', '2021-12-02 11:09:39', '', 0, 'http://ippmt.kauko.lt/?page_id=15', 0, 'page', '', 0),
(25, 1, '2023-02-20 09:01:02', '2019-07-25 09:08:21', ' ', '', '', 'publish', 'closed', 'closed', '', '25', '', '', '2023-02-20 09:01:02', '2023-02-20 09:01:02', '', 0, 'http://ippmt.kauko.lt/?p=25', 3, 'nav_menu_item', '', 0),
(26, 1, '2023-02-20 09:01:02', '2019-07-25 09:08:20', ' ', '', '', 'publish', 'closed', 'closed', '', '26', '', '', '2023-02-20 09:01:02', '2023-02-20 09:01:02', '', 0, 'http://ippmt.kauko.lt/?p=26', 1, 'nav_menu_item', '', 0),
(27, 1, '2023-02-20 09:01:02', '2019-07-25 09:08:21', ' ', '', '', 'publish', 'closed', 'closed', '', '27', '', '', '2023-02-20 09:01:02', '2023-02-20 09:01:02', '', 0, 'http://ippmt.kauko.lt/?p=27', 4, 'nav_menu_item', '', 0),
(28, 1, '2023-02-20 09:01:02', '2019-07-25 09:08:20', ' ', '', '', 'publish', 'closed', 'closed', '', '28', '', '', '2023-02-20 09:01:02', '2023-02-20 09:01:02', '', 0, 'http://ippmt.kauko.lt/?p=28', 2, 'nav_menu_item', '', 0),
(41, 1, '2019-07-29 07:57:02', '2019-07-29 07:57:02', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2019-07-29 07:57:02', '2019-07-29 07:57:02', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/logo.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2019-07-29 08:04:20', '2019-07-29 08:04:20', '<h3>INFORMACIJA</h3> \n <h3>Registracija į </br>konferenciją</h3> \n <p>iki 2019 m. kovo 4 d.</p> \n <h3>Straipsniai konferencijos leidiniui</h3> \n <p>iki 2019 m. kovo 29 d.</p> \n <h3>Konferencijos </br>programa</h3> \n <p>iki 2019 m. balandžio 5 d.</p> \n <h3>Konferencijos </br>data</h3> \n <p>2019 m. balandžio 25 d.</p>', 'info block', '', 'publish', 'closed', 'closed', '', 'info-block', '', '', '2019-07-29 08:04:20', '2019-07-29 08:04:20', '', 0, 'http://ippmt.kauko.lt/?elementor_library=info-block', 0, 'elementor_library', '', 0),
(48, 1, '2019-07-29 08:08:49', '2019-07-29 08:08:49', '<h4>Apie konferenciją</h4> \n <h3>Tikslas</h3> \n <p>Skatinti studentus dalyvauti mokslo taikomojoje veikloje, domėtis mokslo pažanga bei technologinių naujovių taikymo galimybėmis inžinerijoje, versle, pramonėje.</p> \n <h3>Vieta ir laikas</h3> \n <p>2019 m. balandžio 25 d. (ketvirtadienis)</p><p>Kauno kolegija (Auditorija 1-57, Pramonės pr. 22, LT-50387 Kaunas,).</p><p>Konferencijos pradžia - 10.00 val.</p> \n <h3>Organizatoriai</h3> \n <p>Kauno kolegijos Technologijų fakultetas kartu su Studentų moksline draugija.</p>', 'blocks', '', 'publish', 'closed', 'closed', '', 'blocks', '', '', '2019-07-29 08:08:49', '2019-07-29 08:08:49', '', 0, 'http://ippmt.kauko.lt/?elementor_library=blocks', 0, 'elementor_library', '', 0),
(53, 1, '2019-07-29 08:17:23', '2019-07-29 08:17:23', '', 'header', '', 'inherit', 'open', 'closed', '', 'header', '', '', '2019-07-29 08:17:23', '2019-07-29 08:17:23', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/header.jpg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2019-07-29 08:39:02', '2019-07-29 08:39:02', '', 'HanneVandeursen_Paper-submission', '', 'inherit', 'open', 'closed', '', 'hannevandeursen_paper-submission', '', '', '2019-07-29 08:39:02', '2019-07-29 08:39:02', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf', 0, 'attachment', 'application/pdf', 0),
(66, 1, '2019-07-29 08:39:04', '2019-07-29 08:39:04', '', 'Konferencija_2008', '', 'inherit', 'open', 'closed', '', 'konferencija_2008', '', '', '2019-07-29 08:39:04', '2019-07-29 08:39:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf', 0, 'attachment', 'application/pdf', 0),
(67, 1, '2019-07-29 08:39:06', '2019-07-29 08:39:06', '', 'Konferencija_2009', '', 'inherit', 'open', 'closed', '', 'konferencija_2009', '', '', '2019-07-29 08:39:06', '2019-07-29 08:39:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf', 0, 'attachment', 'application/pdf', 0),
(68, 1, '2019-07-29 08:39:08', '2019-07-29 08:39:08', '', 'Konferencija_2011', '', 'inherit', 'open', 'closed', '', 'konferencija_2011', '', '', '2019-07-29 08:39:08', '2019-07-29 08:39:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf', 0, 'attachment', 'application/pdf', 0),
(69, 1, '2019-07-29 08:39:10', '2019-07-29 08:39:10', '', 'Konferencija_2012', '', 'inherit', 'open', 'closed', '', 'konferencija_2012', '', '', '2019-07-29 08:39:10', '2019-07-29 08:39:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2012.pdf', 0, 'attachment', 'application/pdf', 0),
(70, 1, '2019-07-29 08:39:13', '2019-07-29 08:39:13', '', 'Konferencija_2013', '', 'inherit', 'open', 'closed', '', 'konferencija_2013', '', '', '2019-07-29 08:39:13', '2019-07-29 08:39:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf', 0, 'attachment', 'application/pdf', 0),
(71, 1, '2019-07-29 08:39:16', '2019-07-29 08:39:16', '', 'Konferencija_2014_spaudai', '', 'inherit', 'open', 'closed', '', 'konferencija_2014_spaudai', '', '', '2019-07-29 08:39:16', '2019-07-29 08:39:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf', 0, 'attachment', 'application/pdf', 0),
(72, 1, '2019-07-29 08:39:19', '2019-07-29 08:39:19', '', 'Konferencija_2015_OK', '', 'inherit', 'open', 'closed', '', 'konferencija_2015_ok', '', '', '2019-07-29 08:39:19', '2019-07-29 08:39:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf', 0, 'attachment', 'application/pdf', 0),
(73, 1, '2019-07-29 08:39:21', '2019-07-29 08:39:21', '', 'Konferencija_2016_OK', '', 'inherit', 'open', 'closed', '', 'konferencija_2016_ok', '', '', '2019-07-29 08:39:21', '2019-07-29 08:39:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf', 0, 'attachment', 'application/pdf', 0),
(74, 1, '2019-07-29 08:39:22', '2019-07-29 08:39:22', '', 'Konferencija_2017', '', 'inherit', 'open', 'closed', '', 'konferencija_2017', '', '', '2019-07-29 08:39:22', '2019-07-29 08:39:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf', 0, 'attachment', 'application/pdf', 0),
(75, 1, '2019-07-29 08:39:25', '2019-07-29 08:39:25', '', 'Konferencija_2018_OK', '', 'inherit', 'open', 'closed', '', 'konferencija_2018_ok', '', '', '2019-07-29 08:39:25', '2019-07-29 08:39:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf', 0, 'attachment', 'application/pdf', 0),
(76, 1, '2019-07-29 08:39:27', '2019-07-29 08:39:27', '', 'Konferencija-2010', '', 'inherit', 'open', 'closed', '', 'konferencija-2010', '', '', '2019-07-29 08:39:27', '2019-07-29 08:39:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf', 0, 'attachment', 'application/pdf', 0),
(81, 1, '2019-07-29 08:45:25', '2019-07-29 08:45:25', '<p>CONFERENCE PROCEEDINGS</p>', 'Page title/header', '', 'publish', 'closed', 'closed', '', 'page-title-header', '', '', '2019-07-29 08:45:25', '2019-07-29 08:45:25', '', 0, 'http://ippmt.kauko.lt/?elementor_library=page-title-header', 0, 'elementor_library', '', 0),
(92, 1, '2019-07-29 09:09:56', '2019-07-29 09:09:56', '', 'abstract', '', 'inherit', 'open', 'closed', '', 'abstract', '', '', '2019-07-29 09:09:56', '2019-07-29 09:09:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf', 0, 'attachment', 'application/pdf', 0),
(93, 1, '2019-07-29 09:09:57', '2019-07-29 09:09:57', '', 'Eng-APA', '', 'inherit', 'open', 'closed', '', 'eng-apa', '', '', '2019-07-29 09:09:57', '2019-07-29 09:09:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf', 0, 'attachment', 'application/pdf', 0),
(94, 1, '2019-07-29 09:11:32', '2019-07-29 09:11:32', '<p>PAPER REQUIREMENTS</p><h2>Paper formatting requirements</h2>\n<p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.</p>\n<p>Electronic documents should be in an electronic version Microsoft Word. Papers will be published in English. The abstract should not exceed 300-500 words.</p>\n<p>Please submit it using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p>\n<p>Please submit your paper using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a> and prepared according to the given instructions:</p>\n<ul>\n<li>Electronic documents should be in an electronic version Microsoft Word only.</li>\n<li>Papers will be published in English.</li>\n<li>Original full paper up to 5–8 printed pages (A5).</li>\n<li>All margins: 2 cm</li>\n<li>Times New Roman</li>\n<li>Single-spaced</li>\n<li>Reference list should be formatted in APA style (<a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">example</a>).</li>\n</ul><h2>Fonts</h2><table><tbody><tr style="border-bottom: 1px solid black;"><td> </td><td style="padding: 5px; text-align: center;"><strong><em> Font,<br />pt</em></strong></td><td><strong><em>Style</em></strong></td></tr><tr><td><strong>Title</strong></td><td>12</td><td>Bold</td></tr><tr><td><strong>Authors</strong></td><td>10</td><td>Bold</td></tr><tr><td><em>Institution</em></td><td>10</td><td>Italic</td></tr><tr><td>Body text</td><td>10</td><td>Normal</td></tr><tr><td>Text in table</td><td>10</td><td>Normal</td></tr><tr><td>References</td><td>10</td><td>Normal</td></tr><tr><td><em>Keywords</em></td><td>10</td><td>Italic</td></tr><tr><td><em>Title of the figures</em></td><td>10</td><td>Italic</td></tr><tr><td><em>Title of the tables</em></td><td>10</td><td>Italic</td></tr></tbody></table><p> </p>', 'Paper requirements', '', 'publish', 'closed', 'closed', '', 'paper-requirements', '', '', '2023-02-20 08:44:48', '2023-02-20 08:44:48', '', 0, 'http://ippmt.kauko.lt/?page_id=94', 0, 'page', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(108, 1, '2019-07-29 11:00:17', '2019-07-29 11:00:17', 'Conference\'08 \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/001.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/001.jpg" alt="001">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0001.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0001.jpg" alt="0001">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/00001.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/00001.jpg" alt="00001">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/003.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/003.jpg" alt="003">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/002.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/002.jpg" alt="002">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/012.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/012.jpg" alt="012">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/010.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/010.jpg" alt="010">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/011.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/011.jpg" alt="011">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/008.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/008.jpg" alt="008">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/009.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/009.jpg" alt="009">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/006.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/006.jpg" alt="006">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/007.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/007.jpg" alt="007">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/005.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/005.jpg" alt="005">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/004.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/004.jpg" alt="004">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/013.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/013.jpg" alt="013">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/014.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/014.jpg" alt="014">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/015.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/015.jpg" alt="015">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/016.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/016.jpg" alt="016">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/017.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/017.jpg" alt="017">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/018.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/018.jpg" alt="018">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/019.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/019.jpg" alt="019">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/020.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/020.jpg" alt="020">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/021.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/021.jpg" alt="021">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/030.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/030.jpg" alt="030">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/038.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/038.jpg" alt="038">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0351.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0351.jpg" alt="0351">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0321.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0321.jpg" alt="0321">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0301.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0301.jpg" alt="0301">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0281.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0281.jpg" alt="0281">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0211.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0211.jpg" alt="0211">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0181.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0181.jpg" alt="0181">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0131.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0131.jpg" alt="0131">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0101.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0101.jpg" alt="0101">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0061.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0061.jpg" alt="0061">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/031.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/031.jpg" alt="031">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/022.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/022.jpg" alt="022">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/024.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/024.jpg" alt="024">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0031.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/0031.jpg" alt="0031">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/023.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/023.jpg" alt="023">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/033.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/033.jpg" alt="033">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/025.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/025.jpg" alt="025">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/032.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/032.jpg" alt="032">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/034.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/034.jpg" alt="034">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/026.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/026.jpg" alt="026">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/035.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/035.jpg" alt="035">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/027.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/027.jpg" alt="027">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/037.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/037.jpg" alt="037">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/028.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/028.jpg" alt="028">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/029.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/029.jpg" alt="029">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/036.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/036.jpg" alt="036">\n </a>', 'Conference\'08', '', 'publish', 'closed', 'closed', '', 'conference08', '', '', '2019-07-29 11:20:51', '2019-07-29 11:20:51', '', 12, 'http://ippmt.kauko.lt/?page_id=108', 0, 'page', '', 0),
(109, 1, '2019-07-29 11:00:23', '2019-07-29 11:00:23', '<p>Conference\'09</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0002.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0002.jpg" alt="AN3C0002">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0006.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0006.jpg" alt="AN3C0006">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0026.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0026.jpg" alt="AN3C0026">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0030.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0030.jpg" alt="AN3C0030">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0039.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0039.jpg" alt="AN3C0039">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0067.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0067.jpg" alt="AN3C0067">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0076.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0076.jpg" alt="AN3C0076">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0079.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0079.jpg" alt="AN3C0079">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0081.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0081.jpg" alt="AN3C0081">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0095.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0095.jpg" alt="AN3C0095">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0149.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0149.jpg" alt="AN3C0149">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0194.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0194.jpg" alt="AN3C0194">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0200.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0200.jpg" alt="AN3C0200">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0206.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0206.jpg" alt="AN3C0206">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0211.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0211.jpg" alt="AN3C0211">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0214.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0214.jpg" alt="AN3C0214">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0222.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0222.jpg" alt="AN3C0222">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0236.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0236.jpg" alt="AN3C0236">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9929.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9929.jpg" alt="AN3C9929">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9930.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9930.jpg" alt="AN3C9930">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9933.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9933.jpg" alt="AN3C9933">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9942.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9942.jpg" alt="AN3C9942">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9944.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9944.jpg" alt="AN3C9944">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9948.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9948.jpg" alt="AN3C9948">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9951.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9951.jpg" alt="AN3C9951">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9999.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9999.jpg" alt="AN3C9999">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4543.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4543.jpg" alt="DSC_4543">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4544.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4544.jpg" alt="DSC_4544">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4545.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4545.jpg" alt="DSC_4545">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4546.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4546.jpg" alt="DSC_4546">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4547.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4547.jpg" alt="DSC_4547">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4553.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4553.jpg" alt="DSC_4553">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4579.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4579.jpg" alt="DSC_4579">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4582.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4582.jpg" alt="DSC_4582">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4586.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4586.jpg" alt="DSC_4586">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4588.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4588.jpg" alt="DSC_4588">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4592.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4592.jpg" alt="DSC_4592">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4594.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4594.jpg" alt="DSC_4594">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4596.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4596.jpg" alt="DSC_4596">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4612.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4612.jpg" alt="DSC_4612">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4629.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4629.jpg" alt="DSC_4629">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4643.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4643.jpg" alt="DSC_4643">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4662.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4662.jpg" alt="DSC_4662">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4667.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4667.jpg" alt="DSC_4667">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4679.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4679.jpg" alt="DSC_4679">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4853.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4853.jpg" alt="DSC_4853">\n </a>', 'Conference\'09', '', 'publish', 'closed', 'closed', '', 'conference09', '', '', '2019-07-29 11:25:53', '2019-07-29 11:25:53', '', 12, 'http://ippmt.kauko.lt/?page_id=109', 0, 'page', '', 0),
(110, 1, '2019-07-29 11:00:28', '2019-07-29 11:00:28', 'Conference\'10 \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_1.jpg" alt="aaa_1">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_2.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_2.jpg" alt="aaa_2">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_3.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_3.jpg" alt="aaa_3">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_4.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_4.jpg" alt="aaa_4">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_5.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_5.jpg" alt="aaa_5">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_6.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_6.jpg" alt="aaa_6">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_7.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_7.jpg" alt="aaa_7">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_8.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_8.jpg" alt="aaa_8">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_9.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_9.jpg" alt="aaa_9">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_10.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_10.jpg" alt="aaa_10">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_11.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_11.jpg" alt="aaa_11">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_12.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_12.jpg" alt="aaa_12">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_13.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_13.jpg" alt="aaa_13">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_14.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_14.jpg" alt="aaa_14">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_15.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_15.jpg" alt="aaa_15">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_16.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_16.jpg" alt="aaa_16">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_17.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_17.jpg" alt="aaa_17">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_18.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_18.jpg" alt="aaa_18">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_19.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_19.jpg" alt="aaa_19">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_20.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_20.jpg" alt="aaa_20">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_21.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_21.jpg" alt="aaa_21">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_22.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_22.jpg" alt="aaa_22">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_23.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_23.jpg" alt="aaa_23">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_24.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_24.jpg" alt="aaa_24">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_25.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_25.jpg" alt="aaa_25">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_1-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_1-1.jpg" alt="aaa_1">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_2-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_2-1.jpg" alt="aaa_2">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_3-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_3-1.jpg" alt="aaa_3">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_4-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_4-1.jpg" alt="aaa_4">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_5-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_5-1.jpg" alt="aaa_5">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_6-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_6-1.jpg" alt="aaa_6">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_7-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_7-1.jpg" alt="aaa_7">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_8-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_8-1.jpg" alt="aaa_8">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_9-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_9-1.jpg" alt="aaa_9">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_10-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_10-1.jpg" alt="aaa_10">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_11-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_11-1.jpg" alt="aaa_11">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_12-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_12-1.jpg" alt="aaa_12">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_13-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_13-1.jpg" alt="aaa_13">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_14-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_14-1.jpg" alt="aaa_14">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_15-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_15-1.jpg" alt="aaa_15">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_16-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_16-1.jpg" alt="aaa_16">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_17-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_17-1.jpg" alt="aaa_17">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_18-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_18-1.jpg" alt="aaa_18">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_19-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_19-1.jpg" alt="aaa_19">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_20-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_20-1.jpg" alt="aaa_20">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_21-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_21-1.jpg" alt="aaa_21">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_22-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_22-1.jpg" alt="aaa_22">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_23-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_23-1.jpg" alt="aaa_23">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_24-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_24-1.jpg" alt="aaa_24">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_25-1.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_25-1.jpg" alt="aaa_25">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_26.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_26.jpg" alt="aaa_26">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_27.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_27.jpg" alt="aaa_27">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_28.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_28.jpg" alt="aaa_28">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_29.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_29.jpg" alt="aaa_29">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_30.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_30.jpg" alt="aaa_30">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_31.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_31.jpg" alt="aaa_31">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_32.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_32.jpg" alt="aaa_32">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_33.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_33.jpg" alt="aaa_33">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_34.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_34.jpg" alt="aaa_34">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_35.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_35.jpg" alt="aaa_35">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_36.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_36.jpg" alt="aaa_36">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_37.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_37.jpg" alt="aaa_37">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_38.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_38.jpg" alt="aaa_38">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_39.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_39.jpg" alt="aaa_39">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_40.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_40.jpg" alt="aaa_40">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_41.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_41.jpg" alt="aaa_41">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_42.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_42.jpg" alt="aaa_42">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_43.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_43.jpg" alt="aaa_43">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_44.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_44.jpg" alt="aaa_44">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_45.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_45.jpg" alt="aaa_45">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_46.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_46.jpg" alt="aaa_46">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_47.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_47.jpg" alt="aaa_47">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_48.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_48.jpg" alt="aaa_48">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_49.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_49.jpg" alt="aaa_49">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_50.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_50.jpg" alt="aaa_50">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_51.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_51.jpg" alt="aaa_51">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_52.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_52.jpg" alt="aaa_52">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_53.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_53.jpg" alt="aaa_53">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_54.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_54.jpg" alt="aaa_54">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_55.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_55.jpg" alt="aaa_55">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_56.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_56.jpg" alt="aaa_56">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_57.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_57.jpg" alt="aaa_57">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_58.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_58.jpg" alt="aaa_58">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_59.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_59.jpg" alt="aaa_59">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_60.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_60.jpg" alt="aaa_60">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_61.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_61.jpg" alt="aaa_61">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_62.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_62.jpg" alt="aaa_62">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_63.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_63.jpg" alt="aaa_63">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_64.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_64.jpg" alt="aaa_64">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_65.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_65.jpg" alt="aaa_65">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_66.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_66.jpg" alt="aaa_66">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_67.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_67.jpg" alt="aaa_67">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_68.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_68.jpg" alt="aaa_68">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_69.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_69.jpg" alt="aaa_69">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_70.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_70.jpg" alt="aaa_70">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_71.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_71.jpg" alt="aaa_71">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_72.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_72.jpg" alt="aaa_72">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_73.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_73.jpg" alt="aaa_73">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_74.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_74.jpg" alt="aaa_74">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_75.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_75.jpg" alt="aaa_75">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_76.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_76.jpg" alt="aaa_76">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_77.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_77.jpg" alt="aaa_77">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_78.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_78.jpg" alt="aaa_78">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_79.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_79.jpg" alt="aaa_79">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_80.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_80.jpg" alt="aaa_80">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_81.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_81.jpg" alt="aaa_81">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_82.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_82.jpg" alt="aaa_82">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_83.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_83.jpg" alt="aaa_83">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_85.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_85.jpg" alt="aaa_85">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_86.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_86.jpg" alt="aaa_86">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_87.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_87.jpg" alt="aaa_87">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_88.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_88.jpg" alt="aaa_88">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_89.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_89.jpg" alt="aaa_89">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_90.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_90.jpg" alt="aaa_90">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_91.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_91.jpg" alt="aaa_91">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_92.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_92.jpg" alt="aaa_92">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_93.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_93.jpg" alt="aaa_93">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_94.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_94.jpg" alt="aaa_94">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_95.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_95.jpg" alt="aaa_95">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_96.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_96.jpg" alt="aaa_96">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_97.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_97.jpg" alt="aaa_97">\n </a>', 'Conference\'10', '', 'publish', 'closed', 'closed', '', 'conference10', '', '', '2019-07-29 12:58:53', '2019-07-29 12:58:53', '', 12, 'http://ippmt.kauko.lt/?page_id=110', 0, 'page', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(111, 1, '2019-07-29 11:00:34', '2019-07-29 11:00:34', 'Conference’11\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7329.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7329.jpg" alt="AN3C7329">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7336.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7336.jpg" alt="AN3C7336">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7338.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7338.jpg" alt="AN3C7338">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7341.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7341.jpg" alt="AN3C7341">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7347.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7347.jpg" alt="AN3C7347">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7348.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7348.jpg" alt="AN3C7348">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7358.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7358.jpg" alt="AN3C7358">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7359.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7359.jpg" alt="AN3C7359">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7368.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7368.jpg" alt="AN3C7368">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7371.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7371.jpg" alt="AN3C7371">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7372.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7372.jpg" alt="AN3C7372">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7375.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7375.jpg" alt="AN3C7375">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7380.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7380.jpg" alt="AN3C7380">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7382.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7382.jpg" alt="AN3C7382">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7384.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7384.jpg" alt="AN3C7384">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7397.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7397.jpg" alt="AN3C7397">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7399.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7399.jpg" alt="AN3C7399">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7403.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7403.jpg" alt="AN3C7403">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7406.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7406.jpg" alt="AN3C7406">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5151.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5151.jpg" alt="DSC_5151">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5153.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5153.jpg" alt="DSC_5153">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5154.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5154.jpg" alt="DSC_5154">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5156.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5156.jpg" alt="DSC_5156">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5157.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5157.jpg" alt="DSC_5157">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5159.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5159.jpg" alt="DSC_5159">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5164.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5164.jpg" alt="DSC_5164">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5165.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5165.jpg" alt="DSC_5165">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5167.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5167.jpg" alt="DSC_5167">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5168.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5168.jpg" alt="DSC_5168">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5184.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5184.jpg" alt="DSC_5184">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5190.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5190.jpg" alt="DSC_5190">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5198.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5198.jpg" alt="DSC_5198">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5203.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5203.jpg" alt="DSC_5203">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5217.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5217.jpg" alt="DSC_5217">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5218.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5218.jpg" alt="DSC_5218">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5233.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5233.jpg" alt="DSC_5233">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5243.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5243.jpg" alt="DSC_5243">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5256.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5256.jpg" alt="DSC_5256">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5257.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5257.jpg" alt="DSC_5257">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5261.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5261.jpg" alt="DSC_5261">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5285.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5285.jpg" alt="DSC_5285">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5290.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5290.jpg" alt="DSC_5290">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5294.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5294.jpg" alt="DSC_5294">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5295.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5295.jpg" alt="DSC_5295">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5302.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5302.jpg" alt="DSC_5302">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5307.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5307.jpg" alt="DSC_5307">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5312.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5312.jpg" alt="DSC_5312">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5331.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5331.jpg" alt="DSC_5331">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5333.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5333.jpg" alt="DSC_5333">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5360.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5360.jpg" alt="DSC_5360">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5366.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5366.jpg" alt="DSC_5366">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0010.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0010.jpg" alt="MG_0010">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0013.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0013.jpg" alt="MG_0013">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0018.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0018.jpg" alt="MG_0018">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0030.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0030.jpg" alt="MG_0030">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0054.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0054.jpg" alt="MG_0054">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0069.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0069.jpg" alt="MG_0069">\n </a>', 'Conference\'11', '', 'publish', 'closed', 'closed', '', 'conference11', '', '', '2019-07-29 13:06:57', '2019-07-29 13:06:57', '', 12, 'http://ippmt.kauko.lt/?page_id=111', 0, 'page', '', 0),
(112, 1, '2019-07-29 11:00:38', '2019-07-29 11:00:38', '<p>Conference’12</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1450.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1450.jpg" alt="AN3C1450">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1463.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1463.jpg" alt="AN3C1463">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1466.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1466.jpg" alt="AN3C1466">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1468.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1468.jpg" alt="AN3C1468">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1482.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1482.jpg" alt="AN3C1482">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1486-e1357642200575.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1486-e1357642200575.jpg" alt="AN3C1486-e1357642200575">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1488.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1488.jpg" alt="AN3C1488">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1493.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1493.jpg" alt="AN3C1493">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1503.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1503.jpg" alt="AN3C1503">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1512-e1357642231827.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1512-e1357642231827.jpg" alt="AN3C1512-e1357642231827">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1514-e1357642253911.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1514-e1357642253911.jpg" alt="AN3C1514-e1357642253911">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1524.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1524.jpg" alt="AN3C1524">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1528.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1528.jpg" alt="AN3C1528">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1530-e1346051394226.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1530-e1346051394226.jpg" alt="AN3C1530-e1346051394226">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1531-e1357642278669.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1531-e1357642278669.jpg" alt="AN3C1531-e1357642278669">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1532-e1357642298285.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1532-e1357642298285.jpg" alt="AN3C1532-e1357642298285">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1546.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1546.jpg" alt="AN3C1546">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1555-e1357642314527.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1555-e1357642314527.jpg" alt="AN3C1555-e1357642314527">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1567.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1567.jpg" alt="AN3C1567">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1568.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1568.jpg" alt="AN3C1568">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1572.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1572.jpg" alt="AN3C1572">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1576.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1576.jpg" alt="AN3C1576">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1577.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1577.jpg" alt="AN3C1577">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1579.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1579.jpg" alt="AN3C1579">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1581.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1581.jpg" alt="AN3C1581">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1586.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1586.jpg" alt="AN3C1586">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1597.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1597.jpg" alt="AN3C1597">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1599.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1599.jpg" alt="AN3C1599">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1600.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1600.jpg" alt="AN3C1600">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1602.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1602.jpg" alt="AN3C1602">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1611.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1611.jpg" alt="AN3C1611">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1615.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1615.jpg" alt="AN3C1615">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1641-e1346051354106.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1641-e1346051354106.jpg" alt="AN3C1641-e1346051354106">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1645-e1346051327587.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1645-e1346051327587.jpg" alt="AN3C1645-e1346051327587">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1650.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1650.jpg" alt="AN3C1650">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1651.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1651.jpg" alt="AN3C1651">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1654.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1654.jpg" alt="AN3C1654">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1666.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1666.jpg" alt="AN3C1666">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675.jpg" alt="AN3C1675">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1678.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1678.jpg" alt="AN3C1678">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1679.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1679.jpg" alt="AN3C1679">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1682.jpg" alt="AN3C1682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1686.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1686.jpg" alt="AN3C1686">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1689.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1689.jpg" alt="AN3C1689">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1691.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1691.jpg" alt="AN3C1691">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1693.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1693.jpg" alt="AN3C1693">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1697.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1697.jpg" alt="AN3C1697">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1708.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1708.jpg" alt="AN3C1708">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1718.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1718.jpg" alt="AN3C1718">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1719.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1719.jpg" alt="AN3C1719">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1740.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1740.jpg" alt="AN3C1740">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1743.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1743.jpg" alt="AN3C1743">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1744.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1744.jpg" alt="AN3C1744">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1746.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1746.jpg" alt="AN3C1746">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1751.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1751.jpg" alt="AN3C1751">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1753.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1753.jpg" alt="AN3C1753">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1756.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1756.jpg" alt="AN3C1756">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1761.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1761.jpg" alt="AN3C1761">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1764.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1764.jpg" alt="AN3C1764">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1766.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1766.jpg" alt="AN3C1766">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1773.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1773.jpg" alt="AN3C1773">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1776.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1776.jpg" alt="AN3C1776">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1779.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1779.jpg" alt="AN3C1779">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780.jpg" alt="AN3C1780">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1783.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1783.jpg" alt="AN3C1783">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784.jpg" alt="AN3C1784">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1805.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1805.jpg" alt="AN3C1805">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1808.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1808.jpg" alt="AN3C1808">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1809.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1809.jpg" alt="AN3C1809">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1812.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1812.jpg" alt="AN3C1812">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1816.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1816.jpg" alt="AN3C1816">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1821-e1357642129937.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1821-e1357642129937.jpg" alt="AN3C1821-e1357642129937">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9496.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9496.jpg" alt="DSC_9496">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9514.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9514.jpg" alt="DSC_9514">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9515.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9515.jpg" alt="DSC_9515">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9516.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9516.jpg" alt="DSC_9516">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9517.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9517.jpg" alt="DSC_9517">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9523.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9523.jpg" alt="DSC_9523">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9526.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9526.jpg" alt="DSC_9526">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9528.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9528.jpg" alt="DSC_9528">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9533.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9533.jpg" alt="DSC_9533">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9536.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9536.jpg" alt="DSC_9536">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9542.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9542.jpg" alt="DSC_9542">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9544.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9544.jpg" alt="DSC_9544">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548.jpg" alt="DSC_9548">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9555.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9555.jpg" alt="DSC_9555">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9563.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9563.jpg" alt="DSC_9563">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9580.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9580.jpg" alt="DSC_9580">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9587.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9587.jpg" alt="DSC_9587">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9605.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9605.jpg" alt="DSC_9605">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9606.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9606.jpg" alt="DSC_9606">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9618.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9618.jpg" alt="DSC_9618">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9620.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9620.jpg" alt="DSC_9620">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9621.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9621.jpg" alt="DSC_9621">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9636.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9636.jpg" alt="DSC_9636">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9637.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9637.jpg" alt="DSC_9637">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638.jpg" alt="DSC_9638">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9657.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9657.jpg" alt="DSC_9657">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9659.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9659.jpg" alt="DSC_9659">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9662.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9662.jpg" alt="DSC_9662">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9689.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9689.jpg" alt="DSC_9689">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9720.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9720.jpg" alt="DSC_9720">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9742.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9742.jpg" alt="DSC_9742">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9744.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9744.jpg" alt="DSC_9744">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9746.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9746.jpg" alt="DSC_9746">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0004.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0004.jpg" alt="IMG_0004">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0007.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0007.jpg" alt="IMG_0007">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0013.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0013.jpg" alt="IMG_0013">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0025.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0025.jpg" alt="IMG_0025">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0036.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0036.jpg" alt="IMG_0036">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0039.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0039.jpg" alt="IMG_0039">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0051.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0051.jpg" alt="IMG_0051">\n </a>', 'Conference\'12', '', 'publish', 'closed', 'closed', '', 'conference12', '', '', '2019-07-29 13:24:13', '2019-07-29 13:24:13', '', 12, 'http://ippmt.kauko.lt/?page_id=112', 0, 'page', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(113, 1, '2019-07-29 11:00:48', '2019-07-29 11:00:48', '<p>Conference’13</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4612.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4612.jpg" alt="IMG_4612">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4626.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4626.jpg" alt="IMG_4626">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4630.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4630.jpg" alt="IMG_4630">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4636.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4636.jpg" alt="IMG_4636">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4677.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4677.jpg" alt="IMG_4677">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4695.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4695.jpg" alt="IMG_4695">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4705.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4705.jpg" alt="IMG_4705">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4731.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4731.jpg" alt="IMG_4731">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4814.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4814.jpg" alt="IMG_4814">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4821.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4821.jpg" alt="IMG_4821">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4826.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4826.jpg" alt="IMG_4826">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4832.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4832.jpg" alt="IMG_4832">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4871.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4871.jpg" alt="IMG_4871">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4917.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4917.jpg" alt="IMG_4917">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4929.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4929.jpg" alt="IMG_4929">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4972.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4972.jpg" alt="IMG_4972">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5008.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5008.jpg" alt="IMG_5008">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5012.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5012.jpg" alt="IMG_5012">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0006.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0006.jpg" alt="MG_0006">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0046.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0046.jpg" alt="MG_0046">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0117.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0117.jpg" alt="MG_0117">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0124.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0124.jpg" alt="MG_0124">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0125.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0125.jpg" alt="MG_0125">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0127.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0127.jpg" alt="MG_0127">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0130.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0130.jpg" alt="MG_0130">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0133.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0133.jpg" alt="MG_0133">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0140.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0140.jpg" alt="MG_0140">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0178.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0178.jpg" alt="MG_0178">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0181.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0181.jpg" alt="MG_0181">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0228.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0228.jpg" alt="MG_0228">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0230.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0230.jpg" alt="MG_0230">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0241.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0241.jpg" alt="MG_0241">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0247.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0247.jpg" alt="MG_0247">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0290.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0290.jpg" alt="MG_0290">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0294.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0294.jpg" alt="MG_0294">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0296.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0296.jpg" alt="MG_0296">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0299.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0299.jpg" alt="MG_0299">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0303.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0303.jpg" alt="MG_0303">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0306.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0306.jpg" alt="MG_0306">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0322.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0322.jpg" alt="MG_0322">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0324.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0324.jpg" alt="MG_0324">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0325.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0325.jpg" alt="MG_0325">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0328.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0328.jpg" alt="MG_0328">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0333.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0333.jpg" alt="MG_0333">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335.jpg" alt="MG_0335">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0337.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0337.jpg" alt="MG_0337">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0339.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0339.jpg" alt="MG_0339">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0347.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0347.jpg" alt="MG_0347">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0367.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0367.jpg" alt="MG_0367">\n </a>', 'Conference\'13', '', 'publish', 'closed', 'closed', '', 'conference13', '', '', '2019-07-29 13:15:43', '2019-07-29 13:15:43', '', 12, 'http://ippmt.kauko.lt/?page_id=113', 0, 'page', '', 0),
(114, 1, '2019-07-29 11:00:55', '2019-07-29 11:00:55', '<p>Conference’14</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5031.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5031.jpg" alt="IMG_5031">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5037.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5037.jpg" alt="IMG_5037">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5041.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5041.jpg" alt="IMG_5041">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5053.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5053.jpg" alt="IMG_5053">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5055.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5055.jpg" alt="IMG_5055">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5059.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5059.jpg" alt="IMG_5059">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5061.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5061.jpg" alt="IMG_5061">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5062.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5062.jpg" alt="IMG_5062">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5065-e1398170126999.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5065-e1398170126999.jpg" alt="IMG_5065-e1398170126999">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5069.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5069.jpg" alt="IMG_5069">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5074-e1398170164935.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5074-e1398170164935.jpg" alt="IMG_5074-e1398170164935">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5082.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5082.jpg" alt="IMG_5082">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5087-e1398170173439.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5087-e1398170173439.jpg" alt="IMG_5087-e1398170173439">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5105.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5105.jpg" alt="IMG_5105">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5109.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5109.jpg" alt="IMG_5109">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5116.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5116.jpg" alt="IMG_5116">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5118.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5118.jpg" alt="IMG_5118">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5129.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5129.jpg" alt="IMG_5129">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5140.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5140.jpg" alt="IMG_5140">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5149.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5149.jpg" alt="IMG_5149">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5151.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5151.jpg" alt="IMG_5151">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5153.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5153.jpg" alt="IMG_5153">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159.jpg" alt="IMG_5159">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5169.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5169.jpg" alt="IMG_5169">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5170.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5170.jpg" alt="IMG_5170">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5176-e1398170239451.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5176-e1398170239451.jpg" alt="IMG_5176-e1398170239451">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5187.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5187.jpg" alt="IMG_5187">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5194.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5194.jpg" alt="IMG_5194">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5234-e1398170293336.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5234-e1398170293336.jpg" alt="IMG_5234-e1398170293336">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5237-e1398170239388.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5237-e1398170239388.jpg" alt="IMG_5237-e1398170239388">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5238-e1398170590383.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5238-e1398170590383.jpg" alt="IMG_5238-e1398170590383">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5252-e1398170449808.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5252-e1398170449808.jpg" alt="IMG_5252-e1398170449808">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5261.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5261.jpg" alt="IMG_5261">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5262-e1398170397385.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5262-e1398170397385.jpg" alt="IMG_5262-e1398170397385">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5263-e1398170375111.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5263-e1398170375111.jpg" alt="IMG_5263-e1398170375111">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5281-e1398170549308.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5281-e1398170549308.jpg" alt="IMG_5281-e1398170549308">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5292.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5292.jpg" alt="IMG_5292">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5304.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5304.jpg" alt="IMG_5304">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5320-e1398171879384.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5320-e1398171879384.jpg" alt="IMG_5320-e1398171879384">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5327.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5327.jpg" alt="IMG_5327">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5334.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5334.jpg" alt="IMG_5334">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5346.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5346.jpg" alt="IMG_5346">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5355.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5355.jpg" alt="IMG_5355">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5370.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5370.jpg" alt="IMG_5370">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5377-e1398171490770.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5377-e1398171490770.jpg" alt="IMG_5377-e1398171490770">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5379-e1398170878672.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5379-e1398170878672.jpg" alt="IMG_5379-e1398170878672">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5381.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5381.jpg" alt="IMG_5381">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5386.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5386.jpg" alt="IMG_5386">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5390-e1398170850894.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5390-e1398170850894.jpg" alt="IMG_5390-e1398170850894">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5403.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5403.jpg" alt="IMG_5403">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5429.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5429.jpg" alt="IMG_5429">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431.jpg" alt="IMG_5431">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5433.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5433.jpg" alt="IMG_5433">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5436.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5436.jpg" alt="IMG_5436">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5437.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5437.jpg" alt="IMG_5437">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5441.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5441.jpg" alt="IMG_5441">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5496.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5496.jpg" alt="IMG_5496">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5496_.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5496_.jpg" alt="IMG_5496_">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5499.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5499.jpg" alt="IMG_5499">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5501.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5501.jpg" alt="IMG_5501">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5509.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5509.jpg" alt="IMG_5509">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5512.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5512.jpg" alt="IMG_5512">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5532.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5532.jpg" alt="IMG_5532">\n </a>', 'Conference\'14', '', 'publish', 'closed', 'closed', '', 'conference14', '', '', '2019-07-29 13:29:30', '2019-07-29 13:29:30', '', 12, 'http://ippmt.kauko.lt/?page_id=114', 0, 'page', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(115, 1, '2019-07-29 11:01:03', '2019-07-29 11:01:03', '<p>Conference’15</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1269208_855225341217363_6318936543302171151_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1269208_855225341217363_6318936543302171151_o.jpg" alt="1269208_855225341217363_6318936543302171151_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1519616_855275174545713_2720911518805123800_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1519616_855275174545713_2720911518805123800_o.jpg" alt="1519616_855275174545713_2720911518805123800_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1519703_855275084545722_2660516232090546269_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1519703_855275084545722_2660516232090546269_o.jpg" alt="1519703_855275084545722_2660516232090546269_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1912494_855224784550752_5608017874469836116_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1912494_855224784550752_5608017874469836116_o.jpg" alt="1912494_855224784550752_5608017874469836116_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1913333_855276164545614_4337248452302212035_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1913333_855276164545614_4337248452302212035_o.jpg" alt="1913333_855276164545614_4337248452302212035_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10257782_855276041212293_8594134103598497467_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10257782_855276041212293_8594134103598497467_o.jpg" alt="10257782_855276041212293_8594134103598497467_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10359109_855276121212285_2531439913004448451_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10359109_855276121212285_2531439913004448451_o.jpg" alt="10359109_855276121212285_2531439913004448451_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10452963_855224807884083_745647136171542626_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10452963_855224807884083_745647136171542626_o.jpg" alt="10452963_855224807884083_745647136171542626_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10497003_855275474545683_8469744013675861287_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10497003_855275474545683_8469744013675861287_o.jpg" alt="10497003_855275474545683_8469744013675861287_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10668905_855275171212380_3224343574402168608_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10668905_855275171212380_3224343574402168608_o.jpg" alt="10668905_855275171212380_3224343574402168608_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10845883_855275457879018_8637841740339371425_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10845883_855275457879018_8637841740339371425_o.jpg" alt="10845883_855275457879018_8637841740339371425_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10857135_855225201217377_3876212746602082781_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10857135_855225201217377_3876212746602082781_o.jpg" alt="10857135_855225201217377_3876212746602082781_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10857135_855225231217374_4040500918326906202_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10857135_855225231217374_4040500918326906202_o.jpg" alt="10857135_855225231217374_4040500918326906202_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10955304_855224544550776_8084513899102679959_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10955304_855224544550776_8084513899102679959_o.jpg" alt="10955304_855224544550776_8084513899102679959_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10991620_855275644545666_8036714502334711213_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10991620_855275644545666_8036714502334711213_o.jpg" alt="10991620_855275644545666_8036714502334711213_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10999330_855275714545659_2958782189333254927_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/10999330_855275714545659_2958782189333254927_o.jpg" alt="10999330_855275714545659_2958782189333254927_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11045403_855224931217404_609480534407241072_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11045403_855224931217404_609480534407241072_o.jpg" alt="11045403_855224931217404_609480534407241072_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11045421_855224691217428_4433318342060500342_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11045421_855224691217428_4433318342060500342_o.jpg" alt="11045421_855224691217428_4433318342060500342_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11048704_855276417878922_6470201803007321543_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11048704_855276417878922_6470201803007321543_o.jpg" alt="11048704_855276417878922_6470201803007321543_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11053503_855275167879047_4837281768715780319_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11053503_855275167879047_4837281768715780319_o.jpg" alt="11053503_855275167879047_4837281768715780319_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11053597_855275087879055_3678652592768092454_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11053597_855275087879055_3678652592768092454_o.jpg" alt="11053597_855275087879055_3678652592768092454_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11054799_855275387879025_3301028643181319959_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11054799_855275387879025_3301028643181319959_o.jpg" alt="11054799_855275387879025_3301028643181319959_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11057460_855276231212274_3973116267909948791_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11057460_855276231212274_3973116267909948791_o.jpg" alt="11057460_855276231212274_3973116267909948791_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11060915_855275237879040_5828614163450472641_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11060915_855275237879040_5828614163450472641_o.jpg" alt="11060915_855275237879040_5828614163450472641_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11074385_855275997878964_1117388007640448169_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11074385_855275997878964_1117388007640448169_o.jpg" alt="11074385_855275997878964_1117388007640448169_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11079998_855224694550761_894757260749096559_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11079998_855224694550761_894757260749096559_o.jpg" alt="11079998_855224694550761_894757260749096559_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11084020_855276141212283_4564263806498438144_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11084020_855276141212283_4564263806498438144_o.jpg" alt="11084020_855276141212283_4564263806498438144_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11084150_855224671217430_7864267814037647992_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11084150_855224671217430_7864267814037647992_o.jpg" alt="11084150_855224671217430_7864267814037647992_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11096440_855276287878935_726144120311426839_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11096440_855276287878935_726144120311426839_o.jpg" alt="11096440_855276287878935_726144120311426839_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11096459_855275837878980_333900226093923760_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11096459_855275837878980_333900226093923760_o.jpg" alt="11096459_855275837878980_333900226093923760_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11099772_855225361217361_4585421049670866687_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11099772_855225361217361_4585421049670866687_o.jpg" alt="11099772_855225361217361_4585421049670866687_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11103088_855224974550733_6726998414571979175_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11103088_855224974550733_6726998414571979175_o.jpg" alt="11103088_855224974550733_6726998414571979175_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11109144_855224927884071_8871834504503165008_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11109144_855224927884071_8871834504503165008_o.jpg" alt="11109144_855224927884071_8871834504503165008_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11112859_855276201212277_3788542446542584_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11112859_855276201212277_3788542446542584_o.jpg" alt="11112859_855276201212277_3788542446542584_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11113368_855275747878989_32269378692450609_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11113368_855275747878989_32269378692450609_o.jpg" alt="11113368_855275747878989_32269378692450609_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11115613_855275667878997_826959001788018091_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11115613_855275667878997_826959001788018091_o.jpg" alt="11115613_855275667878997_826959001788018091_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11115825_855276057878958_720396213739381194_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11115825_855276057878958_720396213739381194_o.jpg" alt="11115825_855276057878958_720396213739381194_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11116482_855276261212271_1744772358966957242_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11116482_855276261212271_1744772358966957242_o.jpg" alt="11116482_855276261212271_1744772358966957242_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11121765_855275614545669_7455344657795945215_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11121765_855275614545669_7455344657795945215_o.jpg" alt="11121765_855275614545669_7455344657795945215_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11127217_855276601212237_7649344574817268592_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11127217_855276601212237_7649344574817268592_o.jpg" alt="11127217_855276601212237_7649344574817268592_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11130395_855225177884046_1827503750838800463_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11130395_855225177884046_1827503750838800463_o.jpg" alt="11130395_855225177884046_1827503750838800463_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11133982_856888151051082_8396634687653092624_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11133982_856888151051082_8396634687653092624_o.jpg" alt="11133982_856888151051082_8396634687653092624_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134040_855276097878954_8618572216906667328_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134040_855276097878954_8618572216906667328_o.jpg" alt="11134040_855276097878954_8618572216906667328_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o.jpg" alt="11134112_855275441212353_8553880067207033223_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11136224_855275807878983_6824450555536393779_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11136224_855275807878983_6824450555536393779_o.jpg" alt="11136224_855275807878983_6824450555536393779_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11140180_855275934545637_3418059705785139684_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11140180_855275934545637_3418059705785139684_o.jpg" alt="11140180_855275934545637_3418059705785139684_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11141757_855275984545632_8936323309978291983_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11141757_855275984545632_8936323309978291983_o.jpg" alt="11141757_855275984545632_8936323309978291983_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11145135_855225091217388_1210113399969158915_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11145135_855225091217388_1210113399969158915_o.jpg" alt="11145135_855225091217388_1210113399969158915_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11146370_855275241212373_685213943309901717_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11146370_855275241212373_685213943309901717_o.jpg" alt="11146370_855275241212373_685213943309901717_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11147151_855276194545611_6722247568619484944_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11147151_855276194545611_6722247568619484944_o.jpg" alt="11147151_855276194545611_6722247568619484944_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148381_855225061217391_2850364637925340549_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148381_855225061217391_2850364637925340549_o.jpg" alt="11148381_855225061217391_2850364637925340549_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148793_855275861212311_4146278737777549676_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148793_855275861212311_4146278737777549676_o.jpg" alt="11148793_855275861212311_4146278737777549676_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148793_855275897878974_8607885143393978879_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148793_855275897878974_8607885143393978879_o.jpg" alt="11148793_855275897878974_8607885143393978879_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149720_855276477878916_7444287568920675342_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149720_855276477878916_7444287568920675342_o.jpg" alt="11149720_855276477878916_7444287568920675342_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149728_855224841217413_8090532542397694474_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149728_855224841217413_8090532542397694474_o.jpg" alt="11149728_855224841217413_8090532542397694474_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149732_855275077879056_7030431060168314625_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149732_855275077879056_7030431060168314625_o.jpg" alt="11149732_855275077879056_7030431060168314625_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154770_855225464550684_4430082000442555338_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154770_855225464550684_4430082000442555338_o.jpg" alt="11154770_855225464550684_4430082000442555338_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154788_855275961212301_6257409887864895377_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154788_855275961212301_6257409887864895377_o.jpg" alt="11154788_855275961212301_6257409887864895377_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o.jpg" alt="11154817_855275401212357_642722457041029844_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154827_855276487878915_4921263248827668527_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154827_855276487878915_4921263248827668527_o.jpg" alt="11154827_855276487878915_4921263248827668527_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154838_855224547884109_5071959483511854736_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154838_855224547884109_5071959483511854736_o.jpg" alt="11154838_855224547884109_5071959483511854736_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154925_855275364545694_2353999694590714044_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154925_855275364545694_2353999694590714044_o.jpg" alt="11154925_855275364545694_2353999694590714044_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11155048_855225064550724_7442875929345843332_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11155048_855225064550724_7442875929345843332_o.jpg" alt="11155048_855225064550724_7442875929345843332_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11155048_855275257879038_7681407338495984542_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11155048_855275257879038_7681407338495984542_o.jpg" alt="11155048_855275257879038_7681407338495984542_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11157398_855225397884024_7086192732236517520_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11157398_855225397884024_7086192732236517520_o.jpg" alt="11157398_855225397884024_7086192732236517520_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11163164_855276281212269_1487266608732915775_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11163164_855276281212269_1487266608732915775_o.jpg" alt="11163164_855276281212269_1487266608732915775_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11164669_855224551217442_4715430380359741854_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11164669_855224551217442_4715430380359741854_o.jpg" alt="11164669_855224551217442_4715430380359741854_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11168485_855275581212339_8271520241813636800_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11168485_855275581212339_8271520241813636800_o.jpg" alt="11168485_855275581212339_8271520241813636800_o">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11168897_855275517879012_4546390662605346367_o.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11168897_855275517879012_4546390662605346367_o.jpg" alt="11168897_855275517879012_4546390662605346367_o">\n </a>', 'Conference\'15', '', 'publish', 'closed', 'closed', '', 'conference15', '', '', '2019-07-29 13:16:36', '2019-07-29 13:16:36', '', 12, 'http://ippmt.kauko.lt/?page_id=115', 0, 'page', '', 0),
(116, 1, '2019-07-29 11:02:22', '2019-07-29 11:02:22', '<p>Conference’16</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0002.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0002.jpg" alt="DSC0002">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0003.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0003.jpg" alt="DSC0003">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0004.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0004.jpg" alt="DSC0004">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0005.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0005.jpg" alt="DSC0005">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0006.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0006.jpg" alt="DSC0006">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0007.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0007.jpg" alt="DSC0007">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0008.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0008.jpg" alt="DSC0008">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0009.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0009.jpg" alt="DSC0009">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0010.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0010.jpg" alt="DSC0010">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0011.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0011.jpg" alt="DSC0011">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0013.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0013.jpg" alt="DSC0013">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0014.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0014.jpg" alt="DSC0014">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0017.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0017.jpg" alt="DSC0017">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0019.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0019.jpg" alt="DSC0019">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0023.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0023.jpg" alt="DSC0023">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0024.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0024.jpg" alt="DSC0024">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0026.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0026.jpg" alt="DSC0026">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0028.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0028.jpg" alt="DSC0028">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0029.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0029.jpg" alt="DSC0029">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0031.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0031.jpg" alt="DSC0031">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0032.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0032.jpg" alt="DSC0032">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0033.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0033.jpg" alt="DSC0033">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0036.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0036.jpg" alt="DSC0036">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0037.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0037.jpg" alt="DSC0037">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0038.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0038.jpg" alt="DSC0038">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0039.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0039.jpg" alt="DSC0039">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0040-e1462256682512.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0040-e1462256682512.jpg" alt="DSC0040-e1462256682512">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0041.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0041.jpg" alt="DSC0041">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0042.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0042.jpg" alt="DSC0042">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0043.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0043.jpg" alt="DSC0043">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0044.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0044.jpg" alt="DSC0044">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0045.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0045.jpg" alt="DSC0045">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0046-e1462256668617.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0046-e1462256668617.jpg" alt="DSC0046-e1462256668617">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0047.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0047.jpg" alt="DSC0047">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0048.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0048.jpg" alt="DSC0048">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0049.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0049.jpg" alt="DSC0049">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0050-e1462256657751.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0050-e1462256657751.jpg" alt="DSC0050-e1462256657751">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0052.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0052.jpg" alt="DSC0052">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0053.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0053.jpg" alt="DSC0053">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0054.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0054.jpg" alt="DSC0054">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0057.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0057.jpg" alt="DSC0057">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0058.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0058.jpg" alt="DSC0058">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0059.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0059.jpg" alt="DSC0059">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0060.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0060.jpg" alt="DSC0060">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0062.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0062.jpg" alt="DSC0062">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0065.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0065.jpg" alt="DSC0065">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0068.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0068.jpg" alt="DSC0068">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0071.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0071.jpg" alt="DSC0071">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0077.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0077.jpg" alt="DSC0077">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0114.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0114.jpg" alt="DSC0114">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0125.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0125.jpg" alt="DSC0125">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0130.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0130.jpg" alt="DSC0130">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0131.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0131.jpg" alt="DSC0131">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0132.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0132.jpg" alt="DSC0132">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0169.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0169.jpg" alt="DSC0169">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0265.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0265.jpg" alt="DSC0265">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0273.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0273.jpg" alt="DSC0273">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0315.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0315.jpg" alt="DSC0315">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0317.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0317.jpg" alt="DSC0317">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2097.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2097.jpg" alt="DSC_2097">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2183.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2183.jpg" alt="DSC_2183">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2194.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2194.jpg" alt="DSC_2194">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2214.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2214.jpg" alt="DSC_2214">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2227.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2227.jpg" alt="DSC_2227">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2307.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2307.jpg" alt="DSC_2307">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2310.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2310.jpg" alt="DSC_2310">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2381.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2381.jpg" alt="DSC_2381">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3896.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3896.jpg" alt="IMG_3896">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3898.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3898.jpg" alt="IMG_3898">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3915.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3915.jpg" alt="IMG_3915">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3942.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3942.jpg" alt="IMG_3942">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3944.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3944.jpg" alt="IMG_3944">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3950.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3950.jpg" alt="IMG_3950">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3974.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3974.jpg" alt="IMG_3974">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4032.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4032.jpg" alt="IMG_4032">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4040.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4040.jpg" alt="IMG_4040">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4074.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4074.jpg" alt="IMG_4074">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4085.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4085.jpg" alt="IMG_4085">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168">\n </a>', 'Conference\'16', '', 'publish', 'closed', 'closed', '', 'conference16', '', '', '2019-07-29 13:16:58', '2019-07-29 13:16:58', '', 12, 'http://ippmt.kauko.lt/?page_id=116', 0, 'page', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(125, 1, '2019-07-29 11:02:29', '2019-07-29 11:02:29', '<p>Conference’17</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0990.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0990.jpg" alt="DSCF0990">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0992.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0992.jpg" alt="DSCF0992">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0993.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0993.jpg" alt="DSCF0993">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0994.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0994.jpg" alt="DSCF0994">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0995.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0995.jpg" alt="DSCF0995">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0996.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0996.jpg" alt="DSCF0996">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1002.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1002.jpg" alt="DSCF1002">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1004.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1004.jpg" alt="DSCF1004">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1006.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1006.jpg" alt="DSCF1006">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1008.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1008.jpg" alt="DSCF1008">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1009.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1009.jpg" alt="DSCF1009">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1011.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1011.jpg" alt="DSCF1011">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1012.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1012.jpg" alt="DSCF1012">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1015.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1015.jpg" alt="DSCF1015">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1019.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1019.jpg" alt="DSCF1019">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1021.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1021.jpg" alt="DSCF1021">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1022.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1022.jpg" alt="DSCF1022">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1025.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1025.jpg" alt="DSCF1025">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1026.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1026.jpg" alt="DSCF1026">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1027.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1027.jpg" alt="DSCF1027">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1029.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1029.jpg" alt="DSCF1029">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1030.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1030.jpg" alt="DSCF1030">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1032.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1032.jpg" alt="DSCF1032">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1035.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1035.jpg" alt="DSCF1035">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1038.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1038.jpg" alt="DSCF1038">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1039.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1039.jpg" alt="DSCF1039">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1041.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1041.jpg" alt="DSCF1041">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1044.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1044.jpg" alt="DSCF1044">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1046.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1046.jpg" alt="DSCF1046">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7443.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7443.jpg" alt="N3C7443">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7451.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7451.jpg" alt="N3C7451">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7458.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7458.jpg" alt="N3C7458">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7465.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7465.jpg" alt="N3C7465">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7472.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7472.jpg" alt="N3C7472">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475.jpg" alt="N3C7475">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7479.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7479.jpg" alt="N3C7479">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7495.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7495.jpg" alt="N3C7495">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7502.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7502.jpg" alt="N3C7502">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7511.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7511.jpg" alt="N3C7511">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7519.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7519.jpg" alt="N3C7519">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7525.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7525.jpg" alt="N3C7525">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7526.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7526.jpg" alt="N3C7526">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7532.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7532.jpg" alt="N3C7532">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7537.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7537.jpg" alt="N3C7537">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7544.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7544.jpg" alt="N3C7544">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7548.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7548.jpg" alt="N3C7548">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7554.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7554.jpg" alt="N3C7554">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7555.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7555.jpg" alt="N3C7555">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7560.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7560.jpg" alt="N3C7560">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7562.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7562.jpg" alt="N3C7562">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7565.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7565.jpg" alt="N3C7565">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7567.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7567.jpg" alt="N3C7567">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7572.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7572.jpg" alt="N3C7572">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7584.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7584.jpg" alt="N3C7584">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7594.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7594.jpg" alt="N3C7594">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7598.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7598.jpg" alt="N3C7598">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7599.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7599.jpg" alt="N3C7599">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7600.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7600.jpg" alt="N3C7600">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7602.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7602.jpg" alt="N3C7602">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7603.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7603.jpg" alt="N3C7603">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7606.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7606.jpg" alt="N3C7606">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7626.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7626.jpg" alt="N3C7626">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7627.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7627.jpg" alt="N3C7627">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7628.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7628.jpg" alt="N3C7628">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7629.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7629.jpg" alt="N3C7629">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631.jpg" alt="N3C7631">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7633.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7633.jpg" alt="N3C7633">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7635.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7635.jpg" alt="N3C7635">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639.jpg" alt="N3C7639">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647.jpg" alt="N3C7647">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7648.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7648.jpg" alt="N3C7648">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7649.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7649.jpg" alt="N3C7649">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651.jpg" alt="N3C7651">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7658.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7658.jpg" alt="N3C7658">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7662.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7662.jpg" alt="N3C7662">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7664.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7664.jpg" alt="N3C7664">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7667.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7667.jpg" alt="N3C7667">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7676.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7676.jpg" alt="N3C7676">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7682.jpg" alt="N3C7682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7687.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7687.jpg" alt="N3C7687">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5306.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5306.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5318.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5318.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5319.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5319.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5334.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5334.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5336.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5336.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5338.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5338.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5340.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5340.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5341.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5341.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5342.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5342.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5351.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5351.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5353.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5353.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5354.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5354.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5362.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5362.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5363.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5363.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5365.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5365.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5370.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5370.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5392.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5392.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5397.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5397.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5407.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5407.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5424.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5424.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5427.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5427.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5449.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5449.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5469.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5469.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5474.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5474.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5476.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5476.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5485.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5485.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5487.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5487.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5489.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5489.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5494.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5494.jpg" alt="SAMSUNG CSC">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5511.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5511.jpg" alt="SAMSUNG CSC">\n </a>', 'Conference\'17', '', 'publish', 'closed', 'closed', '', 'conference17', '', '', '2019-07-29 13:35:03', '2019-07-29 13:35:03', '', 12, 'http://ippmt.kauko.lt/?page_id=125', 0, 'page', '', 0),
(126, 1, '2019-07-29 11:02:37', '2019-07-29 11:02:37', '<p>Conference’18</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1839-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1839-1024x768.jpg" alt="IMG_1839-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1842-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1842-1024x768.jpg" alt="IMG_1842-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1846-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1846-1024x768.jpg" alt="IMG_1846-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1856-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1856-1024x768.jpg" alt="IMG_1856-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1870-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1870-1024x768.jpg" alt="IMG_1870-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1874-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1874-1024x768.jpg" alt="IMG_1874-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1897-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1897-1024x768.jpg" alt="IMG_1897-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1902-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1902-1024x768.jpg" alt="IMG_1902-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768.jpg" alt="IMG_1913-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1915-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1915-1024x768.jpg" alt="IMG_1915-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1946-1024x768.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1946-1024x768.jpg" alt="IMG_1946-1024x768">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6356-1024x682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6356-1024x682.jpg" alt="MG_6356-1024x682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6430-1024x682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6430-1024x682.jpg" alt="MG_6430-1024x682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6440-1024x682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6440-1024x682.jpg" alt="MG_6440-1024x682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6466-1024x682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6466-1024x682.jpg" alt="MG_6466-1024x682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6476-1024x682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6476-1024x682.jpg" alt="MG_6476-1024x682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6491-1024x575.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6491-1024x575.jpg" alt="MG_6491-1024x575">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6500-1024x682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6500-1024x682.jpg" alt="MG_6500-1024x682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6535-1024x682.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6535-1024x682.jpg" alt="MG_6535-1024x682">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6558-1024x683.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6558-1024x683.jpg" alt="MG_6558-1024x683">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6623-1024x683.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6623-1024x683.jpg" alt="MG_6623-1024x683">\n </a>', 'Conference\'18', '', 'publish', 'closed', 'closed', '', 'conference18', '', '', '2019-07-29 13:14:42', '2019-07-29 13:14:42', '', 12, 'http://ippmt.kauko.lt/?page_id=126', 0, 'page', '', 0),
(127, 1, '2019-07-29 11:02:44', '2019-07-29 11:02:44', '<p>Conference’19</p> \n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/217A0519-min.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/11/217A0519-min.jpg" alt="217A0519-min">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/217A0543-min.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/11/217A0543-min.jpg" alt="217A0543-min">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-19-min.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-19-min.jpg" alt="Konferencija_Martynas_J-19-min">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-47-min.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-47-min.jpg" alt="Konferencija_Martynas_J-47-min">\n </a>\n <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-71-min.jpg" data-elementor-open-lightbox="no">\n <img src="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-71-min.jpg" alt="Konferencija_Martynas_J-71-min">\n </a>', 'Conference\'19', '', 'publish', 'closed', 'closed', '', 'conference19', '', '', '2019-11-11 13:10:00', '2019-11-11 13:10:00', '', 12, 'http://ippmt.kauko.lt/?page_id=127', 0, 'page', '', 0),
(134, 1, '2019-07-29 11:11:57', '2019-07-29 11:11:57', '', '001', '', 'inherit', 'open', 'closed', '', '001', '', '', '2019-07-29 11:11:57', '2019-07-29 11:11:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/001.jpg', 0, 'attachment', 'image/jpeg', 0),
(135, 1, '2019-07-29 11:11:59', '2019-07-29 11:11:59', '', '0001', '', 'inherit', 'open', 'closed', '', '0001', '', '', '2019-07-29 11:11:59', '2019-07-29 11:11:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0001.jpg', 0, 'attachment', 'image/jpeg', 0),
(136, 1, '2019-07-29 11:12:01', '2019-07-29 11:12:01', '', '00001', '', 'inherit', 'open', 'closed', '', '00001', '', '', '2019-07-29 11:12:01', '2019-07-29 11:12:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/00001.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 1, '2019-07-29 11:12:03', '2019-07-29 11:12:03', '', '002', '', 'inherit', 'open', 'closed', '', '002', '', '', '2019-07-29 11:12:03', '2019-07-29 11:12:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/002.jpg', 0, 'attachment', 'image/jpeg', 0),
(138, 1, '2019-07-29 11:12:06', '2019-07-29 11:12:06', '', '003', '', 'inherit', 'open', 'closed', '', '003', '', '', '2019-07-29 11:12:06', '2019-07-29 11:12:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/003.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 1, '2019-07-29 11:12:07', '2019-07-29 11:12:07', '', '004', '', 'inherit', 'open', 'closed', '', '004', '', '', '2019-07-29 11:12:07', '2019-07-29 11:12:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/004.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 1, '2019-07-29 11:12:09', '2019-07-29 11:12:09', '', '005', '', 'inherit', 'open', 'closed', '', '005', '', '', '2019-07-29 11:12:09', '2019-07-29 11:12:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/005.jpg', 0, 'attachment', 'image/jpeg', 0),
(141, 1, '2019-07-29 11:12:10', '2019-07-29 11:12:10', '', '006', '', 'inherit', 'open', 'closed', '', '006', '', '', '2019-07-29 11:12:10', '2019-07-29 11:12:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/006.jpg', 0, 'attachment', 'image/jpeg', 0),
(142, 1, '2019-07-29 11:12:12', '2019-07-29 11:12:12', '', '007', '', 'inherit', 'open', 'closed', '', '007', '', '', '2019-07-29 11:12:12', '2019-07-29 11:12:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/007.jpg', 0, 'attachment', 'image/jpeg', 0),
(143, 1, '2019-07-29 11:12:13', '2019-07-29 11:12:13', '', '008', '', 'inherit', 'open', 'closed', '', '008', '', '', '2019-07-29 11:12:13', '2019-07-29 11:12:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/008.jpg', 0, 'attachment', 'image/jpeg', 0),
(144, 1, '2019-07-29 11:12:15', '2019-07-29 11:12:15', '', '009', '', 'inherit', 'open', 'closed', '', '009', '', '', '2019-07-29 11:12:15', '2019-07-29 11:12:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/009.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 1, '2019-07-29 11:12:18', '2019-07-29 11:12:18', '', '010', '', 'inherit', 'open', 'closed', '', '010', '', '', '2019-07-29 11:12:18', '2019-07-29 11:12:18', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/010.jpg', 0, 'attachment', 'image/jpeg', 0),
(146, 1, '2019-07-29 11:12:19', '2019-07-29 11:12:19', '', '011', '', 'inherit', 'open', 'closed', '', '011', '', '', '2019-07-29 11:12:19', '2019-07-29 11:12:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/011.jpg', 0, 'attachment', 'image/jpeg', 0),
(148, 1, '2019-07-29 11:12:21', '2019-07-29 11:12:21', '', '012', '', 'inherit', 'open', 'closed', '', '012', '', '', '2019-07-29 11:12:21', '2019-07-29 11:12:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/012.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 1, '2019-07-29 11:12:22', '2019-07-29 11:12:22', '', '013', '', 'inherit', 'open', 'closed', '', '013', '', '', '2019-07-29 11:12:22', '2019-07-29 11:12:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/013.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 1, '2019-07-29 11:12:24', '2019-07-29 11:12:24', '', '014', '', 'inherit', 'open', 'closed', '', '014', '', '', '2019-07-29 11:12:24', '2019-07-29 11:12:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/014.jpg', 0, 'attachment', 'image/jpeg', 0),
(151, 1, '2019-07-29 11:12:25', '2019-07-29 11:12:25', '', '015', '', 'inherit', 'open', 'closed', '', '015', '', '', '2019-07-29 11:12:25', '2019-07-29 11:12:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/015.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 1, '2019-07-29 11:12:27', '2019-07-29 11:12:27', '', '016', '', 'inherit', 'open', 'closed', '', '016', '', '', '2019-07-29 11:12:27', '2019-07-29 11:12:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/016.jpg', 0, 'attachment', 'image/jpeg', 0),
(153, 1, '2019-07-29 11:12:28', '2019-07-29 11:12:28', '', '017', '', 'inherit', 'open', 'closed', '', '017', '', '', '2019-07-29 11:12:28', '2019-07-29 11:12:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/017.jpg', 0, 'attachment', 'image/jpeg', 0),
(154, 1, '2019-07-29 11:12:30', '2019-07-29 11:12:30', '', '018', '', 'inherit', 'open', 'closed', '', '018', '', '', '2019-07-29 11:12:30', '2019-07-29 11:12:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/018.jpg', 0, 'attachment', 'image/jpeg', 0),
(155, 1, '2019-07-29 11:12:31', '2019-07-29 11:12:31', '', '019', '', 'inherit', 'open', 'closed', '', '019', '', '', '2019-07-29 11:12:31', '2019-07-29 11:12:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/019.jpg', 0, 'attachment', 'image/jpeg', 0),
(156, 1, '2019-07-29 11:12:33', '2019-07-29 11:12:33', '', '020', '', 'inherit', 'open', 'closed', '', '020', '', '', '2019-07-29 11:12:33', '2019-07-29 11:12:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/020.jpg', 0, 'attachment', 'image/jpeg', 0),
(157, 1, '2019-07-29 11:12:34', '2019-07-29 11:12:34', '', '021', '', 'inherit', 'open', 'closed', '', '021', '', '', '2019-07-29 11:12:34', '2019-07-29 11:12:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/021.jpg', 0, 'attachment', 'image/jpeg', 0),
(158, 1, '2019-07-29 11:12:36', '2019-07-29 11:12:36', '', '022', '', 'inherit', 'open', 'closed', '', '022', '', '', '2019-07-29 11:12:36', '2019-07-29 11:12:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/022.jpg', 0, 'attachment', 'image/jpeg', 0),
(159, 1, '2019-07-29 11:12:37', '2019-07-29 11:12:37', '', '023', '', 'inherit', 'open', 'closed', '', '023', '', '', '2019-07-29 11:12:37', '2019-07-29 11:12:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/023.jpg', 0, 'attachment', 'image/jpeg', 0),
(160, 1, '2019-07-29 11:12:39', '2019-07-29 11:12:39', '', '024', '', 'inherit', 'open', 'closed', '', '024', '', '', '2019-07-29 11:12:39', '2019-07-29 11:12:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/024.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2019-07-29 11:12:41', '2019-07-29 11:12:41', '', '025', '', 'inherit', 'open', 'closed', '', '025', '', '', '2019-07-29 11:12:41', '2019-07-29 11:12:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/025.jpg', 0, 'attachment', 'image/jpeg', 0),
(162, 1, '2019-07-29 11:12:42', '2019-07-29 11:12:42', '', '026', '', 'inherit', 'open', 'closed', '', '026', '', '', '2019-07-29 11:12:42', '2019-07-29 11:12:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/026.jpg', 0, 'attachment', 'image/jpeg', 0),
(163, 1, '2019-07-29 11:12:43', '2019-07-29 11:12:43', '', '027', '', 'inherit', 'open', 'closed', '', '027', '', '', '2019-07-29 11:12:43', '2019-07-29 11:12:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/027.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 1, '2019-07-29 11:12:45', '2019-07-29 11:12:45', '', '028', '', 'inherit', 'open', 'closed', '', '028', '', '', '2019-07-29 11:12:45', '2019-07-29 11:12:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/028.jpg', 0, 'attachment', 'image/jpeg', 0),
(165, 1, '2019-07-29 11:12:47', '2019-07-29 11:12:47', '', '029', '', 'inherit', 'open', 'closed', '', '029', '', '', '2019-07-29 11:12:47', '2019-07-29 11:12:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/029.jpg', 0, 'attachment', 'image/jpeg', 0),
(166, 1, '2019-07-29 11:12:48', '2019-07-29 11:12:48', '', '030', '', 'inherit', 'open', 'closed', '', '030', '', '', '2019-07-29 11:12:48', '2019-07-29 11:12:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/030.jpg', 0, 'attachment', 'image/jpeg', 0),
(167, 1, '2019-07-29 11:12:50', '2019-07-29 11:12:50', '', '031', '', 'inherit', 'open', 'closed', '', '031', '', '', '2019-07-29 11:12:50', '2019-07-29 11:12:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/031.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 1, '2019-07-29 11:12:51', '2019-07-29 11:12:51', '', '0031', '', 'inherit', 'open', 'closed', '', '0031', '', '', '2019-07-29 11:12:51', '2019-07-29 11:12:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0031.jpg', 0, 'attachment', 'image/jpeg', 0),
(169, 1, '2019-07-29 11:12:53', '2019-07-29 11:12:53', '', '032', '', 'inherit', 'open', 'closed', '', '032', '', '', '2019-07-29 11:12:53', '2019-07-29 11:12:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/032.jpg', 0, 'attachment', 'image/jpeg', 0),
(170, 1, '2019-07-29 11:12:55', '2019-07-29 11:12:55', '', '033', '', 'inherit', 'open', 'closed', '', '033', '', '', '2019-07-29 11:12:55', '2019-07-29 11:12:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/033.jpg', 0, 'attachment', 'image/jpeg', 0),
(171, 1, '2019-07-29 11:12:56', '2019-07-29 11:12:56', '', '034', '', 'inherit', 'open', 'closed', '', '034', '', '', '2019-07-29 11:12:56', '2019-07-29 11:12:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/034.jpg', 0, 'attachment', 'image/jpeg', 0),
(172, 1, '2019-07-29 11:12:57', '2019-07-29 11:12:57', '', '035', '', 'inherit', 'open', 'closed', '', '035', '', '', '2019-07-29 11:12:57', '2019-07-29 11:12:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/035.jpg', 0, 'attachment', 'image/jpeg', 0),
(173, 1, '2019-07-29 11:12:59', '2019-07-29 11:12:59', '', '036', '', 'inherit', 'open', 'closed', '', '036', '', '', '2019-07-29 11:12:59', '2019-07-29 11:12:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/036.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 1, '2019-07-29 11:13:01', '2019-07-29 11:13:01', '', '037', '', 'inherit', 'open', 'closed', '', '037', '', '', '2019-07-29 11:13:01', '2019-07-29 11:13:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/037.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2019-07-29 11:13:03', '2019-07-29 11:13:03', '', '038', '', 'inherit', 'open', 'closed', '', '038', '', '', '2019-07-29 11:13:03', '2019-07-29 11:13:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/038.jpg', 0, 'attachment', 'image/jpeg', 0),
(176, 1, '2019-07-29 11:13:04', '2019-07-29 11:13:04', '', '0061', '', 'inherit', 'open', 'closed', '', '0061', '', '', '2019-07-29 11:13:04', '2019-07-29 11:13:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0061.jpg', 0, 'attachment', 'image/jpeg', 0),
(177, 1, '2019-07-29 11:13:05', '2019-07-29 11:13:05', '', '0101', '', 'inherit', 'open', 'closed', '', '0101', '', '', '2019-07-29 11:13:05', '2019-07-29 11:13:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0101.jpg', 0, 'attachment', 'image/jpeg', 0),
(178, 1, '2019-07-29 11:13:07', '2019-07-29 11:13:07', '', '0131', '', 'inherit', 'open', 'closed', '', '0131', '', '', '2019-07-29 11:13:07', '2019-07-29 11:13:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0131.jpg', 0, 'attachment', 'image/jpeg', 0),
(179, 1, '2019-07-29 11:13:08', '2019-07-29 11:13:08', '', '0181', '', 'inherit', 'open', 'closed', '', '0181', '', '', '2019-07-29 11:13:08', '2019-07-29 11:13:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0181.jpg', 0, 'attachment', 'image/jpeg', 0),
(180, 1, '2019-07-29 11:13:10', '2019-07-29 11:13:10', '', '0211', '', 'inherit', 'open', 'closed', '', '0211', '', '', '2019-07-29 11:13:10', '2019-07-29 11:13:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0211.jpg', 0, 'attachment', 'image/jpeg', 0),
(181, 1, '2019-07-29 11:13:11', '2019-07-29 11:13:11', '', '0281', '', 'inherit', 'open', 'closed', '', '0281', '', '', '2019-07-29 11:13:11', '2019-07-29 11:13:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0281.jpg', 0, 'attachment', 'image/jpeg', 0),
(182, 1, '2019-07-29 11:13:13', '2019-07-29 11:13:13', '', '0301', '', 'inherit', 'open', 'closed', '', '0301', '', '', '2019-07-29 11:13:13', '2019-07-29 11:13:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0301.jpg', 0, 'attachment', 'image/jpeg', 0),
(183, 1, '2019-07-29 11:13:14', '2019-07-29 11:13:14', '', '0321', '', 'inherit', 'open', 'closed', '', '0321', '', '', '2019-07-29 11:13:14', '2019-07-29 11:13:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0321.jpg', 0, 'attachment', 'image/jpeg', 0),
(184, 1, '2019-07-29 11:13:15', '2019-07-29 11:13:15', '', '0351', '', 'inherit', 'open', 'closed', '', '0351', '', '', '2019-07-29 11:13:15', '2019-07-29 11:13:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/0351.jpg', 0, 'attachment', 'image/jpeg', 0),
(191, 1, '2019-07-29 11:21:59', '2019-07-29 11:21:59', '', 'AN3C0002', '', 'inherit', 'open', 'closed', '', 'an3c0002', '', '', '2019-07-29 11:21:59', '2019-07-29 11:21:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0002.jpg', 0, 'attachment', 'image/jpeg', 0),
(192, 1, '2019-07-29 11:22:01', '2019-07-29 11:22:01', '', 'AN3C0006', '', 'inherit', 'open', 'closed', '', 'an3c0006', '', '', '2019-07-29 11:22:01', '2019-07-29 11:22:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0006.jpg', 0, 'attachment', 'image/jpeg', 0),
(193, 1, '2019-07-29 11:22:03', '2019-07-29 11:22:03', '', 'AN3C0026', '', 'inherit', 'open', 'closed', '', 'an3c0026', '', '', '2019-07-29 11:22:03', '2019-07-29 11:22:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0026.jpg', 0, 'attachment', 'image/jpeg', 0),
(194, 1, '2019-07-29 11:22:05', '2019-07-29 11:22:05', '', 'AN3C0030', '', 'inherit', 'open', 'closed', '', 'an3c0030', '', '', '2019-07-29 11:22:05', '2019-07-29 11:22:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0030.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 1, '2019-07-29 11:22:07', '2019-07-29 11:22:07', '', 'AN3C0039', '', 'inherit', 'open', 'closed', '', 'an3c0039', '', '', '2019-07-29 11:22:07', '2019-07-29 11:22:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0039.jpg', 0, 'attachment', 'image/jpeg', 0),
(196, 1, '2019-07-29 11:22:08', '2019-07-29 11:22:08', '', 'AN3C0067', '', 'inherit', 'open', 'closed', '', 'an3c0067', '', '', '2019-07-29 11:22:08', '2019-07-29 11:22:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0067.jpg', 0, 'attachment', 'image/jpeg', 0),
(197, 1, '2019-07-29 11:22:10', '2019-07-29 11:22:10', '', 'AN3C0076', '', 'inherit', 'open', 'closed', '', 'an3c0076', '', '', '2019-07-29 11:22:10', '2019-07-29 11:22:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0076.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 1, '2019-07-29 11:22:12', '2019-07-29 11:22:12', '', 'AN3C0079', '', 'inherit', 'open', 'closed', '', 'an3c0079', '', '', '2019-07-29 11:22:12', '2019-07-29 11:22:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0079.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(199, 1, '2019-07-29 11:22:14', '2019-07-29 11:22:14', '', 'AN3C0081', '', 'inherit', 'open', 'closed', '', 'an3c0081', '', '', '2019-07-29 11:22:14', '2019-07-29 11:22:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0081.jpg', 0, 'attachment', 'image/jpeg', 0),
(200, 1, '2019-07-29 11:22:16', '2019-07-29 11:22:16', '', 'AN3C0095', '', 'inherit', 'open', 'closed', '', 'an3c0095', '', '', '2019-07-29 11:22:16', '2019-07-29 11:22:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0095.jpg', 0, 'attachment', 'image/jpeg', 0),
(201, 1, '2019-07-29 11:22:17', '2019-07-29 11:22:17', '', 'AN3C0149', '', 'inherit', 'open', 'closed', '', 'an3c0149', '', '', '2019-07-29 11:22:17', '2019-07-29 11:22:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0149.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 1, '2019-07-29 11:22:19', '2019-07-29 11:22:19', '', 'AN3C0194', '', 'inherit', 'open', 'closed', '', 'an3c0194', '', '', '2019-07-29 11:22:19', '2019-07-29 11:22:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0194.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 1, '2019-07-29 11:22:22', '2019-07-29 11:22:22', '', 'AN3C0200', '', 'inherit', 'open', 'closed', '', 'an3c0200', '', '', '2019-07-29 11:22:22', '2019-07-29 11:22:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0200.jpg', 0, 'attachment', 'image/jpeg', 0),
(204, 1, '2019-07-29 11:22:24', '2019-07-29 11:22:24', '', 'AN3C0206', '', 'inherit', 'open', 'closed', '', 'an3c0206', '', '', '2019-07-29 11:22:24', '2019-07-29 11:22:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0206.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 1, '2019-07-29 11:22:25', '2019-07-29 11:22:25', '', 'AN3C0211', '', 'inherit', 'open', 'closed', '', 'an3c0211', '', '', '2019-07-29 11:22:25', '2019-07-29 11:22:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0211.jpg', 0, 'attachment', 'image/jpeg', 0),
(206, 1, '2019-07-29 11:22:26', '2019-07-29 11:22:26', '', 'AN3C0214', '', 'inherit', 'open', 'closed', '', 'an3c0214', '', '', '2019-07-29 11:22:26', '2019-07-29 11:22:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0214.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 1, '2019-07-29 11:22:28', '2019-07-29 11:22:28', '', 'AN3C0222', '', 'inherit', 'open', 'closed', '', 'an3c0222', '', '', '2019-07-29 11:22:28', '2019-07-29 11:22:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0222.jpg', 0, 'attachment', 'image/jpeg', 0),
(208, 1, '2019-07-29 11:22:30', '2019-07-29 11:22:30', '', 'AN3C0236', '', 'inherit', 'open', 'closed', '', 'an3c0236', '', '', '2019-07-29 11:22:30', '2019-07-29 11:22:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C0236.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 1, '2019-07-29 11:22:31', '2019-07-29 11:22:31', '', 'AN3C9929', '', 'inherit', 'open', 'closed', '', 'an3c9929', '', '', '2019-07-29 11:22:31', '2019-07-29 11:22:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9929.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 1, '2019-07-29 11:22:32', '2019-07-29 11:22:32', '', 'AN3C9930', '', 'inherit', 'open', 'closed', '', 'an3c9930', '', '', '2019-07-29 11:22:32', '2019-07-29 11:22:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9930.jpg', 0, 'attachment', 'image/jpeg', 0),
(211, 1, '2019-07-29 11:22:34', '2019-07-29 11:22:34', '', 'AN3C9933', '', 'inherit', 'open', 'closed', '', 'an3c9933', '', '', '2019-07-29 11:22:34', '2019-07-29 11:22:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9933.jpg', 0, 'attachment', 'image/jpeg', 0),
(212, 1, '2019-07-29 11:22:35', '2019-07-29 11:22:35', '', 'AN3C9942', '', 'inherit', 'open', 'closed', '', 'an3c9942', '', '', '2019-07-29 11:22:35', '2019-07-29 11:22:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9942.jpg', 0, 'attachment', 'image/jpeg', 0),
(213, 1, '2019-07-29 11:22:37', '2019-07-29 11:22:37', '', 'AN3C9944', '', 'inherit', 'open', 'closed', '', 'an3c9944', '', '', '2019-07-29 11:22:37', '2019-07-29 11:22:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9944.jpg', 0, 'attachment', 'image/jpeg', 0),
(214, 1, '2019-07-29 11:22:39', '2019-07-29 11:22:39', '', 'AN3C9948', '', 'inherit', 'open', 'closed', '', 'an3c9948', '', '', '2019-07-29 11:22:39', '2019-07-29 11:22:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9948.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2019-07-29 11:22:40', '2019-07-29 11:22:40', '', 'AN3C9951', '', 'inherit', 'open', 'closed', '', 'an3c9951', '', '', '2019-07-29 11:22:40', '2019-07-29 11:22:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9951.jpg', 0, 'attachment', 'image/jpeg', 0),
(216, 1, '2019-07-29 11:22:42', '2019-07-29 11:22:42', '', 'AN3C9999', '', 'inherit', 'open', 'closed', '', 'an3c9999', '', '', '2019-07-29 11:22:42', '2019-07-29 11:22:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C9999.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 1, '2019-07-29 11:22:43', '2019-07-29 11:22:43', '', 'DSC_4543', '', 'inherit', 'open', 'closed', '', 'dsc_4543', '', '', '2019-07-29 11:22:43', '2019-07-29 11:22:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4543.jpg', 0, 'attachment', 'image/jpeg', 0),
(218, 1, '2019-07-29 11:22:45', '2019-07-29 11:22:45', '', 'DSC_4544', '', 'inherit', 'open', 'closed', '', 'dsc_4544', '', '', '2019-07-29 11:22:45', '2019-07-29 11:22:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4544.jpg', 0, 'attachment', 'image/jpeg', 0),
(219, 1, '2019-07-29 11:22:47', '2019-07-29 11:22:47', '', 'DSC_4545', '', 'inherit', 'open', 'closed', '', 'dsc_4545', '', '', '2019-07-29 11:22:47', '2019-07-29 11:22:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4545.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 1, '2019-07-29 11:22:48', '2019-07-29 11:22:48', '', 'DSC_4546', '', 'inherit', 'open', 'closed', '', 'dsc_4546', '', '', '2019-07-29 11:22:48', '2019-07-29 11:22:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4546.jpg', 0, 'attachment', 'image/jpeg', 0),
(221, 1, '2019-07-29 11:22:50', '2019-07-29 11:22:50', '', 'DSC_4547', '', 'inherit', 'open', 'closed', '', 'dsc_4547', '', '', '2019-07-29 11:22:50', '2019-07-29 11:22:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4547.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 1, '2019-07-29 11:22:51', '2019-07-29 11:22:51', '', 'DSC_4553', '', 'inherit', 'open', 'closed', '', 'dsc_4553', '', '', '2019-07-29 11:22:51', '2019-07-29 11:22:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4553.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 1, '2019-07-29 11:22:53', '2019-07-29 11:22:53', '', 'DSC_4579', '', 'inherit', 'open', 'closed', '', 'dsc_4579', '', '', '2019-07-29 11:22:53', '2019-07-29 11:22:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4579.jpg', 0, 'attachment', 'image/jpeg', 0),
(224, 1, '2019-07-29 11:22:54', '2019-07-29 11:22:54', '', 'DSC_4582', '', 'inherit', 'open', 'closed', '', 'dsc_4582', '', '', '2019-07-29 11:22:54', '2019-07-29 11:22:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4582.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2019-07-29 11:22:56', '2019-07-29 11:22:56', '', 'DSC_4586', '', 'inherit', 'open', 'closed', '', 'dsc_4586', '', '', '2019-07-29 11:22:56', '2019-07-29 11:22:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4586.jpg', 0, 'attachment', 'image/jpeg', 0),
(227, 1, '2019-07-29 11:22:57', '2019-07-29 11:22:57', '', 'DSC_4588', '', 'inherit', 'open', 'closed', '', 'dsc_4588', '', '', '2019-07-29 11:22:57', '2019-07-29 11:22:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4588.jpg', 0, 'attachment', 'image/jpeg', 0),
(228, 1, '2019-07-29 11:22:58', '2019-07-29 11:22:58', '', 'DSC_4592', '', 'inherit', 'open', 'closed', '', 'dsc_4592', '', '', '2019-07-29 11:22:58', '2019-07-29 11:22:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4592.jpg', 0, 'attachment', 'image/jpeg', 0),
(229, 1, '2019-07-29 11:23:00', '2019-07-29 11:23:00', '', 'DSC_4594', '', 'inherit', 'open', 'closed', '', 'dsc_4594', '', '', '2019-07-29 11:23:00', '2019-07-29 11:23:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4594.jpg', 0, 'attachment', 'image/jpeg', 0),
(230, 1, '2019-07-29 11:23:01', '2019-07-29 11:23:01', '', 'DSC_4596', '', 'inherit', 'open', 'closed', '', 'dsc_4596', '', '', '2019-07-29 11:23:01', '2019-07-29 11:23:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4596.jpg', 0, 'attachment', 'image/jpeg', 0),
(231, 1, '2019-07-29 11:23:03', '2019-07-29 11:23:03', '', 'DSC_4612', '', 'inherit', 'open', 'closed', '', 'dsc_4612', '', '', '2019-07-29 11:23:03', '2019-07-29 11:23:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4612.jpg', 0, 'attachment', 'image/jpeg', 0),
(232, 1, '2019-07-29 11:23:05', '2019-07-29 11:23:05', '', 'DSC_4629', '', 'inherit', 'open', 'closed', '', 'dsc_4629', '', '', '2019-07-29 11:23:05', '2019-07-29 11:23:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4629.jpg', 0, 'attachment', 'image/jpeg', 0),
(233, 1, '2019-07-29 11:23:06', '2019-07-29 11:23:06', '', 'DSC_4643', '', 'inherit', 'open', 'closed', '', 'dsc_4643', '', '', '2019-07-29 11:23:06', '2019-07-29 11:23:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4643.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2019-07-29 11:23:07', '2019-07-29 11:23:07', '', 'DSC_4662', '', 'inherit', 'open', 'closed', '', 'dsc_4662', '', '', '2019-07-29 11:23:07', '2019-07-29 11:23:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4662.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 1, '2019-07-29 11:23:09', '2019-07-29 11:23:09', '', 'DSC_4667', '', 'inherit', 'open', 'closed', '', 'dsc_4667', '', '', '2019-07-29 11:23:09', '2019-07-29 11:23:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4667.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2019-07-29 11:23:10', '2019-07-29 11:23:10', '', 'DSC_4679', '', 'inherit', 'open', 'closed', '', 'dsc_4679', '', '', '2019-07-29 11:23:10', '2019-07-29 11:23:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4679.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2019-07-29 11:23:12', '2019-07-29 11:23:12', '', 'DSC_4853', '', 'inherit', 'open', 'closed', '', 'dsc_4853', '', '', '2019-07-29 11:23:12', '2019-07-29 11:23:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_4853.jpg', 0, 'attachment', 'image/jpeg', 0),
(239, 1, '2019-07-29 11:27:20', '2019-07-29 11:27:20', '', 'aaa_1', '', 'inherit', 'open', 'closed', '', 'aaa_1', '', '', '2019-07-29 11:27:20', '2019-07-29 11:27:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 1, '2019-07-29 11:27:22', '2019-07-29 11:27:22', '', 'aaa_2', '', 'inherit', 'open', 'closed', '', 'aaa_2', '', '', '2019-07-29 11:27:22', '2019-07-29 11:27:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2019-07-29 11:27:23', '2019-07-29 11:27:23', '', 'aaa_3', '', 'inherit', 'open', 'closed', '', 'aaa_3', '', '', '2019-07-29 11:27:23', '2019-07-29 11:27:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(242, 1, '2019-07-29 11:27:25', '2019-07-29 11:27:25', '', 'aaa_4', '', 'inherit', 'open', 'closed', '', 'aaa_4', '', '', '2019-07-29 11:27:25', '2019-07-29 11:27:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(243, 1, '2019-07-29 11:27:28', '2019-07-29 11:27:28', '', 'aaa_5', '', 'inherit', 'open', 'closed', '', 'aaa_5', '', '', '2019-07-29 11:27:28', '2019-07-29 11:27:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_5.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 1, '2019-07-29 11:27:30', '2019-07-29 11:27:30', '', 'aaa_6', '', 'inherit', 'open', 'closed', '', 'aaa_6', '', '', '2019-07-29 11:27:30', '2019-07-29 11:27:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_6.jpg', 0, 'attachment', 'image/jpeg', 0),
(245, 1, '2019-07-29 11:27:32', '2019-07-29 11:27:32', '', 'aaa_7', '', 'inherit', 'open', 'closed', '', 'aaa_7', '', '', '2019-07-29 11:27:32', '2019-07-29 11:27:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_7.jpg', 0, 'attachment', 'image/jpeg', 0),
(246, 1, '2019-07-29 11:27:34', '2019-07-29 11:27:34', '', 'aaa_8', '', 'inherit', 'open', 'closed', '', 'aaa_8', '', '', '2019-07-29 11:27:34', '2019-07-29 11:27:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_8.jpg', 0, 'attachment', 'image/jpeg', 0),
(247, 1, '2019-07-29 11:27:36', '2019-07-29 11:27:36', '', 'aaa_9', '', 'inherit', 'open', 'closed', '', 'aaa_9', '', '', '2019-07-29 11:27:36', '2019-07-29 11:27:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_9.jpg', 0, 'attachment', 'image/jpeg', 0),
(248, 1, '2019-07-29 11:27:38', '2019-07-29 11:27:38', '', 'aaa_10', '', 'inherit', 'open', 'closed', '', 'aaa_10', '', '', '2019-07-29 11:27:38', '2019-07-29 11:27:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_10.jpg', 0, 'attachment', 'image/jpeg', 0),
(249, 1, '2019-07-29 11:27:40', '2019-07-29 11:27:40', '', 'aaa_11', '', 'inherit', 'open', 'closed', '', 'aaa_11', '', '', '2019-07-29 11:27:40', '2019-07-29 11:27:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_11.jpg', 0, 'attachment', 'image/jpeg', 0),
(250, 1, '2019-07-29 11:27:42', '2019-07-29 11:27:42', '', 'aaa_12', '', 'inherit', 'open', 'closed', '', 'aaa_12', '', '', '2019-07-29 11:27:42', '2019-07-29 11:27:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_12.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 1, '2019-07-29 11:27:44', '2019-07-29 11:27:44', '', 'aaa_13', '', 'inherit', 'open', 'closed', '', 'aaa_13', '', '', '2019-07-29 11:27:44', '2019-07-29 11:27:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_13.jpg', 0, 'attachment', 'image/jpeg', 0),
(252, 1, '2019-07-29 11:27:45', '2019-07-29 11:27:45', '', 'aaa_14', '', 'inherit', 'open', 'closed', '', 'aaa_14', '', '', '2019-07-29 11:27:45', '2019-07-29 11:27:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_14.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 1, '2019-07-29 11:27:47', '2019-07-29 11:27:47', '', 'aaa_15', '', 'inherit', 'open', 'closed', '', 'aaa_15', '', '', '2019-07-29 11:27:47', '2019-07-29 11:27:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_15.jpg', 0, 'attachment', 'image/jpeg', 0),
(254, 1, '2019-07-29 11:27:49', '2019-07-29 11:27:49', '', 'aaa_16', '', 'inherit', 'open', 'closed', '', 'aaa_16', '', '', '2019-07-29 11:27:49', '2019-07-29 11:27:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_16.jpg', 0, 'attachment', 'image/jpeg', 0),
(255, 1, '2019-07-29 11:27:51', '2019-07-29 11:27:51', '', 'aaa_17', '', 'inherit', 'open', 'closed', '', 'aaa_17', '', '', '2019-07-29 11:27:51', '2019-07-29 11:27:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_17.jpg', 0, 'attachment', 'image/jpeg', 0),
(256, 1, '2019-07-29 11:27:53', '2019-07-29 11:27:53', '', 'aaa_18', '', 'inherit', 'open', 'closed', '', 'aaa_18', '', '', '2019-07-29 11:27:53', '2019-07-29 11:27:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_18.jpg', 0, 'attachment', 'image/jpeg', 0),
(257, 1, '2019-07-29 11:27:55', '2019-07-29 11:27:55', '', 'aaa_19', '', 'inherit', 'open', 'closed', '', 'aaa_19', '', '', '2019-07-29 11:27:55', '2019-07-29 11:27:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_19.jpg', 0, 'attachment', 'image/jpeg', 0),
(258, 1, '2019-07-29 11:27:57', '2019-07-29 11:27:57', '', 'aaa_20', '', 'inherit', 'open', 'closed', '', 'aaa_20', '', '', '2019-07-29 11:27:57', '2019-07-29 11:27:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_20.jpg', 0, 'attachment', 'image/jpeg', 0),
(259, 1, '2019-07-29 11:27:58', '2019-07-29 11:27:58', '', 'aaa_21', '', 'inherit', 'open', 'closed', '', 'aaa_21', '', '', '2019-07-29 11:27:58', '2019-07-29 11:27:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_21.jpg', 0, 'attachment', 'image/jpeg', 0),
(260, 1, '2019-07-29 11:28:00', '2019-07-29 11:28:00', '', 'aaa_22', '', 'inherit', 'open', 'closed', '', 'aaa_22', '', '', '2019-07-29 11:28:00', '2019-07-29 11:28:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_22.jpg', 0, 'attachment', 'image/jpeg', 0),
(261, 1, '2019-07-29 11:28:02', '2019-07-29 11:28:02', '', 'aaa_23', '', 'inherit', 'open', 'closed', '', 'aaa_23', '', '', '2019-07-29 11:28:02', '2019-07-29 11:28:02', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_23.jpg', 0, 'attachment', 'image/jpeg', 0),
(262, 1, '2019-07-29 11:28:04', '2019-07-29 11:28:04', '', 'aaa_24', '', 'inherit', 'open', 'closed', '', 'aaa_24', '', '', '2019-07-29 11:28:04', '2019-07-29 11:28:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_24.jpg', 0, 'attachment', 'image/jpeg', 0),
(263, 1, '2019-07-29 11:28:05', '2019-07-29 11:28:05', '', 'aaa_25', '', 'inherit', 'open', 'closed', '', 'aaa_25', '', '', '2019-07-29 11:28:05', '2019-07-29 11:28:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_25.jpg', 0, 'attachment', 'image/jpeg', 0),
(264, 1, '2019-07-29 12:52:20', '2019-07-29 12:52:20', '', 'aaa_1', '', 'inherit', 'open', 'closed', '', 'aaa_1-2', '', '', '2019-07-29 12:52:20', '2019-07-29 12:52:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(265, 1, '2019-07-29 12:52:23', '2019-07-29 12:52:23', '', 'aaa_2', '', 'inherit', 'open', 'closed', '', 'aaa_2-2', '', '', '2019-07-29 12:52:23', '2019-07-29 12:52:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(266, 1, '2019-07-29 12:52:26', '2019-07-29 12:52:26', '', 'aaa_3', '', 'inherit', 'open', 'closed', '', 'aaa_3-2', '', '', '2019-07-29 12:52:26', '2019-07-29 12:52:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(267, 1, '2019-07-29 12:52:28', '2019-07-29 12:52:28', '', 'aaa_4', '', 'inherit', 'open', 'closed', '', 'aaa_4-2', '', '', '2019-07-29 12:52:28', '2019-07-29 12:52:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(268, 1, '2019-07-29 12:52:30', '2019-07-29 12:52:30', '', 'aaa_5', '', 'inherit', 'open', 'closed', '', 'aaa_5-2', '', '', '2019-07-29 12:52:30', '2019-07-29 12:52:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(269, 1, '2019-07-29 12:52:32', '2019-07-29 12:52:32', '', 'aaa_6', '', 'inherit', 'open', 'closed', '', 'aaa_6-2', '', '', '2019-07-29 12:52:32', '2019-07-29 12:52:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(270, 1, '2019-07-29 12:52:35', '2019-07-29 12:52:35', '', 'aaa_7', '', 'inherit', 'open', 'closed', '', 'aaa_7-2', '', '', '2019-07-29 12:52:35', '2019-07-29 12:52:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_7-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(271, 1, '2019-07-29 12:52:37', '2019-07-29 12:52:37', '', 'aaa_8', '', 'inherit', 'open', 'closed', '', 'aaa_8-2', '', '', '2019-07-29 12:52:37', '2019-07-29 12:52:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_8-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2019-07-29 12:52:40', '2019-07-29 12:52:40', '', 'aaa_9', '', 'inherit', 'open', 'closed', '', 'aaa_9-2', '', '', '2019-07-29 12:52:40', '2019-07-29 12:52:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_9-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(273, 1, '2019-07-29 12:52:42', '2019-07-29 12:52:42', '', 'aaa_10', '', 'inherit', 'open', 'closed', '', 'aaa_10-2', '', '', '2019-07-29 12:52:42', '2019-07-29 12:52:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_10-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(274, 1, '2019-07-29 12:52:45', '2019-07-29 12:52:45', '', 'aaa_11', '', 'inherit', 'open', 'closed', '', 'aaa_11-2', '', '', '2019-07-29 12:52:45', '2019-07-29 12:52:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_11-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(275, 1, '2019-07-29 12:52:47', '2019-07-29 12:52:47', '', 'aaa_12', '', 'inherit', 'open', 'closed', '', 'aaa_12-2', '', '', '2019-07-29 12:52:47', '2019-07-29 12:52:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_12-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(276, 1, '2019-07-29 12:52:49', '2019-07-29 12:52:49', '', 'aaa_13', '', 'inherit', 'open', 'closed', '', 'aaa_13-2', '', '', '2019-07-29 12:52:49', '2019-07-29 12:52:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_13-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(277, 1, '2019-07-29 12:52:51', '2019-07-29 12:52:51', '', 'aaa_14', '', 'inherit', 'open', 'closed', '', 'aaa_14-2', '', '', '2019-07-29 12:52:51', '2019-07-29 12:52:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_14-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(278, 1, '2019-07-29 12:52:54', '2019-07-29 12:52:54', '', 'aaa_15', '', 'inherit', 'open', 'closed', '', 'aaa_15-2', '', '', '2019-07-29 12:52:54', '2019-07-29 12:52:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_15-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(279, 1, '2019-07-29 12:52:56', '2019-07-29 12:52:56', '', 'aaa_16', '', 'inherit', 'open', 'closed', '', 'aaa_16-2', '', '', '2019-07-29 12:52:56', '2019-07-29 12:52:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_16-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(280, 1, '2019-07-29 12:52:59', '2019-07-29 12:52:59', '', 'aaa_17', '', 'inherit', 'open', 'closed', '', 'aaa_17-2', '', '', '2019-07-29 12:52:59', '2019-07-29 12:52:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_17-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(281, 1, '2019-07-29 12:53:01', '2019-07-29 12:53:01', '', 'aaa_18', '', 'inherit', 'open', 'closed', '', 'aaa_18-2', '', '', '2019-07-29 12:53:01', '2019-07-29 12:53:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_18-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(282, 1, '2019-07-29 12:53:04', '2019-07-29 12:53:04', '', 'aaa_19', '', 'inherit', 'open', 'closed', '', 'aaa_19-2', '', '', '2019-07-29 12:53:04', '2019-07-29 12:53:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_19-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(283, 1, '2019-07-29 12:53:06', '2019-07-29 12:53:06', '', 'aaa_20', '', 'inherit', 'open', 'closed', '', 'aaa_20-2', '', '', '2019-07-29 12:53:06', '2019-07-29 12:53:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_20-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 1, '2019-07-29 12:53:08', '2019-07-29 12:53:08', '', 'aaa_21', '', 'inherit', 'open', 'closed', '', 'aaa_21-2', '', '', '2019-07-29 12:53:08', '2019-07-29 12:53:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_21-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(285, 1, '2019-07-29 12:53:11', '2019-07-29 12:53:11', '', 'aaa_22', '', 'inherit', 'open', 'closed', '', 'aaa_22-2', '', '', '2019-07-29 12:53:11', '2019-07-29 12:53:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_22-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(286, 1, '2019-07-29 12:53:13', '2019-07-29 12:53:13', '', 'aaa_23', '', 'inherit', 'open', 'closed', '', 'aaa_23-2', '', '', '2019-07-29 12:53:13', '2019-07-29 12:53:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_23-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(287, 1, '2019-07-29 12:53:15', '2019-07-29 12:53:15', '', 'aaa_24', '', 'inherit', 'open', 'closed', '', 'aaa_24-2', '', '', '2019-07-29 12:53:15', '2019-07-29 12:53:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_24-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(288, 1, '2019-07-29 12:53:17', '2019-07-29 12:53:17', '', 'aaa_25', '', 'inherit', 'open', 'closed', '', 'aaa_25-2', '', '', '2019-07-29 12:53:17', '2019-07-29 12:53:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_25-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(289, 1, '2019-07-29 12:53:19', '2019-07-29 12:53:19', '', 'aaa_26', '', 'inherit', 'open', 'closed', '', 'aaa_26', '', '', '2019-07-29 12:53:19', '2019-07-29 12:53:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_26.jpg', 0, 'attachment', 'image/jpeg', 0),
(290, 1, '2019-07-29 12:53:22', '2019-07-29 12:53:22', '', 'aaa_27', '', 'inherit', 'open', 'closed', '', 'aaa_27', '', '', '2019-07-29 12:53:22', '2019-07-29 12:53:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_27.jpg', 0, 'attachment', 'image/jpeg', 0),
(291, 1, '2019-07-29 12:53:24', '2019-07-29 12:53:24', '', 'aaa_28', '', 'inherit', 'open', 'closed', '', 'aaa_28', '', '', '2019-07-29 12:53:24', '2019-07-29 12:53:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_28.jpg', 0, 'attachment', 'image/jpeg', 0),
(292, 1, '2019-07-29 12:53:27', '2019-07-29 12:53:27', '', 'aaa_29', '', 'inherit', 'open', 'closed', '', 'aaa_29', '', '', '2019-07-29 12:53:27', '2019-07-29 12:53:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_29.jpg', 0, 'attachment', 'image/jpeg', 0),
(293, 1, '2019-07-29 12:53:29', '2019-07-29 12:53:29', '', 'aaa_30', '', 'inherit', 'open', 'closed', '', 'aaa_30', '', '', '2019-07-29 12:53:29', '2019-07-29 12:53:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_30.jpg', 0, 'attachment', 'image/jpeg', 0),
(294, 1, '2019-07-29 12:53:31', '2019-07-29 12:53:31', '', 'aaa_31', '', 'inherit', 'open', 'closed', '', 'aaa_31', '', '', '2019-07-29 12:53:31', '2019-07-29 12:53:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_31.jpg', 0, 'attachment', 'image/jpeg', 0),
(295, 1, '2019-07-29 12:53:33', '2019-07-29 12:53:33', '', 'aaa_32', '', 'inherit', 'open', 'closed', '', 'aaa_32', '', '', '2019-07-29 12:53:33', '2019-07-29 12:53:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_32.jpg', 0, 'attachment', 'image/jpeg', 0),
(296, 1, '2019-07-29 12:53:36', '2019-07-29 12:53:36', '', 'aaa_33', '', 'inherit', 'open', 'closed', '', 'aaa_33', '', '', '2019-07-29 12:53:36', '2019-07-29 12:53:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_33.jpg', 0, 'attachment', 'image/jpeg', 0),
(297, 1, '2019-07-29 12:53:38', '2019-07-29 12:53:38', '', 'aaa_34', '', 'inherit', 'open', 'closed', '', 'aaa_34', '', '', '2019-07-29 12:53:38', '2019-07-29 12:53:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_34.jpg', 0, 'attachment', 'image/jpeg', 0),
(298, 1, '2019-07-29 12:53:41', '2019-07-29 12:53:41', '', 'aaa_35', '', 'inherit', 'open', 'closed', '', 'aaa_35', '', '', '2019-07-29 12:53:41', '2019-07-29 12:53:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_35.jpg', 0, 'attachment', 'image/jpeg', 0),
(299, 1, '2019-07-29 12:53:44', '2019-07-29 12:53:44', '', 'aaa_36', '', 'inherit', 'open', 'closed', '', 'aaa_36', '', '', '2019-07-29 12:53:44', '2019-07-29 12:53:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_36.jpg', 0, 'attachment', 'image/jpeg', 0),
(300, 1, '2019-07-29 12:53:46', '2019-07-29 12:53:46', '', 'aaa_37', '', 'inherit', 'open', 'closed', '', 'aaa_37', '', '', '2019-07-29 12:53:46', '2019-07-29 12:53:46', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_37.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(301, 1, '2019-07-29 12:53:49', '2019-07-29 12:53:49', '', 'aaa_38', '', 'inherit', 'open', 'closed', '', 'aaa_38', '', '', '2019-07-29 12:53:49', '2019-07-29 12:53:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_38.jpg', 0, 'attachment', 'image/jpeg', 0),
(302, 1, '2019-07-29 12:53:51', '2019-07-29 12:53:51', '', 'aaa_39', '', 'inherit', 'open', 'closed', '', 'aaa_39', '', '', '2019-07-29 12:53:51', '2019-07-29 12:53:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_39.jpg', 0, 'attachment', 'image/jpeg', 0),
(303, 1, '2019-07-29 12:53:53', '2019-07-29 12:53:53', '', 'aaa_40', '', 'inherit', 'open', 'closed', '', 'aaa_40', '', '', '2019-07-29 12:53:53', '2019-07-29 12:53:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_40.jpg', 0, 'attachment', 'image/jpeg', 0),
(304, 1, '2019-07-29 12:53:55', '2019-07-29 12:53:55', '', 'aaa_41', '', 'inherit', 'open', 'closed', '', 'aaa_41', '', '', '2019-07-29 12:53:55', '2019-07-29 12:53:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_41.jpg', 0, 'attachment', 'image/jpeg', 0),
(305, 1, '2019-07-29 12:53:57', '2019-07-29 12:53:57', '', 'aaa_42', '', 'inherit', 'open', 'closed', '', 'aaa_42', '', '', '2019-07-29 12:53:57', '2019-07-29 12:53:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_42.jpg', 0, 'attachment', 'image/jpeg', 0),
(306, 1, '2019-07-29 12:53:59', '2019-07-29 12:53:59', '', 'aaa_43', '', 'inherit', 'open', 'closed', '', 'aaa_43', '', '', '2019-07-29 12:53:59', '2019-07-29 12:53:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_43.jpg', 0, 'attachment', 'image/jpeg', 0),
(307, 1, '2019-07-29 12:54:01', '2019-07-29 12:54:01', '', 'aaa_44', '', 'inherit', 'open', 'closed', '', 'aaa_44', '', '', '2019-07-29 12:54:01', '2019-07-29 12:54:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_44.jpg', 0, 'attachment', 'image/jpeg', 0),
(308, 1, '2019-07-29 12:54:03', '2019-07-29 12:54:03', '', 'aaa_45', '', 'inherit', 'open', 'closed', '', 'aaa_45', '', '', '2019-07-29 12:54:03', '2019-07-29 12:54:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_45.jpg', 0, 'attachment', 'image/jpeg', 0),
(309, 1, '2019-07-29 12:54:05', '2019-07-29 12:54:05', '', 'aaa_46', '', 'inherit', 'open', 'closed', '', 'aaa_46', '', '', '2019-07-29 12:54:05', '2019-07-29 12:54:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_46.jpg', 0, 'attachment', 'image/jpeg', 0),
(310, 1, '2019-07-29 12:54:07', '2019-07-29 12:54:07', '', 'aaa_47', '', 'inherit', 'open', 'closed', '', 'aaa_47', '', '', '2019-07-29 12:54:07', '2019-07-29 12:54:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_47.jpg', 0, 'attachment', 'image/jpeg', 0),
(311, 1, '2019-07-29 12:54:09', '2019-07-29 12:54:09', '', 'aaa_48', '', 'inherit', 'open', 'closed', '', 'aaa_48', '', '', '2019-07-29 12:54:09', '2019-07-29 12:54:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_48.jpg', 0, 'attachment', 'image/jpeg', 0),
(312, 1, '2019-07-29 12:54:11', '2019-07-29 12:54:11', '', 'aaa_49', '', 'inherit', 'open', 'closed', '', 'aaa_49', '', '', '2019-07-29 12:54:11', '2019-07-29 12:54:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_49.jpg', 0, 'attachment', 'image/jpeg', 0),
(313, 1, '2019-07-29 12:54:14', '2019-07-29 12:54:14', '', 'aaa_50', '', 'inherit', 'open', 'closed', '', 'aaa_50', '', '', '2019-07-29 12:54:14', '2019-07-29 12:54:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_50.jpg', 0, 'attachment', 'image/jpeg', 0),
(314, 1, '2019-07-29 12:54:26', '2019-07-29 12:54:26', '', 'aaa_51', '', 'inherit', 'open', 'closed', '', 'aaa_51', '', '', '2019-07-29 12:54:26', '2019-07-29 12:54:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_51.jpg', 0, 'attachment', 'image/jpeg', 0),
(315, 1, '2019-07-29 12:54:37', '2019-07-29 12:54:37', '', 'aaa_52', '', 'inherit', 'open', 'closed', '', 'aaa_52', '', '', '2019-07-29 12:54:37', '2019-07-29 12:54:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_52.jpg', 0, 'attachment', 'image/jpeg', 0),
(316, 1, '2019-07-29 12:54:39', '2019-07-29 12:54:39', '', 'aaa_53', '', 'inherit', 'open', 'closed', '', 'aaa_53', '', '', '2019-07-29 12:54:39', '2019-07-29 12:54:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_53.jpg', 0, 'attachment', 'image/jpeg', 0),
(317, 1, '2019-07-29 12:54:41', '2019-07-29 12:54:41', '', 'aaa_54', '', 'inherit', 'open', 'closed', '', 'aaa_54', '', '', '2019-07-29 12:54:41', '2019-07-29 12:54:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_54.jpg', 0, 'attachment', 'image/jpeg', 0),
(318, 1, '2019-07-29 12:54:50', '2019-07-29 12:54:50', '', 'aaa_55', '', 'inherit', 'open', 'closed', '', 'aaa_55', '', '', '2019-07-29 12:54:50', '2019-07-29 12:54:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_55.jpg', 0, 'attachment', 'image/jpeg', 0),
(319, 1, '2019-07-29 12:54:57', '2019-07-29 12:54:57', '', 'aaa_56', '', 'inherit', 'open', 'closed', '', 'aaa_56', '', '', '2019-07-29 12:54:57', '2019-07-29 12:54:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_56.jpg', 0, 'attachment', 'image/jpeg', 0),
(320, 1, '2019-07-29 12:55:05', '2019-07-29 12:55:05', '', 'aaa_57', '', 'inherit', 'open', 'closed', '', 'aaa_57', '', '', '2019-07-29 12:55:05', '2019-07-29 12:55:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_57.jpg', 0, 'attachment', 'image/jpeg', 0),
(321, 1, '2019-07-29 12:55:13', '2019-07-29 12:55:13', '', 'aaa_58', '', 'inherit', 'open', 'closed', '', 'aaa_58', '', '', '2019-07-29 12:55:13', '2019-07-29 12:55:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_58.jpg', 0, 'attachment', 'image/jpeg', 0),
(322, 1, '2019-07-29 12:55:21', '2019-07-29 12:55:21', '', 'aaa_59', '', 'inherit', 'open', 'closed', '', 'aaa_59', '', '', '2019-07-29 12:55:21', '2019-07-29 12:55:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_59.jpg', 0, 'attachment', 'image/jpeg', 0),
(323, 1, '2019-07-29 12:55:28', '2019-07-29 12:55:28', '', 'aaa_60', '', 'inherit', 'open', 'closed', '', 'aaa_60', '', '', '2019-07-29 12:55:28', '2019-07-29 12:55:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_60.jpg', 0, 'attachment', 'image/jpeg', 0),
(324, 1, '2019-07-29 12:55:36', '2019-07-29 12:55:36', '', 'aaa_61', '', 'inherit', 'open', 'closed', '', 'aaa_61', '', '', '2019-07-29 12:55:36', '2019-07-29 12:55:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_61.jpg', 0, 'attachment', 'image/jpeg', 0),
(325, 1, '2019-07-29 12:55:38', '2019-07-29 12:55:38', '', 'aaa_62', '', 'inherit', 'open', 'closed', '', 'aaa_62', '', '', '2019-07-29 12:55:38', '2019-07-29 12:55:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_62.jpg', 0, 'attachment', 'image/jpeg', 0),
(326, 1, '2019-07-29 12:55:44', '2019-07-29 12:55:44', '', 'aaa_63', '', 'inherit', 'open', 'closed', '', 'aaa_63', '', '', '2019-07-29 12:55:44', '2019-07-29 12:55:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_63.jpg', 0, 'attachment', 'image/jpeg', 0),
(327, 1, '2019-07-29 12:55:51', '2019-07-29 12:55:51', '', 'aaa_64', '', 'inherit', 'open', 'closed', '', 'aaa_64', '', '', '2019-07-29 12:55:51', '2019-07-29 12:55:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_64.jpg', 0, 'attachment', 'image/jpeg', 0),
(328, 1, '2019-07-29 12:55:57', '2019-07-29 12:55:57', '', 'aaa_65', '', 'inherit', 'open', 'closed', '', 'aaa_65', '', '', '2019-07-29 12:55:57', '2019-07-29 12:55:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_65.jpg', 0, 'attachment', 'image/jpeg', 0),
(329, 1, '2019-07-29 12:55:59', '2019-07-29 12:55:59', '', 'aaa_66', '', 'inherit', 'open', 'closed', '', 'aaa_66', '', '', '2019-07-29 12:55:59', '2019-07-29 12:55:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_66.jpg', 0, 'attachment', 'image/jpeg', 0),
(330, 1, '2019-07-29 12:56:01', '2019-07-29 12:56:01', '', 'aaa_67', '', 'inherit', 'open', 'closed', '', 'aaa_67', '', '', '2019-07-29 12:56:01', '2019-07-29 12:56:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_67.jpg', 0, 'attachment', 'image/jpeg', 0),
(331, 1, '2019-07-29 12:56:03', '2019-07-29 12:56:03', '', 'aaa_68', '', 'inherit', 'open', 'closed', '', 'aaa_68', '', '', '2019-07-29 12:56:03', '2019-07-29 12:56:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_68.jpg', 0, 'attachment', 'image/jpeg', 0),
(332, 1, '2019-07-29 12:56:07', '2019-07-29 12:56:07', '', 'aaa_69', '', 'inherit', 'open', 'closed', '', 'aaa_69', '', '', '2019-07-29 12:56:07', '2019-07-29 12:56:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_69.jpg', 0, 'attachment', 'image/jpeg', 0),
(333, 1, '2019-07-29 12:56:12', '2019-07-29 12:56:12', '', 'aaa_70', '', 'inherit', 'open', 'closed', '', 'aaa_70', '', '', '2019-07-29 12:56:12', '2019-07-29 12:56:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_70.jpg', 0, 'attachment', 'image/jpeg', 0),
(334, 1, '2019-07-29 12:56:17', '2019-07-29 12:56:17', '', 'aaa_71', '', 'inherit', 'open', 'closed', '', 'aaa_71', '', '', '2019-07-29 12:56:17', '2019-07-29 12:56:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_71.jpg', 0, 'attachment', 'image/jpeg', 0),
(335, 1, '2019-07-29 12:56:19', '2019-07-29 12:56:19', '', 'aaa_72', '', 'inherit', 'open', 'closed', '', 'aaa_72', '', '', '2019-07-29 12:56:19', '2019-07-29 12:56:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_72.jpg', 0, 'attachment', 'image/jpeg', 0),
(336, 1, '2019-07-29 12:56:24', '2019-07-29 12:56:24', '', 'aaa_73', '', 'inherit', 'open', 'closed', '', 'aaa_73', '', '', '2019-07-29 12:56:24', '2019-07-29 12:56:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_73.jpg', 0, 'attachment', 'image/jpeg', 0),
(337, 1, '2019-07-29 12:56:28', '2019-07-29 12:56:28', '', 'aaa_74', '', 'inherit', 'open', 'closed', '', 'aaa_74', '', '', '2019-07-29 12:56:28', '2019-07-29 12:56:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_74.jpg', 0, 'attachment', 'image/jpeg', 0),
(338, 1, '2019-07-29 12:56:34', '2019-07-29 12:56:34', '', 'aaa_75', '', 'inherit', 'open', 'closed', '', 'aaa_75', '', '', '2019-07-29 12:56:34', '2019-07-29 12:56:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_75.jpg', 0, 'attachment', 'image/jpeg', 0),
(339, 1, '2019-07-29 12:56:39', '2019-07-29 12:56:39', '', 'aaa_76', '', 'inherit', 'open', 'closed', '', 'aaa_76', '', '', '2019-07-29 12:56:39', '2019-07-29 12:56:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_76.jpg', 0, 'attachment', 'image/jpeg', 0),
(340, 1, '2019-07-29 12:56:41', '2019-07-29 12:56:41', '', 'aaa_77', '', 'inherit', 'open', 'closed', '', 'aaa_77', '', '', '2019-07-29 12:56:41', '2019-07-29 12:56:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_77.jpg', 0, 'attachment', 'image/jpeg', 0),
(341, 1, '2019-07-29 12:56:45', '2019-07-29 12:56:45', '', 'aaa_78', '', 'inherit', 'open', 'closed', '', 'aaa_78', '', '', '2019-07-29 12:56:45', '2019-07-29 12:56:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_78.jpg', 0, 'attachment', 'image/jpeg', 0),
(342, 1, '2019-07-29 12:56:48', '2019-07-29 12:56:48', '', 'aaa_79', '', 'inherit', 'open', 'closed', '', 'aaa_79', '', '', '2019-07-29 12:56:48', '2019-07-29 12:56:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_79.jpg', 0, 'attachment', 'image/jpeg', 0),
(343, 1, '2019-07-29 12:56:50', '2019-07-29 12:56:50', '', 'aaa_80', '', 'inherit', 'open', 'closed', '', 'aaa_80', '', '', '2019-07-29 12:56:50', '2019-07-29 12:56:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_80.jpg', 0, 'attachment', 'image/jpeg', 0),
(344, 1, '2019-07-29 12:56:52', '2019-07-29 12:56:52', '', 'aaa_81', '', 'inherit', 'open', 'closed', '', 'aaa_81', '', '', '2019-07-29 12:56:52', '2019-07-29 12:56:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_81.jpg', 0, 'attachment', 'image/jpeg', 0),
(345, 1, '2019-07-29 12:57:00', '2019-07-29 12:57:00', '', 'aaa_82', '', 'inherit', 'open', 'closed', '', 'aaa_82', '', '', '2019-07-29 12:57:00', '2019-07-29 12:57:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_82.jpg', 0, 'attachment', 'image/jpeg', 0),
(346, 1, '2019-07-29 12:57:04', '2019-07-29 12:57:04', '', 'aaa_83', '', 'inherit', 'open', 'closed', '', 'aaa_83', '', '', '2019-07-29 12:57:04', '2019-07-29 12:57:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_83.jpg', 0, 'attachment', 'image/jpeg', 0),
(347, 1, '2019-07-29 12:57:06', '2019-07-29 12:57:06', '', 'aaa_85', '', 'inherit', 'open', 'closed', '', 'aaa_85', '', '', '2019-07-29 12:57:06', '2019-07-29 12:57:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_85.jpg', 0, 'attachment', 'image/jpeg', 0),
(348, 1, '2019-07-29 12:57:08', '2019-07-29 12:57:08', '', 'aaa_86', '', 'inherit', 'open', 'closed', '', 'aaa_86', '', '', '2019-07-29 12:57:08', '2019-07-29 12:57:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_86.jpg', 0, 'attachment', 'image/jpeg', 0),
(349, 1, '2019-07-29 12:57:11', '2019-07-29 12:57:11', '', 'aaa_87', '', 'inherit', 'open', 'closed', '', 'aaa_87', '', '', '2019-07-29 12:57:11', '2019-07-29 12:57:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_87.jpg', 0, 'attachment', 'image/jpeg', 0),
(350, 1, '2019-07-29 12:57:13', '2019-07-29 12:57:13', '', 'aaa_88', '', 'inherit', 'open', 'closed', '', 'aaa_88', '', '', '2019-07-29 12:57:13', '2019-07-29 12:57:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_88.jpg', 0, 'attachment', 'image/jpeg', 0),
(351, 1, '2019-07-29 12:57:15', '2019-07-29 12:57:15', '', 'aaa_89', '', 'inherit', 'open', 'closed', '', 'aaa_89', '', '', '2019-07-29 12:57:15', '2019-07-29 12:57:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_89.jpg', 0, 'attachment', 'image/jpeg', 0),
(352, 1, '2019-07-29 12:57:17', '2019-07-29 12:57:17', '', 'aaa_90', '', 'inherit', 'open', 'closed', '', 'aaa_90', '', '', '2019-07-29 12:57:17', '2019-07-29 12:57:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_90.jpg', 0, 'attachment', 'image/jpeg', 0),
(353, 1, '2019-07-29 12:57:19', '2019-07-29 12:57:19', '', 'aaa_91', '', 'inherit', 'open', 'closed', '', 'aaa_91', '', '', '2019-07-29 12:57:19', '2019-07-29 12:57:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_91.jpg', 0, 'attachment', 'image/jpeg', 0),
(354, 1, '2019-07-29 12:57:22', '2019-07-29 12:57:22', '', 'aaa_92', '', 'inherit', 'open', 'closed', '', 'aaa_92', '', '', '2019-07-29 12:57:22', '2019-07-29 12:57:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_92.jpg', 0, 'attachment', 'image/jpeg', 0),
(355, 1, '2019-07-29 12:57:25', '2019-07-29 12:57:25', '', 'aaa_93', '', 'inherit', 'open', 'closed', '', 'aaa_93', '', '', '2019-07-29 12:57:25', '2019-07-29 12:57:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_93.jpg', 0, 'attachment', 'image/jpeg', 0),
(356, 1, '2019-07-29 12:57:27', '2019-07-29 12:57:27', '', 'aaa_94', '', 'inherit', 'open', 'closed', '', 'aaa_94', '', '', '2019-07-29 12:57:27', '2019-07-29 12:57:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_94.jpg', 0, 'attachment', 'image/jpeg', 0),
(357, 1, '2019-07-29 12:57:30', '2019-07-29 12:57:30', '', 'aaa_95', '', 'inherit', 'open', 'closed', '', 'aaa_95', '', '', '2019-07-29 12:57:30', '2019-07-29 12:57:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_95.jpg', 0, 'attachment', 'image/jpeg', 0),
(358, 1, '2019-07-29 12:57:33', '2019-07-29 12:57:33', '', 'aaa_96', '', 'inherit', 'open', 'closed', '', 'aaa_96', '', '', '2019-07-29 12:57:33', '2019-07-29 12:57:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_96.jpg', 0, 'attachment', 'image/jpeg', 0),
(359, 1, '2019-07-29 12:57:37', '2019-07-29 12:57:37', '', 'aaa_97', '', 'inherit', 'open', 'closed', '', 'aaa_97', '', '', '2019-07-29 12:57:37', '2019-07-29 12:57:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/aaa_97.jpg', 0, 'attachment', 'image/jpeg', 0),
(361, 1, '2019-07-29 13:00:09', '2019-07-29 13:00:09', '', 'AN3C7329', '', 'inherit', 'open', 'closed', '', 'an3c7329', '', '', '2019-07-29 13:00:09', '2019-07-29 13:00:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7329.jpg', 0, 'attachment', 'image/jpeg', 0),
(362, 1, '2019-07-29 13:00:23', '2019-07-29 13:00:23', '', 'AN3C7336', '', 'inherit', 'open', 'closed', '', 'an3c7336', '', '', '2019-07-29 13:00:23', '2019-07-29 13:00:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7336.jpg', 0, 'attachment', 'image/jpeg', 0),
(363, 1, '2019-07-29 13:00:37', '2019-07-29 13:00:37', '', 'AN3C7338', '', 'inherit', 'open', 'closed', '', 'an3c7338', '', '', '2019-07-29 13:00:37', '2019-07-29 13:00:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7338.jpg', 0, 'attachment', 'image/jpeg', 0),
(364, 1, '2019-07-29 13:00:39', '2019-07-29 13:00:39', '', 'AN3C7341', '', 'inherit', 'open', 'closed', '', 'an3c7341', '', '', '2019-07-29 13:00:39', '2019-07-29 13:00:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7341.jpg', 0, 'attachment', 'image/jpeg', 0),
(365, 1, '2019-07-29 13:00:51', '2019-07-29 13:00:51', '', 'AN3C7347', '', 'inherit', 'open', 'closed', '', 'an3c7347', '', '', '2019-07-29 13:00:51', '2019-07-29 13:00:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7347.jpg', 0, 'attachment', 'image/jpeg', 0),
(367, 1, '2019-07-29 13:01:01', '2019-07-29 13:01:01', '', 'AN3C7348', '', 'inherit', 'open', 'closed', '', 'an3c7348', '', '', '2019-07-29 13:01:01', '2019-07-29 13:01:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7348.jpg', 0, 'attachment', 'image/jpeg', 0),
(368, 1, '2019-07-29 13:01:10', '2019-07-29 13:01:10', '', 'AN3C7358', '', 'inherit', 'open', 'closed', '', 'an3c7358', '', '', '2019-07-29 13:01:10', '2019-07-29 13:01:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7358.jpg', 0, 'attachment', 'image/jpeg', 0),
(369, 1, '2019-07-29 13:01:19', '2019-07-29 13:01:19', '', 'AN3C7359', '', 'inherit', 'open', 'closed', '', 'an3c7359', '', '', '2019-07-29 13:01:19', '2019-07-29 13:01:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7359.jpg', 0, 'attachment', 'image/jpeg', 0),
(370, 1, '2019-07-29 13:01:28', '2019-07-29 13:01:28', '', 'AN3C7368', '', 'inherit', 'open', 'closed', '', 'an3c7368', '', '', '2019-07-29 13:01:28', '2019-07-29 13:01:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7368.jpg', 0, 'attachment', 'image/jpeg', 0),
(371, 1, '2019-07-29 13:01:30', '2019-07-29 13:01:30', '', 'AN3C7371', '', 'inherit', 'open', 'closed', '', 'an3c7371', '', '', '2019-07-29 13:01:30', '2019-07-29 13:01:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7371.jpg', 0, 'attachment', 'image/jpeg', 0),
(372, 1, '2019-07-29 13:01:38', '2019-07-29 13:01:38', '', 'AN3C7372', '', 'inherit', 'open', 'closed', '', 'an3c7372', '', '', '2019-07-29 13:01:38', '2019-07-29 13:01:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7372.jpg', 0, 'attachment', 'image/jpeg', 0),
(373, 1, '2019-07-29 13:01:46', '2019-07-29 13:01:46', '', 'AN3C7375', '', 'inherit', 'open', 'closed', '', 'an3c7375', '', '', '2019-07-29 13:01:46', '2019-07-29 13:01:46', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7375.jpg', 0, 'attachment', 'image/jpeg', 0),
(374, 1, '2019-07-29 13:01:54', '2019-07-29 13:01:54', '', 'AN3C7380', '', 'inherit', 'open', 'closed', '', 'an3c7380', '', '', '2019-07-29 13:01:54', '2019-07-29 13:01:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7380.jpg', 0, 'attachment', 'image/jpeg', 0),
(375, 1, '2019-07-29 13:02:01', '2019-07-29 13:02:01', '', 'AN3C7382', '', 'inherit', 'open', 'closed', '', 'an3c7382', '', '', '2019-07-29 13:02:01', '2019-07-29 13:02:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7382.jpg', 0, 'attachment', 'image/jpeg', 0),
(376, 1, '2019-07-29 13:02:07', '2019-07-29 13:02:07', '', 'AN3C7384', '', 'inherit', 'open', 'closed', '', 'an3c7384', '', '', '2019-07-29 13:02:07', '2019-07-29 13:02:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7384.jpg', 0, 'attachment', 'image/jpeg', 0),
(377, 1, '2019-07-29 13:02:13', '2019-07-29 13:02:13', '', 'AN3C7397', '', 'inherit', 'open', 'closed', '', 'an3c7397', '', '', '2019-07-29 13:02:13', '2019-07-29 13:02:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7397.jpg', 0, 'attachment', 'image/jpeg', 0),
(378, 1, '2019-07-29 13:02:19', '2019-07-29 13:02:19', '', 'AN3C7399', '', 'inherit', 'open', 'closed', '', 'an3c7399', '', '', '2019-07-29 13:02:19', '2019-07-29 13:02:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7399.jpg', 0, 'attachment', 'image/jpeg', 0),
(379, 1, '2019-07-29 13:02:25', '2019-07-29 13:02:25', '', 'AN3C7403', '', 'inherit', 'open', 'closed', '', 'an3c7403', '', '', '2019-07-29 13:02:25', '2019-07-29 13:02:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7403.jpg', 0, 'attachment', 'image/jpeg', 0),
(380, 1, '2019-07-29 13:02:30', '2019-07-29 13:02:30', '', 'AN3C7406', '', 'inherit', 'open', 'closed', '', 'an3c7406', '', '', '2019-07-29 13:02:30', '2019-07-29 13:02:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C7406.jpg', 0, 'attachment', 'image/jpeg', 0),
(381, 1, '2019-07-29 13:02:36', '2019-07-29 13:02:36', '', 'DSC_5151', '', 'inherit', 'open', 'closed', '', 'dsc_5151', '', '', '2019-07-29 13:02:36', '2019-07-29 13:02:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5151.jpg', 0, 'attachment', 'image/jpeg', 0),
(382, 1, '2019-07-29 13:02:41', '2019-07-29 13:02:41', '', 'DSC_5153', '', 'inherit', 'open', 'closed', '', 'dsc_5153', '', '', '2019-07-29 13:02:41', '2019-07-29 13:02:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5153.jpg', 0, 'attachment', 'image/jpeg', 0),
(383, 1, '2019-07-29 13:02:46', '2019-07-29 13:02:46', '', 'DSC_5154', '', 'inherit', 'open', 'closed', '', 'dsc_5154', '', '', '2019-07-29 13:02:46', '2019-07-29 13:02:46', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5154.jpg', 0, 'attachment', 'image/jpeg', 0),
(384, 1, '2019-07-29 13:02:51', '2019-07-29 13:02:51', '', 'DSC_5156', '', 'inherit', 'open', 'closed', '', 'dsc_5156', '', '', '2019-07-29 13:02:51', '2019-07-29 13:02:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5156.jpg', 0, 'attachment', 'image/jpeg', 0),
(385, 1, '2019-07-29 13:02:56', '2019-07-29 13:02:56', '', 'DSC_5157', '', 'inherit', 'open', 'closed', '', 'dsc_5157', '', '', '2019-07-29 13:02:56', '2019-07-29 13:02:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5157.jpg', 0, 'attachment', 'image/jpeg', 0),
(386, 1, '2019-07-29 13:03:00', '2019-07-29 13:03:00', '', 'DSC_5159', '', 'inherit', 'open', 'closed', '', 'dsc_5159', '', '', '2019-07-29 13:03:00', '2019-07-29 13:03:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5159.jpg', 0, 'attachment', 'image/jpeg', 0),
(387, 1, '2019-07-29 13:03:04', '2019-07-29 13:03:04', '', 'DSC_5164', '', 'inherit', 'open', 'closed', '', 'dsc_5164', '', '', '2019-07-29 13:03:04', '2019-07-29 13:03:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5164.jpg', 0, 'attachment', 'image/jpeg', 0),
(388, 1, '2019-07-29 13:03:08', '2019-07-29 13:03:08', '', 'DSC_5165', '', 'inherit', 'open', 'closed', '', 'dsc_5165', '', '', '2019-07-29 13:03:08', '2019-07-29 13:03:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5165.jpg', 0, 'attachment', 'image/jpeg', 0),
(389, 1, '2019-07-29 13:03:12', '2019-07-29 13:03:12', '', 'DSC_5167', '', 'inherit', 'open', 'closed', '', 'dsc_5167', '', '', '2019-07-29 13:03:12', '2019-07-29 13:03:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5167.jpg', 0, 'attachment', 'image/jpeg', 0),
(390, 1, '2019-07-29 13:03:14', '2019-07-29 13:03:14', '', 'DSC_5168', '', 'inherit', 'open', 'closed', '', 'dsc_5168', '', '', '2019-07-29 13:03:14', '2019-07-29 13:03:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5168.jpg', 0, 'attachment', 'image/jpeg', 0),
(391, 1, '2019-07-29 13:03:16', '2019-07-29 13:03:16', '', 'DSC_5184', '', 'inherit', 'open', 'closed', '', 'dsc_5184', '', '', '2019-07-29 13:03:16', '2019-07-29 13:03:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5184.jpg', 0, 'attachment', 'image/jpeg', 0),
(392, 1, '2019-07-29 13:03:20', '2019-07-29 13:03:20', '', 'DSC_5190', '', 'inherit', 'open', 'closed', '', 'dsc_5190', '', '', '2019-07-29 13:03:20', '2019-07-29 13:03:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5190.jpg', 0, 'attachment', 'image/jpeg', 0),
(393, 1, '2019-07-29 13:03:23', '2019-07-29 13:03:23', '', 'DSC_5198', '', 'inherit', 'open', 'closed', '', 'dsc_5198', '', '', '2019-07-29 13:03:23', '2019-07-29 13:03:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5198.jpg', 0, 'attachment', 'image/jpeg', 0),
(394, 1, '2019-07-29 13:03:27', '2019-07-29 13:03:27', '', 'DSC_5203', '', 'inherit', 'open', 'closed', '', 'dsc_5203', '', '', '2019-07-29 13:03:27', '2019-07-29 13:03:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5203.jpg', 0, 'attachment', 'image/jpeg', 0),
(395, 1, '2019-07-29 13:03:29', '2019-07-29 13:03:29', '', 'DSC_5217', '', 'inherit', 'open', 'closed', '', 'dsc_5217', '', '', '2019-07-29 13:03:29', '2019-07-29 13:03:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5217.jpg', 0, 'attachment', 'image/jpeg', 0),
(396, 1, '2019-07-29 13:03:33', '2019-07-29 13:03:33', '', 'DSC_5218', '', 'inherit', 'open', 'closed', '', 'dsc_5218', '', '', '2019-07-29 13:03:33', '2019-07-29 13:03:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5218.jpg', 0, 'attachment', 'image/jpeg', 0),
(397, 1, '2019-07-29 13:03:36', '2019-07-29 13:03:36', '', 'DSC_5233', '', 'inherit', 'open', 'closed', '', 'dsc_5233', '', '', '2019-07-29 13:03:36', '2019-07-29 13:03:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5233.jpg', 0, 'attachment', 'image/jpeg', 0),
(398, 1, '2019-07-29 13:03:39', '2019-07-29 13:03:39', '', 'DSC_5243', '', 'inherit', 'open', 'closed', '', 'dsc_5243', '', '', '2019-07-29 13:03:39', '2019-07-29 13:03:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5243.jpg', 0, 'attachment', 'image/jpeg', 0),
(399, 1, '2019-07-29 13:03:41', '2019-07-29 13:03:41', '', 'DSC_5256', '', 'inherit', 'open', 'closed', '', 'dsc_5256', '', '', '2019-07-29 13:03:41', '2019-07-29 13:03:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5256.jpg', 0, 'attachment', 'image/jpeg', 0),
(400, 1, '2019-07-29 13:03:43', '2019-07-29 13:03:43', '', 'DSC_5257', '', 'inherit', 'open', 'closed', '', 'dsc_5257', '', '', '2019-07-29 13:03:43', '2019-07-29 13:03:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5257.jpg', 0, 'attachment', 'image/jpeg', 0),
(401, 1, '2019-07-29 13:03:45', '2019-07-29 13:03:45', '', 'DSC_5261', '', 'inherit', 'open', 'closed', '', 'dsc_5261', '', '', '2019-07-29 13:03:45', '2019-07-29 13:03:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5261.jpg', 0, 'attachment', 'image/jpeg', 0),
(402, 1, '2019-07-29 13:03:47', '2019-07-29 13:03:47', '', 'DSC_5285', '', 'inherit', 'open', 'closed', '', 'dsc_5285', '', '', '2019-07-29 13:03:47', '2019-07-29 13:03:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5285.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(403, 1, '2019-07-29 13:03:50', '2019-07-29 13:03:50', '', 'DSC_5290', '', 'inherit', 'open', 'closed', '', 'dsc_5290', '', '', '2019-07-29 13:03:50', '2019-07-29 13:03:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5290.jpg', 0, 'attachment', 'image/jpeg', 0),
(404, 1, '2019-07-29 13:03:53', '2019-07-29 13:03:53', '', 'DSC_5294', '', 'inherit', 'open', 'closed', '', 'dsc_5294', '', '', '2019-07-29 13:03:53', '2019-07-29 13:03:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5294.jpg', 0, 'attachment', 'image/jpeg', 0),
(405, 1, '2019-07-29 13:03:56', '2019-07-29 13:03:56', '', 'DSC_5295', '', 'inherit', 'open', 'closed', '', 'dsc_5295', '', '', '2019-07-29 13:03:56', '2019-07-29 13:03:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5295.jpg', 0, 'attachment', 'image/jpeg', 0),
(406, 1, '2019-07-29 13:03:58', '2019-07-29 13:03:58', '', 'DSC_5302', '', 'inherit', 'open', 'closed', '', 'dsc_5302', '', '', '2019-07-29 13:03:58', '2019-07-29 13:03:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5302.jpg', 0, 'attachment', 'image/jpeg', 0),
(407, 1, '2019-07-29 13:04:01', '2019-07-29 13:04:01', '', 'DSC_5307', '', 'inherit', 'open', 'closed', '', 'dsc_5307', '', '', '2019-07-29 13:04:01', '2019-07-29 13:04:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5307.jpg', 0, 'attachment', 'image/jpeg', 0),
(408, 1, '2019-07-29 13:04:04', '2019-07-29 13:04:04', '', 'DSC_5312', '', 'inherit', 'open', 'closed', '', 'dsc_5312', '', '', '2019-07-29 13:04:04', '2019-07-29 13:04:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5312.jpg', 0, 'attachment', 'image/jpeg', 0),
(409, 1, '2019-07-29 13:04:06', '2019-07-29 13:04:06', '', 'DSC_5331', '', 'inherit', 'open', 'closed', '', 'dsc_5331', '', '', '2019-07-29 13:04:06', '2019-07-29 13:04:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5331.jpg', 0, 'attachment', 'image/jpeg', 0),
(410, 1, '2019-07-29 13:04:08', '2019-07-29 13:04:08', '', 'DSC_5333', '', 'inherit', 'open', 'closed', '', 'dsc_5333', '', '', '2019-07-29 13:04:08', '2019-07-29 13:04:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5333.jpg', 0, 'attachment', 'image/jpeg', 0),
(411, 1, '2019-07-29 13:04:11', '2019-07-29 13:04:11', '', 'DSC_5360', '', 'inherit', 'open', 'closed', '', 'dsc_5360', '', '', '2019-07-29 13:04:11', '2019-07-29 13:04:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5360.jpg', 0, 'attachment', 'image/jpeg', 0),
(412, 1, '2019-07-29 13:04:14', '2019-07-29 13:04:14', '', 'DSC_5366', '', 'inherit', 'open', 'closed', '', 'dsc_5366', '', '', '2019-07-29 13:04:14', '2019-07-29 13:04:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_5366.jpg', 0, 'attachment', 'image/jpeg', 0),
(413, 1, '2019-07-29 13:04:17', '2019-07-29 13:04:17', '', 'MG_0010', '', 'inherit', 'open', 'closed', '', 'mg_0010', '', '', '2019-07-29 13:04:17', '2019-07-29 13:04:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0010.jpg', 0, 'attachment', 'image/jpeg', 0),
(414, 1, '2019-07-29 13:04:19', '2019-07-29 13:04:19', '', 'MG_0013', '', 'inherit', 'open', 'closed', '', 'mg_0013', '', '', '2019-07-29 13:04:19', '2019-07-29 13:04:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0013.jpg', 0, 'attachment', 'image/jpeg', 0),
(415, 1, '2019-07-29 13:04:22', '2019-07-29 13:04:22', '', 'MG_0018', '', 'inherit', 'open', 'closed', '', 'mg_0018', '', '', '2019-07-29 13:04:22', '2019-07-29 13:04:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0018.jpg', 0, 'attachment', 'image/jpeg', 0),
(416, 1, '2019-07-29 13:04:25', '2019-07-29 13:04:25', '', 'MG_0030', '', 'inherit', 'open', 'closed', '', 'mg_0030', '', '', '2019-07-29 13:04:25', '2019-07-29 13:04:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0030.jpg', 0, 'attachment', 'image/jpeg', 0),
(417, 1, '2019-07-29 13:04:28', '2019-07-29 13:04:28', '', 'MG_0054', '', 'inherit', 'open', 'closed', '', 'mg_0054', '', '', '2019-07-29 13:04:28', '2019-07-29 13:04:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0054.jpg', 0, 'attachment', 'image/jpeg', 0),
(419, 1, '2019-07-29 13:04:31', '2019-07-29 13:04:31', '', 'MG_0069', '', 'inherit', 'open', 'closed', '', 'mg_0069', '', '', '2019-07-29 13:04:31', '2019-07-29 13:04:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0069.jpg', 0, 'attachment', 'image/jpeg', 0),
(434, 1, '2019-07-29 13:07:40', '2019-07-29 13:07:40', '', 'AN3C1450', '', 'inherit', 'open', 'closed', '', 'an3c1450', '', '', '2019-07-29 13:07:40', '2019-07-29 13:07:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1450.jpg', 0, 'attachment', 'image/jpeg', 0),
(435, 1, '2019-07-29 13:07:45', '2019-07-29 13:07:45', '', 'AN3C1463', '', 'inherit', 'open', 'closed', '', 'an3c1463', '', '', '2019-07-29 13:07:45', '2019-07-29 13:07:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1463.jpg', 0, 'attachment', 'image/jpeg', 0),
(436, 1, '2019-07-29 13:07:49', '2019-07-29 13:07:49', '', 'AN3C1466', '', 'inherit', 'open', 'closed', '', 'an3c1466', '', '', '2019-07-29 13:07:49', '2019-07-29 13:07:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1466.jpg', 0, 'attachment', 'image/jpeg', 0),
(437, 1, '2019-07-29 13:07:58', '2019-07-29 13:07:58', '', 'AN3C1468', '', 'inherit', 'open', 'closed', '', 'an3c1468', '', '', '2019-07-29 13:07:58', '2019-07-29 13:07:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1468.jpg', 0, 'attachment', 'image/jpeg', 0),
(438, 1, '2019-07-29 13:08:07', '2019-07-29 13:08:07', '', 'AN3C1482', '', 'inherit', 'open', 'closed', '', 'an3c1482', '', '', '2019-07-29 13:08:07', '2019-07-29 13:08:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1482.jpg', 0, 'attachment', 'image/jpeg', 0),
(439, 1, '2019-07-29 13:08:13', '2019-07-29 13:08:13', '', 'IMG_4612', '', 'inherit', 'open', 'closed', '', 'img_4612', '', '', '2019-07-29 13:08:13', '2019-07-29 13:08:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4612.jpg', 0, 'attachment', 'image/jpeg', 0),
(440, 1, '2019-07-29 13:08:15', '2019-07-29 13:08:15', '', 'AN3C1486-e1357642200575', '', 'inherit', 'open', 'closed', '', 'an3c1486-e1357642200575', '', '', '2019-07-29 13:08:15', '2019-07-29 13:08:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1486-e1357642200575.jpg', 0, 'attachment', 'image/jpeg', 0),
(441, 1, '2019-07-29 13:08:22', '2019-07-29 13:08:22', '', 'AN3C1488', '', 'inherit', 'open', 'closed', '', 'an3c1488', '', '', '2019-07-29 13:08:22', '2019-07-29 13:08:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1488.jpg', 0, 'attachment', 'image/jpeg', 0),
(442, 1, '2019-07-29 13:08:22', '2019-07-29 13:08:22', '', 'IMG_4626', '', 'inherit', 'open', 'closed', '', 'img_4626', '', '', '2019-07-29 13:08:22', '2019-07-29 13:08:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4626.jpg', 0, 'attachment', 'image/jpeg', 0),
(443, 1, '2019-07-29 13:08:29', '2019-07-29 13:08:29', '', 'AN3C1493', '', 'inherit', 'open', 'closed', '', 'an3c1493', '', '', '2019-07-29 13:08:29', '2019-07-29 13:08:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1493.jpg', 0, 'attachment', 'image/jpeg', 0),
(445, 1, '2019-07-29 13:08:32', '2019-07-29 13:08:32', '', 'IMG_4630', '', 'inherit', 'open', 'closed', '', 'img_4630', '', '', '2019-07-29 13:08:32', '2019-07-29 13:08:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4630.jpg', 0, 'attachment', 'image/jpeg', 0),
(446, 1, '2019-07-29 13:08:34', '2019-07-29 13:08:34', '', 'AN3C1503', '', 'inherit', 'open', 'closed', '', 'an3c1503', '', '', '2019-07-29 13:08:34', '2019-07-29 13:08:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1503.jpg', 0, 'attachment', 'image/jpeg', 0),
(447, 1, '2019-07-29 13:08:39', '2019-07-29 13:08:39', '', 'AN3C1512-e1357642231827', '', 'inherit', 'open', 'closed', '', 'an3c1512-e1357642231827', '', '', '2019-07-29 13:08:39', '2019-07-29 13:08:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1512-e1357642231827.jpg', 0, 'attachment', 'image/jpeg', 0),
(448, 1, '2019-07-29 13:08:42', '2019-07-29 13:08:42', '', 'IMG_4636', '', 'inherit', 'open', 'closed', '', 'img_4636', '', '', '2019-07-29 13:08:42', '2019-07-29 13:08:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4636.jpg', 0, 'attachment', 'image/jpeg', 0),
(449, 1, '2019-07-29 13:08:43', '2019-07-29 13:08:43', '', 'IMG_5031', '', 'inherit', 'open', 'closed', '', 'img_5031', '', '', '2019-07-29 13:08:43', '2019-07-29 13:08:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5031.jpg', 0, 'attachment', 'image/jpeg', 0),
(450, 1, '2019-07-29 13:08:43', '2019-07-29 13:08:43', '', 'AN3C1514-e1357642253911', '', 'inherit', 'open', 'closed', '', 'an3c1514-e1357642253911', '', '', '2019-07-29 13:08:43', '2019-07-29 13:08:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1514-e1357642253911.jpg', 0, 'attachment', 'image/jpeg', 0),
(451, 1, '2019-07-29 13:08:49', '2019-07-29 13:08:49', '', 'AN3C1524', '', 'inherit', 'open', 'closed', '', 'an3c1524', '', '', '2019-07-29 13:08:49', '2019-07-29 13:08:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1524.jpg', 0, 'attachment', 'image/jpeg', 0),
(452, 1, '2019-07-29 13:08:54', '2019-07-29 13:08:54', '', 'AN3C1528', '', 'inherit', 'open', 'closed', '', 'an3c1528', '', '', '2019-07-29 13:08:54', '2019-07-29 13:08:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1528.jpg', 0, 'attachment', 'image/jpeg', 0),
(453, 1, '2019-07-29 13:08:56', '2019-07-29 13:08:56', '', 'IMG_4677', '', 'inherit', 'open', 'closed', '', 'img_4677', '', '', '2019-07-29 13:08:56', '2019-07-29 13:08:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4677.jpg', 0, 'attachment', 'image/jpeg', 0),
(454, 1, '2019-07-29 13:08:57', '2019-07-29 13:08:57', '', 'IMG_5037', '', 'inherit', 'open', 'closed', '', 'img_5037', '', '', '2019-07-29 13:08:57', '2019-07-29 13:08:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5037.jpg', 0, 'attachment', 'image/jpeg', 0),
(455, 1, '2019-07-29 13:08:58', '2019-07-29 13:08:58', '', 'AN3C1530-e1346051394226', '', 'inherit', 'open', 'closed', '', 'an3c1530-e1346051394226', '', '', '2019-07-29 13:08:58', '2019-07-29 13:08:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1530-e1346051394226.jpg', 0, 'attachment', 'image/jpeg', 0),
(457, 1, '2019-07-29 13:09:02', '2019-07-29 13:09:02', '', 'AN3C1531-e1357642278669', '', 'inherit', 'open', 'closed', '', 'an3c1531-e1357642278669', '', '', '2019-07-29 13:09:02', '2019-07-29 13:09:02', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1531-e1357642278669.jpg', 0, 'attachment', 'image/jpeg', 0),
(458, 1, '2019-07-29 13:09:07', '2019-07-29 13:09:07', '', 'AN3C1532-e1357642298285', '', 'inherit', 'open', 'closed', '', 'an3c1532-e1357642298285', '', '', '2019-07-29 13:09:07', '2019-07-29 13:09:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1532-e1357642298285.jpg', 0, 'attachment', 'image/jpeg', 0),
(459, 1, '2019-07-29 13:09:08', '2019-07-29 13:09:08', '', 'IMG_4695', '', 'inherit', 'open', 'closed', '', 'img_4695', '', '', '2019-07-29 13:09:08', '2019-07-29 13:09:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4695.jpg', 0, 'attachment', 'image/jpeg', 0),
(460, 1, '2019-07-29 13:09:08', '2019-07-29 13:09:08', '', 'IMG_5041', '', 'inherit', 'open', 'closed', '', 'img_5041', '', '', '2019-07-29 13:09:08', '2019-07-29 13:09:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5041.jpg', 0, 'attachment', 'image/jpeg', 0),
(461, 1, '2019-07-29 13:09:13', '2019-07-29 13:09:13', '', 'IMG_5053', '', 'inherit', 'open', 'closed', '', 'img_5053', '', '', '2019-07-29 13:09:13', '2019-07-29 13:09:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5053.jpg', 0, 'attachment', 'image/jpeg', 0),
(462, 1, '2019-07-29 13:09:14', '2019-07-29 13:09:14', '', '1269208_855225341217363_6318936543302171151_o', '', 'inherit', 'open', 'closed', '', '1269208_855225341217363_6318936543302171151_o', '', '', '2019-07-29 13:09:14', '2019-07-29 13:09:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/1269208_855225341217363_6318936543302171151_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(463, 1, '2019-07-29 13:09:16', '2019-07-29 13:09:16', '', '1519616_855275174545713_2720911518805123800_o', '', 'inherit', 'open', 'closed', '', '1519616_855275174545713_2720911518805123800_o', '', '', '2019-07-29 13:09:16', '2019-07-29 13:09:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/1519616_855275174545713_2720911518805123800_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(464, 1, '2019-07-29 13:09:16', '2019-07-29 13:09:16', '', 'AN3C1546', '', 'inherit', 'open', 'closed', '', 'an3c1546', '', '', '2019-07-29 13:09:16', '2019-07-29 13:09:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1546.jpg', 0, 'attachment', 'image/jpeg', 0),
(465, 1, '2019-07-29 13:09:20', '2019-07-29 13:09:20', '', 'IMG_4705', '', 'inherit', 'open', 'closed', '', 'img_4705', '', '', '2019-07-29 13:09:20', '2019-07-29 13:09:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4705.jpg', 0, 'attachment', 'image/jpeg', 0),
(466, 1, '2019-07-29 13:09:20', '2019-07-29 13:09:20', '', 'AN3C1555-e1357642314527', '', 'inherit', 'open', 'closed', '', 'an3c1555-e1357642314527', '', '', '2019-07-29 13:09:20', '2019-07-29 13:09:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1555-e1357642314527.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 1, '2019-07-29 13:09:22', '2019-07-29 13:09:22', '', '1519703_855275084545722_2660516232090546269_o', '', 'inherit', 'open', 'closed', '', '1519703_855275084545722_2660516232090546269_o', '', '', '2019-07-29 13:09:22', '2019-07-29 13:09:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/1519703_855275084545722_2660516232090546269_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(468, 1, '2019-07-29 13:09:23', '2019-07-29 13:09:23', '', 'IMG_5055', '', 'inherit', 'open', 'closed', '', 'img_5055', '', '', '2019-07-29 13:09:23', '2019-07-29 13:09:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5055.jpg', 0, 'attachment', 'image/jpeg', 0),
(469, 1, '2019-07-29 13:09:24', '2019-07-29 13:09:24', '', 'AN3C1567', '', 'inherit', 'open', 'closed', '', 'an3c1567', '', '', '2019-07-29 13:09:24', '2019-07-29 13:09:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1567.jpg', 0, 'attachment', 'image/jpeg', 0),
(470, 1, '2019-07-29 13:09:27', '2019-07-29 13:09:27', '', '1912494_855224784550752_5608017874469836116_o', '', 'inherit', 'open', 'closed', '', '1912494_855224784550752_5608017874469836116_o', '', '', '2019-07-29 13:09:27', '2019-07-29 13:09:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/1912494_855224784550752_5608017874469836116_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(471, 1, '2019-07-29 13:09:29', '2019-07-29 13:09:29', '', '1913333_855276164545614_4337248452302212035_o', '', 'inherit', 'open', 'closed', '', '1913333_855276164545614_4337248452302212035_o', '', '', '2019-07-29 13:09:29', '2019-07-29 13:09:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/1913333_855276164545614_4337248452302212035_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(472, 1, '2019-07-29 13:09:29', '2019-07-29 13:09:29', '', 'IMG_4731', '', 'inherit', 'open', 'closed', '', 'img_4731', '', '', '2019-07-29 13:09:29', '2019-07-29 13:09:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4731.jpg', 0, 'attachment', 'image/jpeg', 0),
(473, 1, '2019-07-29 13:09:29', '2019-07-29 13:09:29', '', 'AN3C1568', '', 'inherit', 'open', 'closed', '', 'an3c1568', '', '', '2019-07-29 13:09:29', '2019-07-29 13:09:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1568.jpg', 0, 'attachment', 'image/jpeg', 0),
(475, 1, '2019-07-29 13:09:33', '2019-07-29 13:09:33', '', '10257782_855276041212293_8594134103598497467_o', '', 'inherit', 'open', 'closed', '', '10257782_855276041212293_8594134103598497467_o', '', '', '2019-07-29 13:09:33', '2019-07-29 13:09:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10257782_855276041212293_8594134103598497467_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(476, 1, '2019-07-29 13:09:34', '2019-07-29 13:09:34', '', 'AN3C1572', '', 'inherit', 'open', 'closed', '', 'an3c1572', '', '', '2019-07-29 13:09:34', '2019-07-29 13:09:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1572.jpg', 0, 'attachment', 'image/jpeg', 0),
(477, 1, '2019-07-29 13:09:35', '2019-07-29 13:09:35', '', 'IMG_5059', '', 'inherit', 'open', 'closed', '', 'img_5059', '', '', '2019-07-29 13:09:35', '2019-07-29 13:09:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5059.jpg', 0, 'attachment', 'image/jpeg', 0),
(478, 1, '2019-07-29 13:09:35', '2019-07-29 13:09:35', '', '10359109_855276121212285_2531439913004448451_o', '', 'inherit', 'open', 'closed', '', '10359109_855276121212285_2531439913004448451_o', '', '', '2019-07-29 13:09:35', '2019-07-29 13:09:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10359109_855276121212285_2531439913004448451_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(479, 1, '2019-07-29 13:09:37', '2019-07-29 13:09:37', '', '10452963_855224807884083_745647136171542626_o', '', 'inherit', 'open', 'closed', '', '10452963_855224807884083_745647136171542626_o', '', '', '2019-07-29 13:09:37', '2019-07-29 13:09:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10452963_855224807884083_745647136171542626_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(480, 1, '2019-07-29 13:09:38', '2019-07-29 13:09:38', '', 'IMG_4814', '', 'inherit', 'open', 'closed', '', 'img_4814', '', '', '2019-07-29 13:09:38', '2019-07-29 13:09:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4814.jpg', 0, 'attachment', 'image/jpeg', 0),
(481, 1, '2019-07-29 13:09:39', '2019-07-29 13:09:39', '', 'AN3C1576', '', 'inherit', 'open', 'closed', '', 'an3c1576', '', '', '2019-07-29 13:09:39', '2019-07-29 13:09:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1576.jpg', 0, 'attachment', 'image/jpeg', 0),
(482, 1, '2019-07-29 13:09:40', '2019-07-29 13:09:40', '', 'IMG_5061', '', 'inherit', 'open', 'closed', '', 'img_5061', '', '', '2019-07-29 13:09:40', '2019-07-29 13:09:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5061.jpg', 0, 'attachment', 'image/jpeg', 0),
(483, 1, '2019-07-29 13:09:40', '2019-07-29 13:09:40', '', '10497003_855275474545683_8469744013675861287_o', '', 'inherit', 'open', 'closed', '', '10497003_855275474545683_8469744013675861287_o', '', '', '2019-07-29 13:09:40', '2019-07-29 13:09:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10497003_855275474545683_8469744013675861287_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(484, 1, '2019-07-29 13:09:42', '2019-07-29 13:09:42', '', '10668905_855275171212380_3224343574402168608_o', '', 'inherit', 'open', 'closed', '', '10668905_855275171212380_3224343574402168608_o', '', '', '2019-07-29 13:09:42', '2019-07-29 13:09:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10668905_855275171212380_3224343574402168608_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(485, 1, '2019-07-29 13:09:43', '2019-07-29 13:09:43', '', 'AN3C1577', '', 'inherit', 'open', 'closed', '', 'an3c1577', '', '', '2019-07-29 13:09:43', '2019-07-29 13:09:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1577.jpg', 0, 'attachment', 'image/jpeg', 0),
(486, 1, '2019-07-29 13:09:44', '2019-07-29 13:09:44', '', 'IMG_4821', '', 'inherit', 'open', 'closed', '', 'img_4821', '', '', '2019-07-29 13:09:44', '2019-07-29 13:09:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4821.jpg', 0, 'attachment', 'image/jpeg', 0),
(487, 1, '2019-07-29 13:09:44', '2019-07-29 13:09:44', '', '10845883_855275457879018_8637841740339371425_o', '', 'inherit', 'open', 'closed', '', '10845883_855275457879018_8637841740339371425_o', '', '', '2019-07-29 13:09:44', '2019-07-29 13:09:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10845883_855275457879018_8637841740339371425_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(488, 1, '2019-07-29 13:09:45', '2019-07-29 13:09:45', '', 'IMG_5062', '', 'inherit', 'open', 'closed', '', 'img_5062', '', '', '2019-07-29 13:09:45', '2019-07-29 13:09:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5062.jpg', 0, 'attachment', 'image/jpeg', 0),
(489, 1, '2019-07-29 13:09:47', '2019-07-29 13:09:47', '', '10857135_855225201217377_3876212746602082781_o', '', 'inherit', 'open', 'closed', '', '10857135_855225201217377_3876212746602082781_o', '', '', '2019-07-29 13:09:47', '2019-07-29 13:09:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10857135_855225201217377_3876212746602082781_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(490, 1, '2019-07-29 13:09:48', '2019-07-29 13:09:48', '', 'AN3C1579', '', 'inherit', 'open', 'closed', '', 'an3c1579', '', '', '2019-07-29 13:09:48', '2019-07-29 13:09:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1579.jpg', 0, 'attachment', 'image/jpeg', 0),
(491, 1, '2019-07-29 13:09:48', '2019-07-29 13:09:48', '', 'DSC0002', '', 'inherit', 'open', 'closed', '', 'dsc0002', '', '', '2019-07-29 13:09:48', '2019-07-29 13:09:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0002.jpg', 0, 'attachment', 'image/jpeg', 0),
(492, 1, '2019-07-29 13:09:50', '2019-07-29 13:09:50', '', 'IMG_4826', '', 'inherit', 'open', 'closed', '', 'img_4826', '', '', '2019-07-29 13:09:50', '2019-07-29 13:09:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4826.jpg', 0, 'attachment', 'image/jpeg', 0),
(493, 1, '2019-07-29 13:09:50', '2019-07-29 13:09:50', '', '10857135_855225231217374_4040500918326906202_o', '', 'inherit', 'open', 'closed', '', '10857135_855225231217374_4040500918326906202_o', '', '', '2019-07-29 13:09:50', '2019-07-29 13:09:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10857135_855225231217374_4040500918326906202_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(494, 1, '2019-07-29 13:09:50', '2019-07-29 13:09:50', '', 'DSC0003', '', 'inherit', 'open', 'closed', '', 'dsc0003', '', '', '2019-07-29 13:09:50', '2019-07-29 13:09:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0003.jpg', 0, 'attachment', 'image/jpeg', 0),
(495, 1, '2019-07-29 13:09:50', '2019-07-29 13:09:50', '', 'IMG_5065-e1398170126999', '', 'inherit', 'open', 'closed', '', 'img_5065-e1398170126999', '', '', '2019-07-29 13:09:50', '2019-07-29 13:09:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5065-e1398170126999.jpg', 0, 'attachment', 'image/jpeg', 0),
(496, 1, '2019-07-29 13:09:52', '2019-07-29 13:09:52', '', 'AN3C1581', '', 'inherit', 'open', 'closed', '', 'an3c1581', '', '', '2019-07-29 13:09:52', '2019-07-29 13:09:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1581.jpg', 0, 'attachment', 'image/jpeg', 0),
(497, 1, '2019-07-29 13:09:52', '2019-07-29 13:09:52', '', 'DSC0004', '', 'inherit', 'open', 'closed', '', 'dsc0004', '', '', '2019-07-29 13:09:52', '2019-07-29 13:09:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0004.jpg', 0, 'attachment', 'image/jpeg', 0),
(498, 1, '2019-07-29 13:09:52', '2019-07-29 13:09:52', '', '10955304_855224544550776_8084513899102679959_o', '', 'inherit', 'open', 'closed', '', '10955304_855224544550776_8084513899102679959_o', '', '', '2019-07-29 13:09:52', '2019-07-29 13:09:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10955304_855224544550776_8084513899102679959_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(499, 1, '2019-07-29 13:09:54', '2019-07-29 13:09:54', '', '10991620_855275644545666_8036714502334711213_o', '', 'inherit', 'open', 'closed', '', '10991620_855275644545666_8036714502334711213_o', '', '', '2019-07-29 13:09:54', '2019-07-29 13:09:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10991620_855275644545666_8036714502334711213_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(500, 1, '2019-07-29 13:09:55', '2019-07-29 13:09:55', '', 'DSC0005', '', 'inherit', 'open', 'closed', '', 'dsc0005', '', '', '2019-07-29 13:09:55', '2019-07-29 13:09:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0005.jpg', 0, 'attachment', 'image/jpeg', 0),
(501, 1, '2019-07-29 13:09:56', '2019-07-29 13:09:56', '', '10999330_855275714545659_2958782189333254927_o', '', 'inherit', 'open', 'closed', '', '10999330_855275714545659_2958782189333254927_o', '', '', '2019-07-29 13:09:56', '2019-07-29 13:09:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/10999330_855275714545659_2958782189333254927_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(502, 1, '2019-07-29 13:09:57', '2019-07-29 13:09:57', '', 'IMG_4832', '', 'inherit', 'open', 'closed', '', 'img_4832', '', '', '2019-07-29 13:09:57', '2019-07-29 13:09:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4832.jpg', 0, 'attachment', 'image/jpeg', 0),
(503, 1, '2019-07-29 13:09:57', '2019-07-29 13:09:57', '', 'AN3C1586', '', 'inherit', 'open', 'closed', '', 'an3c1586', '', '', '2019-07-29 13:09:57', '2019-07-29 13:09:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1586.jpg', 0, 'attachment', 'image/jpeg', 0),
(504, 1, '2019-07-29 13:09:57', '2019-07-29 13:09:57', '', 'DSC0006', '', 'inherit', 'open', 'closed', '', 'dsc0006', '', '', '2019-07-29 13:09:57', '2019-07-29 13:09:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0006.jpg', 0, 'attachment', 'image/jpeg', 0),
(505, 1, '2019-07-29 13:09:57', '2019-07-29 13:09:57', '', 'IMG_5069', '', 'inherit', 'open', 'closed', '', 'img_5069', '', '', '2019-07-29 13:09:57', '2019-07-29 13:09:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5069.jpg', 0, 'attachment', 'image/jpeg', 0),
(506, 1, '2019-07-29 13:09:59', '2019-07-29 13:09:59', '', 'DSC0007', '', 'inherit', 'open', 'closed', '', 'dsc0007', '', '', '2019-07-29 13:09:59', '2019-07-29 13:09:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0007.jpg', 0, 'attachment', 'image/jpeg', 0),
(507, 1, '2019-07-29 13:09:59', '2019-07-29 13:09:59', '', '11045403_855224931217404_609480534407241072_o', '', 'inherit', 'open', 'closed', '', '11045403_855224931217404_609480534407241072_o', '', '', '2019-07-29 13:09:59', '2019-07-29 13:09:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11045403_855224931217404_609480534407241072_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(508, 1, '2019-07-29 13:10:01', '2019-07-29 13:10:01', '', 'AN3C1597', '', 'inherit', 'open', 'closed', '', 'an3c1597', '', '', '2019-07-29 13:10:01', '2019-07-29 13:10:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1597.jpg', 0, 'attachment', 'image/jpeg', 0),
(509, 1, '2019-07-29 13:10:01', '2019-07-29 13:10:01', '', '11045421_855224691217428_4433318342060500342_o', '', 'inherit', 'open', 'closed', '', '11045421_855224691217428_4433318342060500342_o', '', '', '2019-07-29 13:10:01', '2019-07-29 13:10:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11045421_855224691217428_4433318342060500342_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(510, 1, '2019-07-29 13:10:01', '2019-07-29 13:10:01', '', 'DSC0008', '', 'inherit', 'open', 'closed', '', 'dsc0008', '', '', '2019-07-29 13:10:01', '2019-07-29 13:10:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0008.jpg', 0, 'attachment', 'image/jpeg', 0),
(511, 1, '2019-07-29 13:10:03', '2019-07-29 13:10:03', '', 'IMG_5074-e1398170164935', '', 'inherit', 'open', 'closed', '', 'img_5074-e1398170164935', '', '', '2019-07-29 13:10:03', '2019-07-29 13:10:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5074-e1398170164935.jpg', 0, 'attachment', 'image/jpeg', 0),
(512, 1, '2019-07-29 13:10:03', '2019-07-29 13:10:03', '', 'IMG_4871', '', 'inherit', 'open', 'closed', '', 'img_4871', '', '', '2019-07-29 13:10:03', '2019-07-29 13:10:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4871.jpg', 0, 'attachment', 'image/jpeg', 0),
(513, 1, '2019-07-29 13:10:03', '2019-07-29 13:10:03', '', 'DSC0009', '', 'inherit', 'open', 'closed', '', 'dsc0009', '', '', '2019-07-29 13:10:03', '2019-07-29 13:10:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0009.jpg', 0, 'attachment', 'image/jpeg', 0),
(514, 1, '2019-07-29 13:10:04', '2019-07-29 13:10:04', '', '11048704_855276417878922_6470201803007321543_o', '', 'inherit', 'open', 'closed', '', '11048704_855276417878922_6470201803007321543_o', '', '', '2019-07-29 13:10:04', '2019-07-29 13:10:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11048704_855276417878922_6470201803007321543_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(515, 1, '2019-07-29 13:10:05', '2019-07-29 13:10:05', '', 'DSC0010', '', 'inherit', 'open', 'closed', '', 'dsc0010', '', '', '2019-07-29 13:10:05', '2019-07-29 13:10:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0010.jpg', 0, 'attachment', 'image/jpeg', 0),
(516, 1, '2019-07-29 13:10:06', '2019-07-29 13:10:06', '', 'AN3C1599', '', 'inherit', 'open', 'closed', '', 'an3c1599', '', '', '2019-07-29 13:10:06', '2019-07-29 13:10:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1599.jpg', 0, 'attachment', 'image/jpeg', 0),
(517, 1, '2019-07-29 13:10:06', '2019-07-29 13:10:06', '', '11053503_855275167879047_4837281768715780319_o', '', 'inherit', 'open', 'closed', '', '11053503_855275167879047_4837281768715780319_o', '', '', '2019-07-29 13:10:06', '2019-07-29 13:10:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11053503_855275167879047_4837281768715780319_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(519, 1, '2019-07-29 13:10:08', '2019-07-29 13:10:08', '', 'DSC0011', '', 'inherit', 'open', 'closed', '', 'dsc0011', '', '', '2019-07-29 13:10:08', '2019-07-29 13:10:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0011.jpg', 0, 'attachment', 'image/jpeg', 0),
(520, 1, '2019-07-29 13:10:09', '2019-07-29 13:10:09', '', '11053597_855275087879055_3678652592768092454_o', '', 'inherit', 'open', 'closed', '', '11053597_855275087879055_3678652592768092454_o', '', '', '2019-07-29 13:10:09', '2019-07-29 13:10:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11053597_855275087879055_3678652592768092454_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(521, 1, '2019-07-29 13:10:09', '2019-07-29 13:10:09', '', 'IMG_5082', '', 'inherit', 'open', 'closed', '', 'img_5082', '', '', '2019-07-29 13:10:09', '2019-07-29 13:10:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5082.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(522, 1, '2019-07-29 13:10:10', '2019-07-29 13:10:10', '', 'DSC0013', '', 'inherit', 'open', 'closed', '', 'dsc0013', '', '', '2019-07-29 13:10:10', '2019-07-29 13:10:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0013.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 1, '2019-07-29 13:10:11', '2019-07-29 13:10:11', '', 'IMG_4917', '', 'inherit', 'open', 'closed', '', 'img_4917', '', '', '2019-07-29 13:10:11', '2019-07-29 13:10:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4917.jpg', 0, 'attachment', 'image/jpeg', 0),
(524, 1, '2019-07-29 13:10:11', '2019-07-29 13:10:11', '', 'AN3C1600', '', 'inherit', 'open', 'closed', '', 'an3c1600', '', '', '2019-07-29 13:10:11', '2019-07-29 13:10:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1600.jpg', 0, 'attachment', 'image/jpeg', 0),
(525, 1, '2019-07-29 13:10:12', '2019-07-29 13:10:12', '', '11054799_855275387879025_3301028643181319959_o', '', 'inherit', 'open', 'closed', '', '11054799_855275387879025_3301028643181319959_o', '', '', '2019-07-29 13:10:12', '2019-07-29 13:10:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11054799_855275387879025_3301028643181319959_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(526, 1, '2019-07-29 13:10:13', '2019-07-29 13:10:13', '', 'DSC0014', '', 'inherit', 'open', 'closed', '', 'dsc0014', '', '', '2019-07-29 13:10:13', '2019-07-29 13:10:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0014.jpg', 0, 'attachment', 'image/jpeg', 0),
(527, 1, '2019-07-29 13:10:14', '2019-07-29 13:10:14', '', '11057460_855276231212274_3973116267909948791_o', '', 'inherit', 'open', 'closed', '', '11057460_855276231212274_3973116267909948791_o', '', '', '2019-07-29 13:10:14', '2019-07-29 13:10:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11057460_855276231212274_3973116267909948791_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(528, 1, '2019-07-29 13:10:15', '2019-07-29 13:10:15', '', 'IMG_5087-e1398170173439', '', 'inherit', 'open', 'closed', '', 'img_5087-e1398170173439', '', '', '2019-07-29 13:10:15', '2019-07-29 13:10:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5087-e1398170173439.jpg', 0, 'attachment', 'image/jpeg', 0),
(529, 1, '2019-07-29 13:10:15', '2019-07-29 13:10:15', '', 'DSC0017', '', 'inherit', 'open', 'closed', '', 'dsc0017', '', '', '2019-07-29 13:10:15', '2019-07-29 13:10:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0017.jpg', 0, 'attachment', 'image/jpeg', 0),
(530, 1, '2019-07-29 13:10:16', '2019-07-29 13:10:16', '', 'AN3C1602', '', 'inherit', 'open', 'closed', '', 'an3c1602', '', '', '2019-07-29 13:10:16', '2019-07-29 13:10:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1602.jpg', 0, 'attachment', 'image/jpeg', 0),
(531, 1, '2019-07-29 13:10:16', '2019-07-29 13:10:16', '', '11060915_855275237879040_5828614163450472641_o', '', 'inherit', 'open', 'closed', '', '11060915_855275237879040_5828614163450472641_o', '', '', '2019-07-29 13:10:16', '2019-07-29 13:10:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11060915_855275237879040_5828614163450472641_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(532, 1, '2019-07-29 13:10:17', '2019-07-29 13:10:17', '', 'IMG_4929', '', 'inherit', 'open', 'closed', '', 'img_4929', '', '', '2019-07-29 13:10:17', '2019-07-29 13:10:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4929.jpg', 0, 'attachment', 'image/jpeg', 0),
(533, 1, '2019-07-29 13:10:17', '2019-07-29 13:10:17', '', 'DSC0019', '', 'inherit', 'open', 'closed', '', 'dsc0019', '', '', '2019-07-29 13:10:17', '2019-07-29 13:10:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0019.jpg', 0, 'attachment', 'image/jpeg', 0),
(534, 1, '2019-07-29 13:10:19', '2019-07-29 13:10:19', '', '11074385_855275997878964_1117388007640448169_o', '', 'inherit', 'open', 'closed', '', '11074385_855275997878964_1117388007640448169_o', '', '', '2019-07-29 13:10:19', '2019-07-29 13:10:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11074385_855275997878964_1117388007640448169_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(535, 1, '2019-07-29 13:10:20', '2019-07-29 13:10:20', '', 'DSC0023', '', 'inherit', 'open', 'closed', '', 'dsc0023', '', '', '2019-07-29 13:10:20', '2019-07-29 13:10:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0023.jpg', 0, 'attachment', 'image/jpeg', 0),
(536, 1, '2019-07-29 13:10:21', '2019-07-29 13:10:21', '', '11079998_855224694550761_894757260749096559_o', '', 'inherit', 'open', 'closed', '', '11079998_855224694550761_894757260749096559_o', '', '', '2019-07-29 13:10:21', '2019-07-29 13:10:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11079998_855224694550761_894757260749096559_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(537, 1, '2019-07-29 13:10:22', '2019-07-29 13:10:22', '', 'AN3C1611', '', 'inherit', 'open', 'closed', '', 'an3c1611', '', '', '2019-07-29 13:10:22', '2019-07-29 13:10:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1611.jpg', 0, 'attachment', 'image/jpeg', 0),
(538, 1, '2019-07-29 13:10:22', '2019-07-29 13:10:22', '', 'DSC0024', '', 'inherit', 'open', 'closed', '', 'dsc0024', '', '', '2019-07-29 13:10:22', '2019-07-29 13:10:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0024.jpg', 0, 'attachment', 'image/jpeg', 0),
(539, 1, '2019-07-29 13:10:23', '2019-07-29 13:10:23', '', 'IMG_5105', '', 'inherit', 'open', 'closed', '', 'img_5105', '', '', '2019-07-29 13:10:23', '2019-07-29 13:10:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5105.jpg', 0, 'attachment', 'image/jpeg', 0),
(540, 1, '2019-07-29 13:10:24', '2019-07-29 13:10:24', '', '11084020_855276141212283_4564263806498438144_o', '', 'inherit', 'open', 'closed', '', '11084020_855276141212283_4564263806498438144_o', '', '', '2019-07-29 13:10:24', '2019-07-29 13:10:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11084020_855276141212283_4564263806498438144_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(541, 1, '2019-07-29 13:10:24', '2019-07-29 13:10:24', '', 'IMG_4972', '', 'inherit', 'open', 'closed', '', 'img_4972', '', '', '2019-07-29 13:10:24', '2019-07-29 13:10:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4972.jpg', 0, 'attachment', 'image/jpeg', 0),
(542, 1, '2019-07-29 13:10:25', '2019-07-29 13:10:25', '', 'DSC0026', '', 'inherit', 'open', 'closed', '', 'dsc0026', '', '', '2019-07-29 13:10:25', '2019-07-29 13:10:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0026.jpg', 0, 'attachment', 'image/jpeg', 0),
(543, 1, '2019-07-29 13:10:27', '2019-07-29 13:10:27', '', 'AN3C1615', '', 'inherit', 'open', 'closed', '', 'an3c1615', '', '', '2019-07-29 13:10:27', '2019-07-29 13:10:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1615.jpg', 0, 'attachment', 'image/jpeg', 0),
(544, 1, '2019-07-29 13:10:27', '2019-07-29 13:10:27', '', '11084150_855224671217430_7864267814037647992_o', '', 'inherit', 'open', 'closed', '', '11084150_855224671217430_7864267814037647992_o', '', '', '2019-07-29 13:10:27', '2019-07-29 13:10:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11084150_855224671217430_7864267814037647992_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(545, 1, '2019-07-29 13:10:27', '2019-07-29 13:10:27', '', 'DSC0028', '', 'inherit', 'open', 'closed', '', 'dsc0028', '', '', '2019-07-29 13:10:27', '2019-07-29 13:10:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0028.jpg', 0, 'attachment', 'image/jpeg', 0),
(546, 1, '2019-07-29 13:10:29', '2019-07-29 13:10:29', '', '11096440_855276287878935_726144120311426839_o', '', 'inherit', 'open', 'closed', '', '11096440_855276287878935_726144120311426839_o', '', '', '2019-07-29 13:10:29', '2019-07-29 13:10:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11096440_855276287878935_726144120311426839_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(547, 1, '2019-07-29 13:10:29', '2019-07-29 13:10:29', '', 'DSC0029', '', 'inherit', 'open', 'closed', '', 'dsc0029', '', '', '2019-07-29 13:10:29', '2019-07-29 13:10:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0029.jpg', 0, 'attachment', 'image/jpeg', 0),
(548, 1, '2019-07-29 13:10:30', '2019-07-29 13:10:30', '', 'IMG_5109', '', 'inherit', 'open', 'closed', '', 'img_5109', '', '', '2019-07-29 13:10:30', '2019-07-29 13:10:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5109.jpg', 0, 'attachment', 'image/jpeg', 0),
(549, 1, '2019-07-29 13:10:31', '2019-07-29 13:10:31', '', 'IMG_5008', '', 'inherit', 'open', 'closed', '', 'img_5008', '', '', '2019-07-29 13:10:31', '2019-07-29 13:10:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5008.jpg', 0, 'attachment', 'image/jpeg', 0),
(550, 1, '2019-07-29 13:10:31', '2019-07-29 13:10:31', '', '11096459_855275837878980_333900226093923760_o', '', 'inherit', 'open', 'closed', '', '11096459_855275837878980_333900226093923760_o', '', '', '2019-07-29 13:10:31', '2019-07-29 13:10:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11096459_855275837878980_333900226093923760_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(551, 1, '2019-07-29 13:10:31', '2019-07-29 13:10:31', '', 'DSC0031', '', 'inherit', 'open', 'closed', '', 'dsc0031', '', '', '2019-07-29 13:10:31', '2019-07-29 13:10:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0031.jpg', 0, 'attachment', 'image/jpeg', 0),
(552, 1, '2019-07-29 13:10:31', '2019-07-29 13:10:31', '', 'AN3C1641-e1346051354106', '', 'inherit', 'open', 'closed', '', 'an3c1641-e1346051354106', '', '', '2019-07-29 13:10:31', '2019-07-29 13:10:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1641-e1346051354106.jpg', 0, 'attachment', 'image/jpeg', 0),
(553, 1, '2019-07-29 13:10:33', '2019-07-29 13:10:33', '', 'DSC0032', '', 'inherit', 'open', 'closed', '', 'dsc0032', '', '', '2019-07-29 13:10:33', '2019-07-29 13:10:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0032.jpg', 0, 'attachment', 'image/jpeg', 0),
(554, 1, '2019-07-29 13:10:35', '2019-07-29 13:10:35', '', '11099772_855225361217361_4585421049670866687_o', '', 'inherit', 'open', 'closed', '', '11099772_855225361217361_4585421049670866687_o', '', '', '2019-07-29 13:10:35', '2019-07-29 13:10:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11099772_855225361217361_4585421049670866687_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(555, 1, '2019-07-29 13:10:35', '2019-07-29 13:10:35', '', 'DSC0033', '', 'inherit', 'open', 'closed', '', 'dsc0033', '', '', '2019-07-29 13:10:35', '2019-07-29 13:10:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0033.jpg', 0, 'attachment', 'image/jpeg', 0),
(556, 1, '2019-07-29 13:10:36', '2019-07-29 13:10:36', '', 'AN3C1645-e1346051327587', '', 'inherit', 'open', 'closed', '', 'an3c1645-e1346051327587', '', '', '2019-07-29 13:10:36', '2019-07-29 13:10:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1645-e1346051327587.jpg', 0, 'attachment', 'image/jpeg', 0),
(558, 1, '2019-07-29 13:10:37', '2019-07-29 13:10:37', '', '11103088_855224974550733_6726998414571979175_o', '', 'inherit', 'open', 'closed', '', '11103088_855224974550733_6726998414571979175_o', '', '', '2019-07-29 13:10:37', '2019-07-29 13:10:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11103088_855224974550733_6726998414571979175_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(559, 1, '2019-07-29 13:10:37', '2019-07-29 13:10:37', '', 'DSC0036', '', 'inherit', 'open', 'closed', '', 'dsc0036', '', '', '2019-07-29 13:10:37', '2019-07-29 13:10:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0036.jpg', 0, 'attachment', 'image/jpeg', 0),
(560, 1, '2019-07-29 13:10:38', '2019-07-29 13:10:38', '', 'IMG_5012', '', 'inherit', 'open', 'closed', '', 'img_5012', '', '', '2019-07-29 13:10:38', '2019-07-29 13:10:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5012.jpg', 0, 'attachment', 'image/jpeg', 0),
(561, 1, '2019-07-29 13:10:39', '2019-07-29 13:10:39', '', 'IMG_5116', '', 'inherit', 'open', 'closed', '', 'img_5116', '', '', '2019-07-29 13:10:39', '2019-07-29 13:10:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5116.jpg', 0, 'attachment', 'image/jpeg', 0),
(562, 1, '2019-07-29 13:10:39', '2019-07-29 13:10:39', '', 'DSC0037', '', 'inherit', 'open', 'closed', '', 'dsc0037', '', '', '2019-07-29 13:10:39', '2019-07-29 13:10:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0037.jpg', 0, 'attachment', 'image/jpeg', 0),
(563, 1, '2019-07-29 13:10:40', '2019-07-29 13:10:40', '', '11109144_855224927884071_8871834504503165008_o', '', 'inherit', 'open', 'closed', '', '11109144_855224927884071_8871834504503165008_o', '', '', '2019-07-29 13:10:40', '2019-07-29 13:10:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11109144_855224927884071_8871834504503165008_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(564, 1, '2019-07-29 13:10:41', '2019-07-29 13:10:41', '', 'DSC0038', '', 'inherit', 'open', 'closed', '', 'dsc0038', '', '', '2019-07-29 13:10:41', '2019-07-29 13:10:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0038.jpg', 0, 'attachment', 'image/jpeg', 0),
(565, 1, '2019-07-29 13:10:41', '2019-07-29 13:10:41', '', 'AN3C1650', '', 'inherit', 'open', 'closed', '', 'an3c1650', '', '', '2019-07-29 13:10:41', '2019-07-29 13:10:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1650.jpg', 0, 'attachment', 'image/jpeg', 0),
(566, 1, '2019-07-29 13:10:42', '2019-07-29 13:10:42', '', '11112859_855276201212277_3788542446542584_o', '', 'inherit', 'open', 'closed', '', '11112859_855276201212277_3788542446542584_o', '', '', '2019-07-29 13:10:42', '2019-07-29 13:10:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11112859_855276201212277_3788542446542584_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(567, 1, '2019-07-29 13:10:43', '2019-07-29 13:10:43', '', 'MG_0006', '', 'inherit', 'open', 'closed', '', 'mg_0006', '', '', '2019-07-29 13:10:43', '2019-07-29 13:10:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0006.jpg', 0, 'attachment', 'image/jpeg', 0),
(568, 1, '2019-07-29 13:10:43', '2019-07-29 13:10:43', '', 'DSC0039', '', 'inherit', 'open', 'closed', '', 'dsc0039', '', '', '2019-07-29 13:10:43', '2019-07-29 13:10:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0039.jpg', 0, 'attachment', 'image/jpeg', 0),
(569, 1, '2019-07-29 13:10:44', '2019-07-29 13:10:44', '', '11113368_855275747878989_32269378692450609_o', '', 'inherit', 'open', 'closed', '', '11113368_855275747878989_32269378692450609_o', '', '', '2019-07-29 13:10:44', '2019-07-29 13:10:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11113368_855275747878989_32269378692450609_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(570, 1, '2019-07-29 13:10:45', '2019-07-29 13:10:45', '', 'IMG_5118', '', 'inherit', 'open', 'closed', '', 'img_5118', '', '', '2019-07-29 13:10:45', '2019-07-29 13:10:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5118.jpg', 0, 'attachment', 'image/jpeg', 0),
(571, 1, '2019-07-29 13:10:45', '2019-07-29 13:10:45', '', 'DSC0040-e1462256682512', '', 'inherit', 'open', 'closed', '', 'dsc0040-e1462256682512', '', '', '2019-07-29 13:10:45', '2019-07-29 13:10:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0040-e1462256682512.jpg', 0, 'attachment', 'image/jpeg', 0),
(572, 1, '2019-07-29 13:10:46', '2019-07-29 13:10:46', '', 'AN3C1651', '', 'inherit', 'open', 'closed', '', 'an3c1651', '', '', '2019-07-29 13:10:46', '2019-07-29 13:10:46', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1651.jpg', 0, 'attachment', 'image/jpeg', 0),
(573, 1, '2019-07-29 13:10:47', '2019-07-29 13:10:47', '', '11115613_855275667878997_826959001788018091_o', '', 'inherit', 'open', 'closed', '', '11115613_855275667878997_826959001788018091_o', '', '', '2019-07-29 13:10:47', '2019-07-29 13:10:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11115613_855275667878997_826959001788018091_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(574, 1, '2019-07-29 13:10:47', '2019-07-29 13:10:47', '', 'DSC0041', '', 'inherit', 'open', 'closed', '', 'dsc0041', '', '', '2019-07-29 13:10:47', '2019-07-29 13:10:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0041.jpg', 0, 'attachment', 'image/jpeg', 0),
(575, 1, '2019-07-29 13:10:49', '2019-07-29 13:10:49', '', '11115825_855276057878958_720396213739381194_o', '', 'inherit', 'open', 'closed', '', '11115825_855276057878958_720396213739381194_o', '', '', '2019-07-29 13:10:49', '2019-07-29 13:10:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11115825_855276057878958_720396213739381194_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(576, 1, '2019-07-29 13:10:49', '2019-07-29 13:10:49', '', 'MG_0046', '', 'inherit', 'open', 'closed', '', 'mg_0046', '', '', '2019-07-29 13:10:49', '2019-07-29 13:10:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0046.jpg', 0, 'attachment', 'image/jpeg', 0),
(577, 1, '2019-07-29 13:10:49', '2019-07-29 13:10:49', '', 'DSC0042', '', 'inherit', 'open', 'closed', '', 'dsc0042', '', '', '2019-07-29 13:10:49', '2019-07-29 13:10:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0042.jpg', 0, 'attachment', 'image/jpeg', 0),
(578, 1, '2019-07-29 13:10:51', '2019-07-29 13:10:51', '', 'IMG_5129', '', 'inherit', 'open', 'closed', '', 'img_5129', '', '', '2019-07-29 13:10:51', '2019-07-29 13:10:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5129.jpg', 0, 'attachment', 'image/jpeg', 0),
(579, 1, '2019-07-29 13:10:51', '2019-07-29 13:10:51', '', 'AN3C1654', '', 'inherit', 'open', 'closed', '', 'an3c1654', '', '', '2019-07-29 13:10:51', '2019-07-29 13:10:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1654.jpg', 0, 'attachment', 'image/jpeg', 0),
(580, 1, '2019-07-29 13:10:52', '2019-07-29 13:10:52', '', '11116482_855276261212271_1744772358966957242_o', '', 'inherit', 'open', 'closed', '', '11116482_855276261212271_1744772358966957242_o', '', '', '2019-07-29 13:10:52', '2019-07-29 13:10:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11116482_855276261212271_1744772358966957242_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(581, 1, '2019-07-29 13:10:52', '2019-07-29 13:10:52', '', 'DSC0043', '', 'inherit', 'open', 'closed', '', 'dsc0043', '', '', '2019-07-29 13:10:52', '2019-07-29 13:10:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0043.jpg', 0, 'attachment', 'image/jpeg', 0),
(582, 1, '2019-07-29 13:10:55', '2019-07-29 13:10:55', '', '11121765_855275614545669_7455344657795945215_o', '', 'inherit', 'open', 'closed', '', '11121765_855275614545669_7455344657795945215_o', '', '', '2019-07-29 13:10:55', '2019-07-29 13:10:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11121765_855275614545669_7455344657795945215_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(583, 1, '2019-07-29 13:10:55', '2019-07-29 13:10:55', '', 'DSC0044', '', 'inherit', 'open', 'closed', '', 'dsc0044', '', '', '2019-07-29 13:10:55', '2019-07-29 13:10:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0044.jpg', 0, 'attachment', 'image/jpeg', 0),
(584, 1, '2019-07-29 13:10:56', '2019-07-29 13:10:56', '', 'MG_0117', '', 'inherit', 'open', 'closed', '', 'mg_0117', '', '', '2019-07-29 13:10:56', '2019-07-29 13:10:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0117.jpg', 0, 'attachment', 'image/jpeg', 0),
(585, 1, '2019-07-29 13:10:56', '2019-07-29 13:10:56', '', 'AN3C1666', '', 'inherit', 'open', 'closed', '', 'an3c1666', '', '', '2019-07-29 13:10:56', '2019-07-29 13:10:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1666.jpg', 0, 'attachment', 'image/jpeg', 0),
(586, 1, '2019-07-29 13:10:57', '2019-07-29 13:10:57', '', 'IMG_5140', '', 'inherit', 'open', 'closed', '', 'img_5140', '', '', '2019-07-29 13:10:57', '2019-07-29 13:10:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5140.jpg', 0, 'attachment', 'image/jpeg', 0),
(587, 1, '2019-07-29 13:10:58', '2019-07-29 13:10:58', '', '11127217_855276601212237_7649344574817268592_o', '', 'inherit', 'open', 'closed', '', '11127217_855276601212237_7649344574817268592_o', '', '', '2019-07-29 13:10:58', '2019-07-29 13:10:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11127217_855276601212237_7649344574817268592_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(588, 1, '2019-07-29 13:10:58', '2019-07-29 13:10:58', '', 'DSC0045', '', 'inherit', 'open', 'closed', '', 'dsc0045', '', '', '2019-07-29 13:10:58', '2019-07-29 13:10:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0045.jpg', 0, 'attachment', 'image/jpeg', 0),
(589, 1, '2019-07-29 13:11:01', '2019-07-29 13:11:01', '', 'DSC0046-e1462256668617', '', 'inherit', 'open', 'closed', '', 'dsc0046-e1462256668617', '', '', '2019-07-29 13:11:01', '2019-07-29 13:11:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0046-e1462256668617.jpg', 0, 'attachment', 'image/jpeg', 0),
(590, 1, '2019-07-29 13:11:01', '2019-07-29 13:11:01', '', 'MG_0124', '', 'inherit', 'open', 'closed', '', 'mg_0124', '', '', '2019-07-29 13:11:01', '2019-07-29 13:11:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0124.jpg', 0, 'attachment', 'image/jpeg', 0),
(591, 1, '2019-07-29 13:11:02', '2019-07-29 13:11:02', '', 'AN3C1675', '', 'inherit', 'open', 'closed', '', 'an3c1675', '', '', '2019-07-29 13:11:02', '2019-07-29 13:11:02', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675.jpg', 0, 'attachment', 'image/jpeg', 0),
(592, 1, '2019-07-29 13:11:03', '2019-07-29 13:11:03', '', 'IMG_5149', '', 'inherit', 'open', 'closed', '', 'img_5149', '', '', '2019-07-29 13:11:03', '2019-07-29 13:11:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5149.jpg', 0, 'attachment', 'image/jpeg', 0),
(593, 1, '2019-07-29 13:11:04', '2019-07-29 13:11:04', '', 'DSC0047', '', 'inherit', 'open', 'closed', '', 'dsc0047', '', '', '2019-07-29 13:11:04', '2019-07-29 13:11:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0047.jpg', 0, 'attachment', 'image/jpeg', 0),
(594, 1, '2019-07-29 13:11:04', '2019-07-29 13:11:04', '', '11130395_855225177884046_1827503750838800463_o', '', 'inherit', 'open', 'closed', '', '11130395_855225177884046_1827503750838800463_o', '', '', '2019-07-29 13:11:04', '2019-07-29 13:11:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11130395_855225177884046_1827503750838800463_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(595, 1, '2019-07-29 13:11:06', '2019-07-29 13:11:06', '', 'AN3C1678', '', 'inherit', 'open', 'closed', '', 'an3c1678', '', '', '2019-07-29 13:11:06', '2019-07-29 13:11:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1678.jpg', 0, 'attachment', 'image/jpeg', 0),
(596, 1, '2019-07-29 13:11:06', '2019-07-29 13:11:06', '', '11133982_856888151051082_8396634687653092624_o', '', 'inherit', 'open', 'closed', '', '11133982_856888151051082_8396634687653092624_o', '', '', '2019-07-29 13:11:06', '2019-07-29 13:11:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11133982_856888151051082_8396634687653092624_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(597, 1, '2019-07-29 13:11:06', '2019-07-29 13:11:06', '', 'DSC0048', '', 'inherit', 'open', 'closed', '', 'dsc0048', '', '', '2019-07-29 13:11:06', '2019-07-29 13:11:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0048.jpg', 0, 'attachment', 'image/jpeg', 0),
(598, 1, '2019-07-29 13:11:07', '2019-07-29 13:11:07', '', 'MG_0125', '', 'inherit', 'open', 'closed', '', 'mg_0125', '', '', '2019-07-29 13:11:07', '2019-07-29 13:11:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0125.jpg', 0, 'attachment', 'image/jpeg', 0),
(599, 1, '2019-07-29 13:11:09', '2019-07-29 13:11:09', '', 'DSC0049', '', 'inherit', 'open', 'closed', '', 'dsc0049', '', '', '2019-07-29 13:11:09', '2019-07-29 13:11:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0049.jpg', 0, 'attachment', 'image/jpeg', 0),
(600, 1, '2019-07-29 13:11:10', '2019-07-29 13:11:10', '', 'IMG_5151', '', 'inherit', 'open', 'closed', '', 'img_5151', '', '', '2019-07-29 13:11:10', '2019-07-29 13:11:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5151.jpg', 0, 'attachment', 'image/jpeg', 0),
(601, 1, '2019-07-29 13:11:11', '2019-07-29 13:11:11', '', 'AN3C1679', '', 'inherit', 'open', 'closed', '', 'an3c1679', '', '', '2019-07-29 13:11:11', '2019-07-29 13:11:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1679.jpg', 0, 'attachment', 'image/jpeg', 0),
(602, 1, '2019-07-29 13:11:11', '2019-07-29 13:11:11', '', 'DSC0050-e1462256657751', '', 'inherit', 'open', 'closed', '', 'dsc0050-e1462256657751', '', '', '2019-07-29 13:11:11', '2019-07-29 13:11:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0050-e1462256657751.jpg', 0, 'attachment', 'image/jpeg', 0),
(603, 1, '2019-07-29 13:11:12', '2019-07-29 13:11:12', '', 'MG_0127', '', 'inherit', 'open', 'closed', '', 'mg_0127', '', '', '2019-07-29 13:11:12', '2019-07-29 13:11:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0127.jpg', 0, 'attachment', 'image/jpeg', 0),
(604, 1, '2019-07-29 13:11:13', '2019-07-29 13:11:13', '', '11134040_855276097878954_8618572216906667328_o', '', 'inherit', 'open', 'closed', '', '11134040_855276097878954_8618572216906667328_o', '', '', '2019-07-29 13:11:13', '2019-07-29 13:11:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134040_855276097878954_8618572216906667328_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(605, 1, '2019-07-29 13:11:14', '2019-07-29 13:11:14', '', 'DSC0052', '', 'inherit', 'open', 'closed', '', 'dsc0052', '', '', '2019-07-29 13:11:14', '2019-07-29 13:11:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0052.jpg', 0, 'attachment', 'image/jpeg', 0),
(606, 1, '2019-07-29 13:11:15', '2019-07-29 13:11:15', '', '11134112_855275441212353_8553880067207033223_o', '', 'inherit', 'open', 'closed', '', '11134112_855275441212353_8553880067207033223_o', '', '', '2019-07-29 13:11:15', '2019-07-29 13:11:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(607, 1, '2019-07-29 13:11:16', '2019-07-29 13:11:16', '', 'AN3C1682', '', 'inherit', 'open', 'closed', '', 'an3c1682', '', '', '2019-07-29 13:11:16', '2019-07-29 13:11:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1682.jpg', 0, 'attachment', 'image/jpeg', 0),
(608, 1, '2019-07-29 13:11:16', '2019-07-29 13:11:16', '', 'DSC0053', '', 'inherit', 'open', 'closed', '', 'dsc0053', '', '', '2019-07-29 13:11:16', '2019-07-29 13:11:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0053.jpg', 0, 'attachment', 'image/jpeg', 0),
(609, 1, '2019-07-29 13:11:16', '2019-07-29 13:11:16', '', 'IMG_5153', '', 'inherit', 'open', 'closed', '', 'img_5153', '', '', '2019-07-29 13:11:16', '2019-07-29 13:11:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5153.jpg', 0, 'attachment', 'image/jpeg', 0),
(610, 1, '2019-07-29 13:11:18', '2019-07-29 13:11:18', '', 'MG_0130', '', 'inherit', 'open', 'closed', '', 'mg_0130', '', '', '2019-07-29 13:11:18', '2019-07-29 13:11:18', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0130.jpg', 0, 'attachment', 'image/jpeg', 0),
(611, 1, '2019-07-29 13:11:19', '2019-07-29 13:11:19', '', 'DSC0054', '', 'inherit', 'open', 'closed', '', 'dsc0054', '', '', '2019-07-29 13:11:19', '2019-07-29 13:11:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0054.jpg', 0, 'attachment', 'image/jpeg', 0),
(612, 1, '2019-07-29 13:11:20', '2019-07-29 13:11:20', '', '11136224_855275807878983_6824450555536393779_o', '', 'inherit', 'open', 'closed', '', '11136224_855275807878983_6824450555536393779_o', '', '', '2019-07-29 13:11:20', '2019-07-29 13:11:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11136224_855275807878983_6824450555536393779_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(613, 1, '2019-07-29 13:11:21', '2019-07-29 13:11:21', '', 'AN3C1686', '', 'inherit', 'open', 'closed', '', 'an3c1686', '', '', '2019-07-29 13:11:21', '2019-07-29 13:11:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1686.jpg', 0, 'attachment', 'image/jpeg', 0),
(614, 1, '2019-07-29 13:11:21', '2019-07-29 13:11:21', '', 'DSC0057', '', 'inherit', 'open', 'closed', '', 'dsc0057', '', '', '2019-07-29 13:11:21', '2019-07-29 13:11:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0057.jpg', 0, 'attachment', 'image/jpeg', 0),
(615, 1, '2019-07-29 13:11:22', '2019-07-29 13:11:22', '', '11140180_855275934545637_3418059705785139684_o', '', 'inherit', 'open', 'closed', '', '11140180_855275934545637_3418059705785139684_o', '', '', '2019-07-29 13:11:22', '2019-07-29 13:11:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11140180_855275934545637_3418059705785139684_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(616, 1, '2019-07-29 13:11:23', '2019-07-29 13:11:23', '', 'IMG_5159', '', 'inherit', 'open', 'closed', '', 'img_5159', '', '', '2019-07-29 13:11:23', '2019-07-29 13:11:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159.jpg', 0, 'attachment', 'image/jpeg', 0),
(617, 1, '2019-07-29 13:11:23', '2019-07-29 13:11:23', '', 'DSC0058', '', 'inherit', 'open', 'closed', '', 'dsc0058', '', '', '2019-07-29 13:11:23', '2019-07-29 13:11:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0058.jpg', 0, 'attachment', 'image/jpeg', 0),
(618, 1, '2019-07-29 13:11:24', '2019-07-29 13:11:24', '', 'MG_0133', '', 'inherit', 'open', 'closed', '', 'mg_0133', '', '', '2019-07-29 13:11:24', '2019-07-29 13:11:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0133.jpg', 0, 'attachment', 'image/jpeg', 0),
(619, 1, '2019-07-29 13:11:25', '2019-07-29 13:11:25', '', 'AN3C1689', '', 'inherit', 'open', 'closed', '', 'an3c1689', '', '', '2019-07-29 13:11:25', '2019-07-29 13:11:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1689.jpg', 0, 'attachment', 'image/jpeg', 0),
(620, 1, '2019-07-29 13:11:25', '2019-07-29 13:11:25', '', '11141757_855275984545632_8936323309978291983_o', '', 'inherit', 'open', 'closed', '', '11141757_855275984545632_8936323309978291983_o', '', '', '2019-07-29 13:11:25', '2019-07-29 13:11:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11141757_855275984545632_8936323309978291983_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(621, 1, '2019-07-29 13:11:26', '2019-07-29 13:11:26', '', 'DSC0059', '', 'inherit', 'open', 'closed', '', 'dsc0059', '', '', '2019-07-29 13:11:26', '2019-07-29 13:11:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0059.jpg', 0, 'attachment', 'image/jpeg', 0),
(622, 1, '2019-07-29 13:11:28', '2019-07-29 13:11:28', '', 'DSC0060', '', 'inherit', 'open', 'closed', '', 'dsc0060', '', '', '2019-07-29 13:11:28', '2019-07-29 13:11:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0060.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(623, 1, '2019-07-29 13:11:29', '2019-07-29 13:11:29', '', 'MG_0140', '', 'inherit', 'open', 'closed', '', 'mg_0140', '', '', '2019-07-29 13:11:29', '2019-07-29 13:11:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0140.jpg', 0, 'attachment', 'image/jpeg', 0),
(624, 1, '2019-07-29 13:11:30', '2019-07-29 13:11:30', '', 'IMG_5169', '', 'inherit', 'open', 'closed', '', 'img_5169', '', '', '2019-07-29 13:11:30', '2019-07-29 13:11:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5169.jpg', 0, 'attachment', 'image/jpeg', 0),
(625, 1, '2019-07-29 13:11:30', '2019-07-29 13:11:30', '', 'AN3C1691', '', 'inherit', 'open', 'closed', '', 'an3c1691', '', '', '2019-07-29 13:11:30', '2019-07-29 13:11:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1691.jpg', 0, 'attachment', 'image/jpeg', 0),
(626, 1, '2019-07-29 13:11:30', '2019-07-29 13:11:30', '', 'DSC0062', '', 'inherit', 'open', 'closed', '', 'dsc0062', '', '', '2019-07-29 13:11:30', '2019-07-29 13:11:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0062.jpg', 0, 'attachment', 'image/jpeg', 0),
(627, 1, '2019-07-29 13:11:34', '2019-07-29 13:11:34', '', 'AN3C1693', '', 'inherit', 'open', 'closed', '', 'an3c1693', '', '', '2019-07-29 13:11:34', '2019-07-29 13:11:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1693.jpg', 0, 'attachment', 'image/jpeg', 0),
(628, 1, '2019-07-29 13:11:34', '2019-07-29 13:11:34', '', 'DSC0065', '', 'inherit', 'open', 'closed', '', 'dsc0065', '', '', '2019-07-29 13:11:34', '2019-07-29 13:11:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0065.jpg', 0, 'attachment', 'image/jpeg', 0),
(629, 1, '2019-07-29 13:11:35', '2019-07-29 13:11:35', '', '11145135_855225091217388_1210113399969158915_o', '', 'inherit', 'open', 'closed', '', '11145135_855225091217388_1210113399969158915_o', '', '', '2019-07-29 13:11:35', '2019-07-29 13:11:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11145135_855225091217388_1210113399969158915_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(630, 1, '2019-07-29 13:11:36', '2019-07-29 13:11:36', '', 'MG_0178', '', 'inherit', 'open', 'closed', '', 'mg_0178', '', '', '2019-07-29 13:11:36', '2019-07-29 13:11:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0178.jpg', 0, 'attachment', 'image/jpeg', 0),
(631, 1, '2019-07-29 13:11:36', '2019-07-29 13:11:36', '', 'IMG_5170', '', 'inherit', 'open', 'closed', '', 'img_5170', '', '', '2019-07-29 13:11:36', '2019-07-29 13:11:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5170.jpg', 0, 'attachment', 'image/jpeg', 0),
(632, 1, '2019-07-29 13:11:36', '2019-07-29 13:11:36', '', 'DSC0068', '', 'inherit', 'open', 'closed', '', 'dsc0068', '', '', '2019-07-29 13:11:36', '2019-07-29 13:11:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0068.jpg', 0, 'attachment', 'image/jpeg', 0),
(633, 1, '2019-07-29 13:11:37', '2019-07-29 13:11:37', '', 'AN3C1697', '', 'inherit', 'open', 'closed', '', 'an3c1697', '', '', '2019-07-29 13:11:37', '2019-07-29 13:11:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1697.jpg', 0, 'attachment', 'image/jpeg', 0),
(634, 1, '2019-07-29 13:11:38', '2019-07-29 13:11:38', '', '11146370_855275241212373_685213943309901717_o', '', 'inherit', 'open', 'closed', '', '11146370_855275241212373_685213943309901717_o', '', '', '2019-07-29 13:11:38', '2019-07-29 13:11:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11146370_855275241212373_685213943309901717_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(635, 1, '2019-07-29 13:11:38', '2019-07-29 13:11:38', '', 'DSC0071', '', 'inherit', 'open', 'closed', '', 'dsc0071', '', '', '2019-07-29 13:11:38', '2019-07-29 13:11:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0071.jpg', 0, 'attachment', 'image/jpeg', 0),
(636, 1, '2019-07-29 13:11:40', '2019-07-29 13:11:40', '', '11147151_855276194545611_6722247568619484944_o', '', 'inherit', 'open', 'closed', '', '11147151_855276194545611_6722247568619484944_o', '', '', '2019-07-29 13:11:40', '2019-07-29 13:11:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11147151_855276194545611_6722247568619484944_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(637, 1, '2019-07-29 13:11:42', '2019-07-29 13:11:42', '', '11148381_855225061217391_2850364637925340549_o', '', 'inherit', 'open', 'closed', '', '11148381_855225061217391_2850364637925340549_o', '', '', '2019-07-29 13:11:42', '2019-07-29 13:11:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148381_855225061217391_2850364637925340549_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(638, 1, '2019-07-29 13:11:42', '2019-07-29 13:11:42', '', 'IMG_5176-e1398170239451', '', 'inherit', 'open', 'closed', '', 'img_5176-e1398170239451', '', '', '2019-07-29 13:11:42', '2019-07-29 13:11:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5176-e1398170239451.jpg', 0, 'attachment', 'image/jpeg', 0),
(639, 1, '2019-07-29 13:11:43', '2019-07-29 13:11:43', '', 'AN3C1708', '', 'inherit', 'open', 'closed', '', 'an3c1708', '', '', '2019-07-29 13:11:43', '2019-07-29 13:11:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1708.jpg', 0, 'attachment', 'image/jpeg', 0),
(640, 1, '2019-07-29 13:11:43', '2019-07-29 13:11:43', '', 'MG_0181', '', 'inherit', 'open', 'closed', '', 'mg_0181', '', '', '2019-07-29 13:11:43', '2019-07-29 13:11:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0181.jpg', 0, 'attachment', 'image/jpeg', 0),
(641, 1, '2019-07-29 13:11:45', '2019-07-29 13:11:45', '', '11148793_855275861212311_4146278737777549676_o', '', 'inherit', 'open', 'closed', '', '11148793_855275861212311_4146278737777549676_o', '', '', '2019-07-29 13:11:45', '2019-07-29 13:11:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148793_855275861212311_4146278737777549676_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(642, 1, '2019-07-29 13:11:45', '2019-07-29 13:11:45', '', 'DSC0077', '', 'inherit', 'open', 'closed', '', 'dsc0077', '', '', '2019-07-29 13:11:45', '2019-07-29 13:11:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0077.jpg', 0, 'attachment', 'image/jpeg', 0),
(643, 1, '2019-07-29 13:11:47', '2019-07-29 13:11:47', '', 'AN3C1718', '', 'inherit', 'open', 'closed', '', 'an3c1718', '', '', '2019-07-29 13:11:47', '2019-07-29 13:11:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1718.jpg', 0, 'attachment', 'image/jpeg', 0),
(644, 1, '2019-07-29 13:11:47', '2019-07-29 13:11:47', '', 'DSC0114', '', 'inherit', 'open', 'closed', '', 'dsc0114', '', '', '2019-07-29 13:11:47', '2019-07-29 13:11:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0114.jpg', 0, 'attachment', 'image/jpeg', 0),
(645, 1, '2019-07-29 13:11:47', '2019-07-29 13:11:47', '', '11148793_855275897878974_8607885143393978879_o', '', 'inherit', 'open', 'closed', '', '11148793_855275897878974_8607885143393978879_o', '', '', '2019-07-29 13:11:47', '2019-07-29 13:11:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11148793_855275897878974_8607885143393978879_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(646, 1, '2019-07-29 13:11:48', '2019-07-29 13:11:48', '', 'MG_0228', '', 'inherit', 'open', 'closed', '', 'mg_0228', '', '', '2019-07-29 13:11:48', '2019-07-29 13:11:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0228.jpg', 0, 'attachment', 'image/jpeg', 0),
(647, 1, '2019-07-29 13:11:49', '2019-07-29 13:11:49', '', 'IMG_5187', '', 'inherit', 'open', 'closed', '', 'img_5187', '', '', '2019-07-29 13:11:49', '2019-07-29 13:11:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5187.jpg', 0, 'attachment', 'image/jpeg', 0),
(648, 1, '2019-07-29 13:11:49', '2019-07-29 13:11:49', '', 'DSC0125', '', 'inherit', 'open', 'closed', '', 'dsc0125', '', '', '2019-07-29 13:11:49', '2019-07-29 13:11:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0125.jpg', 0, 'attachment', 'image/jpeg', 0),
(649, 1, '2019-07-29 13:11:50', '2019-07-29 13:11:50', '', '11149720_855276477878916_7444287568920675342_o', '', 'inherit', 'open', 'closed', '', '11149720_855276477878916_7444287568920675342_o', '', '', '2019-07-29 13:11:50', '2019-07-29 13:11:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149720_855276477878916_7444287568920675342_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(650, 1, '2019-07-29 13:11:52', '2019-07-29 13:11:52', '', 'AN3C1719', '', 'inherit', 'open', 'closed', '', 'an3c1719', '', '', '2019-07-29 13:11:52', '2019-07-29 13:11:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1719.jpg', 0, 'attachment', 'image/jpeg', 0),
(651, 1, '2019-07-29 13:11:52', '2019-07-29 13:11:52', '', '11149728_855224841217413_8090532542397694474_o', '', 'inherit', 'open', 'closed', '', '11149728_855224841217413_8090532542397694474_o', '', '', '2019-07-29 13:11:52', '2019-07-29 13:11:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149728_855224841217413_8090532542397694474_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(652, 1, '2019-07-29 13:11:53', '2019-07-29 13:11:53', '', 'MG_0230', '', 'inherit', 'open', 'closed', '', 'mg_0230', '', '', '2019-07-29 13:11:53', '2019-07-29 13:11:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0230.jpg', 0, 'attachment', 'image/jpeg', 0),
(653, 1, '2019-07-29 13:11:54', '2019-07-29 13:11:54', '', 'DSC0130', '', 'inherit', 'open', 'closed', '', 'dsc0130', '', '', '2019-07-29 13:11:54', '2019-07-29 13:11:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0130.jpg', 0, 'attachment', 'image/jpeg', 0),
(654, 1, '2019-07-29 13:11:54', '2019-07-29 13:11:54', '', '11149732_855275077879056_7030431060168314625_o', '', 'inherit', 'open', 'closed', '', '11149732_855275077879056_7030431060168314625_o', '', '', '2019-07-29 13:11:54', '2019-07-29 13:11:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11149732_855275077879056_7030431060168314625_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(655, 1, '2019-07-29 13:11:55', '2019-07-29 13:11:55', '', 'IMG_5194', '', 'inherit', 'open', 'closed', '', 'img_5194', '', '', '2019-07-29 13:11:55', '2019-07-29 13:11:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5194.jpg', 0, 'attachment', 'image/jpeg', 0),
(656, 1, '2019-07-29 13:11:56', '2019-07-29 13:11:56', '', 'DSC0131', '', 'inherit', 'open', 'closed', '', 'dsc0131', '', '', '2019-07-29 13:11:56', '2019-07-29 13:11:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0131.jpg', 0, 'attachment', 'image/jpeg', 0),
(657, 1, '2019-07-29 13:11:56', '2019-07-29 13:11:56', '', 'AN3C1740', '', 'inherit', 'open', 'closed', '', 'an3c1740', '', '', '2019-07-29 13:11:56', '2019-07-29 13:11:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1740.jpg', 0, 'attachment', 'image/jpeg', 0),
(658, 1, '2019-07-29 13:11:58', '2019-07-29 13:11:58', '', 'MG_0241', '', 'inherit', 'open', 'closed', '', 'mg_0241', '', '', '2019-07-29 13:11:58', '2019-07-29 13:11:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0241.jpg', 0, 'attachment', 'image/jpeg', 0),
(659, 1, '2019-07-29 13:11:58', '2019-07-29 13:11:58', '', 'DSC0132', '', 'inherit', 'open', 'closed', '', 'dsc0132', '', '', '2019-07-29 13:11:58', '2019-07-29 13:11:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0132.jpg', 0, 'attachment', 'image/jpeg', 0),
(660, 1, '2019-07-29 13:12:01', '2019-07-29 13:12:01', '', 'AN3C1743', '', 'inherit', 'open', 'closed', '', 'an3c1743', '', '', '2019-07-29 13:12:01', '2019-07-29 13:12:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1743.jpg', 0, 'attachment', 'image/jpeg', 0),
(661, 1, '2019-07-29 13:12:01', '2019-07-29 13:12:01', '', '11154770_855225464550684_4430082000442555338_o', '', 'inherit', 'open', 'closed', '', '11154770_855225464550684_4430082000442555338_o', '', '', '2019-07-29 13:12:01', '2019-07-29 13:12:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154770_855225464550684_4430082000442555338_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(662, 1, '2019-07-29 13:12:02', '2019-07-29 13:12:02', '', 'MG_0247', '', 'inherit', 'open', 'closed', '', 'mg_0247', '', '', '2019-07-29 13:12:02', '2019-07-29 13:12:02', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0247.jpg', 0, 'attachment', 'image/jpeg', 0),
(663, 1, '2019-07-29 13:12:02', '2019-07-29 13:12:02', '', 'DSC0152', '', 'inherit', 'open', 'closed', '', 'dsc0152', '', '', '2019-07-29 13:12:02', '2019-07-29 13:12:02', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg', 0, 'attachment', 'image/jpeg', 0),
(664, 1, '2019-07-29 13:12:04', '2019-07-29 13:12:04', '', 'DSC0169', '', 'inherit', 'open', 'closed', '', 'dsc0169', '', '', '2019-07-29 13:12:04', '2019-07-29 13:12:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0169.jpg', 0, 'attachment', 'image/jpeg', 0),
(665, 1, '2019-07-29 13:12:04', '2019-07-29 13:12:04', '', 'IMG_5234-e1398170293336', '', 'inherit', 'open', 'closed', '', 'img_5234-e1398170293336', '', '', '2019-07-29 13:12:04', '2019-07-29 13:12:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5234-e1398170293336.jpg', 0, 'attachment', 'image/jpeg', 0),
(666, 1, '2019-07-29 13:12:06', '2019-07-29 13:12:06', '', 'AN3C1744', '', 'inherit', 'open', 'closed', '', 'an3c1744', '', '', '2019-07-29 13:12:06', '2019-07-29 13:12:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1744.jpg', 0, 'attachment', 'image/jpeg', 0),
(667, 1, '2019-07-29 13:12:06', '2019-07-29 13:12:06', '', 'DSC0265', '', 'inherit', 'open', 'closed', '', 'dsc0265', '', '', '2019-07-29 13:12:06', '2019-07-29 13:12:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0265.jpg', 0, 'attachment', 'image/jpeg', 0),
(668, 1, '2019-07-29 13:12:07', '2019-07-29 13:12:07', '', 'MG_0290', '', 'inherit', 'open', 'closed', '', 'mg_0290', '', '', '2019-07-29 13:12:07', '2019-07-29 13:12:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0290.jpg', 0, 'attachment', 'image/jpeg', 0),
(669, 1, '2019-07-29 13:12:08', '2019-07-29 13:12:08', '', '11154788_855275961212301_6257409887864895377_o', '', 'inherit', 'open', 'closed', '', '11154788_855275961212301_6257409887864895377_o', '', '', '2019-07-29 13:12:08', '2019-07-29 13:12:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154788_855275961212301_6257409887864895377_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(670, 1, '2019-07-29 13:12:08', '2019-07-29 13:12:08', '', 'DSC0273', '', 'inherit', 'open', 'closed', '', 'dsc0273', '', '', '2019-07-29 13:12:08', '2019-07-29 13:12:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0273.jpg', 0, 'attachment', 'image/jpeg', 0),
(671, 1, '2019-07-29 13:12:10', '2019-07-29 13:12:10', '', '11154817_855275401212357_642722457041029844_o', '', 'inherit', 'open', 'closed', '', '11154817_855275401212357_642722457041029844_o', '', '', '2019-07-29 13:12:10', '2019-07-29 13:12:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(672, 1, '2019-07-29 13:12:10', '2019-07-29 13:12:10', '', 'AN3C1746', '', 'inherit', 'open', 'closed', '', 'an3c1746', '', '', '2019-07-29 13:12:10', '2019-07-29 13:12:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1746.jpg', 0, 'attachment', 'image/jpeg', 0),
(673, 1, '2019-07-29 13:12:10', '2019-07-29 13:12:10', '', 'DSC0276', '', 'inherit', 'open', 'closed', '', 'dsc0276', '', '', '2019-07-29 13:12:10', '2019-07-29 13:12:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg', 0, 'attachment', 'image/jpeg', 0),
(674, 1, '2019-07-29 13:12:12', '2019-07-29 13:12:12', '', 'DSC0315', '', 'inherit', 'open', 'closed', '', 'dsc0315', '', '', '2019-07-29 13:12:12', '2019-07-29 13:12:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0315.jpg', 0, 'attachment', 'image/jpeg', 0),
(675, 1, '2019-07-29 13:12:12', '2019-07-29 13:12:12', '', 'MG_0294', '', 'inherit', 'open', 'closed', '', 'mg_0294', '', '', '2019-07-29 13:12:12', '2019-07-29 13:12:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0294.jpg', 0, 'attachment', 'image/jpeg', 0),
(676, 1, '2019-07-29 13:12:13', '2019-07-29 13:12:13', '', '11154827_855276487878915_4921263248827668527_o', '', 'inherit', 'open', 'closed', '', '11154827_855276487878915_4921263248827668527_o', '', '', '2019-07-29 13:12:13', '2019-07-29 13:12:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154827_855276487878915_4921263248827668527_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(677, 1, '2019-07-29 13:12:14', '2019-07-29 13:12:14', '', 'IMG_5237-e1398170239388', '', 'inherit', 'open', 'closed', '', 'img_5237-e1398170239388', '', '', '2019-07-29 13:12:14', '2019-07-29 13:12:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5237-e1398170239388.jpg', 0, 'attachment', 'image/jpeg', 0),
(678, 1, '2019-07-29 13:12:14', '2019-07-29 13:12:14', '', 'DSC0317', '', 'inherit', 'open', 'closed', '', 'dsc0317', '', '', '2019-07-29 13:12:14', '2019-07-29 13:12:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0317.jpg', 0, 'attachment', 'image/jpeg', 0),
(679, 1, '2019-07-29 13:12:15', '2019-07-29 13:12:15', '', 'AN3C1751', '', 'inherit', 'open', 'closed', '', 'an3c1751', '', '', '2019-07-29 13:12:15', '2019-07-29 13:12:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1751.jpg', 0, 'attachment', 'image/jpeg', 0),
(680, 1, '2019-07-29 13:12:16', '2019-07-29 13:12:16', '', 'DSC_2097', '', 'inherit', 'open', 'closed', '', 'dsc_2097', '', '', '2019-07-29 13:12:16', '2019-07-29 13:12:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2097.jpg', 0, 'attachment', 'image/jpeg', 0),
(681, 1, '2019-07-29 13:12:16', '2019-07-29 13:12:16', '', '11154838_855224547884109_5071959483511854736_o', '', 'inherit', 'open', 'closed', '', '11154838_855224547884109_5071959483511854736_o', '', '', '2019-07-29 13:12:16', '2019-07-29 13:12:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154838_855224547884109_5071959483511854736_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(682, 1, '2019-07-29 13:12:16', '2019-07-29 13:12:16', '', 'MG_0296', '', 'inherit', 'open', 'closed', '', 'mg_0296', '', '', '2019-07-29 13:12:16', '2019-07-29 13:12:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0296.jpg', 0, 'attachment', 'image/jpeg', 0),
(683, 1, '2019-07-29 13:12:18', '2019-07-29 13:12:18', '', '11154925_855275364545694_2353999694590714044_o', '', 'inherit', 'open', 'closed', '', '11154925_855275364545694_2353999694590714044_o', '', '', '2019-07-29 13:12:18', '2019-07-29 13:12:18', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154925_855275364545694_2353999694590714044_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(684, 1, '2019-07-29 13:12:18', '2019-07-29 13:12:18', '', 'DSC_2135', '', 'inherit', 'open', 'closed', '', 'dsc_2135', '', '', '2019-07-29 13:12:18', '2019-07-29 13:12:18', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg', 0, 'attachment', 'image/jpeg', 0),
(685, 1, '2019-07-29 13:12:19', '2019-07-29 13:12:19', '', 'DSCF0990', '', 'inherit', 'open', 'closed', '', 'dscf0990', '', '', '2019-07-29 13:12:19', '2019-07-29 13:12:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0990.jpg', 0, 'attachment', 'image/jpeg', 0),
(686, 1, '2019-07-29 13:12:20', '2019-07-29 13:12:20', '', 'AN3C1753', '', 'inherit', 'open', 'closed', '', 'an3c1753', '', '', '2019-07-29 13:12:20', '2019-07-29 13:12:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1753.jpg', 0, 'attachment', 'image/jpeg', 0),
(687, 1, '2019-07-29 13:12:20', '2019-07-29 13:12:20', '', '11155048_855225064550724_7442875929345843332_o', '', 'inherit', 'open', 'closed', '', '11155048_855225064550724_7442875929345843332_o', '', '', '2019-07-29 13:12:20', '2019-07-29 13:12:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11155048_855225064550724_7442875929345843332_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(688, 1, '2019-07-29 13:12:20', '2019-07-29 13:12:20', '', 'DSC_2183', '', 'inherit', 'open', 'closed', '', 'dsc_2183', '', '', '2019-07-29 13:12:20', '2019-07-29 13:12:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2183.jpg', 0, 'attachment', 'image/jpeg', 0),
(689, 1, '2019-07-29 13:12:21', '2019-07-29 13:12:21', '', 'MG_0299', '', 'inherit', 'open', 'closed', '', 'mg_0299', '', '', '2019-07-29 13:12:21', '2019-07-29 13:12:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0299.jpg', 0, 'attachment', 'image/jpeg', 0),
(690, 1, '2019-07-29 13:12:22', '2019-07-29 13:12:22', '', 'DSC_2194', '', 'inherit', 'open', 'closed', '', 'dsc_2194', '', '', '2019-07-29 13:12:22', '2019-07-29 13:12:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2194.jpg', 0, 'attachment', 'image/jpeg', 0),
(691, 1, '2019-07-29 13:12:22', '2019-07-29 13:12:22', '', 'IMG_5238-e1398170590383', '', 'inherit', 'open', 'closed', '', 'img_5238-e1398170590383', '', '', '2019-07-29 13:12:22', '2019-07-29 13:12:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5238-e1398170590383.jpg', 0, 'attachment', 'image/jpeg', 0),
(692, 1, '2019-07-29 13:12:23', '2019-07-29 13:12:23', '', '11155048_855275257879038_7681407338495984542_o', '', 'inherit', 'open', 'closed', '', '11155048_855275257879038_7681407338495984542_o', '', '', '2019-07-29 13:12:23', '2019-07-29 13:12:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11155048_855275257879038_7681407338495984542_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(693, 1, '2019-07-29 13:12:24', '2019-07-29 13:12:24', '', 'DSC_2214', '', 'inherit', 'open', 'closed', '', 'dsc_2214', '', '', '2019-07-29 13:12:24', '2019-07-29 13:12:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2214.jpg', 0, 'attachment', 'image/jpeg', 0),
(694, 1, '2019-07-29 13:12:25', '2019-07-29 13:12:25', '', 'AN3C1756', '', 'inherit', 'open', 'closed', '', 'an3c1756', '', '', '2019-07-29 13:12:25', '2019-07-29 13:12:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1756.jpg', 0, 'attachment', 'image/jpeg', 0),
(695, 1, '2019-07-29 13:12:25', '2019-07-29 13:12:25', '', 'DSCF0992', '', 'inherit', 'open', 'closed', '', 'dscf0992', '', '', '2019-07-29 13:12:25', '2019-07-29 13:12:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0992.jpg', 0, 'attachment', 'image/jpeg', 0),
(696, 1, '2019-07-29 13:12:25', '2019-07-29 13:12:25', '', '11157398_855225397884024_7086192732236517520_o', '', 'inherit', 'open', 'closed', '', '11157398_855225397884024_7086192732236517520_o', '', '', '2019-07-29 13:12:25', '2019-07-29 13:12:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11157398_855225397884024_7086192732236517520_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(697, 1, '2019-07-29 13:12:26', '2019-07-29 13:12:26', '', 'DSC_2227', '', 'inherit', 'open', 'closed', '', 'dsc_2227', '', '', '2019-07-29 13:12:26', '2019-07-29 13:12:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2227.jpg', 0, 'attachment', 'image/jpeg', 0),
(698, 1, '2019-07-29 13:12:26', '2019-07-29 13:12:26', '', 'MG_0303', '', 'inherit', 'open', 'closed', '', 'mg_0303', '', '', '2019-07-29 13:12:26', '2019-07-29 13:12:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0303.jpg', 0, 'attachment', 'image/jpeg', 0),
(699, 1, '2019-07-29 13:12:27', '2019-07-29 13:12:27', '', '11163164_855276281212269_1487266608732915775_o', '', 'inherit', 'open', 'closed', '', '11163164_855276281212269_1487266608732915775_o', '', '', '2019-07-29 13:12:27', '2019-07-29 13:12:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11163164_855276281212269_1487266608732915775_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(700, 1, '2019-07-29 13:12:29', '2019-07-29 13:12:29', '', '11164669_855224551217442_4715430380359741854_o', '', 'inherit', 'open', 'closed', '', '11164669_855224551217442_4715430380359741854_o', '', '', '2019-07-29 13:12:29', '2019-07-29 13:12:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11164669_855224551217442_4715430380359741854_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(701, 1, '2019-07-29 13:12:30', '2019-07-29 13:12:30', '', 'AN3C1761', '', 'inherit', 'open', 'closed', '', 'an3c1761', '', '', '2019-07-29 13:12:30', '2019-07-29 13:12:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1761.jpg', 0, 'attachment', 'image/jpeg', 0),
(702, 1, '2019-07-29 13:12:30', '2019-07-29 13:12:30', '', 'DSCF0993', '', 'inherit', 'open', 'closed', '', 'dscf0993', '', '', '2019-07-29 13:12:30', '2019-07-29 13:12:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0993.jpg', 0, 'attachment', 'image/jpeg', 0),
(703, 1, '2019-07-29 13:12:31', '2019-07-29 13:12:31', '', 'DSC_2307', '', 'inherit', 'open', 'closed', '', 'dsc_2307', '', '', '2019-07-29 13:12:31', '2019-07-29 13:12:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2307.jpg', 0, 'attachment', 'image/jpeg', 0),
(704, 1, '2019-07-29 13:12:31', '2019-07-29 13:12:31', '', '11168485_855275581212339_8271520241813636800_o', '', 'inherit', 'open', 'closed', '', '11168485_855275581212339_8271520241813636800_o', '', '', '2019-07-29 13:12:31', '2019-07-29 13:12:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11168485_855275581212339_8271520241813636800_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(705, 1, '2019-07-29 13:12:31', '2019-07-29 13:12:31', '', 'MG_0306', '', 'inherit', 'open', 'closed', '', 'mg_0306', '', '', '2019-07-29 13:12:31', '2019-07-29 13:12:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0306.jpg', 0, 'attachment', 'image/jpeg', 0),
(706, 1, '2019-07-29 13:12:32', '2019-07-29 13:12:32', '', 'IMG_5252-e1398170449808', '', 'inherit', 'open', 'closed', '', 'img_5252-e1398170449808', '', '', '2019-07-29 13:12:32', '2019-07-29 13:12:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5252-e1398170449808.jpg', 0, 'attachment', 'image/jpeg', 0),
(707, 1, '2019-07-29 13:12:33', '2019-07-29 13:12:33', '', 'DSC_2310', '', 'inherit', 'open', 'closed', '', 'dsc_2310', '', '', '2019-07-29 13:12:33', '2019-07-29 13:12:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2310.jpg', 0, 'attachment', 'image/jpeg', 0),
(708, 1, '2019-07-29 13:12:34', '2019-07-29 13:12:34', '', '11168897_855275517879012_4546390662605346367_o', '', 'inherit', 'open', 'closed', '', '11168897_855275517879012_4546390662605346367_o', '', '', '2019-07-29 13:12:34', '2019-07-29 13:12:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/11168897_855275517879012_4546390662605346367_o.jpg', 0, 'attachment', 'image/jpeg', 0),
(709, 1, '2019-07-29 13:12:35', '2019-07-29 13:12:35', '', 'DSCF0994', '', 'inherit', 'open', 'closed', '', 'dscf0994', '', '', '2019-07-29 13:12:35', '2019-07-29 13:12:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0994.jpg', 0, 'attachment', 'image/jpeg', 0),
(710, 1, '2019-07-29 13:12:35', '2019-07-29 13:12:35', '', 'AN3C1764', '', 'inherit', 'open', 'closed', '', 'an3c1764', '', '', '2019-07-29 13:12:35', '2019-07-29 13:12:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1764.jpg', 0, 'attachment', 'image/jpeg', 0),
(711, 1, '2019-07-29 13:12:35', '2019-07-29 13:12:35', '', 'DSC_2381', '', 'inherit', 'open', 'closed', '', 'dsc_2381', '', '', '2019-07-29 13:12:35', '2019-07-29 13:12:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2381.jpg', 0, 'attachment', 'image/jpeg', 0),
(712, 1, '2019-07-29 13:12:35', '2019-07-29 13:12:35', '', 'MG_0322', '', 'inherit', 'open', 'closed', '', 'mg_0322', '', '', '2019-07-29 13:12:35', '2019-07-29 13:12:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0322.jpg', 0, 'attachment', 'image/jpeg', 0),
(713, 1, '2019-07-29 13:12:37', '2019-07-29 13:12:37', '', 'IMG_5261', '', 'inherit', 'open', 'closed', '', 'img_5261', '', '', '2019-07-29 13:12:37', '2019-07-29 13:12:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5261.jpg', 0, 'attachment', 'image/jpeg', 0),
(714, 1, '2019-07-29 13:12:37', '2019-07-29 13:12:37', '', 'IMG_3896', '', 'inherit', 'open', 'closed', '', 'img_3896', '', '', '2019-07-29 13:12:37', '2019-07-29 13:12:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3896.jpg', 0, 'attachment', 'image/jpeg', 0),
(715, 1, '2019-07-29 13:12:38', '2019-07-29 13:12:38', '', 'MG_0324', '', 'inherit', 'open', 'closed', '', 'mg_0324', '', '', '2019-07-29 13:12:38', '2019-07-29 13:12:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0324.jpg', 0, 'attachment', 'image/jpeg', 0),
(716, 1, '2019-07-29 13:12:39', '2019-07-29 13:12:39', '', 'IMG_3898', '', 'inherit', 'open', 'closed', '', 'img_3898', '', '', '2019-07-29 13:12:39', '2019-07-29 13:12:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3898.jpg', 0, 'attachment', 'image/jpeg', 0),
(717, 1, '2019-07-29 13:12:40', '2019-07-29 13:12:40', '', 'AN3C1766', '', 'inherit', 'open', 'closed', '', 'an3c1766', '', '', '2019-07-29 13:12:40', '2019-07-29 13:12:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1766.jpg', 0, 'attachment', 'image/jpeg', 0),
(718, 1, '2019-07-29 13:12:41', '2019-07-29 13:12:41', '', 'DSCF0995', '', 'inherit', 'open', 'closed', '', 'dscf0995', '', '', '2019-07-29 13:12:41', '2019-07-29 13:12:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0995.jpg', 0, 'attachment', 'image/jpeg', 0),
(719, 1, '2019-07-29 13:12:41', '2019-07-29 13:12:41', '', 'IMG_3915', '', 'inherit', 'open', 'closed', '', 'img_3915', '', '', '2019-07-29 13:12:41', '2019-07-29 13:12:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3915.jpg', 0, 'attachment', 'image/jpeg', 0),
(720, 1, '2019-07-29 13:12:41', '2019-07-29 13:12:41', '', 'IMG_5262-e1398170397385', '', 'inherit', 'open', 'closed', '', 'img_5262-e1398170397385', '', '', '2019-07-29 13:12:41', '2019-07-29 13:12:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5262-e1398170397385.jpg', 0, 'attachment', 'image/jpeg', 0),
(721, 1, '2019-07-29 13:12:42', '2019-07-29 13:12:42', '', 'MG_0325', '', 'inherit', 'open', 'closed', '', 'mg_0325', '', '', '2019-07-29 13:12:42', '2019-07-29 13:12:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0325.jpg', 0, 'attachment', 'image/jpeg', 0),
(722, 1, '2019-07-29 13:12:43', '2019-07-29 13:12:43', '', 'IMG_3942', '', 'inherit', 'open', 'closed', '', 'img_3942', '', '', '2019-07-29 13:12:43', '2019-07-29 13:12:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3942.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(723, 1, '2019-07-29 13:12:45', '2019-07-29 13:12:45', '', 'AN3C1773', '', 'inherit', 'open', 'closed', '', 'an3c1773', '', '', '2019-07-29 13:12:45', '2019-07-29 13:12:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1773.jpg', 0, 'attachment', 'image/jpeg', 0),
(724, 1, '2019-07-29 13:12:45', '2019-07-29 13:12:45', '', 'IMG_3944', '', 'inherit', 'open', 'closed', '', 'img_3944', '', '', '2019-07-29 13:12:45', '2019-07-29 13:12:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3944.jpg', 0, 'attachment', 'image/jpeg', 0),
(725, 1, '2019-07-29 13:12:46', '2019-07-29 13:12:46', '', 'IMG_1839-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1839-1024x768', '', '', '2019-07-29 13:12:46', '2019-07-29 13:12:46', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1839-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(726, 1, '2019-07-29 13:12:47', '2019-07-29 13:12:47', '', 'IMG_3950', '', 'inherit', 'open', 'closed', '', 'img_3950', '', '', '2019-07-29 13:12:47', '2019-07-29 13:12:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3950.jpg', 0, 'attachment', 'image/jpeg', 0),
(727, 1, '2019-07-29 13:12:47', '2019-07-29 13:12:47', '', 'IMG_1842-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1842-1024x768', '', '', '2019-07-29 13:12:47', '2019-07-29 13:12:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1842-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(728, 1, '2019-07-29 13:12:48', '2019-07-29 13:12:48', '', 'DSCF0996', '', 'inherit', 'open', 'closed', '', 'dscf0996', '', '', '2019-07-29 13:12:48', '2019-07-29 13:12:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF0996.jpg', 0, 'attachment', 'image/jpeg', 0),
(729, 1, '2019-07-29 13:12:48', '2019-07-29 13:12:48', '', 'MG_0328', '', 'inherit', 'open', 'closed', '', 'mg_0328', '', '', '2019-07-29 13:12:48', '2019-07-29 13:12:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0328.jpg', 0, 'attachment', 'image/jpeg', 0),
(730, 1, '2019-07-29 13:12:49', '2019-07-29 13:12:49', '', 'IMG_1846-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1846-1024x768', '', '', '2019-07-29 13:12:49', '2019-07-29 13:12:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1846-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(731, 1, '2019-07-29 13:12:49', '2019-07-29 13:12:49', '', 'IMG_3974', '', 'inherit', 'open', 'closed', '', 'img_3974', '', '', '2019-07-29 13:12:49', '2019-07-29 13:12:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_3974.jpg', 0, 'attachment', 'image/jpeg', 0),
(732, 1, '2019-07-29 13:12:49', '2019-07-29 13:12:49', '', 'IMG_5263-e1398170375111', '', 'inherit', 'open', 'closed', '', 'img_5263-e1398170375111', '', '', '2019-07-29 13:12:49', '2019-07-29 13:12:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5263-e1398170375111.jpg', 0, 'attachment', 'image/jpeg', 0),
(733, 1, '2019-07-29 13:12:50', '2019-07-29 13:12:50', '', 'AN3C1776', '', 'inherit', 'open', 'closed', '', 'an3c1776', '', '', '2019-07-29 13:12:50', '2019-07-29 13:12:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1776.jpg', 0, 'attachment', 'image/jpeg', 0),
(734, 1, '2019-07-29 13:12:53', '2019-07-29 13:12:53', '', 'DSCF1002', '', 'inherit', 'open', 'closed', '', 'dscf1002', '', '', '2019-07-29 13:12:53', '2019-07-29 13:12:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1002.jpg', 0, 'attachment', 'image/jpeg', 0),
(735, 1, '2019-07-29 13:12:53', '2019-07-29 13:12:53', '', 'IMG_1856-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1856-1024x768', '', '', '2019-07-29 13:12:53', '2019-07-29 13:12:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1856-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(736, 1, '2019-07-29 13:12:53', '2019-07-29 13:12:53', '', 'IMG_4032', '', 'inherit', 'open', 'closed', '', 'img_4032', '', '', '2019-07-29 13:12:53', '2019-07-29 13:12:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4032.jpg', 0, 'attachment', 'image/jpeg', 0),
(737, 1, '2019-07-29 13:12:54', '2019-07-29 13:12:54', '', 'MG_0333', '', 'inherit', 'open', 'closed', '', 'mg_0333', '', '', '2019-07-29 13:12:54', '2019-07-29 13:12:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0333.jpg', 0, 'attachment', 'image/jpeg', 0),
(738, 1, '2019-07-29 13:12:54', '2019-07-29 13:12:54', '', 'AN3C1779', '', 'inherit', 'open', 'closed', '', 'an3c1779', '', '', '2019-07-29 13:12:54', '2019-07-29 13:12:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1779.jpg', 0, 'attachment', 'image/jpeg', 0),
(739, 1, '2019-07-29 13:12:55', '2019-07-29 13:12:55', '', 'IMG_5281-e1398170549308', '', 'inherit', 'open', 'closed', '', 'img_5281-e1398170549308', '', '', '2019-07-29 13:12:55', '2019-07-29 13:12:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5281-e1398170549308.jpg', 0, 'attachment', 'image/jpeg', 0),
(740, 1, '2019-07-29 13:12:55', '2019-07-29 13:12:55', '', 'IMG_1870-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1870-1024x768', '', '', '2019-07-29 13:12:55', '2019-07-29 13:12:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1870-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(741, 1, '2019-07-29 13:12:56', '2019-07-29 13:12:56', '', 'IMG_4040', '', 'inherit', 'open', 'closed', '', 'img_4040', '', '', '2019-07-29 13:12:56', '2019-07-29 13:12:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4040.jpg', 0, 'attachment', 'image/jpeg', 0),
(742, 1, '2019-07-29 13:12:57', '2019-07-29 13:12:57', '', 'IMG_1874-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1874-1024x768', '', '', '2019-07-29 13:12:57', '2019-07-29 13:12:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1874-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(743, 1, '2019-07-29 13:12:58', '2019-07-29 13:12:58', '', 'DSCF1004', '', 'inherit', 'open', 'closed', '', 'dscf1004', '', '', '2019-07-29 13:12:58', '2019-07-29 13:12:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1004.jpg', 0, 'attachment', 'image/jpeg', 0),
(744, 1, '2019-07-29 13:12:59', '2019-07-29 13:12:59', '', 'MG_0335', '', 'inherit', 'open', 'closed', '', 'mg_0335', '', '', '2019-07-29 13:12:59', '2019-07-29 13:12:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335.jpg', 0, 'attachment', 'image/jpeg', 0),
(745, 1, '2019-07-29 13:12:59', '2019-07-29 13:12:59', '', 'IMG_1897-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1897-1024x768', '', '', '2019-07-29 13:12:59', '2019-07-29 13:12:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1897-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(746, 1, '2019-07-29 13:12:59', '2019-07-29 13:12:59', '', 'IMG_4054', '', 'inherit', 'open', 'closed', '', 'img_4054', '', '', '2019-07-29 13:12:59', '2019-07-29 13:12:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg', 0, 'attachment', 'image/jpeg', 0),
(747, 1, '2019-07-29 13:12:59', '2019-07-29 13:12:59', '', 'AN3C1780', '', 'inherit', 'open', 'closed', '', 'an3c1780', '', '', '2019-07-29 13:12:59', '2019-07-29 13:12:59', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780.jpg', 0, 'attachment', 'image/jpeg', 0),
(748, 1, '2019-07-29 13:13:00', '2019-07-29 13:13:00', '', 'IMG_5292', '', 'inherit', 'open', 'closed', '', 'img_5292', '', '', '2019-07-29 13:13:00', '2019-07-29 13:13:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5292.jpg', 0, 'attachment', 'image/jpeg', 0),
(749, 1, '2019-07-29 13:13:01', '2019-07-29 13:13:01', '', 'IMG_1902-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1902-1024x768', '', '', '2019-07-29 13:13:01', '2019-07-29 13:13:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1902-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(750, 1, '2019-07-29 13:13:02', '2019-07-29 13:13:02', '', 'IMG_4074', '', 'inherit', 'open', 'closed', '', 'img_4074', '', '', '2019-07-29 13:13:02', '2019-07-29 13:13:02', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4074.jpg', 0, 'attachment', 'image/jpeg', 0),
(751, 1, '2019-07-29 13:13:03', '2019-07-29 13:13:03', '', 'DSCF1006', '', 'inherit', 'open', 'closed', '', 'dscf1006', '', '', '2019-07-29 13:13:03', '2019-07-29 13:13:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1006.jpg', 0, 'attachment', 'image/jpeg', 0),
(752, 1, '2019-07-29 13:13:03', '2019-07-29 13:13:03', '', 'IMG_1913-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1913-1024x768', '', '', '2019-07-29 13:13:03', '2019-07-29 13:13:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(753, 1, '2019-07-29 13:13:04', '2019-07-29 13:13:04', '', 'MG_0337', '', 'inherit', 'open', 'closed', '', 'mg_0337', '', '', '2019-07-29 13:13:04', '2019-07-29 13:13:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0337.jpg', 0, 'attachment', 'image/jpeg', 0),
(754, 1, '2019-07-29 13:13:04', '2019-07-29 13:13:04', '', 'AN3C1783', '', 'inherit', 'open', 'closed', '', 'an3c1783', '', '', '2019-07-29 13:13:04', '2019-07-29 13:13:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1783.jpg', 0, 'attachment', 'image/jpeg', 0),
(755, 1, '2019-07-29 13:13:04', '2019-07-29 13:13:04', '', 'IMG_4085', '', 'inherit', 'open', 'closed', '', 'img_4085', '', '', '2019-07-29 13:13:04', '2019-07-29 13:13:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4085.jpg', 0, 'attachment', 'image/jpeg', 0),
(756, 1, '2019-07-29 13:13:05', '2019-07-29 13:13:05', '', 'IMG_1915-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1915-1024x768', '', '', '2019-07-29 13:13:05', '2019-07-29 13:13:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1915-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(757, 1, '2019-07-29 13:13:06', '2019-07-29 13:13:06', '', 'IMG_5304', '', 'inherit', 'open', 'closed', '', 'img_5304', '', '', '2019-07-29 13:13:06', '2019-07-29 13:13:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5304.jpg', 0, 'attachment', 'image/jpeg', 0),
(758, 1, '2019-07-29 13:13:06', '2019-07-29 13:13:06', '', 'IMG_4168', '', 'inherit', 'open', 'closed', '', 'img_4168', '', '', '2019-07-29 13:13:06', '2019-07-29 13:13:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg', 0, 'attachment', 'image/jpeg', 0),
(759, 1, '2019-07-29 13:13:07', '2019-07-29 13:13:07', '', 'DSCF1008', '', 'inherit', 'open', 'closed', '', 'dscf1008', '', '', '2019-07-29 13:13:07', '2019-07-29 13:13:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1008.jpg', 0, 'attachment', 'image/jpeg', 0),
(760, 1, '2019-07-29 13:13:07', '2019-07-29 13:13:07', '', 'IMG_1946-1024x768', '', 'inherit', 'open', 'closed', '', 'img_1946-1024x768', '', '', '2019-07-29 13:13:07', '2019-07-29 13:13:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1946-1024x768.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2019-07-29 13:13:09', '2019-07-29 13:13:09', '', 'MG_0339', '', 'inherit', 'open', 'closed', '', 'mg_0339', '', '', '2019-07-29 13:13:09', '2019-07-29 13:13:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0339.jpg', 0, 'attachment', 'image/jpeg', 0),
(762, 1, '2019-07-29 13:13:09', '2019-07-29 13:13:09', '', 'MG_6356-1024x682', '', 'inherit', 'open', 'closed', '', 'mg_6356-1024x682', '', '', '2019-07-29 13:13:09', '2019-07-29 13:13:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6356-1024x682.jpg', 0, 'attachment', 'image/jpeg', 0),
(763, 1, '2019-07-29 13:13:09', '2019-07-29 13:13:09', '', 'AN3C1784', '', 'inherit', 'open', 'closed', '', 'an3c1784', '', '', '2019-07-29 13:13:09', '2019-07-29 13:13:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784.jpg', 0, 'attachment', 'image/jpeg', 0),
(765, 1, '2019-07-29 13:13:11', '2019-07-29 13:13:11', '', 'MG_6430-1024x682', '', 'inherit', 'open', 'closed', '', 'mg_6430-1024x682', '', '', '2019-07-29 13:13:11', '2019-07-29 13:13:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6430-1024x682.jpg', 0, 'attachment', 'image/jpeg', 0),
(766, 1, '2019-07-29 13:13:11', '2019-07-29 13:13:11', '', 'IMG_5320-e1398171879384', '', 'inherit', 'open', 'closed', '', 'img_5320-e1398171879384', '', '', '2019-07-29 13:13:11', '2019-07-29 13:13:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5320-e1398171879384.jpg', 0, 'attachment', 'image/jpeg', 0),
(767, 1, '2019-07-29 13:13:12', '2019-07-29 13:13:12', '', 'DSCF1009', '', 'inherit', 'open', 'closed', '', 'dscf1009', '', '', '2019-07-29 13:13:12', '2019-07-29 13:13:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1009.jpg', 0, 'attachment', 'image/jpeg', 0),
(768, 1, '2019-07-29 13:13:13', '2019-07-29 13:13:13', '', 'MG_6440-1024x682', '', 'inherit', 'open', 'closed', '', 'mg_6440-1024x682', '', '', '2019-07-29 13:13:13', '2019-07-29 13:13:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6440-1024x682.jpg', 0, 'attachment', 'image/jpeg', 0),
(769, 1, '2019-07-29 13:13:14', '2019-07-29 13:13:14', '', 'MG_0347', '', 'inherit', 'open', 'closed', '', 'mg_0347', '', '', '2019-07-29 13:13:14', '2019-07-29 13:13:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0347.jpg', 0, 'attachment', 'image/jpeg', 0),
(770, 1, '2019-07-29 13:13:15', '2019-07-29 13:13:15', '', 'MG_6466-1024x682', '', 'inherit', 'open', 'closed', '', 'mg_6466-1024x682', '', '', '2019-07-29 13:13:15', '2019-07-29 13:13:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6466-1024x682.jpg', 0, 'attachment', 'image/jpeg', 0),
(771, 1, '2019-07-29 13:13:15', '2019-07-29 13:13:15', '', 'AN3C1805', '', 'inherit', 'open', 'closed', '', 'an3c1805', '', '', '2019-07-29 13:13:15', '2019-07-29 13:13:15', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1805.jpg', 0, 'attachment', 'image/jpeg', 0),
(772, 1, '2019-07-29 13:13:17', '2019-07-29 13:13:17', '', 'MG_6476-1024x682', '', 'inherit', 'open', 'closed', '', 'mg_6476-1024x682', '', '', '2019-07-29 13:13:17', '2019-07-29 13:13:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6476-1024x682.jpg', 0, 'attachment', 'image/jpeg', 0),
(773, 1, '2019-07-29 13:13:17', '2019-07-29 13:13:17', '', 'IMG_5327', '', 'inherit', 'open', 'closed', '', 'img_5327', '', '', '2019-07-29 13:13:17', '2019-07-29 13:13:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5327.jpg', 0, 'attachment', 'image/jpeg', 0),
(774, 1, '2019-07-29 13:13:17', '2019-07-29 13:13:17', '', 'DSCF1011', '', 'inherit', 'open', 'closed', '', 'dscf1011', '', '', '2019-07-29 13:13:17', '2019-07-29 13:13:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1011.jpg', 0, 'attachment', 'image/jpeg', 0),
(775, 1, '2019-07-29 13:13:19', '2019-07-29 13:13:19', '', 'MG_6491-1024x575', '', 'inherit', 'open', 'closed', '', 'mg_6491-1024x575', '', '', '2019-07-29 13:13:19', '2019-07-29 13:13:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6491-1024x575.jpg', 0, 'attachment', 'image/jpeg', 0),
(776, 1, '2019-07-29 13:13:20', '2019-07-29 13:13:20', '', 'AN3C1808', '', 'inherit', 'open', 'closed', '', 'an3c1808', '', '', '2019-07-29 13:13:20', '2019-07-29 13:13:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1808.jpg', 0, 'attachment', 'image/jpeg', 0),
(777, 1, '2019-07-29 13:13:21', '2019-07-29 13:13:21', '', 'MG_0367', '', 'inherit', 'open', 'closed', '', 'mg_0367', '', '', '2019-07-29 13:13:21', '2019-07-29 13:13:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0367.jpg', 0, 'attachment', 'image/jpeg', 0),
(778, 1, '2019-07-29 13:13:21', '2019-07-29 13:13:21', '', 'MG_6500-1024x682', '', 'inherit', 'open', 'closed', '', 'mg_6500-1024x682', '', '', '2019-07-29 13:13:21', '2019-07-29 13:13:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6500-1024x682.jpg', 0, 'attachment', 'image/jpeg', 0),
(779, 1, '2019-07-29 13:13:22', '2019-07-29 13:13:22', '', 'DSCF1012', '', 'inherit', 'open', 'closed', '', 'dscf1012', '', '', '2019-07-29 13:13:22', '2019-07-29 13:13:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1012.jpg', 0, 'attachment', 'image/jpeg', 0),
(780, 1, '2019-07-29 13:13:23', '2019-07-29 13:13:23', '', 'IMG_5334', '', 'inherit', 'open', 'closed', '', 'img_5334', '', '', '2019-07-29 13:13:23', '2019-07-29 13:13:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5334.jpg', 0, 'attachment', 'image/jpeg', 0),
(781, 1, '2019-07-29 13:13:23', '2019-07-29 13:13:23', '', 'MG_6535-1024x682', '', 'inherit', 'open', 'closed', '', 'mg_6535-1024x682', '', '', '2019-07-29 13:13:23', '2019-07-29 13:13:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6535-1024x682.jpg', 0, 'attachment', 'image/jpeg', 0),
(782, 1, '2019-07-29 13:13:25', '2019-07-29 13:13:25', '', 'AN3C1809', '', 'inherit', 'open', 'closed', '', 'an3c1809', '', '', '2019-07-29 13:13:25', '2019-07-29 13:13:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1809.jpg', 0, 'attachment', 'image/jpeg', 0),
(783, 1, '2019-07-29 13:13:25', '2019-07-29 13:13:25', '', 'MG_6558-1024x683', '', 'inherit', 'open', 'closed', '', 'mg_6558-1024x683', '', '', '2019-07-29 13:13:25', '2019-07-29 13:13:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6558-1024x683.jpg', 0, 'attachment', 'image/jpeg', 0),
(784, 1, '2019-07-29 13:13:26', '2019-07-29 13:13:26', '', 'DSCF1015', '', 'inherit', 'open', 'closed', '', 'dscf1015', '', '', '2019-07-29 13:13:26', '2019-07-29 13:13:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1015.jpg', 0, 'attachment', 'image/jpeg', 0),
(785, 1, '2019-07-29 13:13:27', '2019-07-29 13:13:27', '', 'MG_6623-1024x683', '', 'inherit', 'open', 'closed', '', 'mg_6623-1024x683', '', '', '2019-07-29 13:13:27', '2019-07-29 13:13:27', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_6623-1024x683.jpg', 0, 'attachment', 'image/jpeg', 0),
(786, 1, '2019-07-29 13:13:29', '2019-07-29 13:13:29', '', 'IMG_5346', '', 'inherit', 'open', 'closed', '', 'img_5346', '', '', '2019-07-29 13:13:29', '2019-07-29 13:13:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5346.jpg', 0, 'attachment', 'image/jpeg', 0),
(787, 1, '2019-07-29 13:13:29', '2019-07-29 13:13:29', '', 'AN3C1812', '', 'inherit', 'open', 'closed', '', 'an3c1812', '', '', '2019-07-29 13:13:29', '2019-07-29 13:13:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1812.jpg', 0, 'attachment', 'image/jpeg', 0),
(788, 1, '2019-07-29 13:13:32', '2019-07-29 13:13:32', '', 'DSCF1019', '', 'inherit', 'open', 'closed', '', 'dscf1019', '', '', '2019-07-29 13:13:32', '2019-07-29 13:13:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1019.jpg', 0, 'attachment', 'image/jpeg', 0),
(789, 1, '2019-07-29 13:13:34', '2019-07-29 13:13:34', '', 'AN3C1816', '', 'inherit', 'open', 'closed', '', 'an3c1816', '', '', '2019-07-29 13:13:34', '2019-07-29 13:13:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1816.jpg', 0, 'attachment', 'image/jpeg', 0),
(790, 1, '2019-07-29 13:13:35', '2019-07-29 13:13:35', '', 'IMG_5355', '', 'inherit', 'open', 'closed', '', 'img_5355', '', '', '2019-07-29 13:13:35', '2019-07-29 13:13:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5355.jpg', 0, 'attachment', 'image/jpeg', 0),
(791, 1, '2019-07-29 13:13:36', '2019-07-29 13:13:36', '', 'DSCF1021', '', 'inherit', 'open', 'closed', '', 'dscf1021', '', '', '2019-07-29 13:13:36', '2019-07-29 13:13:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1021.jpg', 0, 'attachment', 'image/jpeg', 0),
(792, 1, '2019-07-29 13:13:37', '2019-07-29 13:13:37', '', 'AN3C1821-e1357642129937', '', 'inherit', 'open', 'closed', '', 'an3c1821-e1357642129937', '', '', '2019-07-29 13:13:37', '2019-07-29 13:13:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1821-e1357642129937.jpg', 0, 'attachment', 'image/jpeg', 0),
(794, 1, '2019-07-29 13:13:40', '2019-07-29 13:13:40', '', 'IMG_5370', '', 'inherit', 'open', 'closed', '', 'img_5370', '', '', '2019-07-29 13:13:40', '2019-07-29 13:13:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5370.jpg', 0, 'attachment', 'image/jpeg', 0),
(795, 1, '2019-07-29 13:13:40', '2019-07-29 13:13:40', '', 'DSCF1022', '', 'inherit', 'open', 'closed', '', 'dscf1022', '', '', '2019-07-29 13:13:40', '2019-07-29 13:13:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1022.jpg', 0, 'attachment', 'image/jpeg', 0),
(796, 1, '2019-07-29 13:13:41', '2019-07-29 13:13:41', '', 'DSC_9496', '', 'inherit', 'open', 'closed', '', 'dsc_9496', '', '', '2019-07-29 13:13:41', '2019-07-29 13:13:41', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9496.jpg', 0, 'attachment', 'image/jpeg', 0),
(797, 1, '2019-07-29 13:13:45', '2019-07-29 13:13:45', '', 'DSCF1025', '', 'inherit', 'open', 'closed', '', 'dscf1025', '', '', '2019-07-29 13:13:45', '2019-07-29 13:13:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1025.jpg', 0, 'attachment', 'image/jpeg', 0),
(798, 1, '2019-07-29 13:13:45', '2019-07-29 13:13:45', '', 'DSC_9514', '', 'inherit', 'open', 'closed', '', 'dsc_9514', '', '', '2019-07-29 13:13:45', '2019-07-29 13:13:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9514.jpg', 0, 'attachment', 'image/jpeg', 0),
(799, 1, '2019-07-29 13:13:46', '2019-07-29 13:13:46', '', 'IMG_5377-e1398171490770', '', 'inherit', 'open', 'closed', '', 'img_5377-e1398171490770', '', '', '2019-07-29 13:13:46', '2019-07-29 13:13:46', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5377-e1398171490770.jpg', 0, 'attachment', 'image/jpeg', 0),
(800, 1, '2019-07-29 13:13:48', '2019-07-29 13:13:48', '', 'DSC_9515', '', 'inherit', 'open', 'closed', '', 'dsc_9515', '', '', '2019-07-29 13:13:48', '2019-07-29 13:13:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9515.jpg', 0, 'attachment', 'image/jpeg', 0),
(801, 1, '2019-07-29 13:13:50', '2019-07-29 13:13:50', '', 'DSCF1026', '', 'inherit', 'open', 'closed', '', 'dscf1026', '', '', '2019-07-29 13:13:50', '2019-07-29 13:13:50', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1026.jpg', 0, 'attachment', 'image/jpeg', 0),
(802, 1, '2019-07-29 13:13:52', '2019-07-29 13:13:52', '', 'IMG_5379-e1398170878672', '', 'inherit', 'open', 'closed', '', 'img_5379-e1398170878672', '', '', '2019-07-29 13:13:52', '2019-07-29 13:13:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5379-e1398170878672.jpg', 0, 'attachment', 'image/jpeg', 0),
(803, 1, '2019-07-29 13:13:52', '2019-07-29 13:13:52', '', 'DSC_9516', '', 'inherit', 'open', 'closed', '', 'dsc_9516', '', '', '2019-07-29 13:13:52', '2019-07-29 13:13:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9516.jpg', 0, 'attachment', 'image/jpeg', 0),
(804, 1, '2019-07-29 13:13:54', '2019-07-29 13:13:54', '', 'DSCF1027', '', 'inherit', 'open', 'closed', '', 'dscf1027', '', '', '2019-07-29 13:13:54', '2019-07-29 13:13:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1027.jpg', 0, 'attachment', 'image/jpeg', 0),
(805, 1, '2019-07-29 13:13:56', '2019-07-29 13:13:56', '', 'DSC_9517', '', 'inherit', 'open', 'closed', '', 'dsc_9517', '', '', '2019-07-29 13:13:56', '2019-07-29 13:13:56', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9517.jpg', 0, 'attachment', 'image/jpeg', 0),
(806, 1, '2019-07-29 13:13:58', '2019-07-29 13:13:58', '', 'DSCF1029', '', 'inherit', 'open', 'closed', '', 'dscf1029', '', '', '2019-07-29 13:13:58', '2019-07-29 13:13:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1029.jpg', 0, 'attachment', 'image/jpeg', 0),
(807, 1, '2019-07-29 13:13:58', '2019-07-29 13:13:58', '', 'IMG_5381', '', 'inherit', 'open', 'closed', '', 'img_5381', '', '', '2019-07-29 13:13:58', '2019-07-29 13:13:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5381.jpg', 0, 'attachment', 'image/jpeg', 0),
(808, 1, '2019-07-29 13:14:01', '2019-07-29 13:14:01', '', 'DSC_9523', '', 'inherit', 'open', 'closed', '', 'dsc_9523', '', '', '2019-07-29 13:14:01', '2019-07-29 13:14:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9523.jpg', 0, 'attachment', 'image/jpeg', 0),
(809, 1, '2019-07-29 13:14:03', '2019-07-29 13:14:03', '', 'DSCF1030', '', 'inherit', 'open', 'closed', '', 'dscf1030', '', '', '2019-07-29 13:14:03', '2019-07-29 13:14:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1030.jpg', 0, 'attachment', 'image/jpeg', 0),
(810, 1, '2019-07-29 13:14:04', '2019-07-29 13:14:04', '', 'IMG_5386', '', 'inherit', 'open', 'closed', '', 'img_5386', '', '', '2019-07-29 13:14:04', '2019-07-29 13:14:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5386.jpg', 0, 'attachment', 'image/jpeg', 0),
(811, 1, '2019-07-29 13:14:05', '2019-07-29 13:14:05', '', 'DSC_9526', '', 'inherit', 'open', 'closed', '', 'dsc_9526', '', '', '2019-07-29 13:14:05', '2019-07-29 13:14:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9526.jpg', 0, 'attachment', 'image/jpeg', 0),
(812, 1, '2019-07-29 13:14:07', '2019-07-29 13:14:07', '', 'DSCF1032', '', 'inherit', 'open', 'closed', '', 'dscf1032', '', '', '2019-07-29 13:14:07', '2019-07-29 13:14:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1032.jpg', 0, 'attachment', 'image/jpeg', 0),
(813, 1, '2019-07-29 13:14:09', '2019-07-29 13:14:09', '', 'DSC_9528', '', 'inherit', 'open', 'closed', '', 'dsc_9528', '', '', '2019-07-29 13:14:09', '2019-07-29 13:14:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9528.jpg', 0, 'attachment', 'image/jpeg', 0),
(814, 1, '2019-07-29 13:14:09', '2019-07-29 13:14:09', '', 'IMG_5390-e1398170850894', '', 'inherit', 'open', 'closed', '', 'img_5390-e1398170850894', '', '', '2019-07-29 13:14:09', '2019-07-29 13:14:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5390-e1398170850894.jpg', 0, 'attachment', 'image/jpeg', 0),
(815, 1, '2019-07-29 13:14:13', '2019-07-29 13:14:13', '', 'DSC_9533', '', 'inherit', 'open', 'closed', '', 'dsc_9533', '', '', '2019-07-29 13:14:13', '2019-07-29 13:14:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9533.jpg', 0, 'attachment', 'image/jpeg', 0),
(816, 1, '2019-07-29 13:14:13', '2019-07-29 13:14:13', '', 'DSCF1035', '', 'inherit', 'open', 'closed', '', 'dscf1035', '', '', '2019-07-29 13:14:13', '2019-07-29 13:14:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1035.jpg', 0, 'attachment', 'image/jpeg', 0),
(817, 1, '2019-07-29 13:14:14', '2019-07-29 13:14:14', '', 'IMG_5403', '', 'inherit', 'open', 'closed', '', 'img_5403', '', '', '2019-07-29 13:14:14', '2019-07-29 13:14:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5403.jpg', 0, 'attachment', 'image/jpeg', 0),
(818, 1, '2019-07-29 13:14:16', '2019-07-29 13:14:16', '', 'DSC_9536', '', 'inherit', 'open', 'closed', '', 'dsc_9536', '', '', '2019-07-29 13:14:16', '2019-07-29 13:14:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9536.jpg', 0, 'attachment', 'image/jpeg', 0),
(819, 1, '2019-07-29 13:14:17', '2019-07-29 13:14:17', '', 'DSCF1038', '', 'inherit', 'open', 'closed', '', 'dscf1038', '', '', '2019-07-29 13:14:17', '2019-07-29 13:14:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1038.jpg', 0, 'attachment', 'image/jpeg', 0),
(820, 1, '2019-07-29 13:14:19', '2019-07-29 13:14:19', '', 'DSC_9542', '', 'inherit', 'open', 'closed', '', 'dsc_9542', '', '', '2019-07-29 13:14:19', '2019-07-29 13:14:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9542.jpg', 0, 'attachment', 'image/jpeg', 0),
(821, 1, '2019-07-29 13:14:20', '2019-07-29 13:14:20', '', 'IMG_5429', '', 'inherit', 'open', 'closed', '', 'img_5429', '', '', '2019-07-29 13:14:20', '2019-07-29 13:14:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5429.jpg', 0, 'attachment', 'image/jpeg', 0),
(822, 1, '2019-07-29 13:14:22', '2019-07-29 13:14:22', '', 'DSCF1039', '', 'inherit', 'open', 'closed', '', 'dscf1039', '', '', '2019-07-29 13:14:22', '2019-07-29 13:14:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1039.jpg', 0, 'attachment', 'image/jpeg', 0),
(823, 1, '2019-07-29 13:14:23', '2019-07-29 13:14:23', '', 'DSC_9544', '', 'inherit', 'open', 'closed', '', 'dsc_9544', '', '', '2019-07-29 13:14:23', '2019-07-29 13:14:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9544.jpg', 0, 'attachment', 'image/jpeg', 0),
(824, 1, '2019-07-29 13:14:25', '2019-07-29 13:14:25', '', 'IMG_5431', '', 'inherit', 'open', 'closed', '', 'img_5431', '', '', '2019-07-29 13:14:25', '2019-07-29 13:14:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(825, 1, '2019-07-29 13:14:26', '2019-07-29 13:14:26', '', 'DSCF1041', '', 'inherit', 'open', 'closed', '', 'dscf1041', '', '', '2019-07-29 13:14:26', '2019-07-29 13:14:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1041.jpg', 0, 'attachment', 'image/jpeg', 0),
(826, 1, '2019-07-29 13:14:26', '2019-07-29 13:14:26', '', 'DSC_9548', '', 'inherit', 'open', 'closed', '', 'dsc_9548', '', '', '2019-07-29 13:14:26', '2019-07-29 13:14:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548.jpg', 0, 'attachment', 'image/jpeg', 0),
(827, 1, '2019-07-29 13:14:29', '2019-07-29 13:14:29', '', 'DSC_9555', '', 'inherit', 'open', 'closed', '', 'dsc_9555', '', '', '2019-07-29 13:14:29', '2019-07-29 13:14:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9555.jpg', 0, 'attachment', 'image/jpeg', 0),
(828, 1, '2019-07-29 13:14:30', '2019-07-29 13:14:30', '', 'DSCF1044', '', 'inherit', 'open', 'closed', '', 'dscf1044', '', '', '2019-07-29 13:14:30', '2019-07-29 13:14:30', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1044.jpg', 0, 'attachment', 'image/jpeg', 0),
(829, 1, '2019-07-29 13:14:32', '2019-07-29 13:14:32', '', 'DSC_9563', '', 'inherit', 'open', 'closed', '', 'dsc_9563', '', '', '2019-07-29 13:14:32', '2019-07-29 13:14:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9563.jpg', 0, 'attachment', 'image/jpeg', 0),
(830, 1, '2019-07-29 13:14:34', '2019-07-29 13:14:34', '', 'DSCF1046', '', 'inherit', 'open', 'closed', '', 'dscf1046', '', '', '2019-07-29 13:14:34', '2019-07-29 13:14:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSCF1046.jpg', 0, 'attachment', 'image/jpeg', 0),
(831, 1, '2019-07-29 13:14:35', '2019-07-29 13:14:35', '', 'DSC_9580', '', 'inherit', 'open', 'closed', '', 'dsc_9580', '', '', '2019-07-29 13:14:35', '2019-07-29 13:14:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9580.jpg', 0, 'attachment', 'image/jpeg', 0),
(832, 1, '2019-07-29 13:14:39', '2019-07-29 13:14:39', '', 'DSC_9587', '', 'inherit', 'open', 'closed', '', 'dsc_9587', '', '', '2019-07-29 13:14:39', '2019-07-29 13:14:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9587.jpg', 0, 'attachment', 'image/jpeg', 0),
(833, 1, '2019-07-29 13:14:39', '2019-07-29 13:14:39', '', 'N3C7443', '', 'inherit', 'open', 'closed', '', 'n3c7443', '', '', '2019-07-29 13:14:39', '2019-07-29 13:14:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7443.jpg', 0, 'attachment', 'image/jpeg', 0),
(835, 1, '2019-07-29 13:14:42', '2019-07-29 13:14:42', '', 'DSC_9605', '', 'inherit', 'open', 'closed', '', 'dsc_9605', '', '', '2019-07-29 13:14:42', '2019-07-29 13:14:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9605.jpg', 0, 'attachment', 'image/jpeg', 0),
(836, 1, '2019-07-29 13:14:43', '2019-07-29 13:14:43', '', 'N3C7451', '', 'inherit', 'open', 'closed', '', 'n3c7451', '', '', '2019-07-29 13:14:43', '2019-07-29 13:14:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7451.jpg', 0, 'attachment', 'image/jpeg', 0),
(837, 1, '2019-07-29 13:14:45', '2019-07-29 13:14:45', '', 'DSC_9606', '', 'inherit', 'open', 'closed', '', 'dsc_9606', '', '', '2019-07-29 13:14:45', '2019-07-29 13:14:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9606.jpg', 0, 'attachment', 'image/jpeg', 0),
(838, 1, '2019-07-29 13:14:46', '2019-07-29 13:14:46', '', 'N3C7458', '', 'inherit', 'open', 'closed', '', 'n3c7458', '', '', '2019-07-29 13:14:46', '2019-07-29 13:14:46', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7458.jpg', 0, 'attachment', 'image/jpeg', 0),
(839, 1, '2019-07-29 13:14:49', '2019-07-29 13:14:49', '', 'DSC_9618', '', 'inherit', 'open', 'closed', '', 'dsc_9618', '', '', '2019-07-29 13:14:49', '2019-07-29 13:14:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9618.jpg', 0, 'attachment', 'image/jpeg', 0),
(840, 1, '2019-07-29 13:14:53', '2019-07-29 13:14:53', '', 'DSC_9620', '', 'inherit', 'open', 'closed', '', 'dsc_9620', '', '', '2019-07-29 13:14:53', '2019-07-29 13:14:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9620.jpg', 0, 'attachment', 'image/jpeg', 0),
(842, 1, '2019-07-29 13:15:44', '2019-07-29 13:15:44', '', 'DSC_9621', '', 'inherit', 'open', 'closed', '', 'dsc_9621', '', '', '2019-07-29 13:15:44', '2019-07-29 13:15:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9621.jpg', 0, 'attachment', 'image/jpeg', 0),
(843, 1, '2019-07-29 13:15:49', '2019-07-29 13:15:49', '', 'DSC_9636', '', 'inherit', 'open', 'closed', '', 'dsc_9636', '', '', '2019-07-29 13:15:49', '2019-07-29 13:15:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9636.jpg', 0, 'attachment', 'image/jpeg', 0),
(844, 1, '2019-07-29 13:15:49', '2019-07-29 13:15:49', '', 'N3C7465', '', 'inherit', 'open', 'closed', '', 'n3c7465', '', '', '2019-07-29 13:15:49', '2019-07-29 13:15:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7465.jpg', 0, 'attachment', 'image/jpeg', 0),
(845, 1, '2019-07-29 13:15:54', '2019-07-29 13:15:54', '', 'DSC_9637', '', 'inherit', 'open', 'closed', '', 'dsc_9637', '', '', '2019-07-29 13:15:54', '2019-07-29 13:15:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9637.jpg', 0, 'attachment', 'image/jpeg', 0),
(846, 1, '2019-07-29 13:15:55', '2019-07-29 13:15:55', '', 'N3C7472', '', 'inherit', 'open', 'closed', '', 'n3c7472', '', '', '2019-07-29 13:15:55', '2019-07-29 13:15:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7472.jpg', 0, 'attachment', 'image/jpeg', 0),
(847, 1, '2019-07-29 13:16:00', '2019-07-29 13:16:00', '', 'DSC_9638', '', 'inherit', 'open', 'closed', '', 'dsc_9638', '', '', '2019-07-29 13:16:00', '2019-07-29 13:16:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638.jpg', 0, 'attachment', 'image/jpeg', 0),
(848, 1, '2019-07-29 13:16:01', '2019-07-29 13:16:01', '', 'N3C7475', '', 'inherit', 'open', 'closed', '', 'n3c7475', '', '', '2019-07-29 13:16:01', '2019-07-29 13:16:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475.jpg', 0, 'attachment', 'image/jpeg', 0),
(849, 1, '2019-07-29 13:16:05', '2019-07-29 13:16:05', '', 'DSC_9657', '', 'inherit', 'open', 'closed', '', 'dsc_9657', '', '', '2019-07-29 13:16:05', '2019-07-29 13:16:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9657.jpg', 0, 'attachment', 'image/jpeg', 0),
(850, 1, '2019-07-29 13:16:06', '2019-07-29 13:16:06', '', 'N3C7479', '', 'inherit', 'open', 'closed', '', 'n3c7479', '', '', '2019-07-29 13:16:06', '2019-07-29 13:16:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7479.jpg', 0, 'attachment', 'image/jpeg', 0),
(851, 1, '2019-07-29 13:16:09', '2019-07-29 13:16:09', '', 'DSC_9659', '', 'inherit', 'open', 'closed', '', 'dsc_9659', '', '', '2019-07-29 13:16:09', '2019-07-29 13:16:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9659.jpg', 0, 'attachment', 'image/jpeg', 0),
(852, 1, '2019-07-29 13:16:10', '2019-07-29 13:16:10', '', 'N3C7495', '', 'inherit', 'open', 'closed', '', 'n3c7495', '', '', '2019-07-29 13:16:10', '2019-07-29 13:16:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7495.jpg', 0, 'attachment', 'image/jpeg', 0),
(853, 1, '2019-07-29 13:16:12', '2019-07-29 13:16:12', '', 'DSC_9662', '', 'inherit', 'open', 'closed', '', 'dsc_9662', '', '', '2019-07-29 13:16:12', '2019-07-29 13:16:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9662.jpg', 0, 'attachment', 'image/jpeg', 0),
(854, 1, '2019-07-29 13:16:16', '2019-07-29 13:16:16', '', 'DSC_9689', '', 'inherit', 'open', 'closed', '', 'dsc_9689', '', '', '2019-07-29 13:16:16', '2019-07-29 13:16:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9689.jpg', 0, 'attachment', 'image/jpeg', 0),
(855, 1, '2019-07-29 13:16:19', '2019-07-29 13:16:19', '', 'DSC_9720', '', 'inherit', 'open', 'closed', '', 'dsc_9720', '', '', '2019-07-29 13:16:19', '2019-07-29 13:16:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9720.jpg', 0, 'attachment', 'image/jpeg', 0),
(856, 1, '2019-07-29 13:16:21', '2019-07-29 13:16:21', '', 'N3C7502', '', 'inherit', 'open', 'closed', '', 'n3c7502', '', '', '2019-07-29 13:16:21', '2019-07-29 13:16:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7502.jpg', 0, 'attachment', 'image/jpeg', 0),
(857, 1, '2019-07-29 13:16:22', '2019-07-29 13:16:22', '', 'DSC_9742', '', 'inherit', 'open', 'closed', '', 'dsc_9742', '', '', '2019-07-29 13:16:22', '2019-07-29 13:16:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9742.jpg', 0, 'attachment', 'image/jpeg', 0),
(858, 1, '2019-07-29 13:16:25', '2019-07-29 13:16:25', '', 'N3C7511', '', 'inherit', 'open', 'closed', '', 'n3c7511', '', '', '2019-07-29 13:16:25', '2019-07-29 13:16:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7511.jpg', 0, 'attachment', 'image/jpeg', 0),
(859, 1, '2019-07-29 13:16:26', '2019-07-29 13:16:26', '', 'DSC_9744', '', 'inherit', 'open', 'closed', '', 'dsc_9744', '', '', '2019-07-29 13:16:26', '2019-07-29 13:16:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9744.jpg', 0, 'attachment', 'image/jpeg', 0),
(860, 1, '2019-07-29 13:16:29', '2019-07-29 13:16:29', '', 'N3C7519', '', 'inherit', 'open', 'closed', '', 'n3c7519', '', '', '2019-07-29 13:16:29', '2019-07-29 13:16:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7519.jpg', 0, 'attachment', 'image/jpeg', 0),
(861, 1, '2019-07-29 13:16:31', '2019-07-29 13:16:31', '', 'IMG_5433', '', 'inherit', 'open', 'closed', '', 'img_5433', '', '', '2019-07-29 13:16:31', '2019-07-29 13:16:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5433.jpg', 0, 'attachment', 'image/jpeg', 0),
(862, 1, '2019-07-29 13:16:34', '2019-07-29 13:16:34', '', 'DSC_9746', '', 'inherit', 'open', 'closed', '', 'dsc_9746', '', '', '2019-07-29 13:16:34', '2019-07-29 13:16:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9746.jpg', 0, 'attachment', 'image/jpeg', 0),
(863, 1, '2019-07-29 13:16:35', '2019-07-29 13:16:35', '', 'N3C7525', '', 'inherit', 'open', 'closed', '', 'n3c7525', '', '', '2019-07-29 13:16:35', '2019-07-29 13:16:35', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7525.jpg', 0, 'attachment', 'image/jpeg', 0),
(865, 1, '2019-07-29 13:16:36', '2019-07-29 13:16:36', '', 'IMG_5436', '', 'inherit', 'open', 'closed', '', 'img_5436', '', '', '2019-07-29 13:16:36', '2019-07-29 13:16:36', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5436.jpg', 0, 'attachment', 'image/jpeg', 0),
(866, 1, '2019-07-29 13:16:38', '2019-07-29 13:16:38', '', 'IMG_0004', '', 'inherit', 'open', 'closed', '', 'img_0004', '', '', '2019-07-29 13:16:38', '2019-07-29 13:16:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0004.jpg', 0, 'attachment', 'image/jpeg', 0),
(867, 1, '2019-07-29 13:16:42', '2019-07-29 13:16:42', '', 'IMG_5437', '', 'inherit', 'open', 'closed', '', 'img_5437', '', '', '2019-07-29 13:16:42', '2019-07-29 13:16:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5437.jpg', 0, 'attachment', 'image/jpeg', 0),
(868, 1, '2019-07-29 13:16:44', '2019-07-29 13:16:44', '', 'IMG_0007', '', 'inherit', 'open', 'closed', '', 'img_0007', '', '', '2019-07-29 13:16:44', '2019-07-29 13:16:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0007.jpg', 0, 'attachment', 'image/jpeg', 0),
(869, 1, '2019-07-29 13:16:48', '2019-07-29 13:16:48', '', 'IMG_5441', '', 'inherit', 'open', 'closed', '', 'img_5441', '', '', '2019-07-29 13:16:48', '2019-07-29 13:16:48', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5441.jpg', 0, 'attachment', 'image/jpeg', 0),
(870, 1, '2019-07-29 13:16:49', '2019-07-29 13:16:49', '', 'IMG_0013', '', 'inherit', 'open', 'closed', '', 'img_0013', '', '', '2019-07-29 13:16:49', '2019-07-29 13:16:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0013.jpg', 0, 'attachment', 'image/jpeg', 0),
(871, 1, '2019-07-29 13:16:55', '2019-07-29 13:16:55', '', 'IMG_5496', '', 'inherit', 'open', 'closed', '', 'img_5496', '', '', '2019-07-29 13:16:55', '2019-07-29 13:16:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5496.jpg', 0, 'attachment', 'image/jpeg', 0),
(872, 1, '2019-07-29 13:16:55', '2019-07-29 13:16:55', '', 'IMG_0025', '', 'inherit', 'open', 'closed', '', 'img_0025', '', '', '2019-07-29 13:16:55', '2019-07-29 13:16:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0025.jpg', 0, 'attachment', 'image/jpeg', 0),
(874, 1, '2019-07-29 13:17:00', '2019-07-29 13:17:00', '', 'IMG_5496_', '', 'inherit', 'open', 'closed', '', 'img_5496_', '', '', '2019-07-29 13:17:00', '2019-07-29 13:17:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5496_.jpg', 0, 'attachment', 'image/jpeg', 0),
(875, 1, '2019-07-29 13:17:01', '2019-07-29 13:17:01', '', 'IMG_0036', '', 'inherit', 'open', 'closed', '', 'img_0036', '', '', '2019-07-29 13:17:01', '2019-07-29 13:17:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0036.jpg', 0, 'attachment', 'image/jpeg', 0),
(876, 1, '2019-07-29 13:17:05', '2019-07-29 13:17:05', '', 'N3C7526', '', 'inherit', 'open', 'closed', '', 'n3c7526', '', '', '2019-07-29 13:17:05', '2019-07-29 13:17:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7526.jpg', 0, 'attachment', 'image/jpeg', 0),
(877, 1, '2019-07-29 13:17:06', '2019-07-29 13:17:06', '', 'IMG_5499', '', 'inherit', 'open', 'closed', '', 'img_5499', '', '', '2019-07-29 13:17:06', '2019-07-29 13:17:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5499.jpg', 0, 'attachment', 'image/jpeg', 0),
(878, 1, '2019-07-29 13:17:06', '2019-07-29 13:17:06', '', 'IMG_0039', '', 'inherit', 'open', 'closed', '', 'img_0039', '', '', '2019-07-29 13:17:06', '2019-07-29 13:17:06', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0039.jpg', 0, 'attachment', 'image/jpeg', 0),
(879, 1, '2019-07-29 13:17:12', '2019-07-29 13:17:12', '', 'IMG_5501', '', 'inherit', 'open', 'closed', '', 'img_5501', '', '', '2019-07-29 13:17:12', '2019-07-29 13:17:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5501.jpg', 0, 'attachment', 'image/jpeg', 0),
(880, 1, '2019-07-29 13:17:12', '2019-07-29 13:17:12', '', 'IMG_0051', '', 'inherit', 'open', 'closed', '', 'img_0051', '', '', '2019-07-29 13:17:12', '2019-07-29 13:17:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_0051.jpg', 0, 'attachment', 'image/jpeg', 0),
(881, 1, '2019-07-29 13:17:26', '2019-07-29 13:17:26', '', 'IMG_5509', '', 'inherit', 'open', 'closed', '', 'img_5509', '', '', '2019-07-29 13:17:26', '2019-07-29 13:17:26', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5509.jpg', 0, 'attachment', 'image/jpeg', 0),
(882, 1, '2019-07-29 13:17:29', '2019-07-29 13:17:29', '', 'N3C7532', '', 'inherit', 'open', 'closed', '', 'n3c7532', '', '', '2019-07-29 13:17:29', '2019-07-29 13:17:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7532.jpg', 0, 'attachment', 'image/jpeg', 0),
(883, 1, '2019-07-29 13:18:01', '2019-07-29 13:18:01', '', 'N3C7537', '', 'inherit', 'open', 'closed', '', 'n3c7537', '', '', '2019-07-29 13:18:01', '2019-07-29 13:18:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7537.jpg', 0, 'attachment', 'image/jpeg', 0),
(884, 1, '2019-07-29 13:18:05', '2019-07-29 13:18:05', '', 'IMG_5512', '', 'inherit', 'open', 'closed', '', 'img_5512', '', '', '2019-07-29 13:18:05', '2019-07-29 13:18:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5512.jpg', 0, 'attachment', 'image/jpeg', 0),
(885, 1, '2019-07-29 13:18:34', '2019-07-29 13:18:34', '', 'IMG_5532', '', 'inherit', 'open', 'closed', '', 'img_5532', '', '', '2019-07-29 13:18:34', '2019-07-29 13:18:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5532.jpg', 0, 'attachment', 'image/jpeg', 0),
(886, 1, '2019-07-29 13:18:34', '2019-07-29 13:18:34', '', 'N3C7544', '', 'inherit', 'open', 'closed', '', 'n3c7544', '', '', '2019-07-29 13:18:34', '2019-07-29 13:18:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7544.jpg', 0, 'attachment', 'image/jpeg', 0),
(887, 1, '2019-07-29 13:18:38', '2019-07-29 13:18:38', '', 'N3C7548', '', 'inherit', 'open', 'closed', '', 'n3c7548', '', '', '2019-07-29 13:18:38', '2019-07-29 13:18:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7548.jpg', 0, 'attachment', 'image/jpeg', 0),
(888, 1, '2019-07-29 13:18:47', '2019-07-29 13:18:47', '', 'N3C7554', '', 'inherit', 'open', 'closed', '', 'n3c7554', '', '', '2019-07-29 13:18:47', '2019-07-29 13:18:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7554.jpg', 0, 'attachment', 'image/jpeg', 0),
(889, 1, '2019-07-29 13:18:55', '2019-07-29 13:18:55', '', 'N3C7555', '', 'inherit', 'open', 'closed', '', 'n3c7555', '', '', '2019-07-29 13:18:55', '2019-07-29 13:18:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7555.jpg', 0, 'attachment', 'image/jpeg', 0),
(890, 1, '2019-07-29 13:19:03', '2019-07-29 13:19:03', '', 'N3C7560', '', 'inherit', 'open', 'closed', '', 'n3c7560', '', '', '2019-07-29 13:19:03', '2019-07-29 13:19:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7560.jpg', 0, 'attachment', 'image/jpeg', 0),
(891, 1, '2019-07-29 13:19:10', '2019-07-29 13:19:10', '', 'N3C7562', '', 'inherit', 'open', 'closed', '', 'n3c7562', '', '', '2019-07-29 13:19:10', '2019-07-29 13:19:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7562.jpg', 0, 'attachment', 'image/jpeg', 0),
(892, 1, '2019-07-29 13:19:58', '2019-07-29 13:19:58', '', 'N3C7565', '', 'inherit', 'open', 'closed', '', 'n3c7565', '', '', '2019-07-29 13:19:58', '2019-07-29 13:19:58', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7565.jpg', 0, 'attachment', 'image/jpeg', 0),
(893, 1, '2019-07-29 13:20:05', '2019-07-29 13:20:05', '', 'N3C7567', '', 'inherit', 'open', 'closed', '', 'n3c7567', '', '', '2019-07-29 13:20:05', '2019-07-29 13:20:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7567.jpg', 0, 'attachment', 'image/jpeg', 0),
(894, 1, '2019-07-29 13:20:16', '2019-07-29 13:20:16', '', 'N3C7572', '', 'inherit', 'open', 'closed', '', 'n3c7572', '', '', '2019-07-29 13:20:16', '2019-07-29 13:20:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7572.jpg', 0, 'attachment', 'image/jpeg', 0),
(895, 1, '2019-07-29 13:20:23', '2019-07-29 13:20:23', '', 'N3C7584', '', 'inherit', 'open', 'closed', '', 'n3c7584', '', '', '2019-07-29 13:20:23', '2019-07-29 13:20:23', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7584.jpg', 0, 'attachment', 'image/jpeg', 0),
(896, 1, '2019-07-29 13:20:31', '2019-07-29 13:20:31', '', 'N3C7594', '', 'inherit', 'open', 'closed', '', 'n3c7594', '', '', '2019-07-29 13:20:31', '2019-07-29 13:20:31', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7594.jpg', 0, 'attachment', 'image/jpeg', 0),
(897, 1, '2019-07-29 13:20:40', '2019-07-29 13:20:40', '', 'N3C7598', '', 'inherit', 'open', 'closed', '', 'n3c7598', '', '', '2019-07-29 13:20:40', '2019-07-29 13:20:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7598.jpg', 0, 'attachment', 'image/jpeg', 0),
(898, 1, '2019-07-29 13:20:51', '2019-07-29 13:20:51', '', 'N3C7599', '', 'inherit', 'open', 'closed', '', 'n3c7599', '', '', '2019-07-29 13:20:51', '2019-07-29 13:20:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7599.jpg', 0, 'attachment', 'image/jpeg', 0),
(899, 1, '2019-07-29 13:20:55', '2019-07-29 13:20:55', '', 'N3C7600', '', 'inherit', 'open', 'closed', '', 'n3c7600', '', '', '2019-07-29 13:20:55', '2019-07-29 13:20:55', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7600.jpg', 0, 'attachment', 'image/jpeg', 0),
(900, 1, '2019-07-29 13:21:00', '2019-07-29 13:21:00', '', 'N3C7602', '', 'inherit', 'open', 'closed', '', 'n3c7602', '', '', '2019-07-29 13:21:00', '2019-07-29 13:21:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7602.jpg', 0, 'attachment', 'image/jpeg', 0),
(901, 1, '2019-07-29 13:21:04', '2019-07-29 13:21:04', '', 'N3C7603', '', 'inherit', 'open', 'closed', '', 'n3c7603', '', '', '2019-07-29 13:21:04', '2019-07-29 13:21:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7603.jpg', 0, 'attachment', 'image/jpeg', 0),
(902, 1, '2019-07-29 13:21:07', '2019-07-29 13:21:07', '', 'N3C7606', '', 'inherit', 'open', 'closed', '', 'n3c7606', '', '', '2019-07-29 13:21:07', '2019-07-29 13:21:07', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7606.jpg', 0, 'attachment', 'image/jpeg', 0),
(903, 1, '2019-07-29 13:21:12', '2019-07-29 13:21:12', '', 'N3C7626', '', 'inherit', 'open', 'closed', '', 'n3c7626', '', '', '2019-07-29 13:21:12', '2019-07-29 13:21:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7626.jpg', 0, 'attachment', 'image/jpeg', 0),
(904, 1, '2019-07-29 13:21:16', '2019-07-29 13:21:16', '', 'N3C7627', '', 'inherit', 'open', 'closed', '', 'n3c7627', '', '', '2019-07-29 13:21:16', '2019-07-29 13:21:16', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7627.jpg', 0, 'attachment', 'image/jpeg', 0),
(905, 1, '2019-07-29 13:21:20', '2019-07-29 13:21:20', '', 'N3C7628', '', 'inherit', 'open', 'closed', '', 'n3c7628', '', '', '2019-07-29 13:21:20', '2019-07-29 13:21:20', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7628.jpg', 0, 'attachment', 'image/jpeg', 0),
(906, 1, '2019-07-29 13:21:24', '2019-07-29 13:21:24', '', 'N3C7629', '', 'inherit', 'open', 'closed', '', 'n3c7629', '', '', '2019-07-29 13:21:24', '2019-07-29 13:21:24', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7629.jpg', 0, 'attachment', 'image/jpeg', 0),
(907, 1, '2019-07-29 13:21:28', '2019-07-29 13:21:28', '', 'N3C7631', '', 'inherit', 'open', 'closed', '', 'n3c7631', '', '', '2019-07-29 13:21:28', '2019-07-29 13:21:28', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631.jpg', 0, 'attachment', 'image/jpeg', 0),
(908, 1, '2019-07-29 13:21:32', '2019-07-29 13:21:32', '', 'N3C7633', '', 'inherit', 'open', 'closed', '', 'n3c7633', '', '', '2019-07-29 13:21:32', '2019-07-29 13:21:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7633.jpg', 0, 'attachment', 'image/jpeg', 0),
(909, 1, '2019-07-29 13:21:37', '2019-07-29 13:21:37', '', 'N3C7635', '', 'inherit', 'open', 'closed', '', 'n3c7635', '', '', '2019-07-29 13:21:37', '2019-07-29 13:21:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7635.jpg', 0, 'attachment', 'image/jpeg', 0),
(910, 1, '2019-07-29 13:21:42', '2019-07-29 13:21:42', '', 'N3C7639', '', 'inherit', 'open', 'closed', '', 'n3c7639', '', '', '2019-07-29 13:21:42', '2019-07-29 13:21:42', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639.jpg', 0, 'attachment', 'image/jpeg', 0),
(911, 1, '2019-07-29 13:21:45', '2019-07-29 13:21:45', '', 'N3C7647', '', 'inherit', 'open', 'closed', '', 'n3c7647', '', '', '2019-07-29 13:21:45', '2019-07-29 13:21:45', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647.jpg', 0, 'attachment', 'image/jpeg', 0),
(912, 1, '2019-07-29 13:21:49', '2019-07-29 13:21:49', '', 'N3C7648', '', 'inherit', 'open', 'closed', '', 'n3c7648', '', '', '2019-07-29 13:21:49', '2019-07-29 13:21:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7648.jpg', 0, 'attachment', 'image/jpeg', 0),
(913, 1, '2019-07-29 13:21:52', '2019-07-29 13:21:52', '', 'N3C7649', '', 'inherit', 'open', 'closed', '', 'n3c7649', '', '', '2019-07-29 13:21:52', '2019-07-29 13:21:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7649.jpg', 0, 'attachment', 'image/jpeg', 0),
(914, 1, '2019-07-29 13:21:57', '2019-07-29 13:21:57', '', 'N3C7651', '', 'inherit', 'open', 'closed', '', 'n3c7651', '', '', '2019-07-29 13:21:57', '2019-07-29 13:21:57', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651.jpg', 0, 'attachment', 'image/jpeg', 0),
(915, 1, '2019-07-29 13:22:01', '2019-07-29 13:22:01', '', 'N3C7658', '', 'inherit', 'open', 'closed', '', 'n3c7658', '', '', '2019-07-29 13:22:01', '2019-07-29 13:22:01', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7658.jpg', 0, 'attachment', 'image/jpeg', 0),
(916, 1, '2019-07-29 13:22:04', '2019-07-29 13:22:04', '', 'N3C7662', '', 'inherit', 'open', 'closed', '', 'n3c7662', '', '', '2019-07-29 13:22:04', '2019-07-29 13:22:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7662.jpg', 0, 'attachment', 'image/jpeg', 0),
(917, 1, '2019-07-29 13:22:08', '2019-07-29 13:22:08', '', 'N3C7664', '', 'inherit', 'open', 'closed', '', 'n3c7664', '', '', '2019-07-29 13:22:08', '2019-07-29 13:22:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7664.jpg', 0, 'attachment', 'image/jpeg', 0),
(918, 1, '2019-07-29 13:22:12', '2019-07-29 13:22:12', '', 'N3C7667', '', 'inherit', 'open', 'closed', '', 'n3c7667', '', '', '2019-07-29 13:22:12', '2019-07-29 13:22:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7667.jpg', 0, 'attachment', 'image/jpeg', 0),
(919, 1, '2019-07-29 13:22:17', '2019-07-29 13:22:17', '', 'N3C7676', '', 'inherit', 'open', 'closed', '', 'n3c7676', '', '', '2019-07-29 13:22:17', '2019-07-29 13:22:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7676.jpg', 0, 'attachment', 'image/jpeg', 0),
(920, 1, '2019-07-29 13:22:21', '2019-07-29 13:22:21', '', 'N3C7682', '', 'inherit', 'open', 'closed', '', 'n3c7682', '', '', '2019-07-29 13:22:21', '2019-07-29 13:22:21', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7682.jpg', 0, 'attachment', 'image/jpeg', 0),
(921, 1, '2019-07-29 13:22:25', '2019-07-29 13:22:25', '', 'N3C7687', '', 'inherit', 'open', 'closed', '', 'n3c7687', '', '', '2019-07-29 13:22:25', '2019-07-29 13:22:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7687.jpg', 0, 'attachment', 'image/jpeg', 0),
(922, 1, '2019-07-29 13:22:29', '2019-07-29 13:22:29', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc', '', '', '2019-07-29 13:22:29', '2019-07-29 13:22:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5306.jpg', 0, 'attachment', 'image/jpeg', 0),
(923, 1, '2019-07-29 13:22:34', '2019-07-29 13:22:34', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-2', '', '', '2019-07-29 13:22:34', '2019-07-29 13:22:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5318.jpg', 0, 'attachment', 'image/jpeg', 0),
(924, 1, '2019-07-29 13:22:39', '2019-07-29 13:22:39', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-3', '', '', '2019-07-29 13:22:39', '2019-07-29 13:22:39', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5319.jpg', 0, 'attachment', 'image/jpeg', 0),
(925, 1, '2019-07-29 13:23:32', '2019-07-29 13:23:32', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-4', '', '', '2019-07-29 13:23:32', '2019-07-29 13:23:32', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5334.jpg', 0, 'attachment', 'image/jpeg', 0),
(926, 1, '2019-07-29 13:24:10', '2019-07-29 13:24:10', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-5', '', '', '2019-07-29 13:24:10', '2019-07-29 13:24:10', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5336.jpg', 0, 'attachment', 'image/jpeg', 0),
(928, 1, '2019-07-29 13:26:03', '2019-07-29 13:26:03', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-6', '', '', '2019-07-29 13:26:03', '2019-07-29 13:26:03', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5338.jpg', 0, 'attachment', 'image/jpeg', 0),
(929, 1, '2019-07-29 13:26:13', '2019-07-29 13:26:13', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-7', '', '', '2019-07-29 13:26:13', '2019-07-29 13:26:13', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5340.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(930, 1, '2019-07-29 13:26:19', '2019-07-29 13:26:19', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-8', '', '', '2019-07-29 13:26:19', '2019-07-29 13:26:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5341.jpg', 0, 'attachment', 'image/jpeg', 0),
(931, 1, '2019-07-29 13:26:29', '2019-07-29 13:26:29', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-9', '', '', '2019-07-29 13:26:29', '2019-07-29 13:26:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5342.jpg', 0, 'attachment', 'image/jpeg', 0),
(932, 1, '2019-07-29 13:26:38', '2019-07-29 13:26:38', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-10', '', '', '2019-07-29 13:26:38', '2019-07-29 13:26:38', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5351.jpg', 0, 'attachment', 'image/jpeg', 0),
(933, 1, '2019-07-29 13:26:47', '2019-07-29 13:26:47', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-11', '', '', '2019-07-29 13:26:47', '2019-07-29 13:26:47', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5353.jpg', 0, 'attachment', 'image/jpeg', 0),
(934, 1, '2019-07-29 13:26:54', '2019-07-29 13:26:54', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-12', '', '', '2019-07-29 13:26:54', '2019-07-29 13:26:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5354.jpg', 0, 'attachment', 'image/jpeg', 0),
(935, 1, '2019-07-29 13:27:05', '2019-07-29 13:27:05', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-13', '', '', '2019-07-29 13:27:05', '2019-07-29 13:27:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361.jpg', 0, 'attachment', 'image/jpeg', 0),
(936, 1, '2019-07-29 13:27:14', '2019-07-29 13:27:14', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-14', '', '', '2019-07-29 13:27:14', '2019-07-29 13:27:14', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5362.jpg', 0, 'attachment', 'image/jpeg', 0),
(937, 1, '2019-07-29 13:27:19', '2019-07-29 13:27:19', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-15', '', '', '2019-07-29 13:27:19', '2019-07-29 13:27:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5363.jpg', 0, 'attachment', 'image/jpeg', 0),
(938, 1, '2019-07-29 13:27:40', '2019-07-29 13:27:40', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-16', '', '', '2019-07-29 13:27:40', '2019-07-29 13:27:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5365.jpg', 0, 'attachment', 'image/jpeg', 0),
(939, 1, '2019-07-29 13:28:00', '2019-07-29 13:28:00', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-17', '', '', '2019-07-29 13:28:00', '2019-07-29 13:28:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5370.jpg', 0, 'attachment', 'image/jpeg', 0),
(940, 1, '2019-07-29 13:28:19', '2019-07-29 13:28:19', '', 'SAMSUNG CSC', '', 'inherit', 'open', 'closed', '', 'samsung-csc-18', '', '', '2023-02-20 08:31:08', '2023-02-20 08:31:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373.jpg', 0, 'attachment', 'image/jpeg', 0),
(941, 1, '2019-07-29 13:28:34', '2019-07-29 13:28:34', '', 'SAMSUNG CSC', '', 'inherit', 'open', 'closed', '', 'samsung-csc-19', '', '', '2023-02-20 08:31:04', '2023-02-20 08:31:04', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5392.jpg', 0, 'attachment', 'image/jpeg', 0),
(942, 1, '2019-07-29 13:28:43', '2019-07-29 13:28:43', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-20', '', '', '2019-07-29 13:28:43', '2019-07-29 13:28:43', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5397.jpg', 0, 'attachment', 'image/jpeg', 0),
(943, 1, '2019-07-29 13:28:52', '2019-07-29 13:28:52', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-21', '', '', '2019-07-29 13:28:52', '2019-07-29 13:28:52', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5407.jpg', 0, 'attachment', 'image/jpeg', 0),
(944, 1, '2019-07-29 13:29:02', '2019-07-29 13:29:02', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-22', '', '', '2019-07-29 13:29:02', '2019-07-29 13:29:02', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5424.jpg', 0, 'attachment', 'image/jpeg', 0),
(945, 1, '2019-07-29 13:29:08', '2019-07-29 13:29:08', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-23', '', '', '2019-07-29 13:29:08', '2019-07-29 13:29:08', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5427.jpg', 0, 'attachment', 'image/jpeg', 0),
(946, 1, '2019-07-29 13:29:12', '2019-07-29 13:29:12', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-24', '', '', '2019-07-29 13:29:12', '2019-07-29 13:29:12', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5449.jpg', 0, 'attachment', 'image/jpeg', 0),
(947, 1, '2019-07-29 13:29:17', '2019-07-29 13:29:17', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-25', '', '', '2019-07-29 13:29:17', '2019-07-29 13:29:17', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453.jpg', 0, 'attachment', 'image/jpeg', 0),
(948, 1, '2019-07-29 13:29:22', '2019-07-29 13:29:22', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-26', '', '', '2019-07-29 13:29:22', '2019-07-29 13:29:22', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5469.jpg', 0, 'attachment', 'image/jpeg', 0),
(949, 1, '2019-07-29 13:29:29', '2019-07-29 13:29:29', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-27', '', '', '2019-07-29 13:29:29', '2019-07-29 13:29:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5474.jpg', 0, 'attachment', 'image/jpeg', 0),
(951, 1, '2019-07-29 13:29:34', '2019-07-29 13:29:34', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-28', '', '', '2019-07-29 13:29:34', '2019-07-29 13:29:34', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5476.jpg', 0, 'attachment', 'image/jpeg', 0),
(952, 1, '2019-07-29 13:29:40', '2019-07-29 13:29:40', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-29', '', '', '2019-07-29 13:29:40', '2019-07-29 13:29:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5485.jpg', 0, 'attachment', 'image/jpeg', 0),
(953, 1, '2019-07-29 13:29:44', '2019-07-29 13:29:44', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-30', '', '', '2019-07-29 13:29:44', '2019-07-29 13:29:44', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5487.jpg', 0, 'attachment', 'image/jpeg', 0),
(954, 1, '2019-07-29 13:29:49', '2019-07-29 13:29:49', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-31', '', '', '2019-07-29 13:29:49', '2019-07-29 13:29:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5489.jpg', 0, 'attachment', 'image/jpeg', 0),
(955, 1, '2019-07-29 13:29:54', '2019-07-29 13:29:54', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-32', '', '', '2019-07-29 13:29:54', '2019-07-29 13:29:54', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5494.jpg', 0, 'attachment', 'image/jpeg', 0),
(956, 1, '2019-07-29 13:30:00', '2019-07-29 13:30:00', '', 'SAMSUNG CSC', 'SAMSUNG CSC', 'inherit', 'open', 'closed', '', 'samsung-csc-33', '', '', '2019-07-29 13:30:00', '2019-07-29 13:30:00', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5511.jpg', 0, 'attachment', 'image/jpeg', 0),
(961, 1, '2019-07-29 13:42:25', '2019-07-29 13:42:25', '', 'CONFERENCE 2008', '', 'inherit', 'open', 'closed', '', 'conference-2008', '', '', '2019-07-29 13:42:25', '2019-07-29 13:42:25', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008.png', 0, 'attachment', 'image/png', 0),
(964, 1, '2019-07-29 13:45:25', '2019-07-29 13:45:25', '', 'CONFERENCE 2008 (1)', '', 'inherit', 'open', 'closed', '', 'conference-2008-1', '', '', '2019-07-29 13:45:25', '2019-07-29 13:45:25', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-1.png', 0, 'attachment', 'image/png', 0),
(965, 1, '2019-07-29 13:45:33', '2019-07-29 13:45:33', '', 'CONFERENCE 2008 (2)', '', 'inherit', 'open', 'closed', '', 'conference-2008-2', '', '', '2019-07-29 13:45:33', '2019-07-29 13:45:33', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-2.png', 0, 'attachment', 'image/png', 0),
(966, 1, '2019-07-29 13:45:40', '2019-07-29 13:45:40', '', 'CONFERENCE 2008 (3)', '', 'inherit', 'open', 'closed', '', 'conference-2008-3', '', '', '2019-07-29 13:45:40', '2019-07-29 13:45:40', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-3.png', 0, 'attachment', 'image/png', 0),
(967, 1, '2019-07-29 13:45:53', '2019-07-29 13:45:53', '', 'CONFERENCE 2008 (4)', '', 'inherit', 'open', 'closed', '', 'conference-2008-4', '', '', '2019-07-29 13:45:53', '2019-07-29 13:45:53', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-4.png', 0, 'attachment', 'image/png', 0),
(968, 1, '2019-07-29 13:46:04', '2019-07-29 13:46:04', '', 'CONFERENCE 2008 (5)', '', 'inherit', 'open', 'closed', '', 'conference-2008-5', '', '', '2019-07-29 13:46:04', '2019-07-29 13:46:04', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-5.png', 0, 'attachment', 'image/png', 0),
(970, 1, '2019-07-29 13:47:12', '2019-07-29 13:47:12', '', 'CONFERENCE 2008 (6)', '', 'inherit', 'open', 'closed', '', 'conference-2008-6', '', '', '2019-07-29 13:47:12', '2019-07-29 13:47:12', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-6.png', 0, 'attachment', 'image/png', 0),
(971, 1, '2019-07-29 13:47:20', '2019-07-29 13:47:20', '', 'CONFERENCE 2008 (7)', '', 'inherit', 'open', 'closed', '', 'conference-2008-7', '', '', '2019-07-29 13:47:20', '2019-07-29 13:47:20', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-7.png', 0, 'attachment', 'image/png', 0),
(972, 1, '2019-07-29 13:47:28', '2019-07-29 13:47:28', '', 'CONFERENCE 2008 (8)', '', 'inherit', 'open', 'closed', '', 'conference-2008-8', '', '', '2019-07-29 13:47:28', '2019-07-29 13:47:28', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-8.png', 0, 'attachment', 'image/png', 0),
(973, 1, '2019-07-29 13:47:38', '2019-07-29 13:47:38', '', 'CONFERENCE 2008 (9)', '', 'inherit', 'open', 'closed', '', 'conference-2008-9', '', '', '2019-07-29 13:47:38', '2019-07-29 13:47:38', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-9.png', 0, 'attachment', 'image/png', 0),
(974, 1, '2019-07-29 13:47:47', '2019-07-29 13:47:47', '', 'CONFERENCE 2008 (10)', '', 'inherit', 'open', 'closed', '', 'conference-2008-10', '', '', '2019-07-29 13:47:47', '2019-07-29 13:47:47', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/CONFERENCE-2008-10.png', 0, 'attachment', 'image/png', 0),
(996, 1, '2019-07-29 17:26:51', '2019-07-29 17:26:51', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2019-07-29 17:26:51', '2019-07-29 17:26:51', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(997, 1, '2019-07-29 17:27:34', '2019-07-29 17:27:34', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2019-07-29 17:27:34', '2019-07-29 17:27:34', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(999, 1, '2019-07-29 17:28:39', '2019-07-29 17:28:39', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2019-07-29 17:28:39', '2019-07-29 17:28:39', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1000, 1, '2019-07-29 17:30:10', '2019-07-29 17:30:10', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2019-07-29 17:30:10', '2019-07-29 17:30:10', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(1006, 1, '2019-07-29 17:40:19', '2019-07-29 17:40:19', '', 'md_logo-e1458114835510', '', 'inherit', 'open', 'closed', '', 'md_logo-e1458114835510', '', '', '2019-07-29 17:40:19', '2019-07-29 17:40:19', '', 8, 'http://ippmt.kauko.lt/wp-content/uploads/2019/07/md_logo-e1458114835510.png', 0, 'attachment', 'image/png', 0),
(1023, 1, '2019-10-21 07:19:09', '2019-10-21 07:19:09', '', 'Requirements for articles 2020', '', 'inherit', 'open', 'closed', '', 'requirements-for-articles-2020', '', '', '2019-10-21 07:19:09', '2019-10-21 07:19:09', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0),
(1025, 1, '2019-10-21 07:21:15', '2019-10-21 07:21:15', '', 'scheme', '', 'inherit', 'open', 'closed', '', 'scheme', '', '', '2019-10-21 07:21:15', '2019-10-21 07:21:15', '', 11, 'http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png', 0, 'attachment', 'image/png', 0),
(1027, 1, '2023-02-20 09:01:02', '2019-10-21 07:22:39', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2023-02-20 09:01:02', '2023-02-20 09:01:02', '', 0, 'http://ippmt.kauko.lt/?p=1027', 6, 'nav_menu_item', '', 0),
(1030, 1, '2019-10-21 08:07:24', '2019-10-21 08:07:24', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2019-10-21 08:07:24', '2019-10-21 08:07:24', '', 15, 'http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png', 0, 'attachment', 'image/png', 0),
(1043, 1, '2019-10-22 11:58:51', '2019-10-22 11:58:51', '<h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'sign up', '', 'publish', 'closed', 'closed', '', 'sign-up', '', '', '2019-10-22 11:58:51', '2019-10-22 11:58:51', '', 0, 'http://ippmt.kauko.lt/?elementor_library=sign-up', 0, 'elementor_library', '', 0),
(1052, 1, '2019-11-11 09:36:53', '2019-11-11 09:36:53', '', 'Konferencija 2019_Taisytas', '', 'inherit', 'open', 'closed', '', 'konferencija-2019_taisytas', '', '', '2019-11-11 09:36:53', '2019-11-11 09:36:53', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf', 0, 'attachment', 'application/pdf', 0),
(1057, 1, '2019-11-11 09:47:37', '2019-11-11 09:47:37', '', 'kauno-kolegija-university-of-applied-sciences-115-logo', '', 'inherit', 'open', 'closed', '', 'kauno-kolegija-university-of-applied-sciences-115-logo', '', '', '2019-11-11 09:47:37', '2019-11-11 09:47:37', '', 8, 'http://ippmt.kauko.lt/wp-content/uploads/2019/11/kauno-kolegija-university-of-applied-sciences-115-logo.png', 0, 'attachment', 'image/png', 0),
(1059, 1, '2019-11-11 13:00:28', '2019-11-11 13:00:28', '', 'CONFERENCE 2008', '', 'inherit', 'open', 'closed', '', 'conference-2008-11', '', '', '2019-11-11 13:00:28', '2019-11-11 13:00:28', '', 12, 'http://ippmt.kauko.lt/wp-content/uploads/2019/11/CONFERENCE-2008.png', 0, 'attachment', 'image/png', 0),
(1062, 1, '2019-11-11 13:09:25', '2019-11-11 13:09:25', '', '217A0519-min', '', 'inherit', 'open', 'closed', '', '217a0519-min', '', '', '2019-11-11 13:09:25', '2019-11-11 13:09:25', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/11/217A0519-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1063, 1, '2019-11-11 13:09:29', '2019-11-11 13:09:29', '', '217A0543-min', '', 'inherit', 'open', 'closed', '', '217a0543-min', '', '', '2019-11-11 13:09:29', '2019-11-11 13:09:29', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/11/217A0543-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1064, 1, '2019-11-11 13:09:33', '2019-11-11 13:09:33', '', 'Konferencija_Martynas_J-19-min', '', 'inherit', 'open', 'closed', '', 'konferencija_martynas_j-19-min', '', '', '2019-11-11 13:09:33', '2019-11-11 13:09:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-19-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1065, 1, '2019-11-11 13:09:37', '2019-11-11 13:09:37', '', 'Konferencija_Martynas_J-47-min', '', 'inherit', 'open', 'closed', '', 'konferencija_martynas_j-47-min', '', '', '2019-11-11 13:09:37', '2019-11-11 13:09:37', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-47-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1066, 1, '2019-11-11 13:09:40', '2019-11-11 13:09:40', '', 'Konferencija_Martynas_J-71-min', '', 'inherit', 'open', 'closed', '', 'konferencija_martynas_j-71-min', '', '', '2019-11-11 13:09:40', '2019-11-11 13:09:40', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija_Martynas_J-71-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1078, 1, '2020-10-14 16:42:46', '2020-10-14 16:42:46', '', 'Konferencija 2020_Ok', '', 'inherit', 'open', 'closed', '', 'konferencija-2020_ok', '', '', '2020-10-14 16:42:46', '2020-10-14 16:42:46', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2020/10/Konferencija-2020_Ok.pdf', 0, 'attachment', 'application/pdf', 0),
(1102, 1, '2021-10-11 10:12:43', '2021-10-11 10:12:43', '<h2>Registracijos forma yra pasiekiama tik prisijungus prie Kauno kolegijos pašto</h2>\n<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdzwE6h3LiIGq1N5WO_ISjSHqw8mHtv4Hhx-wbcg66kAoBvLg/viewform?embedded=true" width="640" height="912" frameborder="0" marginwidth="0" marginheight="0">Įkeliama…</iframe>', 'Students', '', 'publish', 'closed', 'closed', '', 'students', '', '', '2021-10-11 10:21:05', '2021-10-11 10:21:05', '', 0, 'http://ippmt.kauko.lt/?page_id=1102', 0, 'page', '', 0),
(1107, 1, '2021-10-13 16:03:11', '2021-10-13 16:03:11', '', 'Konferencija 2020', '', 'inherit', 'open', 'closed', '', 'konferencija-2020', '', '', '2021-10-13 16:03:11', '2021-10-13 16:03:11', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf', 0, 'attachment', 'application/pdf', 0),
(1108, 1, '2021-10-13 16:21:59', '2021-10-13 16:21:59', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2021-10-13 16:21:59', '2021-10-13 16:21:59', '', 0, 'http://ippmt.kauko.lt/?elementor_library=default-kit', 0, 'elementor_library', '', 0),
(1112, 2, '2021-10-13 16:53:41', '2021-10-13 16:53:41', 'CONFERENCE PROCEEDINGS\n\nHere you can find an archive of all conference proceedings since 2008.\n<ul>\n <li>Conference 2020</li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n <li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul>\n<img src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" sizes="(max-width: 325px) 100vw, 325px" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" alt="" width="325" height="250" />\n<h4>Don\'t miss out a conference</h4>\n<a role="button" href="http://ippmt.kauko.lt/registration/">\nREGISTER NOW\n</a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-10-13 16:53:41', '2021-10-13 16:53:41', '', 15, 'http://ippmt.kauko.lt/?p=1112', 0, 'revision', '', 0),
(1113, 2, '2021-10-13 16:53:57', '2021-10-13 16:53:57', 'CONFERENCE PROCEEDINGS\n\nHere you can find an archive of all conference proceedings since 2008.\n<ul>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n <li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul>\n<img src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" sizes="(max-width: 325px) 100vw, 325px" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" alt="" width="325" height="250" />\n<h4>Don\'t miss out a conference</h4>\n<a role="button" href="http://ippmt.kauko.lt/registration/">\nREGISTER NOW\n</a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-10-13 16:53:57', '2021-10-13 16:53:57', '', 15, 'http://ippmt.kauko.lt/?p=1113', 0, 'revision', '', 0),
(1114, 2, '2021-10-13 16:55:03', '2021-10-13 16:55:03', 'CONFERENCE PROCEEDINGS\n\nHere you can find an archive of all conference proceedings since 2008.\n<ul>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n <li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul>\n<img src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" sizes="(max-width: 325px) 100vw, 325px" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" alt="" width="325" height="250">\n<h4>Don\'t miss out a conference</h4>\n<a role="button" href="http://ippmt.kauko.lt/registration/">\nREGISTER NOW\n</a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-10-13 16:55:03', '2021-10-13 16:55:03', '', 15, 'http://ippmt.kauko.lt/?p=1114', 0, 'revision', '', 0),
(1115, 2, '2021-10-13 16:55:13', '2021-10-13 16:55:13', 'CONFERENCE PROCEEDINGS\n\nHere you can find an archive of all conference proceedings since 2008.\n<ul>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n <li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul>\n<img src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" sizes="(max-width: 325px) 100vw, 325px" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" alt="" width="325" height="250" />\n<h4>Don\'t miss out a conference</h4>\n<a role="button" href="http://ippmt.kauko.lt/registration/">\nREGISTER NOW\n</a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-10-13 16:55:13', '2021-10-13 16:55:13', '', 15, 'http://ippmt.kauko.lt/?p=1115', 0, 'revision', '', 0),
(1116, 2, '2021-10-13 16:56:12', '2021-10-13 16:56:12', 'CONFERENCE PROCEEDINGS\n\nHere you can find an archive of all conference proceedings since 2008.\n<ul>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n <li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul>\n<img src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" sizes="(max-width: 325px) 100vw, 325px" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" alt="" width="325" height="250" />\n<h4>Don\'t miss out a conference</h4>\n<a role="button" href="http://ippmt.kauko.lt/registration/">\nREGISTER NOW\n</a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-10-13 16:56:12', '2021-10-13 16:56:12', '', 15, 'http://ippmt.kauko.lt/?p=1116', 0, 'revision', '', 0),
(1117, 2, '2021-10-13 16:56:12', '2021-10-13 16:56:12', 'CONFERENCE PROCEEDINGS\n\nHere you can find an archive of all conference proceedings since 2008.\n<ul>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n <li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n <li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul>\n<img src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" sizes="(max-width: 325px) 100vw, 325px" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" alt="" width="325" height="250" />\n<h4>Don\'t miss out a conference</h4>\n<a role="button" href="http://ippmt.kauko.lt/registration/">\nREGISTER NOW\n</a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-10-13 16:56:12', '2021-10-13 16:56:12', '', 15, 'http://ippmt.kauko.lt/?p=1117', 0, 'revision', '', 0),
(1118, 2, '2021-10-13 16:56:12', '2021-10-13 16:56:12', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-10-13 16:56:12', '2021-10-13 16:56:12', '', 15, 'http://ippmt.kauko.lt/?p=1118', 0, 'revision', '', 0),
(1120, 1, '2021-10-18 07:08:05', '2021-10-18 07:08:05', '', 'PROGRAM ippmt2021', '', 'inherit', 'open', 'closed', '', 'program-ippmt2021', '', '', '2021-10-18 07:08:05', '2021-10-18 07:08:05', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2021/10/PROGRAM-ippmt2021.pdf', 0, 'attachment', 'application/pdf', 0),
(1121, 1, '2023-02-20 09:01:02', '2021-10-18 07:08:53', '', 'Programme', '', 'publish', 'closed', 'closed', '', 'programme', '', '', '2023-02-20 09:01:02', '2023-02-20 09:01:02', '', 0, 'http://ippmt.kauko.lt/?p=1121', 5, 'nav_menu_item', '', 0),
(1122, 1, '2021-10-18 11:03:49', '2021-10-18 11:03:49', '', 'PROGRAM ippmt2021(2)', '', 'inherit', 'open', 'closed', '', 'program-ippmt20212', '', '', '2021-10-18 11:03:49', '2021-10-18 11:03:49', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2021/10/PROGRAM-ippmt20212.pdf', 0, 'attachment', 'application/pdf', 0),
(1124, 1, '2021-12-02 11:05:51', '2021-12-02 11:05:51', '', 'Konferencija 2021_Ok', '', 'inherit', 'open', 'closed', '', 'konferencija-2021_ok', '', '', '2021-12-02 11:05:51', '2021-12-02 11:05:51', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2021/12/Konferencija-2021_Ok.pdf', 0, 'attachment', 'application/pdf', 0),
(1125, 1, '2021-12-02 11:08:27', '2021-12-02 11:08:27', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:27', '2021-12-02 11:08:27', '', 15, 'http://ippmt.kauko.lt/?p=1125', 0, 'revision', '', 0),
(1126, 1, '2021-12-02 11:08:27', '2021-12-02 11:08:27', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:27', '2021-12-02 11:08:27', '', 15, 'http://ippmt.kauko.lt/?p=1126', 0, 'revision', '', 0),
(1127, 1, '2021-12-02 11:08:27', '2021-12-02 11:08:27', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul>\n<li><u>Conference 2021</u></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n<li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:27', '2021-12-02 11:08:27', '', 15, 'http://ippmt.kauko.lt/?p=1127', 0, 'revision', '', 0),
(1128, 1, '2021-12-02 11:08:34', '2021-12-02 11:08:34', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul>\n<li><u>Conference 2021</u></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n<li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:34', '2021-12-02 11:08:34', '', 15, 'http://ippmt.kauko.lt/?p=1128', 0, 'revision', '', 0),
(1129, 1, '2021-12-02 11:08:34', '2021-12-02 11:08:34', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul>\n<li><u>Conference 2021</u></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li>\n<li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li>\n<li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li>\n</ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:34', '2021-12-02 11:08:34', '', 15, 'http://ippmt.kauko.lt/?p=1129', 0, 'revision', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1130, 1, '2021-12-02 11:08:34', '2021-12-02 11:08:34', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li><u>Conference 2021</u></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:34', '2021-12-02 11:08:34', '', 15, 'http://ippmt.kauko.lt/?p=1130', 0, 'revision', '', 0),
(1131, 1, '2021-12-02 11:08:55', '2021-12-02 11:08:55', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li><u>Conference 2021</u></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:55', '2021-12-02 11:08:55', '', 15, 'http://ippmt.kauko.lt/?p=1131', 0, 'revision', '', 0),
(1132, 1, '2021-12-02 11:08:55', '2021-12-02 11:08:55', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li><u>Conference 2021</u></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:55', '2021-12-02 11:08:55', '', 15, 'http://ippmt.kauko.lt/?p=1132', 0, 'revision', '', 0),
(1133, 1, '2021-12-02 11:08:55', '2021-12-02 11:08:55', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li>Conference 2021</li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:08:55', '2021-12-02 11:08:55', '', 15, 'http://ippmt.kauko.lt/?p=1133', 0, 'revision', '', 0),
(1134, 1, '2021-12-02 11:09:39', '2021-12-02 11:09:39', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li>Conference 2021</li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:09:39', '2021-12-02 11:09:39', '', 15, 'http://ippmt.kauko.lt/?p=1134', 0, 'revision', '', 0),
(1135, 1, '2021-12-02 11:09:39', '2021-12-02 11:09:39', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li>Conference 2021</li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:09:39', '2021-12-02 11:09:39', '', 15, 'http://ippmt.kauko.lt/?p=1135', 0, 'revision', '', 0),
(1136, 1, '2021-12-02 11:09:39', '2021-12-02 11:09:39', '<p>CONFERENCE PROCEEDINGS</p><p>Here you can find an archive of all conference proceedings since 2008.</p><ul><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/12/Konferencija-2021_Ok.pdf">Conference 2021</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2021/10/Konferencija-2020.pdf">Conference 2020</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/11/Konferencija-2019_Taisytas.pdf">Conference 2019</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2018_OK.pdf">Conference 2018</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2017.pdf">Conference 2017</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2016_OK.pdf">Conference 2016</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2015_OK.pdf">Conference 2015</a> + <a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/HanneVandeursen_Paper-submission.pdf">Howest Hogeschool presentation</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2014_spaudai.pdf">Conference 2014</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2013.pdf">Conference 2013</a></li><li><a href="http://conference.media.kauko.lt/files/2014/01/Konferencija_2012.pdf">Conference 2012</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2011.pdf">Conference 2011</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija-2010.pdf">Conference 2010</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2009.pdf">Conference 2009</a></li><li><a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Konferencija_2008.pdf">Conference 2008</a></li></ul> \n <img width="325" height="250" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo.png 325w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/logo-300x231.png 300w" sizes="(max-width: 325px) 100vw, 325px" /> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Proceedings', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2021-12-02 11:09:39', '2021-12-02 11:09:39', '', 15, 'http://ippmt.kauko.lt/?p=1136', 0, 'revision', '', 0),
(1137, 1, '2021-12-02 11:12:42', '2021-12-02 11:12:42', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2><ul style="font-weight: 400; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; font-size: 16px; font-family: \'Open Sans\', sans-serif;"><li style="font-size: 16px;">Ph.D. Professor Yurij Sergeevic Andrejev <br />(MSUPA-Moscow, Russia)</li><li style="font-size: 16px;">Ph.D. Professor Georgij Petriaszwili <br />(Warsaw University of Technology, Poland)</li><li style="font-size: 16px;">Ph.D. Professor Halina Podsiadlo <br />(Warsaw University of Technology, Poland)</li><li style="font-size: 16px;">Ph.D. Associate Professor Sergej Ankuda <br />(Minsk State Higher Radiotechnical College, Belarus)</li><li style="font-size: 16px;">Ph.D. Associate Professor Renata Gudaitienė (Kaunas University of Applied Sciences, Lithuania)</li><li style="font-size: 16px;">Ph.D. Associate Professor Kęstutis Vaitasius <br />(Kaunas University of Technology, Lithuania)</li><li style="font-size: 16px;">Ph.D. Rimas Maskeliūnas <br />(Vilnius Gediminas Technical University, Lithuania)</li><li style="font-size: 16px;">Ph.D. Associate Professor Vilma Morkūnienė <br />(Kaunas University of Applied Sciences, Lithuania)</li><li style="font-size: 16px;">Ph.D. Associate Professor Mehmet Oguz <br />(Marmara University, Applied Sciences School, Turkey)</li><li style="font-size: 16px;"> Ph.D. Renata Gudaitienė<br />(Kauno kolegija/University of Applied Sciences, Lithuania)</li><li style="font-size: 16px;"> Ph.D. Daiva Sajek <br />(Kauno kolegija/University of Applied Sciences, Lithuania)</li></ul><h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. V. Morkūnienė</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Grikšienė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>M. Fiodorov</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li></ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:12:42', '2021-12-02 11:12:42', '', 8, 'http://ippmt.kauko.lt/?p=1137', 0, 'revision', '', 0),
(1138, 1, '2021-12-02 11:12:42', '2021-12-02 11:12:42', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2><ul style="font-weight: 400; font-variant-caps: normal; font-variant-ligatures: normal; font-style: normal; font-size: 16px; font-family: \'Open Sans\', sans-serif;"><li style="font-size: 16px;">Ph.D. Professor Yurij Sergeevic Andrejev <br />(MSUPA-Moscow, Russia)</li><li style="font-size: 16px;">Ph.D. Professor Georgij Petriaszwili <br />(Warsaw University of Technology, Poland)</li><li style="font-size: 16px;">Ph.D. Professor Halina Podsiadlo <br />(Warsaw University of Technology, Poland)</li><li style="font-size: 16px;">Ph.D. Associate Professor Sergej Ankuda <br />(Minsk State Higher Radiotechnical College, Belarus)</li><li style="font-size: 16px;">Ph.D. Associate Professor Renata Gudaitienė (Kaunas University of Applied Sciences, Lithuania)</li><li style="font-size: 16px;">Ph.D. Associate Professor Kęstutis Vaitasius <br />(Kaunas University of Technology, Lithuania)</li><li style="font-size: 16px;">Ph.D. Rimas Maskeliūnas <br />(Vilnius Gediminas Technical University, Lithuania)</li><li style="font-size: 16px;">Ph.D. Associate Professor Vilma Morkūnienė <br />(Kaunas University of Applied Sciences, Lithuania)</li><li style="font-size: 16px;">Ph.D. Associate Professor Mehmet Oguz <br />(Marmara University, Applied Sciences School, Turkey)</li><li style="font-size: 16px;"> Ph.D. Renata Gudaitienė<br />(Kauno kolegija/University of Applied Sciences, Lithuania)</li><li style="font-size: 16px;"> Ph.D. Daiva Sajek <br />(Kauno kolegija/University of Applied Sciences, Lithuania)</li></ul><h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. V. Morkūnienė</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Grikšienė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>M. Fiodorov</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li></ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:12:42', '2021-12-02 11:12:42', '', 8, 'http://ippmt.kauko.lt/?p=1138', 0, 'revision', '', 0),
(1139, 1, '2021-12-02 11:12:42', '2021-12-02 11:12:42', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>\nPh.D. Professor Georgij Petriaszwili\n(Warsaw University of Technology, Poland)\nPh.D. Professor Halina Podsiadlo\n(Warsaw University of Technology, Poland)\nPh.D. Associate Professor Adem Ayten\n(Istanbul Aydin University, Turkey)\nPh.D. Associate Professor Sergej Nikolaevich Ankuda\n(Minsk State Higher Radiotechnical College, Belarus)\nPh.D. Associate Professor Kęstutis Vaitasius\n(Kaunas University of Technology, Lithuania)\nPh.D. Professor Rimas Maskeliūnas\n(Vilnius Gediminas Technical University, Lithuania)\nPh.D. Associate Professor Renata Gudaitienė\n(Kaunas University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Mehmet Oguz\n(Marmara University, Applied Sciences School, Turkey)\nPh.D. Associate Professor Vilma Morkūnienė\n(Kaunas University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Svetlana Havenko\n(Ukrainean Academy of Printing, Ukraine)\nPh.D. Associate Professor Renata Gudaitienė\n(Kauno kolegija/University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Daiva Sajek\n(Kauno kolegija/University of Applied Sciences, Lithuania)<br>\n<h2>ORGANIZATIONAL COMMITTEE</h2>\n<ul>\n<li>dr. D. Sajek</li>\n<li>dr. V. Morkūnienė</li>\n<li>dr. R. Gudaitienė</li>\n<li>G. Ginevičienė</li>\n<li>L. Grikšienė</li>\n<li>V. Valčiukas</li>\n<li>V. Vainoras</li>\n<li>M. Fiodorov</li>\n<li>D. Lukaševičiūtė</li>\n<li>A. Čapskas</li>\n<li>A. Pocienė</li>\n<li>G. Baltrušaitis</li>\n</ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:12:42', '2021-12-02 11:12:42', '', 8, 'http://ippmt.kauko.lt/?p=1139', 0, 'revision', '', 0),
(1140, 1, '2021-12-02 11:12:57', '2021-12-02 11:12:57', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>\nPh.D. Professor Georgij Petriaszwili\n(Warsaw University of Technology, Poland)\nPh.D. Professor Halina Podsiadlo\n(Warsaw University of Technology, Poland)\nPh.D. Associate Professor Adem Ayten\n(Istanbul Aydin University, Turkey)\nPh.D. Associate Professor Sergej Nikolaevich Ankuda\n(Minsk State Higher Radiotechnical College, Belarus)\nPh.D. Associate Professor Kęstutis Vaitasius\n(Kaunas University of Technology, Lithuania)\nPh.D. Professor Rimas Maskeliūnas\n(Vilnius Gediminas Technical University, Lithuania)\nPh.D. Associate Professor Renata Gudaitienė\n(Kaunas University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Mehmet Oguz\n(Marmara University, Applied Sciences School, Turkey)\nPh.D. Associate Professor Vilma Morkūnienė\n(Kaunas University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Svetlana Havenko\n(Ukrainean Academy of Printing, Ukraine)\nPh.D. Associate Professor Renata Gudaitienė\n(Kauno kolegija/University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Daiva Sajek\n(Kauno kolegija/University of Applied Sciences, Lithuania)<br>\n<h2>ORGANIZATIONAL COMMITTEE</h2>\n<ul>\n<li>dr. D. Sajek</li>\n<li>dr. V. Morkūnienė</li>\n<li>dr. R. Gudaitienė</li>\n<li>G. Ginevičienė</li>\n<li>L. Grikšienė</li>\n<li>V. Valčiukas</li>\n<li>V. Vainoras</li>\n<li>M. Fiodorov</li>\n<li>D. Lukaševičiūtė</li>\n<li>A. Čapskas</li>\n<li>A. Pocienė</li>\n<li>G. Baltrušaitis</li>\n</ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:12:57', '2021-12-02 11:12:57', '', 8, 'http://ippmt.kauko.lt/?p=1140', 0, 'revision', '', 0),
(1141, 1, '2021-12-02 11:12:58', '2021-12-02 11:12:58', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>\nPh.D. Professor Georgij Petriaszwili\n(Warsaw University of Technology, Poland)\nPh.D. Professor Halina Podsiadlo\n(Warsaw University of Technology, Poland)\nPh.D. Associate Professor Adem Ayten\n(Istanbul Aydin University, Turkey)\nPh.D. Associate Professor Sergej Nikolaevich Ankuda\n(Minsk State Higher Radiotechnical College, Belarus)\nPh.D. Associate Professor Kęstutis Vaitasius\n(Kaunas University of Technology, Lithuania)\nPh.D. Professor Rimas Maskeliūnas\n(Vilnius Gediminas Technical University, Lithuania)\nPh.D. Associate Professor Renata Gudaitienė\n(Kaunas University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Mehmet Oguz\n(Marmara University, Applied Sciences School, Turkey)\nPh.D. Associate Professor Vilma Morkūnienė\n(Kaunas University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Svetlana Havenko\n(Ukrainean Academy of Printing, Ukraine)\nPh.D. Associate Professor Renata Gudaitienė\n(Kauno kolegija/University of Applied Sciences, Lithuania)\nPh.D. Associate Professor Daiva Sajek\n(Kauno kolegija/University of Applied Sciences, Lithuania)<br>\n<h2>ORGANIZATIONAL COMMITTEE</h2>\n<ul>\n<li>dr. D. Sajek</li>\n<li>dr. V. Morkūnienė</li>\n<li>dr. R. Gudaitienė</li>\n<li>G. Ginevičienė</li>\n<li>L. Grikšienė</li>\n<li>V. Valčiukas</li>\n<li>V. Vainoras</li>\n<li>M. Fiodorov</li>\n<li>D. Lukaševičiūtė</li>\n<li>A. Čapskas</li>\n<li>A. Pocienė</li>\n<li>G. Baltrušaitis</li>\n</ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:12:58', '2021-12-02 11:12:58', '', 8, 'http://ippmt.kauko.lt/?p=1141', 0, 'revision', '', 0),
(1142, 1, '2021-12-02 11:12:58', '2021-12-02 11:12:58', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili(Warsaw University of Technology, Poland)Ph.D. Professor Halina Podsiadlo(Warsaw University of Technology, Poland)Ph.D. Associate Professor Adem Ayten(Istanbul Aydin University, Turkey)Ph.D. Associate Professor Sergej Nikolaevich Ankuda(Minsk State Higher Radiotechnical College, Belarus)Ph.D. Associate Professor Kęstutis Vaitasius(Kaunas University of Technology, Lithuania)Ph.D. Professor Rimas Maskeliūnas(Vilnius Gediminas Technical University, Lithuania)Ph.D. Associate Professor Renata Gudaitienė(Kaunas University of Applied Sciences, Lithuania)Ph.D. Associate Professor Mehmet Oguz(Marmara University, Applied Sciences School, Turkey)Ph.D. Associate Professor Vilma Morkūnienė(Kaunas University of Applied Sciences, Lithuania)Ph.D. Associate Professor Svetlana Havenko(Ukrainean Academy of Printing, Ukraine)Ph.D. Associate Professor Renata Gudaitienė(Kauno kolegija/University of Applied Sciences, Lithuania)Ph.D. Associate Professor Daiva Sajek(Kauno kolegija/University of Applied Sciences, Lithuania) <h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. V. Morkūnienė</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Grikšienė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>M. Fiodorov</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li></ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:12:58', '2021-12-02 11:12:58', '', 8, 'http://ippmt.kauko.lt/?p=1142', 0, 'revision', '', 0),
(1143, 1, '2021-12-02 11:14:59', '2021-12-02 11:14:59', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili(Warsaw University of Technology, Poland)Ph.D. Professor Halina Podsiadlo(Warsaw University of Technology, Poland)Ph.D. Associate Professor Adem Ayten(Istanbul Aydin University, Turkey)Ph.D. Associate Professor Sergej Nikolaevich Ankuda(Minsk State Higher Radiotechnical College, Belarus)Ph.D. Associate Professor Kęstutis Vaitasius(Kaunas University of Technology, Lithuania)Ph.D. Professor Rimas Maskeliūnas(Vilnius Gediminas Technical University, Lithuania)Ph.D. Associate Professor Renata Gudaitienė(Kaunas University of Applied Sciences, Lithuania)Ph.D. Associate Professor Mehmet Oguz(Marmara University, Applied Sciences School, Turkey)Ph.D. Associate Professor Vilma Morkūnienė(Kaunas University of Applied Sciences, Lithuania)Ph.D. Associate Professor Svetlana Havenko(Ukrainean Academy of Printing, Ukraine)Ph.D. Associate Professor Renata Gudaitienė(Kauno kolegija/University of Applied Sciences, Lithuania)Ph.D. Associate Professor Daiva Sajek(Kauno kolegija/University of Applied Sciences, Lithuania) <h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. V. Morkūnienė</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Grikšienė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>M. Fiodorov</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li></ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:14:59', '2021-12-02 11:14:59', '', 8, 'http://ippmt.kauko.lt/?p=1143', 0, 'revision', '', 0),
(1144, 1, '2021-12-02 11:14:59', '2021-12-02 11:14:59', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili(Warsaw University of Technology, Poland)Ph.D. Professor Halina Podsiadlo(Warsaw University of Technology, Poland)Ph.D. Associate Professor Adem Ayten(Istanbul Aydin University, Turkey)Ph.D. Associate Professor Sergej Nikolaevich Ankuda(Minsk State Higher Radiotechnical College, Belarus)Ph.D. Associate Professor Kęstutis Vaitasius(Kaunas University of Technology, Lithuania)Ph.D. Professor Rimas Maskeliūnas(Vilnius Gediminas Technical University, Lithuania)Ph.D. Associate Professor Renata Gudaitienė(Kaunas University of Applied Sciences, Lithuania)Ph.D. Associate Professor Mehmet Oguz(Marmara University, Applied Sciences School, Turkey)Ph.D. Associate Professor Vilma Morkūnienė(Kaunas University of Applied Sciences, Lithuania)Ph.D. Associate Professor Svetlana Havenko(Ukrainean Academy of Printing, Ukraine)Ph.D. Associate Professor Renata Gudaitienė(Kauno kolegija/University of Applied Sciences, Lithuania)Ph.D. Associate Professor Daiva Sajek(Kauno kolegija/University of Applied Sciences, Lithuania) <h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. V. Morkūnienė</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Grikšienė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>M. Fiodorov</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li></ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:14:59', '2021-12-02 11:14:59', '', 8, 'http://ippmt.kauko.lt/?p=1144', 0, 'revision', '', 0),
(1145, 1, '2021-12-02 11:14:59', '2021-12-02 11:14:59', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>\nPh.D. Professor Georgij Petriaszwili\n<i>(Warsaw University of Technology, Poland)</i>\nPh.D. Professor Halina Podsiadlo\n<i>(Warsaw University of Technology, Poland)</i>\nPh.D. Associate Professor Adem Ayten\n<i>(Istanbul Aydin University, Turkey)</i>\nPh.D. Associate Professor Sergej Nikolaevich Ankuda\n<i>(Minsk State Higher Radiotechnical College, Belarus)</i>\nPh.D. Associate Professor Kęstutis Vaitasius\n<i>(Kaunas University of Technology, Lithuania)</i>\nPh.D. Professor Rimas Maskeliūnas\n<i>(Vilnius Gediminas Technical University, Lithuania)</i>\nPh.D. Associate Professor Renata Gudaitienė\n<i>(Kaunas University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Mehmet Oguz\n<i>(Marmara University, Applied Sciences School, Turkey)</i>\nPh.D. Associate Professor Vilma Morkūnienė\n<i>(Kaunas University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Svetlana Havenko\n<i>(Ukrainean Academy of Printing, Ukraine)</i>\nPh.D. Associate Professor Renata Gudaitienė\n<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Daiva Sajek\n<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>\n \n<h2>ORGANIZATIONAL COMMITTEE</h2>\n<ul>\n<li>dr. D. Sajek</li>\n<li>dr. V. Morkūnienė</li>\n<li>dr. R. Gudaitienė</li>\n<li>G. Ginevičienė</li>\n<li>L. Grikšienė</li>\n<li>V. Valčiukas</li>\n<li>V. Vainoras</li>\n<li>M. Fiodorov</li>\n<li>D. Lukaševičiūtė</li>\n<li>A. Čapskas</li>\n<li>A. Pocienė</li>\n<li>G. Baltrušaitis</li>\n</ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:14:59', '2021-12-02 11:14:59', '', 8, 'http://ippmt.kauko.lt/?p=1145', 0, 'revision', '', 0),
(1146, 1, '2021-12-02 11:15:05', '2021-12-02 11:15:05', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>\nPh.D. Professor Georgij Petriaszwili\n<i>(Warsaw University of Technology, Poland)</i>\nPh.D. Professor Halina Podsiadlo\n<i>(Warsaw University of Technology, Poland)</i>\nPh.D. Associate Professor Adem Ayten\n<i>(Istanbul Aydin University, Turkey)</i>\nPh.D. Associate Professor Sergej Nikolaevich Ankuda\n<i>(Minsk State Higher Radiotechnical College, Belarus)</i>\nPh.D. Associate Professor Kęstutis Vaitasius\n<i>(Kaunas University of Technology, Lithuania)</i>\nPh.D. Professor Rimas Maskeliūnas\n<i>(Vilnius Gediminas Technical University, Lithuania)</i>\nPh.D. Associate Professor Renata Gudaitienė\n<i>(Kaunas University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Mehmet Oguz\n<i>(Marmara University, Applied Sciences School, Turkey)</i>\nPh.D. Associate Professor Vilma Morkūnienė\n<i>(Kaunas University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Svetlana Havenko\n<i>(Ukrainean Academy of Printing, Ukraine)</i>\nPh.D. Associate Professor Renata Gudaitienė\n<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Daiva Sajek\n<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>\n \n<h2>ORGANIZATIONAL COMMITTEE</h2>\n<ul>\n<li>dr. D. Sajek</li>\n<li>dr. V. Morkūnienė</li>\n<li>dr. R. Gudaitienė</li>\n<li>G. Ginevičienė</li>\n<li>L. Grikšienė</li>\n<li>V. Valčiukas</li>\n<li>V. Vainoras</li>\n<li>M. Fiodorov</li>\n<li>D. Lukaševičiūtė</li>\n<li>A. Čapskas</li>\n<li>A. Pocienė</li>\n<li>G. Baltrušaitis</li>\n</ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:15:05', '2021-12-02 11:15:05', '', 8, 'http://ippmt.kauko.lt/?p=1146', 0, 'revision', '', 0),
(1147, 1, '2021-12-02 11:15:05', '2021-12-02 11:15:05', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>\nPh.D. Professor Georgij Petriaszwili\n<i>(Warsaw University of Technology, Poland)</i>\nPh.D. Professor Halina Podsiadlo\n<i>(Warsaw University of Technology, Poland)</i>\nPh.D. Associate Professor Adem Ayten\n<i>(Istanbul Aydin University, Turkey)</i>\nPh.D. Associate Professor Sergej Nikolaevich Ankuda\n<i>(Minsk State Higher Radiotechnical College, Belarus)</i>\nPh.D. Associate Professor Kęstutis Vaitasius\n<i>(Kaunas University of Technology, Lithuania)</i>\nPh.D. Professor Rimas Maskeliūnas\n<i>(Vilnius Gediminas Technical University, Lithuania)</i>\nPh.D. Associate Professor Renata Gudaitienė\n<i>(Kaunas University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Mehmet Oguz\n<i>(Marmara University, Applied Sciences School, Turkey)</i>\nPh.D. Associate Professor Vilma Morkūnienė\n<i>(Kaunas University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Svetlana Havenko\n<i>(Ukrainean Academy of Printing, Ukraine)</i>\nPh.D. Associate Professor Renata Gudaitienė\n<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>\nPh.D. Associate Professor Daiva Sajek\n<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>\n \n<h2>ORGANIZATIONAL COMMITTEE</h2>\n<ul>\n<li>dr. D. Sajek</li>\n<li>dr. V. Morkūnienė</li>\n<li>dr. R. Gudaitienė</li>\n<li>G. Ginevičienė</li>\n<li>L. Grikšienė</li>\n<li>V. Valčiukas</li>\n<li>V. Vainoras</li>\n<li>M. Fiodorov</li>\n<li>D. Lukaševičiūtė</li>\n<li>A. Čapskas</li>\n<li>A. Pocienė</li>\n<li>G. Baltrušaitis</li>\n</ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:15:05', '2021-12-02 11:15:05', '', 8, 'http://ippmt.kauko.lt/?p=1147', 0, 'revision', '', 0),
(1148, 1, '2021-12-02 11:15:05', '2021-12-02 11:15:05', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili<i>(Warsaw University of Technology, Poland)</i>Ph.D. Professor Halina Podsiadlo<i>(Warsaw University of Technology, Poland)</i>Ph.D. Associate Professor Adem Ayten<i>(Istanbul Aydin University, Turkey)</i>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<i>(Minsk State Higher Radiotechnical College, Belarus)</i>Ph.D. Associate Professor Kęstutis Vaitasius<i>(Kaunas University of Technology, Lithuania)</i>Ph.D. Professor Rimas Maskeliūnas<i>(Vilnius Gediminas Technical University, Lithuania)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Mehmet Oguz<i>(Marmara University, Applied Sciences School, Turkey)</i>Ph.D. Associate Professor Vilma Morkūnienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Svetlana Havenko<i>(Ukrainean Academy of Printing, Ukraine)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Daiva Sajek<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i> <h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. V. Morkūnienė</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Grikšienė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>M. Fiodorov</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li></ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2021-12-02 11:15:05', '2021-12-02 11:15:05', '', 8, 'http://ippmt.kauko.lt/?p=1148', 0, 'revision', '', 0),
(1151, 3, '2023-02-16 20:49:31', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-02-16 20:49:31', '0000-00-00 00:00:00', '', 0, 'http://ippmt.kauko.lt/?p=1151', 0, 'post', '', 0),
(1152, 3, '2023-02-20 08:03:47', '2023-02-20 08:03:47', '', 'filming-for-a-music-video-today_t20_7l9AvN-1024x694', '', 'inherit', 'open', 'closed', '', 'filming-for-a-music-video-today_t20_7l9avn-1024x694', '', '', '2023-02-20 08:03:47', '2023-02-20 08:03:47', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1154, 3, '2023-02-20 08:07:20', '2023-02-20 08:07:20', '', 'WerkcollegeDocent-jh-20180-hr-scaled', '', 'inherit', 'open', 'closed', '', 'werkcollegedocent-jh-20180-hr-scaled', '', '', '2023-02-20 08:07:20', '2023-02-20 08:07:20', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1155, 3, '2023-02-20 08:09:38', '2023-02-20 08:09:38', '', 'graphic design-min', '', 'inherit', 'open', 'closed', '', 'graphic-design-min', '', '', '2023-02-20 08:09:38', '2023-02-20 08:09:38', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min.webp', 0, 'attachment', 'image/webp', 0),
(1156, 3, '2023-02-20 08:13:19', '2023-02-20 08:13:19', '', '7df963d0d3ae3d75d16d9e23e518b659', '', 'inherit', 'open', 'closed', '', '7df963d0d3ae3d75d16d9e23e518b659', '', '', '2023-02-20 08:13:19', '2023-02-20 08:13:19', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659.jpg', 0, 'attachment', 'image/jpeg', 0),
(1157, 3, '2023-02-20 08:15:28', '2023-02-20 08:15:28', '', 'work-thameswater-01', '', 'inherit', 'open', 'closed', '', 'work-thameswater-01', '', '', '2023-02-20 08:15:28', '2023-02-20 08:15:28', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/work-thameswater-01.jpg', 0, 'attachment', 'image/jpeg', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1158, 3, '2023-02-20 08:27:48', '2023-02-20 08:27:48', '', 'cad-draftsman', '', 'inherit', 'open', 'closed', '', 'cad-draftsman', '', '', '2023-02-20 08:27:48', '2023-02-20 08:27:48', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp', 0, 'attachment', 'image/webp', 0),
(1159, 3, '2023-02-20 08:28:53', '2023-02-20 08:28:53', '', 'print-quality-check', '', 'inherit', 'open', 'closed', '', 'print-quality-check', '', '', '2023-02-20 08:28:53', '2023-02-20 08:28:53', '', 6, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg', 0, 'attachment', 'image/jpeg', 0),
(1160, 3, '2023-02-20 08:28:58', '2023-02-20 08:28:58', 'International Scientific-Practical Conference\nInnovations in Publishing, Printing and Multimedia Technologies\n2021\n\n<a href="http://ippmt.kauko.lt/registration/" role="button">\nREGISTER NOW\n</a>\n\nKAUNAS<b> UNIVERSITY OF APPLIED SCIENCES\n</b><b>FACULTY OF TECHNOLOGIES\n</b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b>\n\nWe kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2021</strong>, which will be held\non <strong>19th-20th of October, 2021</strong>.\n\n<b>CONFERENCE WILL TAKE PLACE</b> at Learning Centre, located in Pramonės pr. 22A–407, LT-50468 Kaunas, Lithuania. Due to exceptional circumstances created by the COVID-19 pandemic, the conference will be held in a hybrid mode. You can attend physically or virtually.\n\n<a href="#register" role="button">\nREGISTRATION\n</a>\n<h3>TOPICS AND AREAS</h3>\n<img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px">\nPrint Media and Multimedia in Science, Studies and Practice\n<img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/2.jpg" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/2.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/2-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px">\n\nApplication of Advanced Technologies and Equipment in the Prepress and Printing Processes\n\n<img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1.jpg" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/1-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px">\n\nPrinting Quality Control Standards: Installation and Management\n\n<img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/4.jpg" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/4.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/4-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px">\n\nComputer-Aided Design and Advertising\n<p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p>\n\n<h3>REGISTRATION</h3>\n<b>CONFERENCE LANGUAGES: </b>English, Russian.\n\n<b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. If presentations submitted in Russian, slides should be in English.\n<h1>Key dates:</h1>\n<ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nDeadline for registration is <b>30 June, 2021.\n</b></a><b>\n </b></li>\n<b>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nSubmission of abstracts with online registration is <b>30 June, 2021\n</b></a><b>\n </b></li>\n<b>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nThe deadline for full paper submission for review and publication – <b>4 July, 2021</b> (by e-mail - konferencija.md@go.kauko.lt)\n</a></li>\n</b></b></ul>\n<b><b>\n<h1>Publications:</h1>\n<ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nConference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2021” ((ISSN 2029-4638).\n</a></li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nAll requirements for abstract and article are available online HERE.\n</a></li>\n</ul>\n<a href="http://ippmt.kauko.lt/registration/" role="button">\nREGISTER NOW\n</a>\n<h3>CONFERENCE FEE</h3>\nConference fee is <b style="font-size: 16px;">40 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.\n\nThe fee has to be paid to the bank account of Kaunas University of Applied Sciences:\n\nCompany code: 111965284\n\nAccount number: LT287300010002229776\n\nBank AB Swedbank\n\nBank code: 73000, SWIFT code: BIC-HABALT22\n\nPayment purpose should include text ‘<b>IPPMT 2021 conference fee</b>’ <b>for ……. (participant’s name and surname)</b>\n\n* The fee does not cover expenses for travelling and accommodation.\n<h3>CONTACT</h3>\n<h1>Contact information</h1>\n<strong>Kaunas University of Applied Sciences\n</strong><strong>Faculty of Technologies\nDepartment of Media Technologies</strong>\nPramonės pr. 20, LT-50468 Kaunas, Lithuania\n<strong>Contact person</strong>\nViktorija Marcinkevičienė\nE-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a>\nE-mail: <a href="mailto:viktorija.marcinkeviciene@go.kauko.lt">viktorija.marcinkeviciene@go.kauko.lt</a>\nTel. +370 600 33 074\n<h4>Don\'t miss out a conference</h4>\n<a href="http://ippmt.kauko.lt/registration/" role="button">\nREGISTER NOW\n</a>\n\n</b></b>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:28:58', '2023-02-20 08:28:58', '', 6, 'http://ippmt.kauko.lt/?p=1160', 0, 'revision', '', 0),
(1161, 3, '2023-02-20 08:28:58', '2023-02-20 08:28:58', 'International Scientific-Practical Conference\nInnovations in Publishing, Printing and Multimedia Technologies\n2021\n\n<a href="http://ippmt.kauko.lt/registration/" role="button">\nREGISTER NOW\n</a>\n\nKAUNAS<b> UNIVERSITY OF APPLIED SCIENCES\n</b><b>FACULTY OF TECHNOLOGIES\n</b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b>\n\nWe kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2021</strong>, which will be held\non <strong>19th-20th of October, 2021</strong>.\n\n<b>CONFERENCE WILL TAKE PLACE</b> at Learning Centre, located in Pramonės pr. 22A–407, LT-50468 Kaunas, Lithuania. Due to exceptional circumstances created by the COVID-19 pandemic, the conference will be held in a hybrid mode. You can attend physically or virtually.\n\n<a href="#register" role="button">\nREGISTRATION\n</a>\n<h3>TOPICS AND AREAS</h3>\n<img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px">\nPrint Media and Multimedia in Science, Studies and Practice\n<img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/2.jpg" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/2.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/2-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px">\n\nApplication of Advanced Technologies and Equipment in the Prepress and Printing Processes\n\n<img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1.jpg" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/1.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/1-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px">\n\nPrinting Quality Control Standards: Installation and Management\n\n<img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/4.jpg" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/4.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/4-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px">\n\nComputer-Aided Design and Advertising\n<p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p>\n\n<h3>REGISTRATION</h3>\n<b>CONFERENCE LANGUAGES: </b>English, Russian.\n\n<b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. If presentations submitted in Russian, slides should be in English.\n<h1>Key dates:</h1>\n<ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nDeadline for registration is <b>30 June, 2021.\n</b></a><b>\n </b></li>\n<b>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nSubmission of abstracts with online registration is <b>30 June, 2021\n</b></a><b>\n </b></li>\n<b>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nThe deadline for full paper submission for review and publication – <b>4 July, 2021</b> (by e-mail - konferencija.md@go.kauko.lt)\n</a></li>\n</b></b></ul>\n<b><b>\n<h1>Publications:</h1>\n<ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nConference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2021” ((ISSN 2029-4638).\n</a></li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\nAll requirements for abstract and article are available online HERE.\n</a></li>\n</ul>\n<a href="http://ippmt.kauko.lt/registration/" role="button">\nREGISTER NOW\n</a>\n<h3>CONFERENCE FEE</h3>\nConference fee is <b style="font-size: 16px;">40 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.\n\nThe fee has to be paid to the bank account of Kaunas University of Applied Sciences:\n\nCompany code: 111965284\n\nAccount number: LT287300010002229776\n\nBank AB Swedbank\n\nBank code: 73000, SWIFT code: BIC-HABALT22\n\nPayment purpose should include text ‘<b>IPPMT 2021 conference fee</b>’ <b>for ……. (participant’s name and surname)</b>\n\n* The fee does not cover expenses for travelling and accommodation.\n<h3>CONTACT</h3>\n<h1>Contact information</h1>\n<strong>Kaunas University of Applied Sciences\n</strong><strong>Faculty of Technologies\nDepartment of Media Technologies</strong>\nPramonės pr. 20, LT-50468 Kaunas, Lithuania\n<strong>Contact person</strong>\nViktorija Marcinkevičienė\nE-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a>\nE-mail: <a href="mailto:viktorija.marcinkeviciene@go.kauko.lt">viktorija.marcinkeviciene@go.kauko.lt</a>\nTel. +370 600 33 074\n<h4>Don\'t miss out a conference</h4>\n<a href="http://ippmt.kauko.lt/registration/" role="button">\nREGISTER NOW\n</a>\n\n</b></b>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:28:58', '2023-02-20 08:28:58', '', 6, 'http://ippmt.kauko.lt/?p=1161', 0, 'revision', '', 0),
(1162, 3, '2023-02-20 08:28:59', '2023-02-20 08:28:59', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:28:59', '2023-02-20 08:28:59', '', 6, 'http://ippmt.kauko.lt/?p=1162', 0, 'revision', '', 0),
(1164, 3, '2023-02-20 08:32:24', '2023-02-20 08:32:24', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:32:24', '2023-02-20 08:32:24', '', 6, 'http://ippmt.kauko.lt/?p=1164', 0, 'revision', '', 0),
(1165, 3, '2023-02-20 08:32:24', '2023-02-20 08:32:24', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:32:24', '2023-02-20 08:32:24', '', 6, 'http://ippmt.kauko.lt/?p=1165', 0, 'revision', '', 0),
(1166, 3, '2023-02-20 08:32:24', '2023-02-20 08:32:24', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:32:24', '2023-02-20 08:32:24', '', 6, 'http://ippmt.kauko.lt/?p=1166', 0, 'revision', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1167, 3, '2023-02-20 08:33:13', '2023-02-20 08:33:13', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:33:13', '2023-02-20 08:33:13', '', 6, 'http://ippmt.kauko.lt/?p=1167', 0, 'revision', '', 0),
(1168, 3, '2023-02-20 08:33:13', '2023-02-20 08:33:13', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:33:13', '2023-02-20 08:33:13', '', 6, 'http://ippmt.kauko.lt/?p=1168', 0, 'revision', '', 0),
(1169, 3, '2023-02-20 08:33:13', '2023-02-20 08:33:13', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:33:13', '2023-02-20 08:33:13', '', 6, 'http://ippmt.kauko.lt/?p=1169', 0, 'revision', '', 0),
(1170, 3, '2023-02-20 08:36:18', '2023-02-20 08:36:18', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong> or <strong>Russian. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx">Download Requirements for articles 2021</a></li></ul> \n <img width="884" height="1030" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png 884w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-257x300.png 257w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-768x895.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-879x1024.png 879w" sizes="(max-width: 884px) 100vw, 884px" /> \n <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdbAK5TKxmrhq9I2X9vvScwUaCyDKv-5OwbVek2MF0lid_BhQ/viewform?embedded=true" width="560" height="1990" frameborder="0" marginwidth="0" marginheight="0">Įkeliama…</iframe><h2>Accommodation</h2>\nWe kindly recommend you to make reservations in one of the hotels:\n<ul>\n <li> <a style="color: #008080;" href="http://santakahotel.eu/LT/Kaunas" target="_blank" rel="noopener noreferrer">Best Western Santaka</a> </li>\n <li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener noreferrer">Radisson Hotel Kaunas</a> </li>\n <li> <a style="color: #008080;" href="http://applehotel.lt" target="_blank" rel="noopener noreferrer">Apple Economy Hotel</a><b></b><i></i><u></u></li>\n</ul>\n<h2>Useful links</h2>\n<ul>\n <li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener noreferrer">Maps</a></li>\n <li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener noreferrer">Kaunas College website</a></li>\n</ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:36:18', '2023-02-20 08:36:18', '', 11, 'http://ippmt.kauko.lt/?p=1170', 0, 'revision', '', 0),
(1171, 3, '2023-02-20 08:36:18', '2023-02-20 08:36:18', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong> or <strong>Russian. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx">Download Requirements for articles 2021</a></li></ul> \n <img width="884" height="1030" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png" alt="" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png 884w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-257x300.png 257w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-768x895.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-879x1024.png 879w" sizes="(max-width: 884px) 100vw, 884px" /> \n <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdbAK5TKxmrhq9I2X9vvScwUaCyDKv-5OwbVek2MF0lid_BhQ/viewform?embedded=true" width="560" height="1990" frameborder="0" marginwidth="0" marginheight="0">Įkeliama…</iframe><h2>Accommodation</h2>\nWe kindly recommend you to make reservations in one of the hotels:\n<ul>\n <li> <a style="color: #008080;" href="http://santakahotel.eu/LT/Kaunas" target="_blank" rel="noopener noreferrer">Best Western Santaka</a> </li>\n <li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener noreferrer">Radisson Hotel Kaunas</a> </li>\n <li> <a style="color: #008080;" href="http://applehotel.lt" target="_blank" rel="noopener noreferrer">Apple Economy Hotel</a><b></b><i></i><u></u></li>\n</ul>\n<h2>Useful links</h2>\n<ul>\n <li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener noreferrer">Maps</a></li>\n <li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener noreferrer">Kaunas College website</a></li>\n</ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:36:18', '2023-02-20 08:36:18', '', 11, 'http://ippmt.kauko.lt/?p=1171', 0, 'revision', '', 0),
(1172, 3, '2023-02-20 08:36:18', '2023-02-20 08:36:18', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx">Download Requirements for articles 202</a>3</li></ul> \n <img width="884" height="1030" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png 884w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-257x300.png 257w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-768x895.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-879x1024.png 879w" sizes="(max-width: 884px) 100vw, 884px" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2>\nWe kindly recommend you to make reservations in one of the hotels:\n<ul>\n <li> <a style="color: #008080;" href="http://santakahotel.eu/LT/Kaunas" target="_blank" rel="noopener">Best Western Santaka</a> </li>\n <li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li>\n <li> <a style="color: #008080;" href="http://applehotel.lt" target="_blank" rel="noopener">Apple Economy Hotel</a><b></b><i></i><u></u></li>\n</ul>\n<h2>Useful links</h2>\n<ul>\n <li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li>\n <li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li>\n</ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:36:18', '2023-02-20 08:36:18', '', 11, 'http://ippmt.kauko.lt/?p=1172', 0, 'revision', '', 0),
(1173, 3, '2023-02-20 08:36:36', '2023-02-20 08:36:36', '', 'Be pavadinimo', '', 'inherit', 'open', 'closed', '', 'be-pavadinimo', '', '', '2023-02-20 08:36:36', '2023-02-20 08:36:36', '', 11, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png', 0, 'attachment', 'image/png', 0),
(1174, 3, '2023-02-20 08:36:49', '2023-02-20 08:36:49', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx">Download Requirements for articles 202</a>3</li></ul> \n <img width="884" height="1030" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png 884w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-257x300.png 257w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-768x895.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-879x1024.png 879w" sizes="(max-width: 884px) 100vw, 884px" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2>\nWe kindly recommend you to make reservations in one of the hotels:\n<ul>\n <li> <a style="color: #008080;" href="http://santakahotel.eu/LT/Kaunas" target="_blank" rel="noopener">Best Western Santaka</a> </li>\n <li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li>\n <li> <a style="color: #008080;" href="http://applehotel.lt" target="_blank" rel="noopener">Apple Economy Hotel</a><b></b><i></i><u></u></li>\n</ul>\n<h2>Useful links</h2>\n<ul>\n <li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li>\n <li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li>\n</ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:36:49', '2023-02-20 08:36:49', '', 11, 'http://ippmt.kauko.lt/?p=1174', 0, 'revision', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1175, 3, '2023-02-20 08:36:49', '2023-02-20 08:36:49', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx">Download Requirements for articles 202</a>3</li></ul> \n <img width="884" height="1030" src="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme.png 884w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-257x300.png 257w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-768x895.png 768w, http://ippmt.kauko.lt/wp-content/uploads/2019/10/scheme-879x1024.png 879w" sizes="(max-width: 884px) 100vw, 884px" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2>\nWe kindly recommend you to make reservations in one of the hotels:\n<ul>\n <li> <a style="color: #008080;" href="http://santakahotel.eu/LT/Kaunas" target="_blank" rel="noopener">Best Western Santaka</a> </li>\n <li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li>\n <li> <a style="color: #008080;" href="http://applehotel.lt" target="_blank" rel="noopener">Apple Economy Hotel</a><b></b><i></i><u></u></li>\n</ul>\n<h2>Useful links</h2>\n<ul>\n <li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li>\n <li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li>\n</ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:36:49', '2023-02-20 08:36:49', '', 11, 'http://ippmt.kauko.lt/?p=1175', 0, 'revision', '', 0),
(1176, 3, '2023-02-20 08:36:49', '2023-02-20 08:36:49', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx">Download Requirements for articles 202</a>3</li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2>\nWe kindly recommend you to make reservations in one of the hotels:\n<ul>\n <li> <a style="color: #008080;" href="http://santakahotel.eu/LT/Kaunas" target="_blank" rel="noopener">Best Western Santaka</a> </li>\n <li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li>\n <li> <a style="color: #008080;" href="http://applehotel.lt" target="_blank" rel="noopener">Apple Economy Hotel</a><b></b><i></i><u></u></li>\n</ul>\n<h2>Useful links</h2>\n<ul>\n <li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li>\n <li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li>\n</ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:36:49', '2023-02-20 08:36:49', '', 11, 'http://ippmt.kauko.lt/?p=1176', 0, 'revision', '', 0),
(1177, 3, '2023-02-20 08:37:19', '2023-02-20 08:37:19', '', 'IPPMT-abstract-template_2023', '', 'inherit', 'open', 'closed', '', 'ippmt-abstract-template_2023', '', '', '2023-02-20 08:37:19', '2023-02-20 08:37:19', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0),
(1178, 3, '2023-02-20 08:37:33', '2023-02-20 08:37:33', '', 'Requirements_for_articles_2023', '', 'inherit', 'open', 'closed', '', 'requirements_for_articles_2023', '', '', '2023-02-20 08:37:33', '2023-02-20 08:37:33', '', 0, 'http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx', 0, 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0),
(1180, 3, '2023-02-20 08:41:23', '2023-02-20 08:41:23', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx">Download Requirements for articles 202</a>3</li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2>\nWe kindly recommend you to make reservations in one of the hotels:\n<ul>\n <li> <a style="color: #008080;" href="http://santakahotel.eu/LT/Kaunas" target="_blank" rel="noopener">Best Western Santaka</a> </li>\n <li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li>\n <li> <a style="color: #008080;" href="http://applehotel.lt" target="_blank" rel="noopener">Apple Economy Hotel</a><b></b><i></i><u></u></li>\n</ul>\n<h2>Useful links</h2>\n<ul>\n <li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li>\n <li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li>\n</ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:41:23', '2023-02-20 08:41:23', '', 11, 'http://ippmt.kauko.lt/?p=1180', 0, 'revision', '', 0),
(1181, 3, '2023-02-20 08:41:23', '2023-02-20 08:41:23', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/abstract.pdf">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/10/Requirements-for-articles-2020.docx">Download Requirements for articles 202</a>3</li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2>\nWe kindly recommend you to make reservations in one of the hotels:\n<ul>\n <li> <a style="color: #008080;" href="http://santakahotel.eu/LT/Kaunas" target="_blank" rel="noopener">Best Western Santaka</a> </li>\n <li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li>\n <li> <a style="color: #008080;" href="http://applehotel.lt" target="_blank" rel="noopener">Apple Economy Hotel</a><b></b><i></i><u></u></li>\n</ul>\n<h2>Useful links</h2>\n<ul>\n <li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li>\n <li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li>\n</ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:41:23', '2023-02-20 08:41:23', '', 11, 'http://ippmt.kauko.lt/?p=1181', 0, 'revision', '', 0),
(1182, 3, '2023-02-20 08:41:23', '2023-02-20 08:41:23', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx">Download Requirements for articles 2023</a></li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2><p>We kindly recommend you to make reservations in one of the hotels:</p><ul><li> <a href="http://www.kaunashotel.lt/">Kaunas Hotel</a></li><li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li><li> <a href="https://www.booking.com/hotel/lt/moxy-kaunas.lt.html">Moxy Kaunas Center Hotel</a><u></u></li></ul><h2>Useful links</h2><ul><li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li><li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li></ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:41:23', '2023-02-20 08:41:23', '', 11, 'http://ippmt.kauko.lt/?p=1182', 0, 'revision', '', 0),
(1183, 3, '2023-02-20 08:41:46', '2023-02-20 08:41:46', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx">Download Requirements for articles 2023</a></li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2><p>We kindly recommend you to make reservations in one of the hotels:</p><ul><li> <a href="http://www.kaunashotel.lt/">Kaunas Hotel</a></li><li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li><li> <a href="https://www.booking.com/hotel/lt/moxy-kaunas.lt.html">Moxy Kaunas Center Hotel</a><u></u></li></ul><h2>Useful links</h2><ul><li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li><li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li></ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:41:46', '2023-02-20 08:41:46', '', 11, 'http://ippmt.kauko.lt/?p=1183', 0, 'revision', '', 0),
(1184, 3, '2023-02-20 08:41:46', '2023-02-20 08:41:46', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx">Download Requirements for articles 2023</a></li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2><p>We kindly recommend you to make reservations in one of the hotels:</p><ul><li> <a href="http://www.kaunashotel.lt/">Kaunas Hotel</a></li><li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li><li> <a href="https://www.booking.com/hotel/lt/moxy-kaunas.lt.html">Moxy Kaunas Center Hotel</a><u></u></li></ul><h2>Useful links</h2><ul><li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li><li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li></ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:41:46', '2023-02-20 08:41:46', '', 11, 'http://ippmt.kauko.lt/?p=1184', 0, 'revision', '', 0),
(1185, 3, '2023-02-20 08:41:46', '2023-02-20 08:41:46', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx">Download Requirements for articles 2023</a></li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2><p>We kindly recommend you to make reservations in one of the hotels:</p><ul><li> <a href="http://www.kaunashotel.lt/">Kaunas Hotel</a></li><li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li><li> <a href="https://www.booking.com/hotel/lt/moxy-kaunas.lt.html">Moxy Kaunas Center Hotel</a><u></u></li></ul><h2>Useful links</h2><ul><li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li><li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li></ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:41:46', '2023-02-20 08:41:46', '', 11, 'http://ippmt.kauko.lt/?p=1185', 0, 'revision', '', 0),
(1187, 3, '2023-02-20 08:44:43', '2023-02-20 08:44:43', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx">Download Requirements for articles 2023</a></li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2><p>We kindly recommend you to make reservations in one of the hotels:</p><ul><li> <a href="http://www.kaunashotel.lt/">Kaunas Hotel</a></li><li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li><li> <a href="https://www.booking.com/hotel/lt/moxy-kaunas.lt.html">Moxy Kaunas Center Hotel</a><u></u></li></ul><h2>Useful links</h2><ul><li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li><li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li></ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:44:43', '2023-02-20 08:44:43', '', 11, 'http://ippmt.kauko.lt/?p=1187', 0, 'revision', '', 0),
(1188, 3, '2023-02-20 08:44:43', '2023-02-20 08:44:43', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2><p>Conference abstracts should be no more than 1200 symbols, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx">Abstract template</a></li></ul><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p><p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><ul><li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li><li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx">Download Requirements for articles 2023</a></li></ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2><p>We kindly recommend you to make reservations in one of the hotels:</p><ul><li> <a href="http://www.kaunashotel.lt/">Kaunas Hotel</a></li><li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li><li> <a href="https://www.booking.com/hotel/lt/moxy-kaunas.lt.html">Moxy Kaunas Center Hotel</a><u></u></li></ul><h2>Useful links</h2><ul><li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li><li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li></ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:44:43', '2023-02-20 08:44:43', '', 11, 'http://ippmt.kauko.lt/?p=1188', 0, 'revision', '', 0),
(1189, 3, '2023-02-20 08:44:43', '2023-02-20 08:44:43', '<p>REGISTRATION</p><h2>Requirements for the abstracts and papers</h2>\n<p>Conference abstracts should be 300-500 words, written in <em>English</em>. Please submit your abstract prepared following the given template using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong> konferencija.md@go.kauko.lt</strong></a></p>\n<ul>\n<li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/IPPMT-abstract-template_2023.docx">Abstract template</a></li>\n</ul>\n<p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.<b></b><i></i><u></u></p>\n<p>Conference papers should be written in <strong>English</strong><strong>. </strong>Authors should submit a paper up to 5-8 pages in A5 format. Reference list should be formatted in APA style. Please submit your paper prepared following the given instructions using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p>\n<ul>\n<li><a style="color: #008080;" href="http://ippmt.kauko.lt/paper-requirements/">Full paper formatting requirements</a></li>\n<li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">Reference list template (APA)</a></li>\n<li><a style="color: #008080;" href="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Requirements_for_articles_2023.docx">Download Requirements for articles 2023</a></li>\n</ul> \n <img width="295" height="230" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/Be-pavadinimo.png" alt="" loading="lazy" /> \n <h3><a href="https://forms.gle/VphA7JmALiUzbeD47">REGISTRATION HERE</a></h3> \n <h2>Accommodation</h2><p>We kindly recommend you to make reservations in one of the hotels:</p><ul><li> <a href="http://www.kaunashotel.lt/">Kaunas Hotel</a></li><li> <a style="color: #008080;" href="http://www.parkinn.com/hotel-kaunas" target="_blank" rel="noopener">Radisson Hotel Kaunas</a> </li><li> <a href="https://www.booking.com/hotel/lt/moxy-kaunas.lt.html">Moxy Kaunas Center Hotel</a><u></u></li></ul><h2>Useful links</h2><ul><li><a style="color: #008080;" href="http://www.maps.lt/map/" target="_blank" rel="noopener">Maps</a></li><li><a style="color: #008080;" href="https://www.kaunokolegija.lt/en/" target="_blank" rel="noopener">Kaunas College website</a></li></ul>', 'Registration', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2023-02-20 08:44:43', '2023-02-20 08:44:43', '', 11, 'http://ippmt.kauko.lt/?p=1189', 0, 'revision', '', 0),
(1190, 3, '2023-02-20 08:44:48', '2023-02-20 08:44:48', '<p>PAPER REQUIREMENTS</p><h2>Paper formatting requirements</h2><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.</p><p>Electronic documents should be in an electronic version Microsoft Word. Papers will be published in English or Russian. If scientific paper submitted in Russian, abstract should be available in English. The abstract should not exceed 1200 print marks.</p><p>Please submit it using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><p>Please submit your paper using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a> and prepared according to the given instructions:</p><ul><li>Electronic documents should be in an electronic version Microsoft Word only.</li><li>Papers will be published in English or Russian. If scientific paper submitted in Russian, abstract should be available in English.</li><li>Original full paper up to 5–8 printed pages (A5).</li><li>All margins: 2 cm</li><li>Times New Roman</li><li>Single-spaced</li><li>Reference list should be formatted in APA style (<a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">example</a>).</li></ul><h2>Fonts</h2><table><tbody><tr style="border-bottom: 1px solid black;"><td> </td><td style="padding: 5px; text-align: center;"><strong><em> Font,<br />pt</em></strong></td><td><strong><em>Style</em></strong></td></tr><tr><td><strong>Title</strong></td><td>12</td><td>Bold</td></tr><tr><td><strong>Authors</strong></td><td>10</td><td>Bold</td></tr><tr><td><em>Institution</em></td><td>10</td><td>Italic</td></tr><tr><td>Body text</td><td>10</td><td>Normal</td></tr><tr><td>Text in table</td><td>10</td><td>Normal</td></tr><tr><td>References</td><td>10</td><td>Normal</td></tr><tr><td><em>Keywords</em></td><td>10</td><td>Italic</td></tr><tr><td><em>Title of the figures</em></td><td>10</td><td>Italic</td></tr><tr><td><em>Title of the tables</em></td><td>10</td><td>Italic</td></tr></tbody></table><p> </p>', 'Paper requirements', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2023-02-20 08:44:48', '2023-02-20 08:44:48', '', 94, 'http://ippmt.kauko.lt/?p=1190', 0, 'revision', '', 0),
(1191, 3, '2023-02-20 08:44:48', '2023-02-20 08:44:48', '<p>PAPER REQUIREMENTS</p><h2>Paper formatting requirements</h2><p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.</p><p>Electronic documents should be in an electronic version Microsoft Word. Papers will be published in English or Russian. If scientific paper submitted in Russian, abstract should be available in English. The abstract should not exceed 1200 print marks.</p><p>Please submit it using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p><p>Please submit your paper using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a> and prepared according to the given instructions:</p><ul><li>Electronic documents should be in an electronic version Microsoft Word only.</li><li>Papers will be published in English or Russian. If scientific paper submitted in Russian, abstract should be available in English.</li><li>Original full paper up to 5–8 printed pages (A5).</li><li>All margins: 2 cm</li><li>Times New Roman</li><li>Single-spaced</li><li>Reference list should be formatted in APA style (<a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">example</a>).</li></ul><h2>Fonts</h2><table><tbody><tr style="border-bottom: 1px solid black;"><td> </td><td style="padding: 5px; text-align: center;"><strong><em> Font,<br />pt</em></strong></td><td><strong><em>Style</em></strong></td></tr><tr><td><strong>Title</strong></td><td>12</td><td>Bold</td></tr><tr><td><strong>Authors</strong></td><td>10</td><td>Bold</td></tr><tr><td><em>Institution</em></td><td>10</td><td>Italic</td></tr><tr><td>Body text</td><td>10</td><td>Normal</td></tr><tr><td>Text in table</td><td>10</td><td>Normal</td></tr><tr><td>References</td><td>10</td><td>Normal</td></tr><tr><td><em>Keywords</em></td><td>10</td><td>Italic</td></tr><tr><td><em>Title of the figures</em></td><td>10</td><td>Italic</td></tr><tr><td><em>Title of the tables</em></td><td>10</td><td>Italic</td></tr></tbody></table><p> </p>', 'Paper requirements', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2023-02-20 08:44:48', '2023-02-20 08:44:48', '', 94, 'http://ippmt.kauko.lt/?p=1191', 0, 'revision', '', 0),
(1192, 3, '2023-02-20 08:44:48', '2023-02-20 08:44:48', '<p>PAPER REQUIREMENTS</p><h2>Paper formatting requirements</h2>\n<p>All accepted papers will be published in the conference proceedings before the conference starts and will be included the registered publication system.</p>\n<p>Electronic documents should be in an electronic version Microsoft Word. Papers will be published in English. The abstract should not exceed 300-500 words.</p>\n<p>Please submit it using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a></p>\n<p>Please submit your paper using email to <a href="mailto:konferencija.md@go.kauko.lt"><strong>konferencija.md@go.kauko.lt</strong></a> and prepared according to the given instructions:</p>\n<ul>\n<li>Electronic documents should be in an electronic version Microsoft Word only.</li>\n<li>Papers will be published in English.</li>\n<li>Original full paper up to 5–8 printed pages (A5).</li>\n<li>All margins: 2 cm</li>\n<li>Times New Roman</li>\n<li>Single-spaced</li>\n<li>Reference list should be formatted in APA style (<a href="http://ippmt.kauko.lt/wp-content/uploads/2019/07/Eng-APA.pdf">example</a>).</li>\n</ul><h2>Fonts</h2><table><tbody><tr style="border-bottom: 1px solid black;"><td> </td><td style="padding: 5px; text-align: center;"><strong><em> Font,<br />pt</em></strong></td><td><strong><em>Style</em></strong></td></tr><tr><td><strong>Title</strong></td><td>12</td><td>Bold</td></tr><tr><td><strong>Authors</strong></td><td>10</td><td>Bold</td></tr><tr><td><em>Institution</em></td><td>10</td><td>Italic</td></tr><tr><td>Body text</td><td>10</td><td>Normal</td></tr><tr><td>Text in table</td><td>10</td><td>Normal</td></tr><tr><td>References</td><td>10</td><td>Normal</td></tr><tr><td><em>Keywords</em></td><td>10</td><td>Italic</td></tr><tr><td><em>Title of the figures</em></td><td>10</td><td>Italic</td></tr><tr><td><em>Title of the tables</em></td><td>10</td><td>Italic</td></tr></tbody></table><p> </p>', 'Paper requirements', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2023-02-20 08:44:48', '2023-02-20 08:44:48', '', 94, 'http://ippmt.kauko.lt/?p=1192', 0, 'revision', '', 0),
(1193, 3, '2023-02-20 08:46:16', '2023-02-20 08:46:16', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:46:16', '2023-02-20 08:46:16', '', 6, 'http://ippmt.kauko.lt/?p=1193', 0, 'revision', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1194, 3, '2023-02-20 08:46:16', '2023-02-20 08:46:16', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:46:16', '2023-02-20 08:46:16', '', 6, 'http://ippmt.kauko.lt/?p=1194', 0, 'revision', '', 0),
(1195, 3, '2023-02-20 08:46:16', '2023-02-20 08:46:16', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 08:46:16', '2023-02-20 08:46:16', '', 6, 'http://ippmt.kauko.lt/?p=1195', 0, 'revision', '', 0),
(1197, 3, '2023-02-20 09:00:25', '2023-02-20 09:00:25', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili<i>(Warsaw University of Technology, Poland)</i>Ph.D. Professor Halina Podsiadlo<i>(Warsaw University of Technology, Poland)</i>Ph.D. Associate Professor Adem Ayten<i>(Istanbul Aydin University, Turkey)</i>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<i>(Minsk State Higher Radiotechnical College, Belarus)</i>Ph.D. Associate Professor Kęstutis Vaitasius<i>(Kaunas University of Technology, Lithuania)</i>Ph.D. Professor Rimas Maskeliūnas<i>(Vilnius Gediminas Technical University, Lithuania)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Mehmet Oguz<i>(Marmara University, Applied Sciences School, Turkey)</i>Ph.D. Associate Professor Vilma Morkūnienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Svetlana Havenko<i>(Ukrainean Academy of Printing, Ukraine)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Daiva Sajek<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i> <h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. V. Morkūnienė</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Grikšienė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>M. Fiodorov</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li></ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-02-20 09:00:25', '2023-02-20 09:00:25', '', 8, 'http://ippmt.kauko.lt/?p=1197', 0, 'revision', '', 0),
(1198, 3, '2023-02-20 09:00:25', '2023-02-20 09:00:25', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili<i>(Warsaw University of Technology, Poland)</i>Ph.D. Professor Halina Podsiadlo<i>(Warsaw University of Technology, Poland)</i>Ph.D. Associate Professor Adem Ayten<i>(Istanbul Aydin University, Turkey)</i>Ph.D. Associate Professor Sergej Nikolaevich Ankuda<i>(Minsk State Higher Radiotechnical College, Belarus)</i>Ph.D. Associate Professor Kęstutis Vaitasius<i>(Kaunas University of Technology, Lithuania)</i>Ph.D. Professor Rimas Maskeliūnas<i>(Vilnius Gediminas Technical University, Lithuania)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Mehmet Oguz<i>(Marmara University, Applied Sciences School, Turkey)</i>Ph.D. Associate Professor Vilma Morkūnienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Svetlana Havenko<i>(Ukrainean Academy of Printing, Ukraine)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Daiva Sajek<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i> <h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. V. Morkūnienė</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Grikšienė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>M. Fiodorov</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li></ul><h2>CONFERENCE ORGANIZERS</h2><p><strong>Kaunas University of Applied Sciences</strong><br />Department of Media Technologies</p><p><strong>Moscow State University of Printing Arts</strong></p><p><strong>Warsaw University of Technology<br />Zakład Technologii Poligraficznych Instytutu Mechaniki i Poligrafii</strong></p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-02-20 09:00:25', '2023-02-20 09:00:25', '', 8, 'http://ippmt.kauko.lt/?p=1198', 0, 'revision', '', 0),
(1199, 3, '2023-02-20 09:00:25', '2023-02-20 09:00:25', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili<i>(Warsaw University of Technology, Poland)</i>Ph.D. Professor Kenneth Macro<i>(California Polytechnic State University, USA)</i>Ph.D. Professor Gunter Huebner<i>(Stuttgart Media University, Germany)</i>Ph.D. Associate Professor Martin Habekost<i>(Toronto Metropolitan University, Canada)</i>Ph.D. Associate Professor Anastasios Politis<i>(West Atica University, Greece)</i>Ph.D. Associate Professor Adem Ayten<i>(Istanbul Aydin University, Turkey)</i>Ph.D. Associate Professor Kevin Howel<i>(Appalachian State University, USA)</i>Ph.D. Associate Professor Kęstutis Vaitasius<i>(Kaunas University of Technology, Lithuania)</i>Ph.D. Professor Rimas Maskeliūnas<i>(Vilnius Tech, Lithuania)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Mehmet Oguz<i>(Marmara University, Applied Sciences School, Turkey)</i>Ph.D. Associate Professor Svetlana Havenko<i>(Ukrainean Academy of Printing, Ukraine)</i>Ph.D. Associate Professor Daiva Sajek<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Pedro Matos<i>(Polytechnic Institute of Portalegre, Portugal)</i><h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Numavičė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>D. Repečka</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li><li>I. Venslovienė</li></ul> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-02-20 09:00:25', '2023-02-20 09:00:25', '', 8, 'http://ippmt.kauko.lt/?p=1199', 0, 'revision', '', 0),
(1200, 3, '2023-02-20 09:05:45', '2023-02-20 09:05:45', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 09:05:45', '2023-02-20 09:05:45', '', 6, 'http://ippmt.kauko.lt/?p=1200', 0, 'revision', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1201, 3, '2023-02-20 09:05:45', '2023-02-20 09:05:45', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27th of April, 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGES: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication fee.</p><p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation.</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 09:05:45', '2023-02-20 09:05:45', '', 6, 'http://ippmt.kauko.lt/?p=1201', 0, 'revision', '', 0),
(1202, 3, '2023-02-20 09:05:46', '2023-02-20 09:05:46', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27 April 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGE: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Tthe Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for the abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n<p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication.</p>\n<p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p>\n<p>Company code: 111965284</p>\n<p>Account number: LT287300010002229776</p>\n<p>Bank AB Swedbank</p>\n<p>Bank code: 73000, SWIFT code: BIC-HABALT22</p>\n<p>Payment purpose should include the text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p>\n<p>* The fee does not cover expenses for travelling and accommodation</p>\n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 09:05:46', '2023-02-20 09:05:46', '', 6, 'http://ippmt.kauko.lt/?p=1202', 0, 'revision', '', 0),
(1204, 3, '2023-02-20 10:48:15', '2023-02-20 10:48:15', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27 April 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGE: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Tthe Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for the abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n<p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication.</p>\n<p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p>\n<p>Company code: 111965284</p>\n<p>Account number: LT287300010002229776</p>\n<p>Bank AB Swedbank</p>\n<p>Bank code: 73000, SWIFT code: BIC-HABALT22</p>\n<p>Payment purpose should include the text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p>\n<p>* The fee does not cover expenses for travelling and accommodation</p>\n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 10:48:15', '2023-02-20 10:48:15', '', 6, 'http://ippmt.kauko.lt/?p=1204', 0, 'revision', '', 0),
(1205, 3, '2023-02-20 10:48:15', '2023-02-20 10:48:15', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p>KAUNAS<b> UNIVERSITY OF APPLIED SCIENCES<br /></b><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27 April 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p><p> </p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p> \n <img width="1024" height="694" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-300x203.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/filming-for-a-music-video-today_t20_7l9AvN-1024x694-1-768x521.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Video and audio technology, film making</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGE: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March, 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April, 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Tthe Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” ((ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for the abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n<p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication.</p>\n<p>The fee has to be paid to the bank account of Kaunas University of Applied Sciences:</p>\n<p>Company code: 111965284</p>\n<p>Account number: LT287300010002229776</p>\n<p>Bank AB Swedbank</p>\n<p>Bank code: 73000, SWIFT code: BIC-HABALT22</p>\n<p>Payment purpose should include the text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p>\n<p>* The fee does not cover expenses for travelling and accommodation</p>\n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n<h1><br></h1>\n<p><strong>Kaunas University of Applied Sciences<br></strong><strong>Faculty of Technologies<br>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 600 33 074</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 10:48:15', '2023-02-20 10:48:15', '', 6, 'http://ippmt.kauko.lt/?p=1205', 0, 'revision', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1206, 3, '2023-02-20 10:48:15', '2023-02-20 10:48:15', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION</strong><br /><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27 April 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, television, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGE: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” (ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for the abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication.</p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include the text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n <p></p>\n<p><strong>Kauno kolegija Higher Education Institution</strong></p>\n<p><strong>Faculty of Technologies</strong><br><strong>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 675 06 789</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 10:48:15', '2023-02-20 10:48:15', '', 6, 'http://ippmt.kauko.lt/?p=1206', 0, 'revision', '', 0),
(1207, 3, '2023-02-20 10:49:20', '2023-02-20 10:49:20', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION</strong><br /><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27 April 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, television, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGE: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” (ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for the abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication.</p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include the text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n <p></p>\n<p><strong>Kauno kolegija Higher Education Institution</strong></p>\n<p><strong>Faculty of Technologies</strong><br><strong>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 675 06 789</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 10:49:20', '2023-02-20 10:49:20', '', 6, 'http://ippmt.kauko.lt/?p=1207', 0, 'revision', '', 0),
(1208, 3, '2023-02-20 10:49:20', '2023-02-20 10:49:20', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION</strong><br /><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27 April 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, television, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGE: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” (ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for the abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication.</p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include the text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n <p></p>\n<p><strong>Kauno kolegija Higher Education Institution</strong></p>\n<p><strong>Faculty of Technologies</strong><br><strong>Department of Media Technologies</strong><br>Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br><strong>Contact person</strong><br>Renata Gudaitienė<br>E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br>E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br>Tel. +370 675 06 789</p>\n \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 10:49:20', '2023-02-20 10:49:20', '', 6, 'http://ippmt.kauko.lt/?p=1208', 0, 'revision', '', 0),
(1209, 3, '2023-02-20 10:49:20', '2023-02-20 10:49:20', '<p>International Scientific-Practical Conference<br />Innovations in Publishing, Printing and Multimedia Technologies<br />2023</p> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <p><strong>KAUNO KOLEGIJA HIGHER EDUCATION INSTITUTION</strong><br /><b>FACULTY OF TECHNOLOGIES<br /></b><b>DEPARTMENT OF MEDIA TECHNOLOGIES</b></p><p>We kindly invite you to participate in the scientific-practical conference <strong>INNOVATIONS IN PUBLISHING, PRINTING AND MULTIMEDIA TECHNOLOGIES 2023</strong>, which will be held<br />on <b>26-27 April 2023.</b></p><p><b>CONFERENCE WILL TAKE PLACE</b> in Pramonės pr. 22, LT-50468 Kaunas, Lithuania. The conference will be held in a hybrid mode. You can attend physically or virtually.</p> \n <a href="https://forms.gle/VT8FDwYyjnixYQVC9" role="button">\n REGISTRATION\n </a>\n <h3>TOPICS AND AREAS</h3> \n <img width="600" height="399" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman.webp 600w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/cad-draftsman-300x200.webp 300w" sizes="(max-width: 600px) 100vw, 600px" /> \n <p>Computer-aided design for graphics, digital media and advertising</p> \n <img width="400" height="300" src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2019/07/3.jpg 400w, http://ippmt.kauko.lt/wp-content/uploads/2019/07/3-300x225.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /> \n <p>Innovations of prepress and printing processes, advertising production</p> \n <img width="1024" height="711" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1024x711.webp 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-300x208.webp 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-768x533.webp 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-1536x1067.webp 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/graphic-design-min-2048x1422.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Multimedia products for the media, television, internet and social networks</p> \n <img width="1024" height="683" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1024x683.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-768x512.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1-1536x1025.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/WerkcollegeDocent-jh-20180-hr-scaled-1.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Publishing, printing, information and multimedia technologies in science and studies</p> \n <img width="1024" height="682" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-1024x682.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-300x200.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check-768x511.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/print-quality-check.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Print quality, standardisation, management of media companies and processes</p> \n <img width="1024" height="768" src="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg" alt="" loading="lazy" srcset="http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1024x768.jpg 1024w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-300x225.jpg 300w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-768x576.jpg 768w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-1536x1152.jpg 1536w, http://ippmt.kauko.lt/wp-content/uploads/2023/02/7df963d0d3ae3d75d16d9e23e518b659-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /> \n <p>Visual media communication, innovation and impact on society</p><p style="text-align: center;">For participants, who does not publish articles, registration should be completed at 2020 m.<strong> 3rd of April</strong>. <a href="http://conference.media.kauko.lt/registration/">Form of registration</a>.</p> \n <h3>REGISTRATION</h3> \n <p><b>CONFERENCE LANGUAGE: </b>English.</p><p><b>THE TOTAL TIME</b> allotted to each speaker - 20 minutes. </p><h1>Key dates:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Deadline for registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n Submission of abstracts with online registration is <b>20 March 2023.</b>\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The deadline for full paper submission for review and publication – <b>30 April 2023.</b> (by e-mail - konferencija.md@go.kauko.lt)\n </a>\n </li>\n </ul>\n <h1>Publications:</h1> \n <ul>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n The Conference proceedings will be published in a dedicated peer-reviewed publication “Innovations in Publishing, Printing and Multimedia Technologies 2023” (ISSN 2029-4638).\n </a>\n </li>\n <li>\n <a href="http://ippmt.kauko.lt/registration/">\n All requirements for the abstract and article are available online HERE.\n </a>\n </li>\n </ul>\n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>\n <h3>CONFERENCE FEE</h3> \n <p>Conference fee is <b style="font-size: 16px;">50 </b>€<b style="font-size: 16px;">.</b> It includes organisational expenses, peer-review and publication.</p><p>The fee has to be paid to the bank account of Kauno kolegija Higher Education Institution:</p><p>Company code: 111965284</p><p>Account number: LT287300010002229776</p><p>Bank AB Swedbank</p><p>Bank code: 73000, SWIFT code: BIC-HABALT22</p><p>Payment purpose should include the text ‘<b>IPPMT 2023 conference fee</b>’ <b>for ……. (participant’s name and surname)</b></p><p>* The fee does not cover expenses for travelling and accommodation</p> \n <h3>PAST CONFERENCES</h3> \n <figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5373-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7639-768x512.jpg" alt="N3C7639" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7475-768x512.jpg" alt="N3C7475" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9638-768x511.jpg" alt="DSC_9638" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_9548-768x511.jpg" alt="DSC_9548" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5431-768x512.jpg" alt="IMG_5431" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/MG_0335-768x512.jpg" alt="MG_0335" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1780-768x512.jpg" alt="AN3C1780" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4054.jpg" alt="IMG_4054" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1784-768x512.jpg" alt="AN3C1784" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_1913-1024x768-768x576.jpg" alt="IMG_1913-1024x768" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_4168.jpg" alt="IMG_4168" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0276.jpg" alt="DSC0276" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11154817_855275401212357_642722457041029844_o-768x512.jpg" alt="11154817_855275401212357_642722457041029844_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC_2135.jpg" alt="DSC_2135" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/DSC0152.jpg" alt="DSC0152" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/IMG_5159-768x512.jpg" alt="IMG_5159" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/11134112_855275441212353_8553880067207033223_o-768x512.jpg" alt="11134112_855275441212353_8553880067207033223_o" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/AN3C1675-768x512.jpg" alt="AN3C1675" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7647-768x512.jpg" alt="N3C7647" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7651-768x512.jpg" alt="N3C7651" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/N3C7631-768x512.jpg" alt="N3C7631" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5361-768x512.jpg" alt="SAMSUNG CSC" /></figure><figure><img src="http://ippmt.kauko.lt/wp-content/uploads/2019/07/SAM_5453-768x512.jpg" alt="SAMSUNG CSC" /></figure> \n Previous\n Next\n <h3>CONTACT</h3> \n <p> </p><p><strong>Kauno kolegija Higher Education Institution</strong><br /><strong>Faculty of Technologies</strong><br /><strong>Department of Media Technologies</strong><br />Pramonės pr. 20, LT-50468 Kaunas, Lithuania<br /><strong>Contact person</strong><br />Renata Gudaitienė<br />E-mail: <a href="mailto:konferencija.md@go.kauko.lt">konferencija.md@go.kauko.lt</a><br />E-mail: <a href="mailto:renata.gudaitiene@go.kauko.lt">renata.gudaitiene@go.kauko.lt</a><br />Tel. +370 675 06 789</p> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Main', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2023-02-20 10:49:20', '2023-02-20 10:49:20', '', 6, 'http://ippmt.kauko.lt/?p=1209', 0, 'revision', '', 0),
(1210, 3, '2023-02-20 10:50:05', '2023-02-20 10:50:05', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili<i>(Warsaw University of Technology, Poland)</i>Ph.D. Professor Kenneth Macro<i>(California Polytechnic State University, USA)</i>Ph.D. Professor Gunter Huebner<i>(Stuttgart Media University, Germany)</i>Ph.D. Associate Professor Martin Habekost<i>(Toronto Metropolitan University, Canada)</i>Ph.D. Associate Professor Anastasios Politis<i>(West Atica University, Greece)</i>Ph.D. Associate Professor Adem Ayten<i>(Istanbul Aydin University, Turkey)</i>Ph.D. Associate Professor Kevin Howel<i>(Appalachian State University, USA)</i>Ph.D. Associate Professor Kęstutis Vaitasius<i>(Kaunas University of Technology, Lithuania)</i>Ph.D. Professor Rimas Maskeliūnas<i>(Vilnius Tech, Lithuania)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Mehmet Oguz<i>(Marmara University, Applied Sciences School, Turkey)</i>Ph.D. Associate Professor Svetlana Havenko<i>(Ukrainean Academy of Printing, Ukraine)</i>Ph.D. Associate Professor Daiva Sajek<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Pedro Matos<i>(Polytechnic Institute of Portalegre, Portugal)</i><h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Numavičė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>D. Repečka</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li><li>I. Venslovienė</li></ul> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-02-20 10:50:05', '2023-02-20 10:50:05', '', 8, 'http://ippmt.kauko.lt/?p=1210', 0, 'revision', '', 0),
(1211, 3, '2023-02-20 10:50:05', '2023-02-20 10:50:05', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili<i>(Warsaw University of Technology, Poland)</i>Ph.D. Professor Kenneth Macro<i>(California Polytechnic State University, USA)</i>Ph.D. Professor Gunter Huebner<i>(Stuttgart Media University, Germany)</i>Ph.D. Associate Professor Martin Habekost<i>(Toronto Metropolitan University, Canada)</i>Ph.D. Associate Professor Anastasios Politis<i>(West Atica University, Greece)</i>Ph.D. Associate Professor Adem Ayten<i>(Istanbul Aydin University, Turkey)</i>Ph.D. Associate Professor Kevin Howel<i>(Appalachian State University, USA)</i>Ph.D. Associate Professor Kęstutis Vaitasius<i>(Kaunas University of Technology, Lithuania)</i>Ph.D. Professor Rimas Maskeliūnas<i>(Vilnius Tech, Lithuania)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kaunas University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Mehmet Oguz<i>(Marmara University, Applied Sciences School, Turkey)</i>Ph.D. Associate Professor Svetlana Havenko<i>(Ukrainean Academy of Printing, Ukraine)</i>Ph.D. Associate Professor Daiva Sajek<i>(Kauno kolegija/University of Applied Sciences, Lithuania)</i>Ph.D. Associate Professor Pedro Matos<i>(Polytechnic Institute of Portalegre, Portugal)</i><h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Numavičė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>D. Repečka</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li><li>I. Venslovienė</li></ul> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-02-20 10:50:05', '2023-02-20 10:50:05', '', 8, 'http://ippmt.kauko.lt/?p=1211', 0, 'revision', '', 0) ;
INSERT INTO `wp_posts` ( `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1212, 3, '2023-02-20 10:50:05', '2023-02-20 10:50:05', '<p>HOSTS</p><h2>SCIENTIFIC COMMITTEE</h2>Ph.D. Professor Georgij Petriaszwili<i>(Warsaw University of Technology, Poland)</i>Ph.D. Professor Kenneth Macro<i>(California Polytechnic State University, USA)</i>Ph.D. Professor Gunter Huebner<i>(Stuttgart Media University, Germany)</i>Ph.D. Associate Professor Martin Habekost<i>(Toronto Metropolitan University, Canada)</i>Ph.D. Associate Professor Anastasios Politis<i>(West Atica University, Greece)</i>Ph.D. Associate Professor Adem Ayten<i>(Istanbul Aydin University, Turkey)</i>Ph.D. Associate Professor Kevin Howel<i>(Appalachian State University, USA)</i>Ph.D. Associate Professor Kęstutis Vaitasius<i>(Kaunas University of Technology, Lithuania)</i>Ph.D. Professor Rimas Maskeliūnas<i>(Vilnius Tech, Lithuania)</i>Ph.D. Associate Professor Renata Gudaitienė<i>(Kauno kolegija Higher Education Institution, Lithuania)</i>Ph.D. Associate Professor Mehmet Oguz<i>(Marmara University, Applied Sciences School, Turkey)</i>Ph.D. Associate Professor Svetlana Havenko<i>(Ukrainean Academy of Printing, Ukraine)</i>Ph.D. Associate Professor Daiva Sajek<i>(Kauno kolegija Higher Education Institution, Lithuania)</i>Ph.D. Associate Professor Pedro Matos<i>(Polytechnic Institute of Portalegre, Portugal)</i><h2>ORGANIZATIONAL COMMITTEE</h2><ul><li>dr. D. Sajek</li><li>dr. R. Gudaitienė</li><li>G. Ginevičienė</li><li>L. Numavičė</li><li>V. Valčiukas</li><li>V. Vainoras</li><li>D. Repečka</li><li>D. Lukaševičiūtė</li><li>A. Čapskas</li><li>A. Pocienė</li><li>G. Baltrušaitis</li><li>I. Venslovienė</li></ul> \n <h4>Don\'t miss out a conference</h4> \n <a href="http://ippmt.kauko.lt/registration/" role="button">\n REGISTER NOW\n </a>', 'Host', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2023-02-20 10:50:05', '2023-02-20 10:50:05', '', 8, 'http://ippmt.kauko.lt/?p=1212', 0, 'revision', '', 0),
(1213, 4, '2023-02-23 06:56:26', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2023-02-23 06:56:26', '0000-00-00 00:00:00', '', 0, 'http://ippmt.kauko.lt/?p=1213', 0, 'post', '', 0) ;
#
# End of data contents of table `wp_posts`
# --------------------------------------------------------
#
# Delete any existing table `wp_smush_dir_images`
#
DROP TABLE IF EXISTS `wp_smush_dir_images`;
#
# Table structure of table `wp_smush_dir_images`
#
CREATE TABLE `wp_smush_dir_images` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`path` text NOT NULL,
`path_hash` char(32) DEFAULT NULL,
`resize` varchar(55) DEFAULT NULL,
`lossy` varchar(55) DEFAULT NULL,
`error` varchar(55) DEFAULT NULL,
`image_size` int(10) unsigned DEFAULT NULL,
`orig_size` int(10) unsigned DEFAULT NULL,
`file_time` int(10) unsigned DEFAULT NULL,
`last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`meta` text DEFAULT NULL,
UNIQUE KEY `id` (`id`),
UNIQUE KEY `path_hash` (`path_hash`),
KEY `image_size` (`image_size`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_smush_dir_images`
#
#
# End of data contents of table `wp_smush_dir_images`
# --------------------------------------------------------
#
# Delete any existing table `wp_term_relationships`
#
DROP TABLE IF EXISTS `wp_term_relationships`;
#
# Table structure of table `wp_term_relationships`
#
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_term_relationships`
#
INSERT INTO `wp_term_relationships` ( `object_id`, `term_taxonomy_id`, `term_order`) VALUES
(25, 2, 0),
(26, 2, 0),
(27, 2, 0),
(28, 2, 0),
(45, 3, 0),
(48, 3, 0),
(81, 3, 0),
(1027, 2, 0),
(1043, 3, 0),
(1121, 2, 0) ;
#
# End of data contents of table `wp_term_relationships`
# --------------------------------------------------------
#
# Delete any existing table `wp_term_taxonomy`
#
DROP TABLE IF EXISTS `wp_term_taxonomy`;
#
# Table structure of table `wp_term_taxonomy`
#
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_term_taxonomy`
#
INSERT INTO `wp_term_taxonomy` ( `term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 6),
(3, 3, 'elementor_library_type', '', 0, 4) ;
#
# End of data contents of table `wp_term_taxonomy`
# --------------------------------------------------------
#
# Delete any existing table `wp_termmeta`
#
DROP TABLE IF EXISTS `wp_termmeta`;
#
# Table structure of table `wp_termmeta`
#
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_termmeta`
#
#
# End of data contents of table `wp_termmeta`
# --------------------------------------------------------
#
# Delete any existing table `wp_terms`
#
DROP TABLE IF EXISTS `wp_terms`;
#
# Table structure of table `wp_terms`
#
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_terms`
#
INSERT INTO `wp_terms` ( `term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Menu EN', 'menu-en', 0),
(3, 'section', 'section', 0) ;
#
# End of data contents of table `wp_terms`
# --------------------------------------------------------
#
# Delete any existing table `wp_tm_taskmeta`
#
DROP TABLE IF EXISTS `wp_tm_taskmeta`;
#
# Table structure of table `wp_tm_taskmeta`
#
CREATE TABLE `wp_tm_taskmeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`task_id` bigint(20) NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`(191)),
KEY `task_id` (`task_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_tm_taskmeta`
#
#
# End of data contents of table `wp_tm_taskmeta`
# --------------------------------------------------------
#
# Delete any existing table `wp_tm_tasks`
#
DROP TABLE IF EXISTS `wp_tm_tasks`;
#
# Table structure of table `wp_tm_tasks`
#
CREATE TABLE `wp_tm_tasks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`type` varchar(300) NOT NULL,
`class_identifier` varchar(300) DEFAULT '0',
`attempts` int(11) DEFAULT 0,
`description` varchar(300) DEFAULT NULL,
`time_created` timestamp NOT NULL DEFAULT current_timestamp(),
`last_locked_at` bigint(20) DEFAULT 0,
`status` varchar(300) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_tm_tasks`
#
#
# End of data contents of table `wp_tm_tasks`
# --------------------------------------------------------
#
# Delete any existing table `wp_usermeta`
#
DROP TABLE IF EXISTS `wp_usermeta`;
#
# Table structure of table `wp_usermeta`
#
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_usermeta`
#
INSERT INTO `wp_usermeta` ( `umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'mlogin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:1:{s:64:"8a572d484a931a1e10dbd4218626b803072a69822821187d071e2477f5f857e2";a:4:{s:10:"expiration";i:1663145067;s:2:"ip";s:13:"104.28.131.99";s:2:"ua";s:117:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15";s:5:"login";i:1662972267;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '1149'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:12:"104.28.131.0";}'),
(21, 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";}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(23, 1, 'wp_user-settings', 'editor=tinymce&hidetb=1&libraryContent=browse'),
(24, 1, 'wp_user-settings-time', '1583833963'),
(25, 1, 'elementor_introduction', 'a:1:{s:10:"rightClick";b:1;}'),
(26, 1, 'closedpostboxes_page', 'a:0:{}'),
(27, 1, 'metaboxhidden_page', 'a:0:{}'),
(28, 1, 'elementor_admin_notices', 'a:1:{s:16:"rate_us_feedback";s:4:"true";}'),
(29, 1, 'nav_menu_recently_edited', '2'),
(30, 1, 'default_password_nag', ''),
(31, 2, 'nickname', 'testingadminstuff'),
(32, 2, 'first_name', ''),
(33, 2, 'last_name', ''),
(34, 2, 'description', ''),
(35, 2, 'rich_editing', 'true'),
(36, 2, 'syntax_highlighting', 'true'),
(37, 2, 'comment_shortcuts', 'false'),
(38, 2, 'admin_color', 'fresh'),
(39, 2, 'use_ssl', '0'),
(40, 2, 'show_admin_bar_front', 'true'),
(41, 2, 'locale', ''),
(42, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(43, 2, 'wp_user_level', '10'),
(44, 2, 'dismissed_wp_pointers', ''),
(45, 2, 'session_tokens', 'a:1:{s:64:"eee1113968b7136d5e2d88a9346e4a87711cb345eb562223bead2ef1e5334312";a:4:{s:10:"expiration";i:1634316713;s:2:"ip";s:13:"88.222.11.146";s:2:"ua";s:82:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Firefox/92.0";s:5:"login";i:1634143913;}}'),
(46, 2, 'wp_dashboard_quick_press_last_post_id', '1111'),
(47, 2, 'community-events-location', 'a:1:{s:2:"ip";s:11:"88.222.11.0";}'),
(48, 3, 'nickname', 'dr'),
(49, 3, 'first_name', ''),
(50, 3, 'last_name', ''),
(51, 3, 'description', ''),
(52, 3, 'rich_editing', 'true'),
(53, 3, 'syntax_highlighting', 'true'),
(54, 3, 'comment_shortcuts', 'false'),
(55, 3, 'admin_color', 'fresh'),
(56, 3, 'use_ssl', '0'),
(57, 3, 'show_admin_bar_front', 'true'),
(58, 3, 'locale', ''),
(59, 3, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(60, 3, 'wp_user_level', '10'),
(61, 3, 'dismissed_wp_pointers', ''),
(62, 3, 'default_password_nag', ''),
(63, 3, 'session_tokens', 'a:3:{s:64:"1535c1da678b0d9facba3b0f42e825f55581e6554482b6a6fd3d67e16ce45365";a:4:{s:10:"expiration";i:1677009711;s:2:"ip";s:13:"78.56.163.204";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36";s:5:"login";i:1676836911;}s:64:"111d95cecb874a8c1e9216e94f3768d3bd94a6c0bad93e10017ae681f2f4dec0";a:4:{s:10:"expiration";i:1677052113;s:2:"ip";s:13:"78.56.163.204";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36";s:5:"login";i:1676879313;}s:64:"860d0b3879301afa260e6098bbcd854acf33461fc12853d287bb514264743e85";a:4:{s:10:"expiration";i:1677169747;s:2:"ip";s:13:"78.56.163.204";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36";s:5:"login";i:1676996947;}}'),
(64, 3, 'wp_dashboard_quick_press_last_post_id', '1151'),
(65, 3, 'community-events-location', 'a:1:{s:2:"ip";s:11:"78.56.163.0";}'),
(66, 3, 'wp_user-settings', 'editor=tinymce&libraryContent=browse'),
(67, 3, 'wp_user-settings-time', '1676580565'),
(68, 4, 'nickname', 'KK'),
(69, 4, 'first_name', 'Tomas'),
(70, 4, 'last_name', ''),
(71, 4, 'description', ''),
(72, 4, 'rich_editing', 'true'),
(73, 4, 'syntax_highlighting', 'true'),
(74, 4, 'comment_shortcuts', 'false'),
(75, 4, 'admin_color', 'fresh'),
(76, 4, 'use_ssl', '0'),
(77, 4, 'show_admin_bar_front', 'true'),
(78, 4, 'locale', ''),
(79, 4, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(80, 4, 'wp_user_level', '10'),
(81, 4, 'dismissed_wp_pointers', ''),
(82, 3, 'nav_menu_recently_edited', '2'),
(83, 3, '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";}'),
(84, 3, 'metaboxhidden_nav-menus', 'a:3:{i:0;s:28:"add-post-type-e-landing-page";i:1;s:12:"add-post_tag";i:2;s:15:"add-post_format";}'),
(85, 4, 'session_tokens', 'a:2:{s:64:"c165035ecd9f9c033f0f8dd1a64e9e7f1805eb34fddd9e3538399f1b92baf9a8";a:4:{s:10:"expiration";i:1677308182;s:2:"ip";s:15:"193.219.179.254";s:2:"ua";s:84:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0";s:5:"login";i:1677135382;}s:64:"5a9a7eda8f79cd9d953051b30adbee2f7f5a983262353852a141c30b28acbfe5";a:4:{s:10:"expiration";i:1677308950;s:2:"ip";s:15:"193.219.179.254";s:2:"ua";s:84:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0";s:5:"login";i:1677136150;}}'),
(86, 4, 'wp_dashboard_quick_press_last_post_id', '1213'),
(87, 4, 'community-events-location', 'a:1:{s:2:"ip";s:13:"193.219.179.0";}') ;
#
# End of data contents of table `wp_usermeta`
# --------------------------------------------------------
#
# Delete any existing table `wp_users`
#
DROP TABLE IF EXISTS `wp_users`;
#
# Table structure of table `wp_users`
#
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
#
# Data contents of table `wp_users`
#
INSERT INTO `wp_users` ( `ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'mlogin', '$P$BdaLfq1YlwHEVxUL1OD5Jn0rbD.mdm/', 'mlogin', 'martynas.fiod@gmail.com', '', '2019-07-24 11:00:20', '', 0, 'mlogin'),
(2, 'testingadminstuff', '$P$BFASrT/XmD77G/Uq7Gz/5jE6ivwGBJ.', 'testingadminstuff', 'martynas.fiodorov@go.kauko.lt', '', '2021-10-13 16:51:42', '1634143902:$P$B72IWJFop57M4CPEJmnbZZQUFx2Vd/0', 0, 'testingadminstuff'),
(3, 'dr', '$P$BJBCYOWroATwXtJb8H3r2x5BJfLYiL0', 'dr', 'dominykas.rep@gmail.com', '', '2022-09-12 08:44:51', '', 0, 'dr'),
(4, 'KK', '$P$BQCRrZqBB28dSj3kttH/o0vfXTAr6T.', 'kk', 'tomas.berzinas@go.kauko.lt', '', '2023-02-16 20:49:52', '1676580592:$P$BxEslY74xSwko1C7J8EG36HnA/kSMH1', 0, 'Tomas') ;
#
# End of data contents of table `wp_users`
# --------------------------------------------------------
#
# Add constraints back in and apply any alter data queries.
#